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

108 lines
No EOL
3.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
// Anbi_天赋_03
// 安比后场能量自动回复速度提升1点/秒
"AbilityName" : "Anbi_Electric_Talent_03",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
//入场时若在场下则添加回蓝增益效果
"OnAdded":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AnbiTalent03Modifier",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByIsLocalAvatar",
"IsLocalAvatar": false,
"Target" : "Self"
}
]
}
],
//保底检测,若进入战斗时自身在前台,则移除该增益效果
"OnBattleEnter":
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName":"AnbiTalent03Modifier",
"Target":"Self",
"Predicates":
[
{
"$type": "MoleMole.ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target" : "Self"
}
]
}
],
"OnSwitchOutFinish": [
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AnbiTalent03Modifier",
"Target": "Self"
}
],
"OnSwitchInFinish":
[
{
"$type": "MoleMole.RemoveModifier",
"ModifierName":"AnbiTalent03Modifier",
"Target":"Self"
}
]
},
"Modifiers": {
//存在时回蓝自动回蓝+1/s
"AnbiTalent03Modifier": {
"ModifierStacking": "Unique",
"Duration": -1,
"OnAdded":
[
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "SPRecover",
//"CustomPropertyType": "ChargePoint",
"PropertyModifyFunction": "Add",
"Percentage": 0,
"Amount": "%AS_SpRecover_Delta",
"Target" : "Self"
}
],
"OnRemoved":
[
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "SPRecover",
//"CustomPropertyType": "ChargePoint",
"PropertyModifyFunction": "Add",
"Percentage": 0,
"Amount": "%AS_SpReset_Delta",
"Target" : "Self"
}
]
}
},
"AbilitySpecials" :
{
//表格参数放大100倍
"AS_SpRecover_Delta" :
{
"Value" : 100.0
},
"AS_SpReset_Delta" :
{
"Value" : -100.0
}
}
}