ZenlessData/Data/AbyssS2_UltraBuild_Relic_01.json

93 lines
2.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_UltraBuild_Relic_01",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.4,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 15
},
"AS_MaxFever": {
"Value": 6000
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "PushChangeMaxIndividualFeverAction",
"MaxFeverValue": "%AS_MaxFever",
"Tag": "Player_Change_Max_Fever"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"UltraBuild_Relic_01"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"UltraBuild_Relic_01"
],
"IsAdd": false,
"Target": "Self"
},
{
"$type": "PopChangeMaxIndividualFeverAction",
"Tag": "Player_Change_Max_Fever",
"Target": "Self"
},
{
"$type": "PopChangeMaxIndividualFeverAction",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"AbyssS2_UltraBuild_Relic_01_Upgrade_02"
],
"Target": "Self"
}
],
"Tag": "Player_Change_Max_Fever_With_Upgrade_02",
"Target": "Self"
}
]
},
"OnAbilityTrigger": [
{
"$type": "PopChangeMaxIndividualFeverAction",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"AbyssS2_UltraBuild_Relic_01_Upgrade_02"
],
"Target": "Self"
}
],
"Tag": "Player_Change_Max_Fever",
"Target": "Self"
},
{
"$type": "PushChangeMaxIndividualFeverAction",
"MaxFeverValue": "%AS_MaxFever",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"AbyssS2_UltraBuild_Relic_01_Upgrade_02"
],
"Target": "Self"
}
],
"Tag": "Player_Change_Max_Fever_With_Upgrade_02",
"Target": "Self"
}
]
}