Skip to content
ochadenas edited this page Jan 5, 2024 · 4 revisions

The NOP (no operation) chip does what its name says: Nothing.

It is still undesired in the game, because it takes up one slot. Usually you want to get rid of it.

An "upgraded" NOP chip (i.e. NOP 2 or NOP 3) must be "bought" two resp. three times to be removed. Apart from that, it does not act differently from a simple NOP chip.

Loading
graph LR;
    none1( )
    nop(NOP  )
    nop2(NOP 2)
    none2( ) 

    none1--1101-->nop--1101-->nop2--1101-->none2

    classDef nop stroke:#c0c0c0,stroke-width:4px;
    class nop,nop2 nop

Chip Defense

Main Page

Game Play

Concepts


Developer documentation

Clone this wiki locally