HollowPS_TV_experiments/extras/zzz-0.1-jsons/Follower_CurHP_Increase_KillEnemy.json

39 lines
No EOL
800 B
JSON

{
// 击杀一个敌人后血量增加
"AbilityName" : "Follower_CurHP_Increase_KillEnemy",
"AbilityStacking":"Unique",
"AbilityMixins" :
[
{
"$type" : "MoleMole.KillTargetMixin",
"Actions" :
[
{
"$type": "MoleMole.ModifyProperty",
"Target" : "Self",
"PropertyType": "CurHP",
"PropertyModifyFunction": "Add",
"Percentage": "%AddedPlayerCurHpPercent",
"Amount": 0,
"Predicates":
[
{
"$type" : "MoleMole.ByMonsterFunctionType",
"Target" : "Target",
"CompareType" : "Equal",
"MonsterFunctionType" : "Monster"
},
]
}
]
}
],
"AbilitySpecials":
{
"AddedPlayerCurHpPercent":
{
"Value" : 0
},
}
}