Guest User

Untitled

a guest
Nov 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # See function at 00532F30
  2. meta:
  3. id: magic_and_mayhem_mps
  4. file-extension: mps
  5. endian: le
  6. seq:
  7. - id: signature
  8. contents: "MPS\0"
  9. - id: unk
  10. type: u4
  11. - id: version # 1 is latest version
  12. type: u4
  13. - id: num_placements
  14. type: u4
  15. - id: placements
  16. type: placement
  17. repeat: expr
  18. repeat-expr: num_placements
  19. types:
  20. placement:
  21. seq:
  22. - id: probably_x
  23. type: u4
  24. - id: probably_y
  25. type: u4
  26. - id: probably_z
  27. type: u4
  28. - id: type
  29. type: u4
  30. enum: placement_type
  31. - id: unk5
  32. size: 40 - 12 - 4
  33. enums:
  34. placement_type:
  35. 0: undefined
  36. 1: friendly_wizard
  37. 2: enemy_wizard
  38. 3: multiplayer_wizard
  39. 4: creature
  40. 5: artifact
Add Comment
Please, Sign In to add comment