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

105 lines
3.5 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": 2000208,
"EventTypeTag": [
"Shop"
],
"Specials": {
"odd":50,
//别动
"HollowItem":0,
"hollowitemWeight":10
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog",
"OpenEvent": true
},
{
"$type": "Share.CConfigJump",
"Jump": "OnNormalShop"
}
]
},
//没有暗黑商店
"OnNormalShop":{
"Actions":[
{
"$type":"Share.CConfigSetSpecial",
"SpecialName":"odd",
"SpecialValue":100
},
{
"$type": "Share.CConfigShop",
"EmptyMessages": //当商店所有物品都被禁用后直接读取这里的文本并且跳过该Action后续内容
[
"JsonText_822" // 没货了
],
"Description": "JsonText_823", // 欢迎光临!本店只收齿轮硬币
//最多支持3个ShopInfo第4个自动不显示
"ShopInfo":
[
{
"ShopType": "Card",
"TokenType": "Coin",
"Slot":
[
{
"ItemID": 1000702,
"BuyCount": 1
},
{
"ItemID": 1000707,
"BuyCount": 1
},
{
"ItemID": 1000708,
"BuyCount": 1
}
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": "0.5"
},
//教学弹窗
{
"$type": "Share.CConfigShowPopWindow",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "PopUpState.2000208",
"CompareType": "Equal",
"Count": 0
}
],
"PopID": 2000208,
"ShowDirectly": false
},
//教学弹窗计数器
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "PopUpState.2000208",
"Value": 1
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}