ZenlessData/Data/Test_Card_LimboS2Test_1009903.json
2024-12-17 20:43:14 -03:00

71 lines
1.5 KiB
JSON

{
"AbilityName": "Test_Card_LimboS2Test_1009903",
"AbilitySpecials": {
"AS_Duration": {
"Value": 5
},
"AS_FeverConsume": {
"Value": 1500
},
"AS_FeverConsume_Remove": {
"Value": 3000
},
"AS_SpRecover": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ChangeEXQTEConsumeAction",
"ConsumeValue": "%AS_FeverConsume"
},
{
"$type": "ChangeEXQTEThresholdAction",
"ThresholdValue": "%AS_FeverConsume"
}
],
"OnRemoved": [
{
"$type": "ChangeEXQTEConsumeAction",
"ConsumeValue": "%AS_FeverConsume_Remove"
},
{
"$type": "ChangeEXQTEThresholdAction",
"ThresholdValue": "%AS_FeverConsume_Remove"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "IncreaseDamageModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"IncreaseDamageModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"OnThinkInterval": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecover",
"Percentage": 0,
"Target": "Self"
}
],
"ThinkInterval": 1
}
}
}