A new element again. I've been working on an orbital railgun, but i ran into a dilemma: "How do i get protons through a void that eats sing?" I thunk about it a lot, and I couldn't find a way. I wanted the element to block any element with its ctype and let the other elements through.
maybe try VOID(SING) and if that doesnt work then use activated PVOD(SING)
it blocks everything that hits it
For other elements, use STOR(ctype) with pipe variants. If you're trying to block SING, you either have to use walls, or contain the SING in ICE or SNOW with a ctype of SING.
@8a742ce284f535d3200 (View Post)
i meant like put that on the thingys walls
I need an element that lets EVERYTHING including neutrons through it but deletes the particle of its ctype.
STOR can take a non-solid particle from across a 1-pixel gap. Use STOR with pipe variants and put VOID(ctype) in between the STOR and the elements you want to sort. The STOR must have no ctype set in order to take any element except the one you want VOID to delete. Here's a setup that deletes WATR but let's all other non-solids through:
Good, but it doesn't immedieately let every element through, and sing / amtr
Place PRTI next to the pipe variant to make elements exit faster. PRTO isn't destroyed by AMTR, but is destroyed by SING. Sorry, but you'll have to make do without SING.