Skip to content

Commit

Permalink
weakpoint edits (#73377)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Apr 30, 2024
1 parent 24ab07a commit 838790c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
{
"type": "effect_type",
"id": "shattered",
"name": [ "shattered" ],
"name": [ "Shattered Armor" ],
"//": "Intended for monsters, has no effect except to create a new weak point.",
"desc": [ "Your armor has been shattered by a heavy attack." ],
"apply_message": "Your armor has been shattered.",
Expand Down
6 changes: 3 additions & 3 deletions data/json/monster_weakpoints/humanoid_weakpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,21 +290,21 @@
{
"effect": "shattered",
"chance": 25,
"message": "The armor is shattered!",
"message": "The %s's armor is shattered!",
"damage_required": [ 1, 10 ],
"permanent": true
},
{
"effect": "shattered",
"chance": 50,
"message": "The armor is shattered!",
"message": "The %s's armor is shattered!",
"damage_required": [ 11, 30 ],
"permanent": true
},
{
"effect": "shattered",
"chance": 75,
"message": "The armor is shattered!",
"message": "The %s's armor is shattered!",
"damage_required": [ 31, 200 ],
"permanent": true
}
Expand Down

0 comments on commit 838790c

Please sign in to comment.