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

110 lines
2.8 KiB
JSON

{
"AbilityName": "Bangboo_Penguinboo_Bookemon_Upgrade",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": -0.4
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Bookemon_Upgrade"
],
"IsAdd": true,
"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_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_Penguinboo_Upgrade",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsSelfAttackTarget",
"IsSelfAttackTarget": false,
"SourceTarget": "Self",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}