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

179 lines
7 KiB
JSON

{
"ID": 2000213,
"EventTypeTag": [
"NoneInteractEventWithAnim",
"CameraMoveToCenter",
"Chest"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": 1
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare": [
2,
3,
4
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_3)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.5
},
//教学弹窗
{
"$type": "Share.CConfigShowPopWindow",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "PopUpState.2000107",
"CompareType": "Equal",
"Count": 0
}
],
"PopID": 2000107,
"ShowDirectly": true
},
//高亮卡牌UI
{
"$type":"Share.CConfigSetHollowSystemState",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "PopUpState.2000107",
"CompareType": "Equal",
"Count": 0
}
],
"Key":[
"Card"
],
"State": "Brighten"
},
{
"$type": "Share.CConfigWaitSeconds",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "PopUpState.2000107",
"CompareType": "Equal",
"Count": 0
}
],
"Time": 0.5
},
//正常卡牌UI
{
"$type":"Share.CConfigSetHollowSystemState",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "PopUpState.2000107",
"CompareType": "Equal",
"Count": 0
}
],
"Key":[
"Card"
],
"State": "Normal"
},
//教学计数器
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "PopUpState.2000107",
"Value": 1
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
}
}