62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"AbilityName": "AbyssS2_Heat_17",
|
|
"AbilitySpecials": {
|
|
"AS_HPRatio": {
|
|
"Value": 0.1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "TimerModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"OnSwitchInBegin": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "TimerModifier"
|
|
}
|
|
],
|
|
"OnSwitchOutBegin": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "TimerModifier"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "HPDecreaseModifier"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"HPDecreaseModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnThinkInterval": [
|
|
{
|
|
"$type": "DecreaseHPAction",
|
|
"Percentage": "%AS_HPRatio"
|
|
}
|
|
],
|
|
"ThinkInterval": 0.5
|
|
},
|
|
"TimerModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Refresh",
|
|
"OnThinkInterval": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "HPDecreaseModifier"
|
|
}
|
|
],
|
|
"ThinkInterval": 10
|
|
}
|
|
}
|
|
} |