GC-Proto/proto/AttackResult.proto

59 lines
1.8 KiB
Protocol Buffer
Raw Normal View History

// https://github.com/SlushinPS/beach-simulator
// Copyright (C) 2023 Slushy Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
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 18:50:00 +03:00
2023-05-23 13:12:42 +03:00
import "AttackHitEffectResult.proto";
import "HitCollision.proto";
import "Vector.proto";
import "AbilityIdentifier.proto";
2023-05-23 13:12:42 +03:00
// Obf: BEFCMFBPFGN
2022-11-06 15:30:21 +03:00
message AttackResult {
2023-05-23 13:12:42 +03:00
uint32 GNHFHCDDDBA = 1198;
uint32 BHAPFDKHNPD = 82;
uint32 hashed_anim_event_id = 1624;
2023-05-23 13:12:42 +03:00
uint32 KDBNEJKOKDB = 6;
float HKDJFJDCKBI = 2018;
uint32 LADOHMHIICA = 1640;
int32 hit_retreat_angle_compat = 10;
2023-05-23 13:12:42 +03:00
AttackHitEffectResult hit_eff_result = 15;
uint32 HAGEIJIIBAE = 1178;
float GGPOMBNHHCA = 804;
bool is_crit = 7;
uint32 element_type = 8;
2023-07-15 03:58:36 +03:00
uint32 attack_timestamp_ms = 1597;
uint32 amplify_reaction_type = 1235;
2023-05-23 13:12:42 +03:00
bool IFHLFNMODNC = 78;
uint32 BIIDCDNCFPH = 1;
uint32 AFPDNEPONHN = 158;
uint32 attacker_id = 13;
uint32 defense_id = 4;
string anim_event_id = 5;
float damage = 11;
2023-05-23 13:12:42 +03:00
HitCollision hit_collision = 2;
bool PFEKJJINPCE = 1765;
uint32 addhurt_reaction_type = 1772;
Vector resolved_dir = 3;
2023-05-23 13:12:42 +03:00
uint32 OJPOIAJBPCN = 316;
float element_durability_attenuation = 979;
AbilityIdentifier ability_identifier = 12;
2023-05-23 13:12:42 +03:00
bool GMKBKKOFIPN = 309;
float damage_shield = 1660;
2022-11-06 15:30:21 +03:00
}