mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
update proto for dev quest
This commit is contained in:
parent
27d6009501
commit
e3cdc44614
@ -19,5 +19,5 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AbilityActionSetRandomOverrideMapValue {
|
||||
float random_value = 9;
|
||||
float random_value = 1;
|
||||
}
|
||||
|
@ -19,5 +19,5 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AbilityMetaSetKilledState {
|
||||
bool killed = 1;
|
||||
bool killed = 6;
|
||||
}
|
||||
|
@ -22,10 +22,10 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
// CmdId: 1695
|
||||
// Obf: JJBMNICCKDE
|
||||
message AvatarUpgradeRsp {
|
||||
map<uint32, float> old_fight_prop_map = 12;
|
||||
map<uint32, float> old_fight_prop_map = 13;
|
||||
uint64 avatar_guid = 8;
|
||||
uint32 cur_level = 14;
|
||||
map<uint32, float> cur_fight_prop_map = 13;
|
||||
map<uint32, float> cur_fight_prop_map = 12;
|
||||
int32 retcode = 10;
|
||||
uint32 old_level = 4;
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// Obf: LEJKLPGFMIG
|
||||
message TrialAvatarActivityRewardDetailInfo {
|
||||
bool received_reward = 9;
|
||||
bool passed_dungeon = 12;
|
||||
bool received_reward = 12;
|
||||
bool passed_dungeon = 9;
|
||||
uint32 reward_id = 14;
|
||||
uint32 trial_avatar_index_id = 5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user