home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1998 December (Alt) / PCPlayer_1998-12.iso / Demos / magic / data1.cab / Realms / Celtic / Test.Cfg < prev   
Encoding:
Text File  |  1998-10-26  |  2.2 KB  |  93 lines

  1. ; Celtic realm configuration file
  2.  
  3. ;  Path = <pathname>             ; relative path to region terrain and map data
  4. ;  MapSize = (x,y)            ; size of map (in map sections)
  5. ;  Specific = (98,0,0,0)(98,0,2,2)    ; specific sections to be placed in map (section number,rotation,x,y)
  6. ;  Random = (99_99)            ; random sections to be included in map (section number,occurance)
  7.  
  8. ;  WaterLevel = n    ; height of water level in tiles
  9. ;  RedFactor/GreenFactor/BlueFactor = water colour variables
  10.  
  11. ;  ChaosLawOffset     = start balance offset (+ve = LAW)
  12. ;  ManaDeploymentOffset = deployed mana sprite occurance modifier
  13. ;  FoodDeploymentOffset = deployed food occurance modifier
  14.  
  15. ;  Wizard_1/2/3    = name of AI wizard config file
  16.  
  17. ;  WindDirection = direction creatures get blown when levitating etc (8 compass directions)
  18.  
  19. ;  magicItems     = <n,n...>    // list of magic items gained in region
  20.  
  21. ;  numTalismans_Law     = <n>    // number of talismans of each type gained in region
  22. ;  numTalismans_Neutral = <n>
  23. ;  numTalismans_Chaos    = <n>
  24.  
  25. ;  healthBonus = <n>        // health bonus gained for region
  26. ;  manaBonus   = <n>        // mana bonus gained for region
  27.  
  28. [REGION0]    ;Test Flat Map
  29.   Path = Realms\Celtic\Plains
  30.   MapSize = (3,3)
  31.   Specific =(99,-1,-1,-1)
  32.   Random = (99_99)
  33.  
  34.   WaterLevel = 1
  35.   RedFactor = -0.1
  36.   GreenFactor = 0.1
  37.   BlueFactor = 0.6
  38.   MaxRegionofPower = 3
  39.   MaxManaSprites = 10
  40.   ManaSpriteRegenRate = 4000
  41.  
  42.   ChaosLawOffset = 120
  43.  
  44.   Wizard_1    = 
  45.   Wizard_2    = 
  46.   Wizard_3    = 
  47.  
  48.   WindDirection = NORTH
  49.  
  50.   magicItems  = 
  51.  
  52.   numTalismans_Law     = 
  53.   numTalismans_Neutral = 
  54.   numTalismans_Chaos   = 
  55.  
  56.   healthBonus = 
  57.   manaBonus   = 
  58.     
  59.  
  60. [REGION1]    ;The forest of pain 
  61.   Path = Realms\Celtic\Village
  62.   MapSize = (4,4)
  63.   Specific = 
  64.   Random = (99_16)
  65.  
  66.   WaterLevel    = 0
  67.   RedFactor     = -0.1
  68.   GreenFactor     = 0.1
  69.   BlueFactor     = 0.6
  70.   MaxRegionofPower = 3
  71.   MaxManaSprites = 0
  72.   ManaSpriteRegenRate = 5000
  73.  
  74.   ChaosLawOffset     = 0
  75.   CreatureDeployOffset_3 = -100
  76.  
  77.   Wizard_1    =
  78.   Wizard_2    = 
  79.   Wizard_3    = 
  80.  
  81.   WindDirection = NORTHEAST
  82.  
  83.   magicItems  = 
  84.  
  85.   numTalismans_Law      = 
  86.   numTalismans_Neutral  = 1
  87.   numTalismans_Chaos    = 
  88.  
  89.   healthBonus = 5
  90.   manaBonus   = 4
  91.     
  92.  
  93.