Skip to content

Commit

Permalink
2 new passive skills, mark SelfDestruct_Bee Unique
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisCris committed Apr 4, 2024
1 parent ca4c175 commit 95a59f9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/palworld_pal_editor/assets/data/pal_attacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@
"en": "Bee Quiet",
"zh-CN": "蜂!蜂!蜂! [骑士蜂]",
"ja": "ビー・クワイエット [ビーナイト]"
}
},
"UniqueSkill": true
},


Expand Down Expand Up @@ -1319,7 +1320,7 @@
"CT": 45,
"Power": 160,
"I18n": {
"en": "Dark Whisp",
"en": "Dark Whisp [Victor & Shadowbeak]",
"zh-CN": "黑暗之拥 [维克托 & 异构格里芬]",
"ja": "ダークウィスプ [ヴィクター & ゼノグリフ]"
},
Expand Down
28 changes: 28 additions & 0 deletions src/palworld_pal_editor/assets/data/pal_passives.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit 95a59f9

Please sign in to comment.