Skip to content

Instantly share code, notes, and snippets.

@Nihlus
Created April 12, 2016 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nihlus/08aa4e5e1186b29683b462a4468d8023 to your computer and use it in GitHub Desktop.
Save Nihlus/08aa4e5e1186b29683b462a4468d8023 to your computer and use it in GitHub Desktop.
{
"Vanilla":{
"ID":{
"type":"uint32_t"
},
"Name":{
"type":"stringref"
},
"WeaponFlags":{
"type":"uint32_t"
},
"BodyFlags":{
"type":"uint32_t"
},
"Flags":{
"type":"uint32_t"
},
"Fallback":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
},
"Behaviour":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
}
},
"BurningCrusade":{
"ID":{
"type":"uint32_t"
},
"Name":{
"type":"stringref"
},
"WeaponFlags":{
"type":"uint32_t"
},
"BodyFlags":{
"type":"uint32_t"
},
"Flags":{
"type":"uint32_t"
},
"Unknown":{
"type": "uint32_t"
},
"Fallback":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
},
"Behaviour":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
}
},
"Wrath":{
"ID":{
"type":"uint32_t"
},
"Name":{
"type":"stringref"
},
"WeaponFlags":{
"type":"uint32_t"
},
"BodyFlags":{
"type":"uint32_t"
},
"Flags":{
"type":"uint32_t"
},
"Fallback":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
},
"Behaviour":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
},
"BehaviourTier":{
"type": "uint32_t"
}
},
"Warlords":{
"ID":{
"type":"uint32_t"
},
"Name":{
"type":"stringref"
},
"Flags":{
"type":"uint32_t"
},
"Fallback":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
},
"Behaviour":{
"type":"foreign_key",
"foreign_key":{
"record":"AnimationData",
"field":"ID"
}
},
"BehaviourTier":{
"type": "uint32_t"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment