home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 July (Bonus) / E3_CD.ISO / demos / necrdome / tiles.txt < prev    next >
Encoding:
Text File  |  1996-04-30  |  2.2 KB  |  45 lines

  1. // Tiles.txt
  2. // Advanced Notes:
  3. //    If you don't want to use a particular field, i.e., have no splashes, always
  4. //       put in a 0 (zero) value
  5. //    Your text editor must NOT use tabs - always space things/columns out
  6. //    Sinking Depth does not work yet
  7. //    Splash Types:
  8. //       2 = Water
  9. //       3 = Lava
  10. //       4 = Slime
  11. //       5 = Dust
  12. //    Damage Types:
  13. //       0 = NONE
  14. //       1 = IMPACT
  15. //       2 = ENERGY
  16. //       3 = EXPLOSION
  17. //       4 = FIRE
  18. // Below is the field definitions:
  19. // ___ = Index Number (0 to 255)
  20. //      ____________________ = Description (Ravage Use)
  21. //                            _____ = Friction (0 to -2000)
  22. //                                   ___ = Splash/Hit Type (2 to 5)
  23. //                                        __ = Chuggyness (0 to 9)
  24. //                                            __ = Damage Type
  25. //                                                ___ = Damage amount for vehicle
  26. //                                                     ___ = Damage amount for walking person
  27. //                                                          __ = Sinking Depth
  28. //                                                              __ = Splashness
  29. // ___  ____________________  _____  ___  __  __  ___  ___  __  __
  30.    0    Plain Tile            0      0    0   0   0    0    0   0
  31.    1    Tile Test             -1500  2    0   1   0    0    0   0
  32.    2    Generic Water         0      2    1   0   0    0    15  0
  33.    3    Generic Lava          0      3    1   4   5    10   10  0
  34.    4    Generic Slime         0      4    1   2   5    10   15  0
  35.    5    Generic Dust          0      0    0   0   0    0    0   0
  36.    6    Ice                   -9999  0    0   0   0    0    0   0
  37.    7    Sand                  0      0    1   0   0    0    0   100
  38.    8    Oil                   -750   0    0   0   0    0    0   0
  39.    9    Swamp                 0      4    2   0   0    0    10  0
  40.    10   Electricity           0      0    0   2   5    10   0   0
  41.    11   Snow                  -1000  0    1   0   0    0    5   20
  42.    12   Super Electric        0      0    0   2   20   100   0   0
  43.    255  Plain Tile            0      0    0   0   0    0    0   0
  44. // End of File!
  45.