This is just an element I knocked up, which acts VERY oddly.
It falls so fast it is almost invisible, and can fall through nearly everything.
Because of these strange properties, other particles that isgoes through can be re-located in VERY odd ways!
Code:
local WEIGHT = elements.allocate("WEIGHT", "WGHT")
elements.element(elements.WEIGHT_PT_WGHT, elements.element(elements.DEFAULT_PT_DUST))
elements.property(elements.WEIGHT_PT_WGHT, "Color", "0xFCCFFF")
elements.property(elements.WEIGHT_PT_WGHT, "Name", "WGHT")
elements.property(elements.WEIGHT_PT_WGHT, "Description", "Extremely Heavy Powder")
elements.property(elements.WEIGHT_PT_WGHT, "MenuVisible", 1)
elements.property(elements.WEIGHT_PT_WGHT, "MenuSection", 7)
elements.property(elements.WEIGHT_PT_WGHT, "Advection", 0)
elements.property(elements.WEIGHT_PT_WGHT, "AirDrag", 0)
elements.property(elements.WEIGHT_PT_WGHT, "AirLoss", 0)
elements.property(elements.WEIGHT_PT_WGHT, "Loss", 200)
elements.property(elements.WEIGHT_PT_WGHT, "Falldown", 2)
elements.property(elements.WEIGHT_PT_WGHT, "Hardness", 0.8)
elements.property(elements.WEIGHT_PT_WGHT, "Weight", 200000)
elements.property(elements.WEIGHT_PT_WGHT, "Temperature", 293)
elements.property(elements.WEIGHT_PT_WGHT, "HeatConduct", 0)
elements.property(elements.WEIGHT_PT_WGHT, "State", 3)
elements.property(elements.WEIGHT_PT_WGHT, "Properties", 2)
Please Comment and say what you think!
I don't think it is a bug.
Also, from looking at the lua scripting api, I get the impression that solids are really powders, with no gravity like GRAV, and also unnaffected by air pressure. A Dev can correct me if I am wrong.
This basically acts like warp with gravity, I think.
very ???... well i got no whay to explane it
um what?