GC-Proto/proto/GachaInfo.proto

45 lines
1.4 KiB
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";
2023-05-23 13:12:42 +03:00
import "GachaUpInfo.proto";
2024-07-08 18:20:41 +03:00
// 4.7.0
// PKGNKDGHLOF
2022-11-06 15:30:21 +03:00
message GachaInfo {
2024-07-08 18:20:41 +03:00
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
2024-07-22 06:47:23 +03:00
repeated uint32 displayUp4ItemList = 1152; // OK
repeated uint32 displayUp5ItemList = 1046; // OK
2024-07-08 18:20:41 +03:00
// string sus
2024-07-22 06:47:23 +03:00
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
2024-07-08 18:20:41 +03:00
// int32 sus
2024-07-22 06:47:23 +03:00
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
2024-05-29 15:56:24 +03:00
}