Skip to content

Commit

Permalink
rename lungs to vitals
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 4, 2024
1 parent 7b6ade5 commit 5d668e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/monster_weakpoints/quadruped_weakpoints_animal.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"coverage": 18
},
{
"name": "the lungs",
"name": "the vitals",
"armor_mult": { "physical": 0.45 },
"difficulty": { "ranged": 4 },
"damage_mult": { "physical": 2 },
Expand All @@ -73,23 +73,23 @@
"intensity": [ 10, 15 ],
"duration": [ 10, 20 ],
"chance": 75,
"message": "The %s is shot in the lungs!",
"message": "The %s is shot in the vitals!",
"damage_required": [ 1, 10 ]
},
{
"effect": "bleed",
"intensity": [ 20, 30 ],
"duration": [ 20, 30 ],
"chance": 85,
"message": "The %s is shot in the lungs!",
"message": "The %s is shot in the vitals!",
"damage_required": [ 11, 50 ]
},
{
"effect": "bleed",
"intensity": [ 30, 40 ],
"duration": [ 30, 40 ],
"chance": 95,
"message": "The %s is shot in the lungs!",
"message": "The %s is shot in the vitals!",
"damage_required": [ 51, 100 ]
}
]
Expand Down

0 comments on commit 5d668e8

Please sign in to comment.