Files
turnbasedgamedata/Config/Level/AetherDivide/Maze_AetherDivide_NPCMonsterBoss_Eff.json
2025-09-25 21:02:32 +02:00

57 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
},
"IsAttachToTargetEntity": true,
"Flags": [],
"AliveOnly": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_ScanLine_MonsterMatReplace.prefab",
"ForceSimulateImmediately": false,
"SubObjectModifyDataList": [],
"IsAttachToCaster": true
},
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
},
"IsAttachToTargetEntity": true,
"Flags": [
"Resident"
],
"AliveOnly": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_Common_Rogue_BossEnhance_01.prefab",
"ForceSimulateImmediately": false,
"SubObjectModifyDataList": [],
"IsAttachToCaster": true
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "TargetMonster"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "TriggerBattleString"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "TargetNPC"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "TalkJson"
}
]
}
}