Skip to content

Commit

Permalink
use copy-from for steel ingots
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-pie committed Mar 2, 2023
1 parent 07f2c3e commit 05a4403
Showing 1 changed file with 16 additions and 68 deletions.
84 changes: 16 additions & 68 deletions data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,122 +838,70 @@
{
"id": "5l_budget_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "5l_steel",
"name": { "str": "5L budget steel ingot" },
"description": "A five-liter ingot of solid steel.",
"weight": "39295 g",
"volume": "5 L",
"price": 20000,
"price_postapoc": 200,
"material": [ "budget_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "budget_steel" ]
},
{
"id": "10l_budget_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "10l_steel",
"name": { "str": "10L budget steel ingot" },
"description": "A ten-liter ingot of solid steel.",
"weight": "78590 g",
"volume": "10 L",
"price": 40000,
"price_postapoc": 400,
"material": [ "budget_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "budget_steel" ]
},
{
"id": "5l_lc_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "5l_steel",
"name": { "str": "5L mild steel ingot" },
"description": "A five-liter ingot of solid steel.",
"weight": "39295 g",
"volume": "5 L",
"price": 22000,
"price_postapoc": 220,
"material": [ "lc_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "lc_steel" ]
},
{
"id": "10l_lc_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "10l_steel",
"name": { "str": "10L mild steel ingot" },
"description": "A ten-liter ingot of solid steel.",
"weight": "78590 g",
"volume": "10 L",
"price": 44000,
"price_postapoc": 440,
"material": [ "lc_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "lc_steel" ]
},
{
"id": "5l_mc_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "5l_steel",
"name": { "str": "5L medium steel ingot" },
"description": "A five-liter ingot of solid steel.",
"weight": "39295 g",
"volume": "5 L",
"price": 24000,
"price_postapoc": 240,
"material": [ "mc_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "mc_steel" ]
},
{
"id": "10l_mc_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "10l_steel",
"name": { "str": "10L medium steel ingot" },
"description": "A ten-liter ingot of solid steel.",
"weight": "78590 g",
"volume": "10 L",
"price": 48000,
"price_postapoc": 480,
"material": [ "mc_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "mc_steel" ]
},
{
"id": "5l_hc_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "5l_steel",
"name": { "str": "5L high steel ingot" },
"description": "A five-liter ingot of solid steel.",
"weight": "39295 g",
"volume": "5 L",
"price": 26000,
"price_postapoc": 260,
"material": [ "hc_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "hc_steel" ]
},
{
"id": "10l_hc_steel",
"type": "AMMO",
"category": "spare_parts",
"copy-from": "10l_steel",
"name": { "str": "10L high steel ingot" },
"description": "A ten-liter ingot of solid steel.",
"weight": "78590 g",
"volume": "10 L",
"price": 52000,
"price_postapoc": 520,
"material": [ "hc_steel" ],
"symbol": "=",
"color": "light_gray",
"ammo_type": "components"
"material": [ "hc_steel" ]
},
{
"id": "slag",
Expand Down

0 comments on commit 05a4403

Please sign in to comment.