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

100 lines
2.4 KiB
JSON

{
"AbilityName": "SuccessiveLevel_DropRewards",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "DropItemAction",
"DropStr": "1004:10000:10",
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 101,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "DropHealthModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "DropEXQTEModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"DropEXQTEModifier": {
"DelayHandlers": [
{
"DelayTime": 2,
"TimeUpActions": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": 0,
"Percentage": 1,
"Target": "TeamAvatars"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 101,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique"
},
"DropHealthModifier": {
"DelayHandlers": [
{
"DelayTime": 1,
"TimeUpActions": [
{
"$type": "DropItemAction",
"DropStr": "1222:10000:25",
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 101,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique"
}
}
}