Advertisement
nucular

Crazy Mod 0.0

May 7th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.89 KB | None | 0 0
  1. tpt.el.prti.diffusion = 100
  2. tpt.el.prti.diffusion = 100
  3.  
  4. tpt.el.fire.gravity = 1
  5. tpt.el.fire.falldown = 1
  6. tpt.el.fire.weight = 47000
  7.  
  8. tpt.el.plsm.gravity = 1
  9. tpt.el.plsm.falldown = 1
  10. tpt.el.plsm.weight = 47000
  11.  
  12. tpt.el.void.gravity = 1
  13. tpt.el.void.falldown = 1
  14. tpt.el.void.diffusion = 0.5
  15. tpt.el.void.weight = 47000
  16.  
  17. tpt.el.ttan.flammable = 20
  18. tpt.el.ttan.explosive = 1
  19.  
  20. tpt.el.metl.flammable = 20
  21. tpt.el.metl.explosive = 1
  22. tpt.el.pscn.flammable = 20
  23. tpt.el.pscn.explosive = 1
  24. tpt.el.nscn.flammable = 20
  25. tpt.el.nscn.explosive = 1
  26.  
  27. tpt.el.insl.flammable = 999999999
  28. tpt.el.insl.explosive = 1
  29.  
  30. tpt.el.tnt.flammable = 0
  31. tpt.el.tnt.explosive = 0
  32. tpt.el.c4.flammable = 0
  33. tpt.el.c4.explosive = 0
  34.  
  35. local function infinitelife(i,px,py,ss,nt)
  36.     tpt.set_property("life", 999999999, i)
  37. end
  38.  
  39. tpt.element_func(infinitelive, tpt.el.fire.id)
  40. tpt.element_func(infinitelive, tpt.el.plsm.id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement