GC-Proto/proto/InvestigationMonster.proto

35 lines
830 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
// Version: 4.6.0
// Obfs: GHKMDKIHGAN
2022-11-06 15:30:21 +03:00
message InvestigationMonster {
enum LockState {
2024-06-02 06:52:03 +03:00
LOCK_NONE = 0;
LOCK_QUEST = 1;
2023-05-23 13:12:42 +03:00
}
2024-06-02 06:52:03 +03:00
uint32 left_times = 1; // NKDIJIFMLKI
2023-08-17 14:18:58 +03:00
uint32 next_refresh_time = 2;
2024-06-02 06:52:03 +03:00
LockState lock_state = 3;
bool is_alive = 4;
WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 5;
uint32 level = 6;
bool IDCEKNMKCKG = 7;
uint32 resin = 8;
uint32 refresh_interval = 9; // EKFGDFIDKBF
uint32 CJJEGKEPHKM = 10; // CJJEGKEPHKM
uint32 id = 11;
uint32 scene_id = 12;
uint32 city_id = 13;
uint32 max_boss_chest_num = 14; // JNDHLFKEGAL
Vector pos = 15;
uint32 group_id = 196;
uint32 map_layer_id = 498;
bool BHLBJLIPCBO = 1793;
uint32 monster_id = 2015;
}