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

120 lines
5.1 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": 749,
"EventTypeTag": [
"Shop"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog",
"OpenEvent": false
},
{
"$type": "Share.CConfigLogText",
"Messages":
[
"JsonText_821" // 不远处,一只游荡的贩售型邦布看到了你们,它不停高喊着“欢迎光临”全力加速向你们冲了过来。
]
},
{
"$type": "Share.CConfigShop",
"EmptyMessages": //当商店所有物品都被禁用后直接读取这里的文本并且跳过该Action后续内容
[
"JsonText_822" // 没货了
],
"Description": "JsonText_823", // 欢迎光临!本店只收齿轮硬币
//最多支持3个ShopInfo第4个自动不显示
"ShopInfo":
[
// {
// "ShopType": "Item", //用于处理客户端icon表现一般用于补给品的售卖
// "TokenType": "Coin", //购买的货币类型Coin/Curse/Random
// "Slot": //售卖的内容,按照填入顺序排列
// [
// {
// "ItemID": 202010, //填写指定道具售卖填写后Type与Rare都无效
// "BuyCount": 1 //可购买的最大数量
// },
// {
// "ItemID": 204050,
// "BuyCount": 1
// }
// ]
// },
{
"ShopType": "HollowItem",
"TokenType": "Coin",
"Slot":
[
{
"ItemID":204056, //策划配一个新道具。icon用主动道具功能icon
"BuyCount": 1,
"Price": 600
},
{
"ItemID":204053, //策划配一个新道具。icon用主动道具功能icon
"BuyCount": 1,
"Price": 1500
}
],
"Predicates": //用来判断该页签是否显示。如主动道具没带,则不显示该页签
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "HollowItem",
"Param":"hollowitem()",
"CompareType":"NotEqual"
}
]
},
{
"ShopType": "Card",
"TokenType": "Coin",
"Slot":
[
{
"ItemType": "Card", //填写为Card后一般不需要填写ItemID当然也可以支持填写
"BuyCount": 1
},
{
"ItemType": "Card",
"BuyCount": 1
},
{
"ItemType": "Card",
"BuyCount": 1
}
]
}
]
},
//这里可能需要插入声音
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd1"
}
]
},
"OnEnd1": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnEnd2": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}