HollowPS_TV_experiments/extras/zzz-0.1-jsons/Event2020533.json

25 lines
551 B
JSON

//下方战斗
{
"ID": 2020533,
"Specials": {
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0,
"genre":0
},
"Events": {
"OnCreate":{
"Actions":[
//记录自身位置
//决定下一个位置
]
},
"OnStart": {
"Actions": [
//发出死亡信号
//处理战斗相关的逻辑
]
}
}
}