Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further mutant scales refinements #64681

Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
anoobindisguise authored Apr 29, 2023
commit 8fd5f7decdf341c6b31d799c3ce67f7a14655215
7 changes: 4 additions & 3 deletions data/json/materials.json
Original file line number Diff line number Diff line change
@@ -2662,8 +2662,8 @@
{ "fuel": 0, "smoke": 1, "burn": 1, "volume_per_turn": "250 ml" },
{ "fuel": 1, "smoke": 1, "burn": 2 }
],
"resist": { "bash": 2, "cut": 3, "acid": 7, "heat": 1, "bullet": 1 },
"burn_products": [ [ "corpse_ash", 0.035 ] ]
"burn_products": [ [ "corpse_ash", 0.035 ] ],
"resist": { "bash": 2, "cut": 3, "acid": 7, "heat": 1, "bullet": 1 }
},
{
"type": "material",
@@ -2684,7 +2684,8 @@
{ "fuel": 0, "smoke": 1, "burn": 1, "volume_per_turn": "250 ml" },
{ "fuel": 1, "smoke": 1, "burn": 2 }
],
"soft": true
"soft": true,
"burn_products": [ [ "corpse_ash", 0.035 ] ],
"resist": { "bash": 2.2, "cut": 3.5, "acid": 7, "heat": 1, "bullet": 1.4 }
}
]