Files
turnbasedgamedata/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_SW_Boss_00_Ability.json
2024-10-21 03:16:22 -03:00

39 lines
898 B
JSON

{
"AbilityList": [
{
"Name": "NPCMonster_SW_Boss_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_monster_maze_standby_sw_boss_00_loop"
}
}
]
},
{
"Name": "ManikinMonster_SW_Boss_00_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_00/Eff_Monster_SW_Boss_Idle_StandBy.prefab",
"Scale": {
"X": 0.7,
"Y": 0.7,
"Z": 0.7
}
}
]
}
]
}