Skip to content

Commit

Permalink
Update for 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Jul 13, 2024
1 parent bc6ab49 commit 9cf1e50
Show file tree
Hide file tree
Showing 8 changed files with 353 additions and 286 deletions.
4 changes: 2 additions & 2 deletions wz2100-database-project/data_master/stats/body.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,12 @@
},
"Body2SUP": {
"armourHeat": 6,
"armourKinetic": 12,
"armourKinetic": 14,
"buildPoints": 170,
"buildPower": 37,
"class": "Droids",
"designable": 1,
"hitpoints": 107,
"hitpoints": 120,
"id": "Body2SUP",
"model": "drlbod02.pie",
"name": "Leopard",
Expand Down
16 changes: 8 additions & 8 deletions wz2100-database-project/data_master/stats/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,27 +614,27 @@
},
"Tree1": {
"armour": 10,
"breadth": 2,
"breadth": 1,
"hitpoints": 50,
"id": "Tree1",
"lineOfSight": 0,
"model": "mitrees.pie",
"name": "*Tree1*",
"tileDraw": 1,
"type": "TREE",
"width": 2
"width": 1
},
"Tree2": {
"armour": 10,
"breadth": 2,
"breadth": 1,
"hitpoints": 50,
"id": "Tree2",
"lineOfSight": 0,
"model": "mitrees2.pie",
"name": "*Tree2*",
"tileDraw": 1,
"type": "TREE",
"width": 2
"width": 1
},
"Tree3": {
"armour": 10,
Expand All @@ -650,27 +650,27 @@
},
"TreeSnow1": {
"armour": 10,
"breadth": 2,
"breadth": 1,
"hitpoints": 50,
"id": "TreeSnow1",
"lineOfSight": 0,
"model": "mistree1.pie",
"name": "*Snowy Tree1*",
"tileDraw": 1,
"type": "TREE",
"width": 2
"width": 1
},
"TreeSnow2": {
"armour": 10,
"breadth": 2,
"breadth": 1,
"hitpoints": 50,
"id": "TreeSnow2",
"lineOfSight": 0,
"model": "mistree2.pie",
"name": "*Snowy Tree2*",
"tileDraw": 1,
"type": "TREE",
"width": 2
"width": 1
},
"TreeSnow3": {
"armour": 10,
Expand Down
1 change: 1 addition & 0 deletions wz2100-database-project/data_master/stats/propulsion.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"deceleration": 450,
"hitpointPctOfBody": 50,
"id": "CyborgLegs",
"model": "cybd_std.pie",
"name": "Cyborg Propulsion",
"speed": 400,
"spinAngle": 45,
Expand Down
2 changes: 1 addition & 1 deletion wz2100-database-project/data_master/stats/repair.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "Heavy Repair Turret",
"repairPoints": 30,
"time": 7,
"weight": 3000
"weight": 2000
},
"LightRepair1": {
"buildPoints": 125,
Expand Down
Loading

0 comments on commit 9cf1e50

Please sign in to comment.