syntax = "proto3";
message AbilityMixinElementShield {
float subShield = 1;
bool isShieldBroken = 2;
float shield = 3;
float maxShield = 4;
}