ZenlessData/Data/Test_Card_LimboS2Test_1009901.json

65 lines
1.4 KiB
JSON
Raw Normal View History

{
"AbilityName": "Test_Card_LimboS2Test_1009901",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.35
},
"AS_Duration": {
"Value": 5
},
"AS_FeverConsume": {
"Value": 1500
},
"AS_MaxFever": {
"Value": 5000
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "PushChangeMaxIndividualFeverAction",
"MaxFeverValue": "%AS_MaxFever",
"Tag": "Player_Change_Max_Fever"
},
{
"$type": "ChangeEXQTEConsumeAction",
"ConsumeValue": "%AS_FeverConsume"
},
{
"$type": "ChangeEXQTEThresholdAction",
"ThresholdValue": "%AS_FeverConsume"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "IncreaseDamageModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"IncreaseDamageModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}
}