40 lines
1.2 KiB
Protocol Buffer
40 lines
1.2 KiB
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GachaUpInfo.proto";
|
|
|
|
// 4.7.0
|
|
// PKGNKDGHLOF
|
|
message GachaInfo {
|
|
uint32 end_time = 5; // OK
|
|
uint32 schedule_id = 10; // OK
|
|
uint32 gacha_type = 11; // OK
|
|
uint32 begin_time = 12; // OK
|
|
bool is_new_wish = 778; // OK
|
|
repeated GachaUpInfo gacha_up_info_list = 802; // OK
|
|
repeated uint32 displayUp4ItemList = 1046; // SUS
|
|
repeated uint32 displayUp5ItemList = 1152; // SUS
|
|
|
|
// string sus
|
|
string gachaPreviewPrefabPath = 1;
|
|
string titleTextmap = 3;
|
|
string gachaPrefabPath = 7;
|
|
string gachaRecordUrlOversea = 14;
|
|
string gachaRecordUrl = 784;
|
|
string gachaProbUrlOversea = 1355;
|
|
string gachaProbUrl = 1926;
|
|
|
|
// int32 sus
|
|
uint32 costItemId = 2;
|
|
uint32 wishMaxProgress = 4;
|
|
uint32 curScheduleDailyGachaTimes = 6;
|
|
uint32 leftGachaTimes = 8;
|
|
uint32 tenCostItemNum = 9;
|
|
uint32 wishProgress = 13;
|
|
uint32 tenCostItemId = 15;
|
|
uint32 gachaSortId = 1106;
|
|
uint32 wishItemId = 1274;
|
|
uint32 gachaTimesLimit = 1869;
|
|
uint32 costItemNum = 1954;
|
|
} |