1
0
ZenlessData/Data/_unsorted/Level_Turnbased_03.json
2025-10-15 03:08:22 +02:00

73 lines
1.7 KiB
JSON

{
"AbilityName": "Level_Turnbased_03",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PlayShellEffectModifier",
"Target": "Self"
}
],
"OnBeAttackLanded": [
{
"$type": "RemoveModifier",
"ModifierName": "PlayShellEffectModifier",
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": 30,
"Percentage": 0,
"Target": "Other"
},
{
"$type": "DeadHandlerAction",
"Target": "Self"
}
],
"OnDeadHandler": [
{
"$type": "FireEffect",
"AttachPointName": "EffectPoint",
"EffectPattern": "Eff_MonsterFantasy_Device_02_ShellEnd",
"EffectScale": {
"OverrideScaleX": 1.5,
"OverrideScaleY": 1.5,
"OverrideScaleZ": 1.5
},
"Target": "Self"
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_MonsterFantasy_Buff_01_AddSp",
"Target": "Other"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Activity_MonsterFantasy_MA_AddSp_OverrideRimGlow_01",
"Target": "Other",
"key": "Activity_MonsterFantasy_MA_AddSp_OverrideRimGlow_01"
}
]
},
"Modifiers": {
"PlayShellEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "EffectPoint",
"EffectPattern": "Eff_MonsterFantasy_Device_01_Shell",
"EffectScale": {
"x": 1.5,
"y": 1.5,
"z": 1.5
},
"Target": "Self"
}
]
}
}
}