Inventor70's Explosives Mod (Reupload)

  • Inventor70
    29th Sep 2022 Member 0 Permalink

    This is a Re-re-upload of this thread. (because the 1st one was banned by jacob1 and the reupload was banned by LBPacker. LOL.)

    Example:

    local magic = elem.allocate("LIVINGFOSSIL" , "MAGC") elem.element(magic, elem.element(elements.DEFAULT_PT_GLOW)) elem.property(magic, "Name" , "MAGC") elem.property(magic, "Description", "Magic. Very light glowing liquid. Burns with CFLM.")

    elem.property(magic, "Colour", 0xCDFFFF) elem.property(magic, "MenuVisible", 1)

    elem.property(magic, "MenuSection", elem.SC_LIQUID) elem.property(magic, "Gravity", 0.02)

    elem.property(magic, "Flammable", 0)

    elem.property(magic, "Explosive", 0)

    elem.property(magic, "Loss", 0.95)

    elem.property(magic, "AirLoss", 1)

    elem.property(magic, "AirDrag", 0.002)

    elem.property(magic, "Advection", 0.6)

    elem.property(magic, "Weight", 2) elem.property(magic, "Diffusion", 0)

    elem.property(magic, "Falldown", 2)

    elem.property(magic, "Temperature", 273.15-20) elem.property(magic, "HeatConduct", 20)

    elem.property(magic, "Hardness", 20) elem.property(magic, "Graphics", function (i, colr, colg, colb)

    return1, 0x00012012, 255, 185, 254, 247, 150, 185, 254, 247

    end)

    Original mod thread forum:

    https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=26111&PageNum=0#Message=321881

     

    Recommended Elements:

    Solids:


    Liquids:

    (LPG) - Liquefied Petroleum Gas.

     

     

     

     

    Gases:

     

     

     

     

    Explosives:

    (ANFO) - Ammonium Nitrate Fuel-Oil. Explodes with a big power.

    (INEX) - Instant Explosives. Explodes instantly with PLSM.

     

    @LBPHacker happy?

    Edited 4 times by Inventor70. Last: 30th Sep 2022
  • LBPHacker
    29th Sep 2022 Developer 0 Permalink
    If this is somehow not obvious, I'd like to explicitly ask you to stop posting empty threads.
Locked by LBPHacker: mod announcement and/or no code