GC-Proto/proto/AttackResult.proto

44 lines
1.1 KiB
Protocol Buffer
Raw Normal View History

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 17:00:48 +03:00
import "AbilityIdentifier.proto";
2023-03-01 16:54:54 +03:00
import "AttackHitEffectResult.proto";
import "HitCollision.proto";
import "Vector.proto";
2023-01-28 18:50:00 +03:00
2023-02-28 06:08:38 +03:00
// Name: PKHKLDLFMBJ
2022-11-06 15:30:21 +03:00
message AttackResult {
2023-02-28 06:08:38 +03:00
uint32 LLFAEOGLJEG = 877;
AbilityIdentifier ability_identifier = 8;
uint32 MHBBBOPJCAJ = 620;
uint32 NNPPKMOBCJI = 1911;
uint32 AOOKFAELLCG = 384;
uint32 EOGBECEEHIB = 789;
uint32 DMPFJNNHEEL = 955;
bool NMANJCHGKNF = 1298;
float damage = 3;
bool CDKMJDNAOAC = 14;
float GCKKIKJLCKG = 1030;
uint32 GFAODFMIIIB = 278;
float AEIPHPGEFAN = 474;
2023-03-01 16:54:54 +03:00
HitCollision hitCollision = 10;
2023-02-28 06:08:38 +03:00
uint32 IPPPOLACNMI = 13;
bool ANNLKCIDPEC = 1534;
uint32 attacker_id = 2;
float EINPFAMBCJM = 1966;
bool JKJBOKBIIBI = 196;
string anim_event_id = 5;
Vector resolved_dir = 15;
2023-03-01 16:54:54 +03:00
AttackHitEffectResult hitEffResult = 7;
2023-02-28 06:08:38 +03:00
uint32 BIHIHLDIPOK = 6;
uint32 element_type = 4;
uint32 OOLJHPBLPDL = 352;
uint32 defense_id = 9;
float AMBEMOIPJNN = 602;
uint32 NGGMGNLMHFO = 1853;
int32 hit_retreat_angle_compat = 12;
uint32 GAPNFLFDBJK = 570;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00