GC-Proto/proto/ShopGoods.proto

29 lines
657 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";
2022-11-06 15:30:21 +03:00
message ShopGoods {
2023-01-28 17:00:48 +03:00
uint32 Unk3300_MBGOMHNBHMG = 655;
uint32 maxLevel = 3;
uint32 hcoin = 13;
uint32 secondarySheetId = 363;
uint32 scoin = 11;
uint32 goodsId = 2;
uint32 buyLimit = 10;
repeated uint32 preGoodsIdList = 12;
ItemParam goodsItem = 6;
repeated ItemParam costItemList = 7;
uint32 singleLimit = 424;
uint32 nextRefreshTime = 1;
uint32 Unk3300_NJCPAJBCEPH = 182;
uint32 boughtNum = 4;
uint32 Unk3300_OMKIFIMDGDN = 636;
uint32 minLevel = 14;
uint32 endTime = 15;
uint32 beginTime = 8;
uint32 disableType = 9;
uint32 mcoin = 5;
2022-11-06 15:30:21 +03:00
}