GC-Proto/proto/DoGachaRsp.proto

31 lines
980 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 "GachaItem.proto";
2023-04-11 11:18:47 +03:00
// Name: LEFDKOLFJKL (3.5, help)
2023-02-28 06:08:38 +03:00
// CmdId: 1564
2022-11-06 15:30:21 +03:00
message DoGachaRsp {
uint32 tenCostItemId = 4; // DNGKJJJHNEN
2023-03-07 05:02:26 +03:00
uint32 dailyGachaTimes = 1898; //OPHLINLNOEA
uint32 gachaTimes = 13; // HKJAAPBGNEI
uint32 gachaScheduleId = 2; //NMKGGDOKHLF
2023-03-07 05:02:26 +03:00
bool HNAFDALMKFN = 312;
uint32 costItemId = 1; // BCKMNIBIPHO
uint32 wishMaxProgress = 11; // KJHBJPGBOFP
uint32 gachaType = 9; //DGIFMDIADJF
uint32 tenCostItemNum = 15; //LMLCPMOOKKA
2023-03-07 05:02:26 +03:00
repeated GachaItem gacha_item_list = 10;
uint32 wishProgress = 7; //LJJKNKCHHFM
2023-03-07 05:02:26 +03:00
uint32 newGachaRandom = 5; //EAMKGBGKNMO
uint32 wishItemId = 12; //AINLBCOKANA
2023-03-07 05:02:26 +03:00
uint32 curScheduleDailyGachaTimes = 1918; //NOKMFFEIDNH
int32 retcode = 14;
uint32 leftGachaTimes = 3; //MGFKNHHNMAE
2023-03-07 05:02:26 +03:00
bool HCCENOGKOOG = 1938;
uint32 costItemNum = 6; //GNIDAANOBDP
uint32 gachaTimesLimit = 8; //FLDFHFNHNFC
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00