//战斗模板 { "ID": 9991176, "Events": { "OnStart": { "Actions": [ // { // "$type" : "Share.CConfigOpenDialog" // }, // { // "$type" : "Share.CConfigLogText", // "Messages" : // [ // "Event_1027_log_1_1" // ] // }, // { // "$type" : "Share.CConfigCloseDialog" // }, { "$type": "Share.CConfigShowTip", "TipID": 102701, "Delay": 0 }, { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "-property(HpMax_Battle)*specials(Value)*0.01" }, { "$type": "Share.CConfigPlayAnim" }, //---------------- { "$type":"Share.CConfigSetHollowVariable", "Key":"Trap.9991175", "Value": "scenevar(Trap.9991175)+1" }, { //触发所有陷阱,2个 "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060022, "Progress":1, "ModifyType":"Add", "Predicates": [ { "$type": "Share.CConfigEventByHollowVariable", "Key": "Trap.9991175", "Count": 2, "CompareType": "GreaterEqual" } ] }, //---------------- { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { //表格参数 "Value": 20 } }