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

156 lines
5.6 KiB
JSON

{
//BOSS战 - 终点
"ID": 2021013,
"EventTypeTag": [
"Battle"
],
"Events": {
"OnHollowCreated":{
"Actions":[
{
//红9
"$type": "Share.CConfigEventModification",
// "ModifyID": 2010101,
"ModificationNum":5,
"ModificationType":1,
"TargetCoreNode":0,
"TargetEventType":1,
"TargetEventState":["Locked"],
"TargetVisibleState":["Visible"],
"EventID":[
1003
],
"EventState":"Locked",
"VisibleState":"VisibleByTriggerEvent",
"Position":"Absolute",
"X": "getpos(X,2)",
"Y": "getpos(Y,2)",
"Radius": 1
}
// {
// "$type": "Share.CConfigSetMapState",
// "Position": "Absolute",
// "NodeType": "All",
// "X": "getpos(X,2)",
// "Y": "getpos(Y,2)",
// "Radius": 1,
// "Count": 5,
// "FromVisibleState": [
// "Visible"
// ],
// "ToVisibleState": ["VisibleByTriggerEvent"]
// }
]
},
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
{
//战斗计数器+1
"$type": "Share.CConfigSetHollowVariable",
"Key": "CommonController_Event",
"Value":2021016
},
{
//战斗计数器+1
"$type": "Share.CConfigSetHollowVariable",
"Key": "CommonController_Run",
"Value":1
},
{
"$type":"Share.CConfigApplyAbility",
"AbilityName":"HollowRunEvent"
},
//1020060001
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":1020060001,
"Progress":1,
"ModifyType":"Add",
"Predicates":[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "challenge_high",
"Param":"itemtype(31)",
"CompareType":"LessEqual"
}
]
},
//1020060002
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":1020060002,
"Progress":1,
"ModifyType":"Add",
"Predicates":[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "challenge_low",
"Param":"itemtype(31)",
"CompareType":"GreaterEqual"
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
// {
// "$type":"Share.CConfigDropBattleID",
// "Type":[61,62],
// "SpecialName":"BattleID"
// },
// {
// //这里已经出去了
// "$type": "Share.CConfigTriggerBattle",
// "BattleID": "specials(BattleID)",
// "OnSuccess": "OnEnd",
// "EndHollow": true
// }
]
},
"OnEnd": {
"Actions": [
//1020060001
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":1020060001,
"Progress":1,
"ModifyType":"Add",
"Predicates":[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "challenge_high",
"Param":"itemtype(31)",
"CompareType":"LessEqual"
}
]
},
//1020060002
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":1020060002,
"Progress":1,
"ModifyType":"Add",
"Predicates":[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "challenge_low",
"Param":"itemtype(31)",
"CompareType":"GreaterEqual"
}
]
},
{
"$type": "Share.CConfigFinishHollow"
}
]
}
},
"Specials": {
"BattleID": 30132003,
"challenge_high":14,
"challenge_low":8
}
}