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

117 lines
3.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_09_B_01",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_NotoriousMarionette_SummonAddDamageTakeRatioExtra"
]
},
{
"AnimatorStateName": "Attack_09_B_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_NotoriousMarionette_SummonAddDamageTakeRatioExtra"
]
},
{
"AnimatorStateName": "Attack_09_B_03",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_NotoriousMarionette_SummonAddDamageTakeRatioExtra"
]
},
{
"AnimatorStateName": "Attack_09_B_04",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_NotoriousMarionette_SummonAddDamageTakeRatioExtra"
]
}
],
"IsSeam": true
}
],
"AbilityName": "NotoriousMarionette_SummonAddDamageTakeRatio",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_NotoriousMarionette_SummonAddDamageTakeRatio",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"NotoriousMarionette_Summon"
]
}
],
"Target": "Self"
},
{
"$type": "SetRBLOffsetAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"NotoriousMarionette_Summon"
]
}
],
"RBLOffset": 2,
"Tag": "NotoriousMarionette_Summon",
"Target": "Self"
}
]
},
"Modifiers": {
"Modifier_NotoriousMarionette_SummonAddDamageTakeRatio": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": 0,
"Target": "Target"
}
]
},
"Modifier_NotoriousMarionette_SummonAddDamageTakeRatioExtra": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": 0.9,
"Target": "Target"
}
]
}
}
}