Advertisement
Dawgie

Untitled

Aug 5th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. tpt.el.bran.name="mglq"
  2. tpt.el.bran.enabled=1
  3. tpt.el.bran.color=0xaa00ff
  4. tpt.el.bran.description="Powerful substance"
  5. tpt.el.bran.menu=1
  6. tpt.el.bran.weight=1
  7. tpt.el.bran.menusection=6
  8. tpt.el.bran.falldown=2
  9. tpt.el.bran.gravity=1
  10. tpt.el.bran.diffusion=2
  11. tpt.el.bran.heat=3000
  12. tpt.el.bran.explosive=1
  13. function graphics(i, colr, colg, colb)
  14. if tpt.get_property("temp",i) < 5000
  15. or tpt.get_property("temp",i) > 273.15 then
  16. return 0,0x00FF0030,255,0,255,0,75,183,0,255
  17. end
  18.  
  19. if tpt.get_property("temp",i) > 5000 then
  20. return 0,0x00ff0040,255,0,255,0,75,255,0,0
  21. end
  22. if tpt.get_property("temp",i) < 273 then
  23. return 0,0x00ff0040,255,0,255,255,75,0,0,255
  24. end
  25. end
  26. tpt.graphics_func(graphics,tpt.el.bran.id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement