{ "ID": 9991178, "EventTypeTag": [ "Reward" ], "Specials": { "stamina": 2, "Gold": 200, "Layer": 1 }, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigPlayAnim" }, { "$type": "Share.CConfigSetSpecial", "SpecialName": "Layer", "SpecialValue": 2, "Predicates": [ { "$type": "Share.CConfigEventByHollowLevel", "Level": 1, "CompareType": "Equal" } // { // "$type":"Share.CConfigEventByHollowVariable", // "Key": "OpenDialog.9991171", // "Count":1, // "CompareType":"Equal" // } ] }, { "$type": "Share.CConfigIf", "OnSuccess": "OnDialog", "OnFailure": "OnActions", "Conditions": [ { "$type": "Share.CConfigEventByHollowVariable", "Key": "OpenDialog_2010601", "Count": 1, "CompareType": "Equal" } ] } ] }, "OnDialog": { "Actions": [ { "$type": "Share.CConfigSetHollowVariable", "Key": "OpenDialog_2010601", "Value": 0 }, { "$type": "Share.CConfigShowTip", "TipID": 999117801, "Delay": 0 }, { "$type": "Share.CConfigJump", "Jump": "OnActions" } ] }, "OnActions": //降压 { "Actions": [ { //+金币 "$type": "Share.CConfigAddItem", "ItemID": 10, "Count": "specials(Gold)*(hollowlevel()+1)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigFinishEvent" } ] } } }