Skip to content

Commit

Permalink
Fix mercury being powder (#57929)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFox556 authored Jun 20, 2022
1 parent 51599d5 commit cda1e75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/resources/chemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"symbol": "~",
"color": "light_gray",
"description": "Elemental mercury, liquid under normal conditions. Known for its use in thermometers.",
"material": [ "powder_nonflam" ],
"material": [ "mercury" ],
"volume": "250 ml",
"weight": "13534 mg",
"phase": "liquid",
Expand Down
18 changes: 18 additions & 0 deletions data/json/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,24 @@
"bash_dmg_verb": "damaged",
"cut_dmg_verb": "damaged"
},
{
"type": "material",
"id": "mercury",
"name": "Mercury",
"density": 13.53,
"specific_heat_liquid": 0.1395,
"specific_heat_solid": 0.1419,
"bash_resist": 0,
"cut_resist": 0,
"bullet_resist": 0,
"acid_resist": 8,
"fire_resist": 3,
"conductive": true,
"chip_resist": 8,
"dmg_adj": [ "lightly damaged", "damaged", "very damaged", "thoroughly damaged" ],
"bash_dmg_verb": "damaged",
"cut_dmg_verb": "damaged"
},
{
"type": "material",
"id": "cac2powder",
Expand Down

0 comments on commit cda1e75

Please sign in to comment.