Skip to content

Commit

Permalink
Merge pull request #149 from zeonler/mercy-hit-passive
Browse files Browse the repository at this point in the history
added mercy-hit passive
  • Loading branch information
EternalWraith authored May 5, 2024
2 parents 3a5a0e7 + 37dfd9b commit af0f8d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions palworld_pal_edit/resources/data/en-GB/passives.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,9 @@
"Witch": {
"Name": "Siren of the Void",
"Description": "+20% damage dealt with Ice and Dark attacks; Bellanoir Libero's signature ability"
},
"NonKilling": {
"Name": "Mercy hit",
"Description": "will not reduce the target's health below 1"
}
}
3 changes: 3 additions & 0 deletions palworld_pal_edit/resources/data/passives.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,8 @@
},
"Witch": {
"Rating": "Good"
},
"NonKilling": {
"Rating": "Bad"
}
}
4 changes: 4 additions & 0 deletions palworld_pal_edit/resources/data/zh-CN/passives.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,9 @@
"Witch": {
"Name": "魔女",
"Description": "+20%造成的冰属性攻击伤害, +20%造成的暗属性攻击伤害; 贝菈露洁的专属能力"
},
"NonKilling": {
"Name": "怜悯的一击",
"Description": "不会使目标的健康值低于 1"
}
}

0 comments on commit af0f8d5

Please sign in to comment.