ZenlessData/Data/Lighter_DamageReduction.json

133 lines
3.6 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Normal_05_01",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier"
]
},
{
"AnimatorStateName": "Attack_Normal_05_02_Start",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier"
]
},
{
"AnimatorStateName": "Attack_Normal_05_02_Loop",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier"
]
},
{
"AnimatorStateName": "Attack_Normal_05_03",
"FrameCountHigh": 41,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier"
]
},
{
"AnimatorStateName": "Attack_Normal_05_01_Enhance",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier_Enhance"
]
},
{
"AnimatorStateName": "Attack_Normal_05_02_Start_Enhance",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier_Enhance"
]
},
{
"AnimatorStateName": "Attack_Normal_05_02_Loop_Enhance",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier_Enhance"
]
},
{
"AnimatorStateName": "Attack_Normal_05_03_Enhance",
"FrameCountHigh": 41,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DamageTakeRatioModifier_Enhance"
]
}
]
}
],
"AbilityName": "Lighter_DamageReduction",
"AbilitySpecials": {
"AS_DamageTakeRatio": {
"Value": -0.4
},
"AS_DamageTakeRatio_Enhance": {
"Value": -0.8
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"DamageTakeRatioModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
},
"DamageTakeRatioModifier_Enhance": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio_Enhance"
}
}
}
}