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

70 lines
1.7 KiB
JSON

{
"AbilityMixins": [
{
"$type": "SummonMixin",
"IsSameAsMaster": true,
"NeedRayCastCheck": true,
"NeedRaycastGround": true,
"OnSummonCreatedActions": [
{
"$type": "SetSelfAttackTargetAction",
"ForceOverride": true,
"IgnoreSetAttackTargetCD": true,
"Source": "Self",
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "EtherKillDelay_Modifier",
"Target": "Other"
}
],
"SummonDuration": 40,
"SummonID": 900021189,
"SummonPosRot": {
"CoordsOption": "Self",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"RaycastGroundOffset": 0,
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "SavePoint",
"PointName": "WanderingHunter_Summon_LiquidEther_SavePoint"
}
},
"SummonPositionCorrection": true,
"SummonTag": [
"WanderingHunter_LiquidEther"
],
"SummonType": "Monster"
}
],
"AbilityName": "WanderingHunter_Summon_LiquidEther",
"AbilityStacking": "Unique",
"Modifiers": {
"EtherKillDelay_Modifier": {
"Duration": 30,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "SendCustomEvent",
"EventKey": "DestroyLiquidEther",
"Target": "Self"
}
]
}
}
}