45 lines
1.4 KiB
Protocol Buffer
45 lines
1.4 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 = 1152; // OK
|
|
repeated uint32 displayUp5ItemList = 1046; // OK
|
|
|
|
// string sus
|
|
string gachaPreviewPrefabPath = 7; // OK
|
|
string titleTextmap = 3; // OK?
|
|
string gachaPrefabPath = 1; // OK
|
|
|
|
string gachaRecordUrlOversea = 1355; // LOCK
|
|
// string gachaRecordUrl = 1355; // XCN, 14x
|
|
string gachaProbUrlOversea = 784; // LOCK
|
|
// string gachaProbUrl = 1926; // XCN
|
|
|
|
// int32 sus
|
|
uint32 tenCostItemNum = 4; // OK LOCK
|
|
uint32 tenCostItemId = 8; // OK LOCK
|
|
uint32 costItemNum = 9; // OK LOCK
|
|
uint32 costItemId = 15; // OK LOCK
|
|
|
|
// LOCK
|
|
uint32 wishMaxProgress = 1274; // ONMDPPDFMEL T1
|
|
uint32 wishProgress = 1954; // NJMNJNNPFPL T2
|
|
uint32 wishItemId = 1106; // EMFBCNGMLJJ T3
|
|
|
|
// 1 STUFF
|
|
uint32 curScheduleDailyGachaTimes = 6; // OK
|
|
|
|
// 2 STUFF
|
|
uint32 gachaSortId = 1869;
|
|
uint32 leftGachaTimes = 2; // LOCK
|
|
uint32 gachaTimesLimit = 13; // LOCK
|
|
} |