105 lines
3.5 KiB
JSON
105 lines
3.5 KiB
JSON
{
|
||
|
||
"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"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
}
|
||
|
||
}
|
||
|