GC-Proto/proto/ShopGoods.proto

32 lines
1.4 KiB
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-30 10:23:06 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-30 10:23:06 +03:00
2023-05-23 13:12:42 +03:00
import "ItemParam.proto";
2024-02-12 01:04:05 +03:00
2024-05-30 10:23:06 +03:00
// Version: 4.6.0
// Obf: ???
2022-11-06 15:30:21 +03:00
message ShopGoods {
2024-05-30 10:23:06 +03:00
uint32 min_level = 1; // FOIGNDFHDOJ OK
uint32 bought_num = 2; // OK
uint32 goods_id = 3; // FEOJKIHDKCE OK
uint32 disable_type = 4; // GHLKAFLLBJN (infer from HomeLimitedShopGoods)
repeated uint32 pre_goods_id_list = 5; // NBKABHDDAFC (infer as only repeated uint32)
uint32 end_time = 6; // OK
uint32 mcoin = 7; // HBMJLIGEEKG OK
uint32 scoin = 8; // NDLDBEJMHNB OK
uint32 hcoin = 9; // JPLKFKJCLBH OK
uint32 next_refresh_time = 10; // OK
uint32 buy_limit = 11; // HHBOIKPMLMO OK
uint32 begin_time = 12; // OK
uint32 max_level = 13; // DNLPCAEGBGN OK
repeated ItemParam cost_item_list = 14; // OAAFLOFLELI OK
ItemParam goods_item = 15; // JHFIBIBJCHL OK
uint32 discount_id = 462; // EBODOLJJCJP (sus)
uint32 discount_begin_time = 492; // ECDBKMBMALF (sus)
uint32 discount_end_time = 994; // MJAFPOBKHJP (sus)
bool EFHKENODDBF = 1040; // EFHKENODDBF
uint32 single_limit = 1153; // ACMNLOCEHOD (sus)
uint32 secondary_sheet_id = 1800; // FNPCKDKEGIJ (sus)
2022-11-06 15:30:21 +03:00
}