Skip to content

Commit

Permalink
Tiny Propane vehicle addition (#73411)
Browse files Browse the repository at this point in the history
* Propane Vehicle Part

* Update data/json/vehicleparts/tanks.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
LordBarkBread and github-actions[bot] authored May 2, 2024
1 parent 5ead8e7 commit f28460d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/json/vehicleparts/tanks.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,36 @@
"damage_reduction": { "all": 28, "stab": 12 },
"variants": [ { "symbols": "O", "symbols_broken": "#" } ]
},
{
"id": "medium_pressure_tank",
"type": "vehicle_part",
"name": { "str": "medium pressurized tank" },
"//": "10 gallon tank.",
"item": "medium_propane_tank",
"location": "fuel_source",
"broken_color": "red",
"durability": 150,
"description": "A medium tank for pressurized gasses.",
"categories": [ "movement" ],
"damage_modifier": 80,
"breaks_into": [
{ "item": "steel_lump", "count": [ 2, 2 ] },
{ "item": "steel_chunk", "count": [ 1, 2 ] },
{ "item": "scrap", "count": [ 1, 5 ] }
],
"requirements": {
"install": {
"skills": [ [ "mechanics", 1 ] ],
"time": "90 m",
"using": [ [ "vehicle_wrench_2", 1 ], [ "drilling_standard", 50 ] ]
},
"removal": { "skills": [ [ "mechanics", 1 ] ], "time": "45 m", "qualities": [ { "id": "WRENCH", "level": 2 } ] },
"repair": { "skills": [ [ "mechanics", 1 ] ], "time": "4 m", "using": [ [ "repair_welding_standard", 2 ] ] }
},
"flags": [ "GASTANK" ],
"damage_reduction": { "all": 28, "stab": 12 },
"variants": [ { "symbols": "O", "symbols_broken": "#" } ]
},
{
"id": "large_pressure_tank",
"type": "vehicle_part",
Expand Down

0 comments on commit f28460d

Please sign in to comment.