home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.14 / 1997-03_Disc_2.14.iso / haven / structs / alien.sst next >
Text File  |  1996-09-17  |  892b  |  41 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.  
  22. [DropShip]
  23. Hp=75
  24. Cost=800
  25. SizeX=3
  26. SizeY=3
  27. PictureID=ashp
  28. IsStarship=1
  29. BuiltWhere=ANYWHERE
  30. ProductionType=NONE
  31. StorageType=TROOP FACTORY HOVER
  32. ProductionCash=0
  33. ProductionResearch=0
  34. ProductionEnergy=0
  35. ConsummationCash=0
  36. ConsummationEnergy=0
  37. StorageSize=8
  38. StructureCategory=DROPSHIP
  39. EmbeddedUnitType=NUL
  40. UnitCanEnter=TRUE
  41.