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

50 lines
1.2 KiB
JSON

{
"AbilityList": [
{
"Name": "ManikinMonster_SW_Boss_01_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_SW_Boss_01/Eff_Monster_SW_Boss_01_Idle_StandBy.prefab",
"AttachPoint": "Root",
"Scale": {
"x": 0.35,
"y": 0.35,
"z": 0.35
},
"ForceSimulateImmediately": false
}
]
},
{
"Name": "ManikinMonster_SW_Minion01_02_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_SW_Minion01_02/Eff_Monster_SW_Minion01_02_Idle_StandBy.prefab",
"Scale": {
"x": 0.7,
"y": 0.7,
"z": 0.7
},
"ForceSimulateImmediately": false
}
]
}
]
}