Skip to content

Commit

Permalink
added power amounts to the planter and the reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon-phase authored and kevingranade committed Sep 25, 2015
1 parent f12f051 commit da46911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/json/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -5117,10 +5117,8 @@
"item" : "v_plow_item",
"difficulty" : 4,
"location" : "under",
"bonus": 1500,
"power" : -100,
"flags" : ["PLOW"],
"//":"Bonus for a plow part determines the friction added in k_friction while active",
"breaks_into" : [
{"item": "plastic_chunk", "count": [1, 2]}
]
Expand All @@ -5138,6 +5136,7 @@
"difficulty" : 4,
"location" : "structure",
"size":50,
"power":-25,
"flags" : ["PLANTER","PROTRUSION","CARGO"],
"breaks_into" : [
{"item": "plastic_chunk", "count": [1, 2]},
Expand All @@ -5156,6 +5155,7 @@
"item" : "v_planter_item",
"difficulty" : 4,
"location" : "structure",
"power":-25,
"size":70,
"flags" : ["PLANTER","PROTRUSION","CARGO", "ADVANCED_PLANTER"],
"breaks_into" : [
Expand All @@ -5172,6 +5172,7 @@
"broken_color" : "light_blue",
"damage_modifier" : 120,
"bonus":7,
"power":-25,
"durability" : 200,
"item" : "v_reaper_item",
"difficulty" : 4,
Expand Down

0 comments on commit da46911

Please sign in to comment.