GC-Proto/proto/AttackResult.proto

58 lines
1.7 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
import "PBAFNBPPAND.proto";
import "LFGGJIKICHD.proto";
import "Vector.proto";
import "AbilityIdentifier.proto";
2022-11-06 15:30:21 +03:00
message AttackResult {
uint32 JAKHCJPHJLL = 1198;
uint32 OONEBGMOEAE = 82;
uint32 NNNBJOBCAAG = 1624;
uint32 FLFJCNLIKLN = 6;
float ADMGNLDFHNM = 2018;
uint32 IJKHPENHIBE = 1640;
int32 hit_retreat_angle_compat = 10;
PBAFNBPPAND JAHOFNMOLNP = 15;
uint32 JJJGHBCJODJ = 1178;
float KMGLDEFLMEC = 804;
bool IBPABJOFDON = 7;
uint32 element_type = 8;
uint32 FMEOFJLGHEB = 1597;
uint32 HHLNNKNHNDI = 1235;
bool MMKKDLCEAMF = 78;
uint32 LOAGDOPBKHC = 1;
uint32 PFDPGNNKHIC = 158;
uint32 attacker_id = 13;
uint32 defense_id = 4;
string anim_event_id = 5;
float damage = 11;
LFGGJIKICHD BDJAOEIOAAG = 2;
bool ANOIGIKGJLP = 1765;
uint32 DOAKEOLAJEM = 1772;
Vector resolved_dir = 3;
uint32 MCDCPBKDBND = 316;
float KGLMAKCMPIH = 979;
AbilityIdentifier ability_identifier = 12;
bool EILCFJCPIPH = 309;
float HAEGEEJHOGG = 1660;
2022-11-06 15:30:21 +03:00
}