home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / bonus / editors / deth / config / things.dm2 < prev    next >
Encoding:
Text File  |  1995-04-03  |  1.4 KB  |  43 lines

  1. # Things for Doom 2.
  2.  
  3. # You can add new menus if you wish, the title must be within "".
  4. # The must be stored as follows:
  5. # Thing number, Color, Alternative Color, Thing Radius, "Description"
  6.  
  7. "Enemies"
  8. 65,    RED,        LIGHTRED,    16,    "Heavy Weapon Dude"
  9. 69,    RED,        LIGHTRED,    24,    "Hell Knight"
  10. 68,    RED,        LIGHTRED,    40,    "Arachnotron"
  11. 71,    RED,        LIGHTRED,    32,    "Pain Elemental"
  12. 66,    RED,        LIGHTRED,    24,    "Revenant"
  13. 67,    RED,        LIGHTRED,    32,    "Mancubus"
  14. 64,    RED,        LIGHTRED,    24,    "Arch-vile"
  15. 84,    RED,        LIGHTRED,    20,    "Wolfenstein Soldier"
  16. 72,    RED,        LIGHTRED,    16,    "Commander Keen"
  17. 88,    RED,        LIGHTRED,    16,    "John Romero's Head"
  18. 89,    RED,        LIGHTRED,    16,    "SpawnCube Source"
  19. 87,    RED,        LIGHTRED,    16,    "SpawnCube Target"
  20.  
  21. "Weapons"
  22. 82,    BLUE,        BROWN,        20,    "Super Shotgun"
  23.  
  24. "Ammo, Health, and Armour"
  25. 83,    LIGHTMAGENTA,    LIGHTGREEN,    16,    "Mega Sphere"
  26.  
  27. "Tortured Dudes"
  28. 77,    BROWN,        WHITE,        16,    "Hanging Torso and Spine"
  29. 78,    BROWN,        WHITE,        16,    "Hanging Upper Body"
  30. 75,    BROWN,        WHITE,        16,    "Hanging Upper Body 2"
  31. 74,    BROWN,        WHITE,        16,    "Hanging Damaged Body"
  32. 73,    BROWN,        WHITE,        16,    "Hanging Body with No Guts"
  33.  
  34. "Blood and Stuff"
  35. 79,    BROWN,        WHITE,        16,    "Pool of Blood 2"
  36. 80,    BROWN,        WHITE,        16,    "Pool of Blood 3"
  37. 81,    BROWN,        WHITE,        16,    "Pile of Brains"
  38.  
  39. "Light Sources"
  40. 86,    WHITE,        WHITE,        16,    "Short Blue Lamp"
  41. 85,    WHITE,        WHITE,        16,    "Large Blue Lamp"
  42. 70,    WHITE,        WHITE,        16,    "Burning Barrel"
  43.