ZenlessData/Data/ActivityBattleAbility_Yanagi_Buff_UniquePlay.json

117 lines
3.3 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"CustomPropertyType": "Int_A_StanceBuff",
"IsUsePercentage": false,
"PropertyChangeActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "Int_A_StanceBuff",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 1
},
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "Int_B_StanceBuff",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 1
}
],
"FailureActions": [
{
"$type": "RemoveModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
]
}
],
"PropertyType": "Custom"
},
{
"CustomPropertyType": "Int_B_StanceBuff",
"IsUsePercentage": false,
"PropertyChangeActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "Int_A_StanceBuff",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 1
},
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "Int_B_StanceBuff",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 1
}
],
"FailureActions": [
{
"$type": "RemoveModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
]
}
],
"PropertyType": "Custom"
}
]
}
],
"AbilityName": "ActivityBattleAbility_Yanagi_Buff_UniquePlay",
"AbilitySpecials": {
"AS_BaseAtkRatio": {
"Value": 0.15
},
"AS_ElementMysteryDelta": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"BuffModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio",
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
}
}
}