Files
fc/dev/project/library/imports/23/23d7c5e8-7410-445f-becb-f26d4ab4dcd5.json
2026-05-24 10:21:26 +08:00

322 lines
5.4 KiB
JSON

{
"__type__": "cc.JsonAsset",
"_name": "monopoly_data",
"_objFlags": 0,
"_native": "",
"json": {
"data_const_length": 9,
"data_const": {
"lev_limit": {
"val": 10,
"desc": "开放等级"
},
"item_bid": {
"val": 17220,
"desc": "寻宝之旅骰子"
},
"item_price": {
"val": [
[
3,
200
],
[
3,
300
]
],
"desc": "骰子价格"
},
"buy_time": {
"val": 2,
"desc": "单日骰子可购买次数"
},
"cell_num": {
"val": 30,
"desc": "每圈格子数量"
},
"start_grid": {
"val": 1,
"desc": "起點所在格子"
},
"end_turns": {
"val": 5,
"desc": "獎勵最大圈數"
},
"monopoly_rule": {
"val": 1,
"desc": "1.尋寶之旅每個玩家每輪可以進行5圈遊戲。\n2.投擲骰子後角色會移動對應數量的格數,到達有獎勵的格子即可獲得對應獎勵。\n3.每天可以花費鑽石購買2次額外的骰子。\n4.角色走完指定圈數後都能領取圈數達成寶箱,走完5圈後重置。"
},
"dice_probability": {
"val": [
[
1,
30
],
[
2,
25
],
[
3,
20
],
[
4,
10
],
[
5,
10
],
[
6,
5
]
],
"desc": "點數概率"
}
},
"data_get_reward_length": 30,
"data_get_reward": {
"1": {
"pos": 1,
"item_bid": 0,
"num": 0
},
"2": {
"pos": 2,
"item_bid": 1,
"num": 50000
},
"3": {
"pos": 3,
"item_bid": 0,
"num": 0
},
"4": {
"pos": 4,
"item_bid": 22,
"num": 50000
},
"5": {
"pos": 5,
"item_bid": 0,
"num": 0
},
"6": {
"pos": 6,
"item_bid": 10001,
"num": 100
},
"7": {
"pos": 7,
"item_bid": 0,
"num": 0
},
"8": {
"pos": 8,
"item_bid": 11403,
"num": 1
},
"9": {
"pos": 9,
"item_bid": 0,
"num": 0
},
"10": {
"pos": 10,
"item_bid": 0,
"num": 0
},
"11": {
"pos": 11,
"item_bid": 29904,
"num": 10
},
"12": {
"pos": 12,
"item_bid": 0,
"num": 0
},
"13": {
"pos": 13,
"item_bid": 32,
"num": 500
},
"14": {
"pos": 14,
"item_bid": 0,
"num": 0
},
"15": {
"pos": 15,
"item_bid": 22,
"num": 50000
},
"16": {
"pos": 16,
"item_bid": 0,
"num": 0
},
"17": {
"pos": 17,
"item_bid": 72001,
"num": 5
},
"18": {
"pos": 18,
"item_bid": 0,
"num": 0
},
"19": {
"pos": 19,
"item_bid": 72002,
"num": 5
},
"20": {
"pos": 20,
"item_bid": 10451,
"num": 1
},
"21": {
"pos": 21,
"item_bid": 1,
"num": 50000
},
"22": {
"pos": 22,
"item_bid": 0,
"num": 0
},
"23": {
"pos": 23,
"item_bid": 11403,
"num": 1
},
"24": {
"pos": 24,
"item_bid": 0,
"num": 0
},
"25": {
"pos": 25,
"item_bid": 29905,
"num": 5
},
"26": {
"pos": 26,
"item_bid": 0,
"num": 0
},
"27": {
"pos": 27,
"item_bid": 22,
"num": 50000
},
"28": {
"pos": 28,
"item_bid": 0,
"num": 0
},
"29": {
"pos": 29,
"item_bid": 72001,
"num": 5
},
"30": {
"pos": 30,
"item_bid": 0,
"num": 0
}
},
"data_get_schedule_reward_length": 5,
"data_get_schedule_reward": {
"1": {
"index": 1,
"rewards": [
[
3,
50
],
[
1,
100000
],
[
22,
100000
]
]
},
"2": {
"index": 2,
"rewards": [
[
3,
100
],
[
29904,
20
],
[
11403,
2
]
]
},
"3": {
"index": 3,
"rewards": [
[
3,
200
],
[
29905,
15
],
[
11403,
5
]
]
},
"4": {
"index": 4,
"rewards": [
[
3,
300
],
[
10001,
300
],
[
10450,
300
]
]
},
"5": {
"index": 5,
"rewards": [
[
3,
500
],
[
29905,
30
],
[
11403,
8
]
]
}
}
}
}