Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tpt.el.bran.name="mglq"
- tpt.el.bran.enabled=1
- tpt.el.bran.color=0xaa00ff
- tpt.el.bran.description="Powerful substance"
- tpt.el.bran.menu=1
- tpt.el.bran.weight=1
- tpt.el.bran.menusection=6
- tpt.el.bran.falldown=2
- tpt.el.bran.gravity=1
- tpt.el.bran.diffusion=2
- tpt.el.bran.heat=3000
- tpt.el.bran.explosive=1
- function graphics(i, colr, colg, colb)
- if tpt.get_property("temp",i) < 5000
- or tpt.get_property("temp",i) > 273.15 then
- return 0,0x00FF0030,255,0,255,0,75,183,0,255
- end
- if tpt.get_property("temp",i) > 5000 then
- return 0,0x00ff0040,255,0,255,0,75,255,0,0
- end
- if tpt.get_property("temp",i) < 273 then
- return 0,0x00ff0040,255,0,255,255,75,0,0,255
- end
- end
- tpt.graphics_func(graphics,tpt.el.bran.id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement