mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Release the release version. :) Please squash.
This commit is contained in:
@@ -55,35 +55,6 @@ export const gameInfoGet: EPR = async (info, data, send) => {
|
||||
...obj,
|
||||
box_term: {
|
||||
state: K.ITEM('u8', 0)
|
||||
},
|
||||
box: {
|
||||
pack: [
|
||||
{
|
||||
state: K.ITEM("u8", 1),
|
||||
pack_kind: K.ITEM("s32", 0),
|
||||
pack_id: K.ITEM("s32", 0),
|
||||
item: [
|
||||
{
|
||||
index: K.ITEM("s32", 0),
|
||||
item_kind: K.ITEM("s32", 0),
|
||||
item_id: K.ITEM("s32", 2666),
|
||||
item_param: K.ITEM("str", ""),
|
||||
},
|
||||
{
|
||||
index: K.ITEM("s32", 1),
|
||||
item_kind: K.ITEM("s32", 0),
|
||||
item_id: K.ITEM("s32", 2624),
|
||||
item_param: K.ITEM("str", ""),
|
||||
},
|
||||
{
|
||||
index: K.ITEM("s32", 2),
|
||||
item_kind: K.ITEM("s32", 0),
|
||||
item_id: K.ITEM("s32", 2631),
|
||||
item_param: K.ITEM("str", ""),
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
} else {
|
||||
|
||||
@@ -533,28 +533,10 @@ export const getPlayer: EPR = async (info, data, send) => {
|
||||
play_date_ms: K.ITEM("u64", BigInt(0))
|
||||
},
|
||||
lottery_result: {
|
||||
unlock_bit: K.ITEM("u64", BigInt(2305843009213693950)),
|
||||
},
|
||||
},
|
||||
lotterybox: {
|
||||
score_list: {
|
||||
data: [
|
||||
{
|
||||
term: K.ITEM("u8", 0),
|
||||
score: {
|
||||
one_day_play_cnt: K.ITEM("s32", 0),
|
||||
one_day_lottery_cnt: K.ITEM("s32", 0),
|
||||
lucky_star: K.ITEM("s32", 0),
|
||||
bear_mark: K.ITEM("s32", 0),
|
||||
play_date_ms: K.ITEM("u64", BigInt(0))
|
||||
},
|
||||
lottery_result: {
|
||||
unlock_bit: K.ITEM("u64", BigInt(2305843009213693950))
|
||||
}
|
||||
},
|
||||
]
|
||||
unlock_bit: K.ITEM("u64", BigInt(0))
|
||||
}
|
||||
},
|
||||
lotterybox: {},
|
||||
...addition,
|
||||
...playerData,
|
||||
finish: K.ITEM('bool', 1),
|
||||
|
||||
Reference in New Issue
Block a user