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

160 lines
4.0 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Discharge",
"LayerIndex": 0,
"ModifierNameList": [
"ChargeModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "SwitchIn_Attack",
"LayerIndex": 0,
"ModifierNameList": [
"CostChargeModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
}
]
}
],
"AbilityName": "Bangboo_Plugboo_Bookemon_Upgrade",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_DefenseBattle_PowerUp_01",
"Target": "Self"
},
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_DefenseBattle_PowerUp_02",
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Bookemon_Upgrade",
"Target": "Self",
"key": "Eff_DefenseBattle_PowerUp_01_MA"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Bookemon_Upgrade_02",
"Target": "Self",
"key": "Eff_DefenseBattle_PowerUp_02_MA"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_Tower_Bangboo_Plugboo_Upgrade",
"Target": "Self"
}
]
},
"Modifiers": {
"ChargeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnimCtrlerParam",
"CompareType": "Equal",
"IntVal": 1,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
]
}
]
},
"CostChargeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
]
}
}
}