Invasive Bugs (INBG)

  • Brendan21
    10th Aug 2012 Member 1 Permalink

    A new Lua-developed element created by me. Practically useless, unless for decoration purposes. Lots of credit to @ThunderSt who created the Awesomium Lua element script. Used his design, used all "eltransition" coding segments in his design. Check out his element here: https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=14557

     

    Report any bugs on this page. This hasn't been thoroughly tested yet, so there could be a few problems. Thanks,

     

    Brendan21

     

    Coding script:

     

    tpt.el.dust.name = 'INBG'
    tpt.el.dust.description = 'Invasive bugs. Invades the bottom of the inside objects. Also unpredictable if put outside of any object......'
    tpt.el.dust.color = 0xFFFF00
    tpt.eltransition.dust.tempLowValue = 22.5
    tpt.eltransition.dust.tempLowType = tpt.element('dmnd')
    tpt.eltransition.dust.tempHighValue = 9000
    tpt.eltransition.dust.tempHighType = tpt.element('fire')
    tpt.eltransition.dust.presHighValue = 900
    tpt.eltransition.dust.presHighType = 0
    tpt.el.dust.diffusion = 5
    tpt.el.dust.gravity = 0
    tpt.el.dust.weight = 5
    tpt.el.dust.heat = 22.5
    tpt.el.dust.hardness = 1
    tpt.el.dust.properties = 2600

     

    Save into a text document as "autorun.txt" and then change the file extension to ".lua"  For example, rename it to "autorun.lua" without quotes.