Skip to content

Commit

Permalink
Add a model to cyborg leg propulsion
Browse files Browse the repository at this point in the history
To prevent getComponentRadius() spam with cheats that grant these research topics.
  • Loading branch information
KJeff01 committed Jul 3, 2024
1 parent 5e16e70 commit 84a9503
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/base/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 All @@ -39,6 +40,7 @@
"deceleration": 450,
"hitpointPctOfBody": 100,
"id": "CyborgLegs02",
"model": "cybd_std.pie",
"name": "Cyborg Propulsion II",
"speed": 400,
"spinAngle": 45,
Expand All @@ -53,6 +55,7 @@
"deceleration": 450,
"hitpointPctOfBody": 150,
"id": "CyborgLegs03",
"model": "cybd_std.pie",
"name": "Cyborg Propulsion III",
"speed": 400,
"spinAngle": 45,
Expand Down
3 changes: 3 additions & 0 deletions data/mods/campaign/wz2100_camclassic/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 All @@ -39,6 +40,7 @@
"deceleration": 450,
"hitpointPctOfBody": 100,
"id": "CyborgLegs02",
"model": "cybd_std.pie",
"name": "Cyborg Propulsion II",
"speed": 400,
"spinAngle": 45,
Expand All @@ -53,6 +55,7 @@
"deceleration": 450,
"hitpointPctOfBody": 150,
"id": "CyborgLegs03",
"model": "cybd_std.pie",
"name": "Cyborg Propulsion III",
"speed": 400,
"spinAngle": 45,
Expand Down
1 change: 1 addition & 0 deletions data/mp/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

0 comments on commit 84a9503

Please sign in to comment.