2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
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-04-09 10:56:27 +03:00
|
|
|
import "AttackHitEffectResult.proto";
|
2023-04-11 11:18:47 +03:00
|
|
|
import "HitCollision.proto";
|
2023-01-29 02:46:20 +03:00
|
|
|
import "Vector.proto";
|
2023-01-28 18:50:00 +03:00
|
|
|
|
2023-04-11 11:18:47 +03:00
|
|
|
// Name: NGGFPHHAEOH
|
2022-11-06 15:30:21 +03:00
|
|
|
message AttackResult {
|
2023-04-11 11:18:47 +03:00
|
|
|
uint32 IJIGBCCJJGJ = 573;
|
|
|
|
float KJKJMFMCDMN = 378;
|
|
|
|
uint32 attacker_id = 10;
|
|
|
|
bool DGDADCNJKEG = 581;
|
|
|
|
uint32 defense_id = 15;
|
|
|
|
float PCFPGMKFHCL = 644;
|
|
|
|
uint32 KIBMNMFJBJG = 13;
|
|
|
|
HitCollision hit_collision = 6;
|
|
|
|
int32 hit_retreat_angle_compat = 1;
|
|
|
|
uint32 LKNDFCAIKNC = 296;
|
|
|
|
string anim_event_id = 12;
|
|
|
|
Vector resolved_dir = 3;
|
|
|
|
bool CBECHFPCNFM = 1542;
|
|
|
|
uint32 AOKJNHANEON = 1647;
|
|
|
|
float element_durability_attenuation = 310;
|
|
|
|
uint32 amplify_reaction_type = 679;
|
|
|
|
bool BLKGGPMOEMA = 580;
|
|
|
|
uint32 JLDHPNKIBEN = 1557;
|
|
|
|
bool is_crit = 11;
|
|
|
|
uint32 attack_count = 1749;
|
|
|
|
uint32 element_type = 9;
|
|
|
|
float element_amplify_rate = 770;
|
|
|
|
uint32 HOGDLBMOJDA = 1442;
|
|
|
|
uint32 JFBKJAKIHFN = 675;
|
|
|
|
float damage = 2;
|
|
|
|
AttackHitEffectResult hit_eff_result = 7;
|
|
|
|
uint32 BJCEANCHCPO = 898;
|
|
|
|
uint32 KLPMHHIMCBC = 399;
|
|
|
|
AbilityIdentifier ability_identifier = 14;
|
|
|
|
uint32 IIMFELDOOJE = 4;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|