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

104 lines
3.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ID": 1000302,
"EventTypeTag": [
"CameraMoveToCenter_ban",
"Battle"
],
"Specials": {
"BattleID": 0,
"HollowItem":0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
// {
// "$type": "Share.CConfigOpenDialog"
// },
// {
// "$type": "Share.CConfigLogText",
// "Messages": [
// "[杜拉罕]的信号似乎在更深层的空洞里\n先击败眼前的敌人再去找它算账"
// ]
// },
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnCurse",
"GotoNextHollow" : true
}
]
},
"OnCurse":{
"Actions": [
{
"$type":"Share.CConfigPrepareNextHollow",
"ShowOther":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":0
}
]
},
{
"$type":"Share.CConfigModifySceneProperty",
"Property":"Stamina",
"Count":"-sceneproperty(Stamina)",
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Equal",
"Count":0
}
]
},
{
"$type":"Share.CConfigRemoveCurse",
"RemoveType":"Initiative",
"Count":1,
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":0
}
]
},
{
"$type":"Share.CConfigSetHollowItem",
"EPCharge":"specials(EPCharge)",
"Predicates":[
{
"$type":"Share.CConfigEventBySpecials",
"ParamName":"HollowItem",
"Param":"hollowitem()",
"CompareType":"NotEqual"
}
]
},
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060059,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigGotoNextHollow"
}
]
},
"OnEnd": {
"Actions": [
// {
// "$type": "Share.CConfigCloseDialog"
// },
{
"$type": "Share.CConfigGotoNextHollow"
}
]
}
}
}