GC-Proto/proto/InvestigationMonster.proto

35 lines
804 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-06-02 06:52:03 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-02 06:52:03 +03:00
import "WeeklyBossResinDiscountInfo.proto";
import "Vector.proto";
2024-06-02 06:52:03 +03:00
2024-07-05 00:44:58 +03:00
// Version: 4.7.0
// Obfs: HNOMCMKENBA
2022-11-06 15:30:21 +03:00
message InvestigationMonster {
enum LockState {
2024-07-05 00:44:58 +03:00
LOCK_NONE = 0;
LOCK_QUEST = 1;
2023-05-23 13:12:42 +03:00
}
2024-06-02 06:52:03 +03:00
2024-07-05 00:44:58 +03:00
uint32 left_times = 3;
uint32 next_refresh_time = 11;
LockState lock_state = 6;
bool is_alive = 13; // sus 13,15,1559
bool KCJLDICGONA = 15;
bool GKPDPFNNKJH = 1559;
WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 1;
uint32 level = 2;
uint32 resin = 5;
uint32 refresh_interval = 7; // sus
uint32 id = 4;
uint32 scene_id = 14;
uint32 city_id = 9;
uint32 max_boss_chest_num = 10;
Vector pos = 8;
uint32 group_id = 1997;
uint32 monster_id = 289;
uint32 circle_camp_id = 767;
uint32 BILKCPNIMAA = 12; // 1
2024-06-02 06:52:03 +03:00
}