diff --git a/palworld_pal_edit/resources/data/en-GB/passives.json b/palworld_pal_edit/resources/data/en-GB/passives.json index f74ba68..60b4807 100644 --- a/palworld_pal_edit/resources/data/en-GB/passives.json +++ b/palworld_pal_edit/resources/data/en-GB/passives.json @@ -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" } } \ No newline at end of file diff --git a/palworld_pal_edit/resources/data/passives.json b/palworld_pal_edit/resources/data/passives.json index 191dd18..eb00c78 100644 --- a/palworld_pal_edit/resources/data/passives.json +++ b/palworld_pal_edit/resources/data/passives.json @@ -199,5 +199,8 @@ }, "Witch": { "Rating": "Good" + }, + "NonKilling": { + "Rating": "Bad" } } \ No newline at end of file diff --git a/palworld_pal_edit/resources/data/zh-CN/passives.json b/palworld_pal_edit/resources/data/zh-CN/passives.json index c6f8e24..b60ee58 100644 --- a/palworld_pal_edit/resources/data/zh-CN/passives.json +++ b/palworld_pal_edit/resources/data/zh-CN/passives.json @@ -266,5 +266,9 @@ "Witch": { "Name": "魔女", "Description": "+20%造成的冰属性攻击伤害, +20%造成的暗属性攻击伤害; 贝菈露洁的专属能力" + }, + "NonKilling": { + "Name": "怜悯的一击", + "Description": "不会使目标的健康值低于 1" } } \ No newline at end of file