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

142 lines
No EOL
3 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.

{
//猫又天赋03场上只有一名敌人时自身能量回复效率翻倍
"AbilityName": "Tsubaki_Talent_03",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type": "MoleMole.SetAnimCtrlerParamAction",
"ParamType": 2,
"ParamName": "Bool_Talent_03",
"Target": "Self",
"BoolVal": true
}
],
"OnSwitchInFinish":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "EnermyCountsModifier",
"Target": "Self"
}
],
"OnSwitchOutBegin": [
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "EnermyCountsModifier",
"StackCount": 5,
"Target": "Self"
}
]
},
"Modifiers":
{
"EnermyCountsModifier":
{
"ModifierStacking":"Unique",
"Duration": -1,
"ThinkInterval" : 1,
"OnThinkInterval" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "TsubakiTalent03Modifier",
"Target": "Self"
}
]
},
//modifier添加时若场上敌人为1人时为自身添加增益buff
"TsubakiTalent03Modifier":
{
"ModifierStacking": "Refresh",
"Duration": 1,
"IgnoreTimeScale": false,
"OnAdded":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "SpGetModifier",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByEnemyCount",
"FilterType": "ByStrengthType",
"EnemyStrengthType":
[
"Normal",
"Elite",
"Boss"
],
"CompareValue": 1,
"CompareType": "Equal"
}
]
},
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "SpGetModifier",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByEnemyCount",
"FilterType": "ByStrengthType",
"EnemyStrengthType":
[
"Normal",
"Elite",
"Boss"
],
"CompareValue": 1,
"CompareType": "Greater"
}
]
},
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "SpGetModifier",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByEnemyCount",
"FilterType": "ByStrengthType",
"EnemyStrengthType":
[
"Normal",
"Elite",
"Boss"
],
"CompareValue": 1,
"CompareType": "Less"
}
]
}
]
},
"SpGetModifier":
{
"ModifierStacking": "Unique",
"Duration": -1,
"IgnoreTimeScale": false,
//能量回复效率翻倍
"Properties":
{
"Actor_SPGetRatio": "%AS_SPGetRatio_Talent_03"
}
}
},
"AbilitySpecials":
{
//回复效率提升100%
"AS_SPGetRatio_Talent_03":
{
"Value": 1
}
}
}