home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.14 / 1997-03_Disc_2.14.iso / haven / structs / human.sst < prev    next >
Text File  |  1996-09-17  |  977b  |  42 lines

  1. ;Name
  2. ;Hit points (> 0)
  3. ;Cost
  4. ;Size (x)
  5. ;Size (y)
  6. ;Picture ID
  7. ;Is Starship (0 == No)
  8. ;Built where ("NOWHERE", "B-ROAD", "B-WALL", "ANYWHERE")
  9. ;Production type (0 == No prod)
  10. ;Storage type
  11. ;Cash production
  12. ;Research production
  13. ;Energy production
  14. ;Cash consummation
  15. ;Energy consummation
  16. ;Storage size
  17. ;Structure Category { "HQ", "FACTORY", "ENERGY", "LAB", "HOUSE", "AIRPORT", "STARPORT", 
  18. ;                     "SHIELD", "MINING", "WALL", "FORCEFIELD", "TOWER", "SCANNER", 
  19. ;                     "ROAD", "SHIP" };
  20. ;Embedded unit type name (or NUL)
  21. ;UnitCanEnter: Must be set to TRUE if you want units to go inside (like a dropship)
  22.  
  23. [DropShip]
  24. Hp=75
  25. Cost=600
  26. SizeX=3
  27. SizeY=3
  28. PictureID=hshp
  29. IsStarship=1
  30. BuiltWhere=ANYWHERE
  31. ProductionType=NONE
  32. StorageType=TROOP FACTORY HOVER
  33. ProductionCash=0
  34. ProductionResearch=0
  35. ProductionEnergy=0
  36. ConsummationCash=0
  37. ConsummationEnergy=0
  38. StorageSize=8
  39. StructureCategory=DROPSHIP
  40. EmbeddedUnitType=NUL
  41. UnitCanEnter=TRUE
  42.