why not?
i definitely play solar smash and the 2d version like 30 minutes ago, but i can't sadly, cuz this is my first time coding and this is an element mod.
help me with this, recommend more explosives
This is a Re-re-upload of this thread (Explosives Mod). (because the 1st one was banned by jacob1 and the reupload was banned by LBPacker. LOL.)
Example (credits to jacob1):
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)
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.
i dont know about like regenerating particles i only know about its basic properties.
also the mod is delayed by 8 YEARS due to CODING CLASS.
delayed for 8 years? Aw hell naw
update: actually its alright since i dont even remotley care about this mod and by the time the delay is over i wouldve forgotten about it
2030.