home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_firelogicsystem.ini < prev    next >
Text File  |  2006-01-31  |  983b  |  39 lines

  1. ; FILE: FireLogicSystem.ini ///////////////////////////////////////////////////
  2. ; Default settings for logical fire system 
  3. ; /////////////////////////////////////////////////////////////////////////////
  4. FireLogicSystem
  5.     MaxCellsBurning            =    1000    ;200        ; max # of cells to be allowed on fire at any given time
  6.  
  7.     TerrainCellType    0    ; note: do *NOT* change the definition for cell type #0
  8.         Color                =    R:0 G:0 B:0
  9.         Name                =    "*Fire resistant"
  10.     End
  11.     
  12.     TerrainCellType 1
  13.         Color                =    R:0 G:255 B:0
  14.         Name                =    "Grass"
  15.         Fuel                =    100 ;200        ;250;100
  16.         MaxBurnRate            =    20    ; 30 ;20    ;30    ;20
  17.         Decay                =    4    ;5   ;10    ;3    ;4
  18.         Resistance            =    10
  19.     End
  20.     
  21.     TerrainCellType 2
  22.         Color                =    R:255 G:0 B:0
  23.         Name                =    "Highly flammable"
  24.         Fuel                =    500
  25.         MaxBurnRate            =    100
  26.         Decay                =    1
  27.         Resistance            =    2
  28.     End
  29.  
  30.     TerrainCellType 3
  31.         Color                =    R:0 G:0 B:255
  32.         Name                =    "Undefined"
  33.         Fuel                =    500
  34.         MaxBurnRate            =    500
  35.         Decay                =    5
  36.         Resistance            =    0
  37.     End
  38. End
  39.