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

157 lines
5.6 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": 2010206,
"Specials": {
//grid
"hp_down":30
},
"Events": {
"OnStart": {
"Actions": [
//1、选项
//2、选项会更改全局变量
//--是否塌陷
//--抬起格子
{
"$type": "Share.CConfigOpenDialog"
},
{
//--各自闪避 50%不受伤害50%扣40%生命值
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010206_Title",
"Description": "Event2010206_1",
"QuestionDescription": "Event2010206_2",
"Choices": [
{
"OptionText": "Event2010206_3",
"OptionText2": "Event2010206_4",//停止塌陷。
"OptionIcon1":101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
{
"OptionText": "Event2010206_5",
"OptionText2": "Event2010206_6",//损失{specials(hp_down)}%生命值,停止塌陷并抬起所有棋子
"OptionIcon1":113,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010206_7"
]
},
{
//全局事件playermove执行标识
"$type": "Share.CConfigSetHollowVariable",
"Key": "TriggerSkip_2010204",
"Value": 1
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010206_9"
]
},
{
//-20%HP
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(hp_down)*0.01"
},
{
"$type": "Share.CConfigCloseDialog"
},
{
//全局事件playermove执行标识
"$type": "Share.CConfigSetHollowVariable",
"Key": "TriggerSkip_2010204",
"Value": 1
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX":0,
"BoundIndexY":31
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Absolute",
"NodeType": "All",
"X": 2,
"Y": 1,
"Radius": 6,
"Count": 20,
"FromVisibleState": [
"VisibleByTriggerEvent"
],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.75
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
//------观测任务------
{
//雾中明灯
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060099,
"Progress":1,
"ModifyType":"Add"
},
//------------
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}