diff --git a/src/palworld_pal_editor/assets/data/pal_attacks.json b/src/palworld_pal_editor/assets/data/pal_attacks.json index 0ea0962..8510c21 100644 --- a/src/palworld_pal_editor/assets/data/pal_attacks.json +++ b/src/palworld_pal_editor/assets/data/pal_attacks.json @@ -475,7 +475,8 @@ "en": "Bee Quiet", "zh-CN": "蜂!蜂!蜂! [骑士蜂]", "ja": "ビー・クワイエット [ビーナイト]" - } + }, + "UniqueSkill": true }, @@ -1319,7 +1320,7 @@ "CT": 45, "Power": 160, "I18n": { - "en": "Dark Whisp", + "en": "Dark Whisp [Victor & Shadowbeak]", "zh-CN": "黑暗之拥 [维克托 & 异构格里芬]", "ja": "ダークウィスプ [ヴィクター & ゼノグリフ]" }, diff --git a/src/palworld_pal_editor/assets/data/pal_passives.json b/src/palworld_pal_editor/assets/data/pal_passives.json index b5e240f..bd81d89 100644 --- a/src/palworld_pal_editor/assets/data/pal_passives.json +++ b/src/palworld_pal_editor/assets/data/pal_passives.json @@ -1288,5 +1288,33 @@ "b_CraftSpeed": 0, "b_MoveSpeed": 0.15 } + }, + "Witch": { + "InternalName": "Witch", + "Rating": 3, + "I18n": { + "en": { + "Name": "Siren of the Void", + "Description": "20% increase to Dark attack damage, 20% increase to Ice attack damage." + }, + "zh-CN": { + "Name": "魔女", + "Description": "暗属性攻击伤害增加20%, 冰属性攻击伤害增加20%" + } + } + }, + "NonKilling": { + "InternalName": "NonKilling", + "Rating": 3, + "I18n": { + "en": { + "Name": "Mercy Hit", + "Description": "Pacifist. Will not reduce the target's Health below 1." + }, + "zh-CN": { + "Name": "手下留情", + "Description": "和平主义者 使攻击目标的生命值不会小于1" + } + } } } \ No newline at end of file