GC-Proto/proto/ShopGoods.proto

31 lines
934 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-07 05:02:26 +03:00
uint32 disableType = 7; // OCIGJMBPIMN
uint32 JAFFFHILNCD = 1817;
ItemParam goods_item = 8;
uint32 end_time = 12;
uint32 hcoin = 14; //JPCBEPKDBGA
repeated uint32 pre_goods_id_list = 3;
uint32 ALOPKNFLFBE = 570;
uint32 boughtNum = 4; //KCHMFBKCLKO
uint32 goodsId = 9; //GOMAIIJPDKD
uint32 HBAEGHNDCKB = 11; // HBAEGHNDCKB
uint32 secondarySheetId = 505; //KKINAOMJKAD
uint32 maxLevel = 6; // FGACANHEBMH
uint32 begin_time = 5;
uint32 next_refresh_time = 10;
repeated ItemParam cost_item_list = 1;
uint32 minLevel = 1467; //LMOPLEOOIJM
uint32 LLJPJOEMPFE = 15; // LLJPJOEMPFE, hcoin=coin wrong
uint32 mcoin = 2; // MIBMBPJHBBM // fix
uint32 buyLimit = 1344; // LLCOFLCEKDB
uint32 scoin = 13; //CABPCJFGBLJ // fix
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00