GC-Proto/proto/GachaInfo.proto

36 lines
1.2 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";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "GachaUpInfo.proto";
2023-04-15 18:14:00 +03:00
// Name: INCDGNIDDAE
2022-11-06 15:30:21 +03:00
message GachaInfo {
2023-04-16 18:36:43 +03:00
uint32 wishMaxProgress = 578; //FBILBJNNIKE
uint32 tenCostItemId = 9; //ok
uint32 costItemId = 7; //ok
string gachaPreviewPrefabPath = 3; //ok
uint32 curScheduleDailyGachaTimes = 316; //ok
uint32 begin_time = 1; //ok
uint32 gachaSortId = 4; //ok
uint32 end_time = 10; //ok
uint32 gachaTimesLimit = 12; //ok
string titleTextmap = 908; //ok
uint32 costItemNum = 11; //ok
uint32 schedule_id = 13; //ok
uint32 wishItemId = 2003; //KKDFKKEMEBA
string gachaProbUrlOversea = 883; //ok
string gachaProbUrl = 15; //ok
repeated GachaUpInfo gacha_up_info_list = 771; //ok
string gachaRecordUrl = 8; //ok
string gachaRecordUrlOversea = 1371; //ok
repeated uint32 displayUp5ItemList = 793; //ok
bool is_new_wish = 1748; //ok
uint32 gachaType = 6; //ok
uint32 tenCostItemNum = 5; //ok
uint32 leftGachaTimes = 14; //ok
uint32 wishProgress = 1986; //ok? KDFPKENAIOJ
repeated uint32 displayUp4ItemList = 565; //ok
string gachaPrefabPath = 2; //ok
2022-12-12 12:47:14 +03:00
}