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

150 lines
5.9 KiB
JSON

{
"ID": 1012010,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012010_Log_1_1"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1012010_Des_1",
"Choices": [
// {
// "OptionText": "Event_1012010_op_1",
// "OptionText2": "Event_1012010_op_1_split",
// "Predicates": [
// {
// //有诅咒
// "$type": "Share.CConfigEventByCurse",
// "Type": 1,
// "CompareType": "Greater",
// "Count": 0
// }
// ],
// "OptionContents": [
// {
// "Actions": [
// {
// //清除当前所有诅咒
// "$type": "Share.CConfigRemoveBuff",
// "BuffType": 1,
// "Count": 5
// },
// {
// "$type": "Share.CConfigJump",
// "Jump": "Op_1_Over_1"
// }
// ]
// }
// ]
// },
{
"OptionText": "Event_1012010_op_2",
"OptionText2": "Event_1012010_op_2_split",
"OptionContents": [
{
"Actions": [
{
//全体10%
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "property(HpMax_Battle)*specials(op_2_0)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
},
{
"OptionText": "Event_1012010_op_3",
"OptionText2": "Event_1012010_op_3_split",
"OptionContents": [
{
"Actions": [
{
//-压力值
"$type" : "Share.CConfigModifySceneProperty",
"Property" : "Stamina",
"Count" : "-specials(op_3_stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_3_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012010_op_1_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012010_op_2_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_3_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012010_op_3_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"op_2_0": 10,
"op_3_stamina":20
}
}