GC-Proto/proto/ShopGoods.proto

31 lines
892 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "ItemParam.proto";
2023-03-07 05:02:26 +03:00
// Name: EFLDHGLFIDD
2022-11-06 15:30:21 +03:00
message ShopGoods {
2023-03-11 18:42:44 +03:00
uint32 min_level = 7; //OCIGJMBPIMN
2023-03-07 05:02:26 +03:00
uint32 JAFFFHILNCD = 1817;
ItemParam goods_item = 8;
2023-03-11 18:42:44 +03:00
uint32 end_time = 12; //ok
uint32 scoin = 14; //JPCBEPKDBGA
repeated uint32 pre_goods_id_list = 3; //ok
uint32 secondarySheetId = 570; // ALOPKNFLFBE ???
uint32 boughtNum = 4; //KCHMFBKCLKO ???
uint32 goods_id = 9; //GOMAIIJPDKD
uint32 max_level = 11; //HBAEGHNDCKB
uint32 disableType = 505;
uint32 buy_limit = 6; //FGACANHEBMH
uint32 begin_time = 5; //ok
uint32 next_refresh_time = 10; //ok
repeated ItemParam cost_item_list = 1; //ok
uint32 LMOPLEOOIJM = 1467;
uint32 LLJPJOEMPFE = 15;
uint32 hcoin = 2; //MIBMBPJHBBM
uint32 LLCOFLCEKDB = 1344;
uint32 mcoin = 13; //CABPCJFGBLJ
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00