HollowPS_TV_experiments/extras/zzz-0.1-jsons/Tsubaki_Talent_02.json

97 lines
No EOL
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//猫又天赋02若exsp命中敌人背后造成的伤害提升30%
"AbilityName": "Tsubaki_Talent_02",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type": "MoleMole.SetAnimCtrlerParamAction",
"ParamType": 2,
"ParamName": "Bool_Talent_02",
"Target": "Self",
"BoolVal": true
}
]
},
"AbilityMixins":
[
{
"$type": "MoleMole.AttachStateWithModifierMixin",
"ConfigList":
[
{
"AnimatorStateName": "Attack_Branch_02",
"LayerIndex": 0,
"Target": "Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"ModifierNameList":
[
"TsubakiTalent02Modifier"
]
}
]
}
],
"Modifiers":
{
//当攻击时若伤害来自于背面则伤害提升30%
"TsubakiTalent02Modifier":
{
"ModifierStacking": "Unique",
"Duration":-1,
"IgnoreTimeScale": false,
"OnHitOtherPre": [
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddedDamageModifier",
"Target": "Self",
"Predicates":
[
{
"$type": "MoleMole.ByAnimTagList",
"TagList": [
"ExSp"
]
},
{
"$type": "MoleMole.ByHitAngleRange",
"AngleMin": -180,
"AngleMax": 0
}
]
}
],
"OnDamageCalculated": [
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "AddedDamageModifier",
"Target": "Self"
}
]
},
"AddedDamageModifier":
{
"ModifierStacking": "Unique",
"Duration": -1,
"IgnoreTimeScale": false,
//伤害增加30%
"Properties":
{
"Actor_AddedDamageRatio": "%AS_AddedDamage_Talent_02"
}
}
},
"AbilitySpecials":
{
//伤害增加30%
"AS_AddedDamage_Talent_02":
{
"Value": 0.3
}
}
}