New Element RAGE

  • MassacreLand
    31st Jan 2012 Member 1 Permalink
    Also a Edited script.
    ( Originally ArtMaster's)

    I edited to make  EWAT and now RAGE

    tpt.el.wind.name='RAGE'
    tpt.el.wind.description='Rage?'
    tpt.el.wind.color=0x800080
    tpt.el.wind.menusection=3
    tpt.el.wind.menu=1
    tpt.el.wind.enabled=1
    tpt.el.wind.weight=-1
    types={'fire','thrm'}
    math.randomseed(os.time())
    function rage(i,x,y,s,n)
    for n=1,2 do
    tpt.parts[i].x=tpt.get_property('x',i)+math.random(-6,6)
    tpt.parts[i].y=tpt.get_property('y',i)+math.random(-6,6)
    for x2=-7,7 do
    for y2=-math.sqrt((49)-(x2^2)),math.sqrt((49)-(x2^2)) do
    tpt.create(x+x2,y+y2,types[math.random(1,2)])
    tpt.set_property('life',4,x+x2,y+y2)
    tpt.set_property('temp',10000+273.15,x+x2,y+y2)
    if tpt.get_property('type',x+x2,y+y2)~=0 and tpt.get_property('type',x+x2,y+y2)~=tpt.el.thrm.id and tpt.get_property('type',x+x2,y+y2)~=tpt.el.fire.id and tpt.get_property('type',x+x2,y+y2)~=tpt.el.wind.id then
    tpt.create(x+x2,y+y2,'rage')
    tpt.set_property('life',10,x+x2,y+y2)
    end
    end
    end
    end
    end

    tpt.element_func(rage,tpt.el.wind.id)


  • ArtMaster
    31st Jan 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • MassacreLand
    31st Jan 2012 Member 0 Permalink
    @ArtMaster (View Post)

    Welcome!

    The RAGE Did not work out so well haha!

    Im just replacing all the elements you added with random elements and seeing how they work out. And changing temps.

    But the only element that worked in a way was EWAT and it simply throw hygn all over xD And takes the oxyg turns it into loxy and it falls off the map. but it still freezes everything it touches. So thats good I guess. Haha


    If you have any other elements I may toy with let me know cause I love messin with new stuff.
  • ArtMaster
    31st Jan 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • MassacreLand
    31st Jan 2012 Member 0 Permalink
    @ArtMaster (View Post)

    Feel like sharin?
    I like toying with new elements lmao.

    If you do and you dont want me publishing the ones I really like let me know. Cause normaly if I see one I think is amazing I'll share it.
  • ArtMaster
    31st Jan 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • MassacreLand
    31st Jan 2012 Member 0 Permalink
    @ArtMaster (View Post)
    Wait.
    If I dont will share, midify and posting it?
    What do you mean?