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

119 lines
4.4 KiB
JSON

{
"ID": 3010207,
"Events": {
"OnStart2": {
"Actions": [
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 10,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnNormalItem"
}
]
},
{
"Weight": 10,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnRPGItem",
"Predicates":
[
{
//Player背包没有翻译机
"$type": "Share.CConfigEventByItemID",
"ItemID": 105004,
"CompareType": "Equal",
"Count": 0,
"Package": "Player"
},
{
//RL背包没有翻译机
"$type": "Share.CConfigEventByItemID",
"ItemID": 105004,
"CompareType": "Equal",
"Count": 0
}
]
}
]
}
]
}
]
},
"OnNormalItem": {
"Actions": [
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": 1
},
{
"$type": "Share.CConfigAddItem",
"ItemID": 300001, //小经验书
"Count": 10
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event3010207_1",
"Description": "Event3010207_2",
"QuestionDescription": "Event3010207_3",
"Choices":
[
{
"OptionText": "Event3010207_4",
"OptionIcon1": 111,
"OptionContents":
[
{
"Actions":
[
{
"$type": "Share.CConfigJump",
"Jump": "Op_1"
}
]
}
]
}
]
}
]
},
"Op_1": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigAddItem",
"ItemID": 105004, //翻译机
"Count": 1
},
{
"$type":"Share.CConfigBanHollowEvent",
"HollowEvents":[3010207],
"Ban":true
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}