Skip to content

Commit

Permalink
more more more
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Jul 10, 2024
1 parent c3b5e4a commit aa81e58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions data/json/monster_weakpoints/quadruped_weakpoints_animal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"armor_mult": { "physical": 0.75 },
"crit_mult": { "all": 1.1 },
"difficulty": { "melee": 2, "ranged": 4 },
"damage_mult": { "physical": 1.1 },
"coverage_mult": { "ranged": 0.75 },
"coverage": 3,
"effects": [
Expand Down Expand Up @@ -54,11 +55,19 @@
},
{
"name": "the chest",
"armor_mult": { "bash": 1.75 },
"difficulty": { "melee": 3, "ranged": 2 },
"crit_mult": { "ranged": 1.5 },
"armor_mult": { "bash": 2 },
"difficulty": { "melee": 2, "ranged": 1 },
"damage_mult": { "stab": 1.25, "bullet": 1.33 },
"coverage_mult": { "ranged": 1.5 },
"coverage": 25
"coverage": 18
},
{
"name": "the lungs",
"armor_mult": { "physical": 0.45 },
"difficulty": { "ranged": 3 },
"damage_mult": { "physical": 3 },
"coverage_mult": { "melee": 0 },
"coverage": 7
},
{
"name": "the leg",
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@
"species": [ "MAMMAL" ],
"volume": "386 L",
"weight": "386 kg",
"hp": 285,
"hp": 375,
"speed": 200,
"material": [ "flesh" ],
"symbol": "M",
Expand Down

0 comments on commit aa81e58

Please sign in to comment.