mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
40 lines
943 B
JSON
40 lines
943 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
|
|
},
|
|
"ForceSimulateImmediately": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |