ZenlessData/Data/NotoriousPompey_BossChallengeAbility.json

158 lines
4.0 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "ParryBuff",
"Target": "Self"
}
],
"AnimatorStateName": "P2_ParryMode_Start",
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "CounterBuff",
"Target": "Self"
}
],
"AnimatorStateName": "P2_ParryMode_Counter",
"Frame": 70,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "NotoriousPompey_BossChallengeAbility",
"AbilitySpecials": {
"AS_CounterBuffDuration": {
"Value": 12
},
"AS_DamageTakeRatio": {
"Value": 0.5
},
"AS_ParryBuffDuration": {
"Value": 8
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnElementAbnormalTriggered": [
{
"$type": "RemoveModifier",
"ModifierName": "ParryBuff"
},
{
"$type": "RemoveModifier",
"ModifierName": "CounterBuff"
}
]
},
"Modifiers": {
"CounterBuff": {
"Duration": "%AS_CounterBuffDuration",
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "EffModifier"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "EffModifier"
}
],
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
},
"EffModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousPompey_Body_01"
}
],
"Tag": "Monster_TyrantPompey_MA_Common_ScreenImage_08",
"Target": "Self",
"key": "Monster_TyrantPompey_MA_Common_ScreenImage_08"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousPompey_Weapon"
}
],
"Tag": "Monster_TyrantPompey_MA_Common_ScreenImage_09",
"Target": "Self",
"key": "Monster_TyrantPompey_MA_Common_ScreenImage_09"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousPompey_Body_02"
}
],
"Tag": "Monster_TyrantPompey_MA_Common_ScreenImage_10",
"Target": "Self",
"key": "Monster_TyrantPompey_MA_Common_ScreenImage_10"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousPompey_Weapon"
}
],
"Tag": "Monster_TyrantPompey_MA_Common_SecondaryEmission_11",
"Target": "Self",
"key": "Monster_TyrantPompey_MA_Common_SecondaryEmission_11"
}
]
},
"ParryBuff": {
"Duration": "%AS_ParryBuffDuration",
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "EffModifier"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "EffModifier"
}
],
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
}
}
}