New element

  • Bishifted
    19th August Member 0 Permalink

    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. 

  • AerospaceFan
    19th August Member 0 Permalink

    maybe try VOID(SING) and if that doesnt work then use activated PVOD(SING)

  • Bishifted
    19th August Member 0 Permalink

    @AerospaceFan (View Post)

     it blocks everything that hits it

  • MachineMan
    20th August Member 0 Permalink

    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.

  • AerospaceFan
    20th August Member 0 Permalink

    @8a742ce284f535d3200 (View Post)

     i meant like put that on the thingys walls

  • Bishifted
    20th August Member 0 Permalink

    @AerospaceFan (View Post)

     I need an element that lets EVERYTHING including neutrons through it but deletes the particle of its ctype.

  • MachineMan
    21st August Member 0 Permalink

    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:

  • Bishifted
    21st August Member 0 Permalink

    @MachineMan (View Post)

     Good, but it doesn't immedieately let every element through, and sing / amtr

  • MachineMan
    21st August Member 0 Permalink

    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.