home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / dominion / part24 / races < prev    next >
Text File  |  1992-02-11  |  2KB  |  52 lines

  1. # this is the races file.  the format is:
  2. #   - comments at the start (like this one)
  3. #   - a line with the number of races defined in here
  4. #   - comments about the next race described
  5. #   - strings, chars and numbers describing the race, following
  6. #     the fields of the structure Srace, defined in dominion.h
  7. #   - repeat these last 2 steps, for as many races as prescribed
  8. #     at the beginning of this file
  9. #   - a section at the end with a list of army types that are
  10. #     specific to that race.  these require no technology to
  11. #     acquire
  12. #
  13. # for now I have defined Humans, Elves, Orcs, Dwarves, Hobbits, Merfolk,
  14. # Icefolk, Gnomes, Harpies, Ogres, Walruses, Algae, Squid
  15. #
  16. # DO NOT REMOVE THIS NUMBER!!! IT STATES HOW MANY RACES ARE DEFINED!!!
  17. 13
  18. # Here is a list of the fields in the structure:
  19. #name:mark:str.:repro.:mortality:intel.:speed:stealth:pref_alt:pref_terrain:pref_climate:mag_apt:farming:mining
  20. #
  21. Human    :H:80:11: 8:50:65:4: 2: 3: 7:30: 0:0
  22. #
  23. Elf    :E:70: 8: 5:70:80:8: 2: 5: 7:55:10:-15
  24. #
  25. Orc    :O:50:15:10:20:40:3: 4: 4: 4:35: 0:5
  26. #
  27. Dwarf    :D:95: 9: 6:60:40:2: 5: 3: 6:30:-5:20
  28. #
  29. Hobbit    :h:15:10: 7:45:50:9: 3: 4: 7:20: 5:5
  30. #
  31. Merfolk    :M:30: 7: 4:75:80:7:-2:-1: 4:55:50:-10
  32. #
  33. Icefolk    :I:90: 9: 7:50:70:4: 3: 0:10:30:50:0
  34. #
  35. Gnome   :G:75:10: 8:95:40:9: 4: 3: 5:10: 0:10
  36. #
  37. Harpy   :y:40:12:10:25:60:5: 5: 4: 6:30: 0:-5
  38. #
  39. Ogre    :o:95: 5: 3:75:60:5: 4: 3: 6:50: 5:5
  40. #
  41. Walrus  :W:95: 9: 7:30:80:3:-1:-1: 7:55:50:5
  42. #
  43. Algae   :A:15:11: 6:50:60:7:-2:-1: 3:45:80:0
  44. #
  45. Squid   :S:40: 9: 8:25:110:8:-2:-1:5:40:50:15
  46. #
  47. # now the race-specific army types
  48. Orc_armies:Orcs
  49. Harpy_armies:Harpies
  50. Hobbit_armies:Hobbits
  51. Ogre_armies:Ogres
  52.