Files
turnbasedgamedata/Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_RPunchMonster_Common.json
2025-02-24 07:50:34 -03:00

32 lines
609 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEventV2",
"EventName": {
"Value": "SwitchHand_RocketPunchHit"
},
"OnEvent": [
{
"$type": "RPG.GameCore.TriggerGroupEvent",
"EventName": {
"Value": "SwitchHand_MonsterDie"
}
}
]
}
]
}
],
"ValueSource": {
"Values": []
},
"Type": "Entity",
"EntityEventList": [
{
"Name": "SwitchHand_RocketPunchHit"
}
]
}