Files
FireflyGo_Resources/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_W4_Pollux_00_Ability.json
2025-08-26 17:57:41 +07:00

77 lines
1.9 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W4_Pollux_00_OvalGround",
"TargetInfo": {
"TargetType": "Caster"
},
"OnStart": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Flags": [
"Resident"
],
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W4_Pollux_00/Eff_Monster_W4_Pollux_00_Ground1.prefab",
"PositionOffset": {
"x": 0,
"y": 0,
"z": 1
},
"ForceSimulateImmediately": false
}
]
},
{
"Name": "MazeMonster_W4_Pollux_00_BossEnhanceEffect",
"TargetInfo": {
"TargetType": "Caster"
},
"OnStart": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Flags": [
"Resident"
],
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_Common_Rogue_BossEnhance.prefab",
"PositionOffset": {
"x": -1,
"y": 0,
"z": 0
},
"Scale": {
"x": 1.5,
"y": 1.5,
"z": 1.5
},
"ForceSimulateImmediately": false
}
]
},
{
"Name": "ManikinMonster_W4_Pollux_00_OvalGround",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W4_Pollux_00/Eff_Monster_W4_Pollux_00_Ground_Manikin.prefab",
"ForceSimulateImmediately": false
}
]
}
]
}