Skip to content

Instantly share code, notes, and snippets.

@benhall-7
Last active September 26, 2018 15:09
Show Gist options
  • Save benhall-7/69e502903ddbb6a2c9d178e994968f32 to your computer and use it in GitHub Desktop.
Save benhall-7/69e502903ddbb6a2c9d178e994968f32 to your computer and use it in GitHub Desktop.
Shield structs
struct shieldData {
int type
short startIndex
short count
float posX
float unk1
float unk2
float unk3
float reflectDmgMul
float reflectSpdMul
float breakThreshold
float reflectLifeTimeMul
float reflectAngle
int activeCount
int unk
}
struct shield {
float X
float Y
float Z
float X2
float Y2
float Z2
float Size
short Bone
byte unk1
byte unk2
int isActive
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment