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

146 lines
No EOL
3.2 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" : 2020809,
"Events" :
{
//起始执行的事件
"OnStart" :
{"Actions":[
{
"$type" : "Share.CConfigOpenDialog"
},
{
//对话框内容
"$type" : "Share.CConfigLogText",
"Messages" :
[
"Event_19009_Log_1_1"
]
},
{
"$type" : "Share.CConfigJump",
"Jump" : "OptionSelect"
}
]},
"OptionSelect" :
{"Actions":[
{
//根据选项模式选择选项
"$type" : "Share.CConfigChoiceServer",
"OptionsMode" : "Normal",
"Description" : "Event_19009_Des_1",
"Choices" :
[
{
"OptionText" : "Event_19009_op_1",
"OptionContents" :
[
{
//提高压力值,回复血量
"Actions" :
[
{
//+30点压力
"$type" : "Share.CConfigModifySceneProperty",
"Property" : "Stamina",
"Count" : "specials(staminaincrease)"
},
{
//回复角色血量
"$type" : "Share.CConfigModifyProperty",
"Property" : "Hp",
"ModifyType" : "Add",
"Target" : "All",
"Count" : "specials(hpincrease1)*0.01*property(HpMax)"
},
{
"$type" : "Share.CConfigJump",
"Jump" : "OptionSelect"
}
]
}
]
},
{
"OptionText" : "Event_19009_op_2",
"OptionContents" :
[
{
//失去一张A级卡牌回复血量
"Actions" :
[
{
//回复角色血量
"$type" : "Share.CConfigModifyProperty",
"Property" : "Hp",
"ModifyType" : "Add",
"Target" : "All",
"Count" : "specials(hpincrease2)*0.01*property(HpMax)"
},
{
//随机失去一张A级卡牌
"$type" : "Share.CConfigRemoveCard",
"Rare" :
[
3
],
"Type" : 0,
"Count" : 1
},
{
"$type" : "Share.CConfigJump",
"Jump" : "OptionSelect"
}
]
}
]
},
{
"OptionText" : "Event_19009_op_3",
"OptionContents" :
[
{
//退出神秘人A事件
"Actions" :
[
{
"$type" : "Share.CConfigJump",
"Jump" : "Op_1_Over_1"
}
]
}
]
}
]
}
]},
"Op_1_Over_1":
{"Actions":[
{
"$type" : "Share.CConfigLogText",
"Messages" :
[
"Event_19009_op_1_over_1"
]
},
{
"$type" : "Share.CConfigJump",
"Jump" : "OnEnd"
}
]},
"OnEnd" :
{"Actions":[
{
"$type" : "Share.CConfigCloseDialog"
},
{
"$type" : "Share.CConfigFinishEvent"
}
]}
},
"EventSpecials" :
{
"staminaincrease": 30,
"hpincrease1" : 10,
"hpincrease2" : 20
}
}