home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 1997 February / PCM_9702.iso / igre / fhaven / roads / road.stc next >
Text File  |  1996-09-17  |  1KB  |  59 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. [Road]
  23. Hp=1
  24. Cost=5
  25. SizeX=1
  26. SizeY=1
  27. PictureID=nul
  28. IsStarship=0
  29. BuiltWhere=B-ROAD
  30. ProductionType=0
  31. StorageType=0
  32. ProductionCash=0
  33. ProductionResearch=0
  34. ProductionEnergy=0
  35. ConsummationCash=0
  36. ConsummationEnergy=0
  37. StorageSize=0
  38. StructureCategory=ROAD
  39. EmbeddedUnitType=NUL
  40.  
  41. [Wall]
  42. Hp=20
  43. Cost=10
  44. SizeX=1
  45. SizeY=1
  46. PictureID=nul
  47. IsStarship=0
  48. BuiltWhere=B-WALL
  49. ProductionType=0
  50. StorageType=0
  51. ProductionCash=0
  52. ProductionResearch=0
  53. ProductionEnergy=0
  54. ConsummationCash=0
  55. ConsummationEnergy=0
  56. StorageSize=0
  57. StructureCategory=WALL
  58. EmbeddedUnitType=NUL
  59.