Skip to content

Commit

Permalink
Merge pull request #36713 from anothersimulacrum/mv-bronze
Browse files Browse the repository at this point in the history
Move bronze to materials.json
  • Loading branch information
ZhilkinSerg committed Jan 5, 2020
2 parents 745411a + 6d96601 commit 9fe2e72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 0 additions & 18 deletions data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,24 +290,6 @@
"color": "light_cyan",
"ammo_type": "components"
},
{
"type": "material",
"ident": "bronze",
"name": "Bronze",
"density": 58,
"bash_resist": 4,
"cut_resist": 5,
"acid_resist": 1,
"fire_resist": 2,
"elec_resist": 0,
"chip_resist": 15,
"repaired_with": "scrap_bronze",
"dmg_adj": [ "marked", "dented", "smashed", "shattered" ],
"bash_dmg_verb": "dented",
"cut_dmg_verb": "scratched",
"burn_products": [ [ "scrap_bronze", 1 ] ],
"compacts_into": [ "scrap_bronze" ]
},
{
"type": "GENERIC",
"id": "scrap_copper",
Expand Down
18 changes: 18 additions & 0 deletions data/json/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,5 +1663,23 @@
"bash_dmg_verb": "dented",
"cut_dmg_verb": "scratched",
"compacts_into": [ "zinc_metal" ]
},
{
"type": "material",
"ident": "bronze",
"name": "Bronze",
"density": 58,
"bash_resist": 4,
"cut_resist": 5,
"acid_resist": 1,
"fire_resist": 2,
"elec_resist": 0,
"chip_resist": 15,
"repaired_with": "scrap_bronze",
"dmg_adj": [ "marked", "dented", "smashed", "shattered" ],
"bash_dmg_verb": "dented",
"cut_dmg_verb": "scratched",
"burn_products": [ [ "scrap_bronze", 1 ] ],
"compacts_into": [ "scrap_bronze" ]
}
]

0 comments on commit 9fe2e72

Please sign in to comment.