ZenlessData/Data/Thracian_EnhanceEffect.json

53 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Thracian_EnhanceEffect",
"AbilitySpecials": {
"AS_Func": {
"Value": "",
"ValueType": "String"
}
},
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Enhanced"
]
}
],
"SuccessActions": [
{
"$type": "FireEffect",
"AttachPointName": "Ctr_Spear",
"EffectPattern": "Eff_Monster_Thracian_Charge_04_loop",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": "Add",
"ParamName": "AS_Func",
"ParamType": "String"
}
],
"Tag": "Eff_Monster_Thracian_Charge_04_loop"
},
{
"$type": "RemoveTagEffect",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": "Remove",
"ParamName": "AS_Func",
"ParamType": "String"
}
],
"Tag": "Eff_Monster_Thracian_Charge_04_loop"
}
]
}
]
}