Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ElementOne = elements.allocate("MILL", "ONE")
- elements.element(elements.MILL_PT_ONE, elements.element(elements.DEFAULT_PT_DUST))
- elements.property(elements.MILL_PT_ONE, "Name", "BEAM")
- elements.property(elements.MILL_PT_ONE, "Description", "Pure Plasmatic Energy Fused With Mass And Gravity.")
- elements.property(elements.MILL_PT_ONE, "Colour", 0xFFFFFF)
- elements.property(elements.MILL_PT_ONE, "Gravity",9)
- elements.property(elements.MILL_PT_ONE, "MenuSection", 10)
- elements.property(elements.MILL_PT_ONE, "Diffusion",0.3)
- elements.property(elements.MILL_PT_ONE, "Weight",300)
- elements.property(elements.MILL_PT_ONE, "Temperature",9999)
- elements.property(elements.MILL_PT_ONE, "HeatConduct",9999)
- elements.property(elements.MILL_PT_ONE, "Flammable", 0.0)
- local function graphics(i, colr, colg, colb)
- return 1,0x00010000,255,100,155,210,255,255,255,255
- end
- tpt.graphics_func(graphics,ElementOne)
- local function sprk(i,x,y,s,n)
- cc=math.random(1,255)
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.wood.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'thdr')
- end
- end
- tpt.element_func(sprk,ElementOne)
- local ElementThree = elements.allocate("MILL", "THREE")
- elements.element(elements.MILL_PT_THREE, elements.element(elements.DEFAULT_PT_DUST))
- elements.property(elements.MILL_PT_THREE, "Name", "PBUT")
- elements.property(elements.MILL_PT_THREE, "Description", "Purified Butthurtium. Lifes no joke. Swag is for swaggot. 024 Un blaze.")
- elements.property(elements.MILL_PT_THREE, "Colour", 0x33FF33)
- elements.property(elements.MILL_PT_THREE, "Gravity",0.3)
- elements.property(elements.MILL_PT_THREE, "MenuSection", 10)
- elements.property(elements.MILL_PT_THREE, "Diffusion",0.9)
- elements.property(elements.MILL_PT_THREE, "Weight",1)
- elements.property(elements.MILL_PT_THREE, "Temperature",-23123)
- elements.property(elements.MILL_PT_THREE, "Flammable", 5554)
- elements.property(elements.MILL_PT_THREE, "Explosive", 5554)
- local function sprk(i,x,y,s,n)
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.deut.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.prot.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.exot.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.uran.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- end
- tpt.element_func(sprk,ElementThree)
- local ElementTwo = elements.allocate("MILL", "TWO")
- elements.element(elements.MILL_PT_TWO, elements.element(elements.DEFAULT_PT_DUST))
- elements.property(elements.MILL_PT_TWO, "Name", "BUTT")
- elements.property(elements.MILL_PT_TWO, "Description", "Butthurtium. Yolo. Swag. 420 blaze.")
- elements.property(elements.MILL_PT_TWO, "Colour", 0xFF33FF)
- elements.property(elements.MILL_PT_TWO, "Gravity",0.3)
- elements.property(elements.MILL_PT_TWO, "MenuSection", 10)
- elements.property(elements.MILL_PT_TWO, "Diffusion",0.9)
- elements.property(elements.MILL_PT_TWO, "Weight",math.random(1,100))
- elements.property(elements.MILL_PT_TWO, "Temperature",-23123)
- elements.property(elements.MILL_PT_TWO, "Flammable", 555)
- elements.property(elements.MILL_PT_TWO, "Explosive", 555)
- local function graphics(i, colr, colg, colb)
- return 1,0x00020000,255,255,51,255,255,255,51,255
- end
- tpt.graphics_func(graphics,ElementTwo)
- local function sprk(i,x,y,s,n)
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.deut.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.prot.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.exot.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.uran.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt') tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'butt')
- end
- if tpt.get_property("type",x+math.random(-1,1),y+math.random(-1,1)) == tpt.el.soap.id then
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'pbut')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'pbut')
- end
- end
- tpt.element_func(sprk,ElementTwo)
- local ElementFour = elements.allocate("MILL", "FOUR")
- elements.element(elements.MILL_PT_FOUR, elements.element(elements.DEFAULT_PT_DUST))
- elements.property(elements.MILL_PT_FOUR, "Name", "NUKE")
- elements.property(elements.MILL_PT_FOUR, "Description", "Nuke.")
- elements.property(elements.MILL_PT_FOUR, "Colour", 0x2D3ED1)
- elements.property(elements.MILL_PT_FOUR, "Gravity",0.1)
- elements.property(elements.MILL_PT_FOUR, "MenuSection", 10)
- elements.property(elements.MILL_PT_FOUR, "Diffusion",0.1)
- elements.property(elements.MILL_PT_FOUR, "Weight",50)
- elements.property(elements.MILL_PT_FOUR, "Temperature",0.1)
- elements.property(elements.MILL_PT_FOUR, "HeatConduct",0.1)
- elements.property(elements.MILL_PT_FOUR, "Flammable", 9999999999999999999999999999999999999999999)
- elements.property(elements.MILL_PT_FOUR, "Explosive", 9999999999999999999999999999999999999999999)
- local function sprk(i,x,y,s,n)
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'oil')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'nitr')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'desl')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'thrm')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'tnt')
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'fire')
- end
- tpt.element_func(sprk,ElementFour)
- local ElementFive = elements.allocate("MILL", "FIVE")
- elements.element(elements.MILL_PT_FIVE, elements.element(elements.DEFAULT_PT_BCOL))
- elements.property(elements.MILL_PT_FIVE, "Name", "FIRK")
- elements.property(elements.MILL_PT_FIVE, "Description", "Fire Rocks")
- elements.property(elements.MILL_PT_FIVE, "MenuSection", 10)
- elements.property(elements.MILL_PT_FIVE, "Weight",50)
- local function sprk(i,x,y,s,n)
- tpt.create(x + math.random(-1,1), y + math.random(-1,1), 'fire')
- end
- tpt.element_func(sprk,ElementFive)
Advertisement
Add Comment
Please, Sign In to add comment