Skip to content

Commit

Permalink
Merge pull request #77921 from TheMurderUnicorn/BatteryBreakAudit
Browse files Browse the repository at this point in the history
Lead Acid Battery breaks_into Audit
  • Loading branch information
Night-Pryanik authored Nov 17, 2024
2 parents d8d1242 + 2a80ab5 commit e2c6417
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 5 additions & 3 deletions data/json/furniture_and_terrain/appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,11 @@
"description": "A car battery wired into a static power grid.",
"item": "battery_car",
"breaks_into": [
{ "item": "steel_lump", "count": [ 6, 9 ] },
{ "item": "steel_chunk", "count": [ 6, 9 ] },
{ "item": "scrap", "count": [ 6, 9 ] }
{ "item": "lead", "charges": [ 1680, 2380 ] },
{ "item": "chem_sulphuric_acid", "count": [ 5, 8 ], "container-item": "null" },
{ "item": "plastic_chunk", "count": [ 14, 20 ] },
{ "item": "scrap", "charges": [ 2, 3 ] },
{ "item": "shredded_rubber", "charges": [ 10, 14 ] }
],
"durability": 120,
"requirements": { "removal": { "time": "6 m" } },
Expand Down
24 changes: 15 additions & 9 deletions data/json/vehicleparts/battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"description": "A battery for storing electrical power, and discharging it to power electrical devices built into the vehicle.",
"folded_volume": "10 L",
"breaks_into": [
{ "item": "steel_lump", "count": [ 6, 9 ] },
{ "item": "steel_chunk", "count": [ 6, 9 ] },
{ "item": "scrap", "count": [ 6, 9 ] }
{ "item": "lead", "charges": [ 1680, 2380 ] },
{ "item": "chem_sulphuric_acid", "count": [ 5, 8 ], "container-item": "null" },
{ "item": "plastic_chunk", "count": [ 14, 20 ] },
{ "item": "scrap", "charges": [ 2, 3 ] },
{ "item": "shredded_rubber", "charges": [ 10, 14 ] }
],
"requirements": {
"install": { "skills": [ [ "mechanics", 0 ] ], "time": "50 s", "qualities": [ { "id": "WRENCH", "level": 1 } ] },
Expand All @@ -34,9 +36,11 @@
"durability": 100,
"folded_volume": "1500 ml",
"breaks_into": [
{ "item": "steel_lump", "count": [ 4, 7 ] },
{ "item": "steel_chunk", "count": [ 4, 7 ] },
{ "item": "scrap", "count": [ 4, 7 ] }
{ "item": "lead", "charges": [ 252, 357 ] },
{ "item": "chem_sulphuric_acid", "count": [ 0, 1 ], "container-item": "null" },
{ "item": "plastic_chunk", "count": [ 2, 3 ] },
{ "item": "scrap", "charges": [ 0, 1 ] },
{ "item": "shredded_rubber", "charges": [ 1, 2 ] }
]
},
{
Expand All @@ -48,9 +52,11 @@
"durability": 30,
"folded_volume": "750 ml",
"breaks_into": [
{ "item": "steel_lump", "count": [ 4, 7 ] },
{ "item": "steel_chunk", "count": [ 4, 7 ] },
{ "item": "scrap", "count": [ 4, 7 ] }
{ "item": "lead", "charges": [ 126, 178 ] },
{ "item": "chem_sulphuric_acid", "count": [ 0, 1 ], "container-item": "null" },
{ "item": "plastic_chunk" },
{ "item": "scrap", "charges": [ 0, 1 ] },
{ "item": "shredded_rubber", "charges": [ 0, 1 ] }
]
},
{
Expand Down

0 comments on commit e2c6417

Please sign in to comment.