1
0
ZenlessData/Data/Geppetto_SummonerDamageTakeRatio.json

79 lines
1.8 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Eff_Monster_Geppetto_Common_AbnormalProperty_01",
"Target": "Self",
"key": "Eff_Monster_Geppetto_Common_AbnormalProperty_01"
},
{
"$type": "LogStringAction",
"LogStr": "Born"
}
],
"AnimatorStateName": "Born",
"ForceTriggerOnTransitionIn": true,
"Frame": 0
}
]
}
],
"AbilityName": "Geppetto_SummonerDamageTakeRatio",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 1.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackAid",
"AssaultAid"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "LevelCustomConditionCheck",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackAid",
"AssaultAid"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"LevelCustomConditionCheck": {
"Duration": 3,
"IgnoreTimeScale": true,
"OnKilled": [
{
"$type": "SendCustomEvent",
"EventKey": "Geppetto_Achievement_1676",
"IsGlobal": true
}
]
}
}
}