GC-Proto/proto/InvestigationMonster.proto

35 lines
804 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "WeeklyBossResinDiscountInfo.proto";
import "Vector.proto";
// Version: 4.7.0
// Obfs: HNOMCMKENBA
message InvestigationMonster {
enum LockState {
LOCK_NONE = 0;
LOCK_QUEST = 1;
}
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
}