Шаблон:Autowiki/Content/Techweb: различия между версиями

imported>Autowiki
(Autowiki edit @ 2024-04-22T04:10:04.733Z)
(Autowiki edit @ 2024-12-12T12:14:01.862Z)
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 1:
<noinclude><b>This page is automated by Autowiki. Do NOT edit it manually.</b></noinclude>
<noinclude><b>This page is automated by Autowiki. Do NOT edit it manually.</b></noinclude>


{{Autowiki/TechwebEntry|name=Basic Exosuit Equipment|description=Various tools fit for basic mech units|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Mining Drill|description=Equipment for engineering and combat exosuits. This is the drill that'll pierce the heavens!}}{{Autowiki/TechwebEntryDesign|name=Extinguisher|description=Equipment for engineering exosuits. A rapid-firing high capacity fire extinguisher.}}{{Autowiki/TechwebEntryDesign|name=Mining Scanner|description=Equipment for working exosuits. It will automatically check surrounding rock for useful minerals.}}}}
{{Autowiki/TechwebEntry|name=Atmospherics|description=Maintaining station air and related life support systems.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Консоль мониторинга атмосферы (плата)|description=Allows for the construction of circuit boards used to build an Atmospheric Monitor.}}{{Autowiki/TechwebEntryDesign|name=Консоль атмосферных тревог (плата)|description=Allows for the construction of circuit boards used to build an atmosphere alert console.}}{{Autowiki/TechwebEntryDesign|name=Термомашина (плата)|description=The circuit board for a thermomachine.}}{{Autowiki/TechwebEntryDesign|name=Обогреватель (плата)|description=The circuit board for a space heater.}}{{Autowiki/TechwebEntryDesign|name=Портативный очиститель воздуха (плата)|description=The circuit board for a portable air scrubber.}}{{Autowiki/TechwebEntryDesign|name=Газовый баллон|description=A generic tank used for storing and transporting gasses. Can be used for internals.}}{{Autowiki/TechwebEntryDesign|name=Кислородный баллон|description=An empty oxygen tank.}}{{Autowiki/TechwebEntryDesign|name=Плазменный баллон|description=An empty oxygen tank.}}{{Autowiki/TechwebEntryDesign|name=Плазменный баллон для дыхания|description=A tank of plasma gas designed specifically for use as internals, particularly for plasma-based lifeforms. If you're not a Plasmaman, you probably shouldn't use this.}}{{Autowiki/TechwebEntryDesign|name=Картридж с огнетушителем для плазмаменов|description=A refill pack for the auto-extinguisher on Plasma-man suits.}}{{Autowiki/TechwebEntryDesign|name=Огнетушитель|description=A traditional red fire extinguisher.}}{{Autowiki/TechwebEntryDesign|name=Атмосферный газовый фильтр|description=A piece of filtering cloth to be used with atmospheric gas masks and emergency gas masks.}}{{Autowiki/TechwebEntryDesign|name=Атмосферный газовый фильтр плазмеменов|description=A piece of filtering cloth to be used with atmospheric gas masks and emergency gas masks.}}{{Autowiki/TechwebEntryDesign|name=Газоанализатор|description=A hand-held environmental scanner which reports current gas levels.}}{{Autowiki/TechwebEntryDesign|name=Краситель труб|description=Used for coloring pipes, unsurprisingly.}}}}


{{Autowiki/TechwebEntry|name=Basic Integrated Circuits|description=Research on how to fully exploit the power of integrated circuits|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Circuit Multitool|description=A circuit multitool to mark entities and load them into.}}{{Autowiki/TechwebEntryDesign|name=Access Checker Component|description=Performs a basic comparison between two lists of strings, with additional functions that help in using it to check access on IDs.}}{{Autowiki/TechwebEntryDesign|name=Arctangent 2 Component|description=A two parameter arctan2 component, for calculating any angle you want.}}{{Autowiki/TechwebEntryDesign|name=Arithmetic Component|description=General arithmetic component with arithmetic capabilities.}}{{Autowiki/TechwebEntryDesign|name=Associative List Pick Component|description=A component that lets a user pick 1 element from an associative list. Returns the selected element.}}{{Autowiki/TechwebEntryDesign|name=Associative List Remove|description=Removes a key from an associative list variable.}}{{Autowiki/TechwebEntryDesign|name=Associative List Set|description=Sets a string key on an associative list to a specific value.}}{{Autowiki/TechwebEntryDesign|name=Binary Conversion Component|description=Splits a decimal number into an array of binary digits, or bits, represented as 1 or 0 and often used in boolean or binary operations like AND, OR and XOR.}}{{Autowiki/TechwebEntryDesign|name=Clock Component|description=A component that repeatedly fires.}}{{Autowiki/TechwebEntryDesign|name=Comparison Component|description=A component that compares two objects.}}{{Autowiki/TechwebEntryDesign|name=Concatenation Component|description=A component that combines strings.}}{{Autowiki/TechwebEntryDesign|name=Concatenate List Component|description=A component that joins up a list with a separator into a single string.}}{{Autowiki/TechwebEntryDesign|name=Decimal Conversion Component|description=Merges an array of binary digits, or bits, represented as 1 or 0 and often used in boolean or binary operations, into a decimal number.}}{{Autowiki/TechwebEntryDesign|name=Delay Component|description=A component that delays a signal by a specified duration. Timer gets reset when triggered again.}}{{Autowiki/TechwebEntryDesign|name=Direction Component|description=A component that returns the direction of itself and an entity.}}{{Autowiki/TechwebEntryDesign|name=Element Find|description=Checks if an element is in a list and returns the index it is as if it is. Index is set to 0 on failure.}}{{Autowiki/TechwebEntryDesign|name=Filter List Component|description=A component that loops through each element in a list and filters them.}}{{Autowiki/TechwebEntryDesign|name=For Each Component|description=A component that loops through each element in a list.}}{{Autowiki/TechwebEntryDesign|name=Format List Component|description=A component that formats lists, replacing %n in the format string with corresponding nth list item.}}{{Autowiki/TechwebEntryDesign|name=Format Associative List Component|description=A component that formats associative lists, replacing %key in the format string with corresponding list[key] item.}}{{Autowiki/TechwebEntryDesign|name=Get Column Component|description=Gets the column of a table and returns it as a regular list.}}{{Autowiki/TechwebEntryDesign|name=GPS Component|description=A component that returns the xyz co-ordinates of itself.}}{{Autowiki/TechwebEntryDesign|name=Health Component|description=A component that returns the health of an organism.}}{{Autowiki/TechwebEntryDesign|name=Voice Activator Component|description=A component that listens for messages. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=ID Access Reader Component|description=A component that reads the access on an ID.}}{{Autowiki/TechwebEntryDesign|name=ID Getter Component|description=A component that returns the first available ID card on an organism.}}{{Autowiki/TechwebEntryDesign|name=ID Info Reader Component|description=A component that reads the name, job, and age on an ID.}}{{Autowiki/TechwebEntryDesign|name=Index Component|description=A component that returns the value of a list at a given index.}}{{Autowiki/TechwebEntryDesign|name=Index Associative List Component|description=A component that is commonly used to access a row from a table. Accesses data from a key, value list.}}{{Autowiki/TechwebEntryDesign|name=Index Table Component|description=Gets the row of a table as an associative list using the index inputted. Will return no value if the index is invalid or a proper table is not returned.}}{{Autowiki/TechwebEntryDesign|name=Laser Pointer Component|description=A component that shines a high powered light at a target.}}{{Autowiki/TechwebEntryDesign|name=Length Component|description=A component that returns the length of its input.}}{{Autowiki/TechwebEntryDesign|name=Light Component|description=A component that emits a light of a specific brightness and colour. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=List Add|description=Adds an element to a list variable.}}{{Autowiki/TechwebEntryDesign|name=Associative List Literal|description=A component that returns an associative list consisting of the inputs.}}{{Autowiki/TechwebEntryDesign|name=List Clear|description=Clears a list variable.}}{{Autowiki/TechwebEntryDesign|name=List Literal Component|description=A component that creates a list from whatever input you give it.}}{{Autowiki/TechwebEntryDesign|name=List Pick Component|description=A component that lets a user pick 1 element from a list. Returns the selected element.}}{{Autowiki/TechwebEntryDesign|name=List Remove|description=Removes an element from a list variable.}}{{Autowiki/TechwebEntryDesign|name=Logic Component|description=A component with 'and' and 'or' capabilities.}}{{Autowiki/TechwebEntryDesign|name=Material Scanner|description=Outputs the material composition of the inputted entity.}}{{Autowiki/TechwebEntryDesign|name=MMI Component|description=A component that allows MMI to enter shells to send output signals.}}{{Autowiki/TechwebEntryDesign|name=Module Component|description=A component that has other components within it, acting like a function. Use it in your hand to control the amount of input and output ports it has, as well as being able to access the integrated circuit contained inside.}}{{Autowiki/TechwebEntryDesign|name=Multiplexer Component|description=Copies the input chosen by "Input Selector" to the output.}}{{Autowiki/TechwebEntryDesign|name=Not Component|description=A component that inverts its input.}}{{Autowiki/TechwebEntryDesign|name=NTNet Receiver|description=Receives data packages through NTNet. If Encryption Key is set then only signals with the same Encryption Key will be received.}}{{Autowiki/TechwebEntryDesign|name=NTNet Transmitter|description=Sends a data package through NTNet. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}{{Autowiki/TechwebEntryDesign|name=Proximity Pinpointer Component|description=A component that returns the xyz co-ordinates of its entity input, as long as its in view.}}{{Autowiki/TechwebEntryDesign|name=Pressure Sensor Component|description=Outputs the current pressure of the tile}}{{Autowiki/TechwebEntryDesign|name=Radio Component|description=A component that can listen and send frequencies. If set to private, the component will only receive signals from other components attached to circuitboards with the same owner id.}}{{Autowiki/TechwebEntryDesign|name=Random Component|description=A component that returns random values.}}{{Autowiki/TechwebEntryDesign|name=Reagents Scanner|description=Outputs the reagents found inside the inputted entity.}}{{Autowiki/TechwebEntryDesign|name=Router Component|description=Copies the input chosen by "Input Selector" to the output chosen by "Output Selector".}}{{Autowiki/TechwebEntryDesign|name=Select Query Component|description=A component used with USB cables that can perform select queries on a list based on the column name selected. The values are then compared with the comparison input.}}{{Autowiki/TechwebEntryDesign|name=Self Component|description=A component that returns the current shell.}}{{Autowiki/TechwebEntryDesign|name=Set Variable Trigger|description=A component that sets a variable globally on the circuit. This one requires input signals and also provides an output signal}}{{Autowiki/TechwebEntryDesign|name=Sound Emitter Component|description=A component that emits a sound when it receives an input. The frequency is a multiplier which determines the speed at which the sound is played}}{{Autowiki/TechwebEntryDesign|name=Get Species Component|description=A component that returns the species of its input.}}{{Autowiki/TechwebEntryDesign|name=Speech Component|description=A component that sends a message. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=Speech Component|description=A component that sends a message. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=Split Component|description=Splits a string by the separator, turning it into a list}}{{Autowiki/TechwebEntryDesign|name=String Contains Component|description=Checks if a string contains a word/letter}}{{Autowiki/TechwebEntryDesign|name=Temperature Sensor Component|description=Outputs the current temperature of the tile}}{{Autowiki/TechwebEntryDesign|name=Textcase Component|description=A component that makes its input uppercase or lowercase.}}{{Autowiki/TechwebEntryDesign|name=Timepiece Component|description=A component that outputs the current station time. The text output port is used for time formats while the numerical output port is used for units of time.}}{{Autowiki/TechwebEntryDesign|name=To Number|description=A component that converts its input (a string) to a number. If there's text in the input, it'll only consider it if it starts with a number. It will take that number and ignore the rest.}}{{Autowiki/TechwebEntryDesign|name=To String Component|description=A component that converts its input to text.}}{{Autowiki/TechwebEntryDesign|name=Trigonometry Component|description=General trigonometry component with main and inverse trigonometry functions.}}{{Autowiki/TechwebEntryDesign|name=Typecast Component|description=A component that casts a value to a type if it matches or outputs null.}}{{Autowiki/TechwebEntryDesign|name=Typecheck Component|description=A component that checks the type of its input.}}{{Autowiki/TechwebEntryDesign|name=View Sensor Component|description=Outputs a list with all movable objects in it's view. Requires a shell. Max range of 5 tiles.}}{{Autowiki/TechwebEntryDesign|name=Compact Remote Shell|description=A handheld shell with one big button.}}{{Autowiki/TechwebEntryDesign|name=Component Printer Board|description=The circuit board for a component printer}}{{Autowiki/TechwebEntryDesign|name=Integrated Circuit|description=The foundation of all circuits. All Circuitry go onto this.}}{{Autowiki/TechwebEntryDesign|name=Module Duplicator Board|description=The circuit board for a module duplicator}}{{Autowiki/TechwebEntryDesign|name=USB Cable|description=A cable that allows certain shells to connect to nearby computers and machines.}}}}
{{Autowiki/TechwebEntry|name=Basic Arms|description=Ballistics can be unpredictable in space.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Поролоновый меч-клинок|description=It says "Sternside Changs #1 fan" on it.}}{{Autowiki/TechwebEntryDesign|name=Игрушечный пистолет|description=Looks almost like the real thing! Ages 8 and up. Please recycle in an autolathe when you're out of caps.}}{{Autowiki/TechwebEntryDesign|name=Сменный барабан (.38 резина) (менее летально)|description=Designed to quickly reload revolvers. Rubber bullets are bouncy and less-than-lethal.}}{{Autowiki/TechwebEntryDesign|name=Сменный барабан (.38) (летальное)|description=Designed to quickly reload revolvers.}}{{Autowiki/TechwebEntryDesign|name=Патроны для игрушечного пистолета|description=Make sure to recyle the box in an autolathe when it gets empty.}}{{Autowiki/TechwebEntryDesign|name=Коробка с пенными дротиками (безвредное)|description=A box of ammo.}}{{Autowiki/TechwebEntryDesign|name=Патрон "Погремушка" (менее летально)|description=Beangbag slug shotgun shells. Fires a single slug (a beanbag). Less-than-lethal.}}{{Autowiki/TechwebEntryDesign|name=Патрон-дротик (летальное)|description=Dart shotgun shells. Fires a single projectile (a dart). Can be filled with chemicals, which it injects upon striking a target. Otherwise, very weak.}}{{Autowiki/TechwebEntryDesign|name=Зажигательный патрон (летальное)|description=Dart shotgun shells. Fires a single slug. Ignites a target upon hit, and leaves a trail of fire as it flies through the air. Very user unfriendly, but effective.}}{{Autowiki/TechwebEntryDesign|name=Резиновый патрон (менее летально)|description=Rubbershot shotgun shells. Fires a cloud of pellets. Rubber bullets are bouncy and less-than-lethal.}}}}


{{Autowiki/TechwebEntry|name=Basic Medical Equipment|description=Basic medical tools and equipment.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Beaker|description=A beaker. It can hold up to 50 units.}}{{Autowiki/TechwebEntryDesign|name=Biopsy Tool|description=Don't worry, it won't sting.}}{{Autowiki/TechwebEntryDesign|name=Blood Filter|description=For filtering the blood.}}{{Autowiki/TechwebEntryDesign|name=Bonesetter|description=For setting things right.}}{{Autowiki/TechwebEntryDesign|name=Cautery|description=This stops bleeding.}}{{Autowiki/TechwebEntryDesign|name=Circular Saw|description=For heavy duty cutting.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Ears|description=A Basic pair of cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Eyes|description=A basic pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Moth Eyes|description=A basic pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Heart|description=A basic cybernetic heart.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Liver|description=A basic cybernetic liver.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Lungs|description=A basic pair of cybernetic lungs.}}{{Autowiki/TechwebEntryDesign|name=Basic Cybernetic Stomach|description=A basic cybernetic stomach.}}{{Autowiki/TechwebEntryDesign|name=Defibrillator Wall Mount|description=A mounted frame for holding defibrillators, providing easy security.}}{{Autowiki/TechwebEntryDesign|name=Dropper|description=A dropper. Holds up to 5 units.}}{{Autowiki/TechwebEntryDesign|name=Hemostat|description=You think you have seen this before.}}{{Autowiki/TechwebEntryDesign|name=Large Beaker|description=A large beaker. Can hold up to 100 units.}}{{Autowiki/TechwebEntryDesign|name=Medical Bed|description=A bed made of sterile materials ideal for use in the medical field. Patient assistance or joyriding, it'll do it all!}}{{Autowiki/TechwebEntryDesign|name=Man-Machine Interface|description=The Warrior's bland acronym, MMI, obscures the true horror of this monstrosity.}}{{Autowiki/TechwebEntryDesign|name=Operating Computer Board|description=Allows for the construction of circuit boards used to build an operating computer console.}}{{Autowiki/TechwebEntryDesign|name=Petri Dish|description=This makes you feel well-cultured.}}{{Autowiki/TechwebEntryDesign|name=Pill Bottle|description=It's an airtight container for storing medication.}}{{Autowiki/TechwebEntryDesign|name=Plumbing Constructor|description=An expertly modified RCD outfitted to construct plumbing machinery.}}{{Autowiki/TechwebEntryDesign|name=Service Plumbing Constructor|description=A type of plumbing constructor designed to rapidly deploy the machines needed to make a brewery.}}{{Autowiki/TechwebEntryDesign|name=Research Plumbing Constructor|description=A type of plumbing constructor designed to rapidly deploy the machines needed to conduct cytological research.}}{{Autowiki/TechwebEntryDesign|name=Portable Chemical Mixer|description=A portable device that dispenses and mixes chemicals. Reagents have to be supplied with beakers.}}{{Autowiki/TechwebEntryDesign|name=Penlight|description=A pen-sized light, used by medical staff. It can also be used to create a hologram to alert people of incoming medical assistance.}}{{Autowiki/TechwebEntryDesign|name=Retractor|description=Retracts stuff.}}{{Autowiki/TechwebEntryDesign|name=Scalpel|description=Cut, cut, and once more cut.}}{{Autowiki/TechwebEntryDesign|name=Stethoscope|description=An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing.}}{{Autowiki/TechwebEntryDesign|name=Surgical Drapes|description=Nanotrasen brand surgical drapes provide optimal safety and infection control.}}{{Autowiki/TechwebEntryDesign|name=Surgical Tape|description=Made for patching broken bones back together alongside bone gel, not for playing pranks.}}{{Autowiki/TechwebEntryDesign|name=Surgical Drill|description=You can drill using this item. You dig?}}{{Autowiki/TechwebEntryDesign|name=Sterile Swab|description=Some men use these for different reasons.}}{{Autowiki/TechwebEntryDesign|name=Syringe|description=A syringe that can hold up to 15 units.}}{{Autowiki/TechwebEntryDesign|name=X-large Beaker|description=An extra-large beaker. Can hold up to 120 units.}}}}
{{Autowiki/TechwebEntry|name=Botany Equipment|description=Essential tools for maintaining onboard gardens, supporting plant growth in the unique environment of the space station.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Экстрактор семян (плата)|description=The circuit board for a seed extractor.}}{{Autowiki/TechwebEntryDesign|name=Анализатор растений|description=A scanner used to evaluate a plant's various areas of growth, and genetic traits. Comes with a growth scanning mode and a chemical scanning mode.}}{{Autowiki/TechwebEntryDesign|name=Лейка|description=It's a watering can. It is scientifically proved that using a watering can to simulate rain increases plant happiness!}}{{Autowiki/TechwebEntryDesign|name=Лопатка|description=A small tool for digging and moving dirt.}}{{Autowiki/TechwebEntryDesign|name=Рыхлитель|description=It's used for removing weeds or scratching your back.}}{{Autowiki/TechwebEntryDesign|name=Секатор|description=It's a tool for cutting grafts off plants or changing podperson looks.}}{{Autowiki/TechwebEntryDesign|name=Топорик|description=A very sharp axe blade upon a short fibremetal handle. It has a long history of chopping things, but now it is used for chopping wood.}}}}


{{Autowiki/TechwebEntry|name=Basic Modular Suits|description=Specialized back mounted power suits with various different modules.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=MOD Boots|description='Nakamura Engineering' designed boots for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=MOD Chestplate|description=A 'Nakamura Engineering' designed chestplate for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=MOD Gauntlets|description='Nakamura Engineering' designed gauntlets for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=MOD Helmet|description=A 'Nakamura Engineering' designed helmet for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=MOD Paint Kit|description=A paint kit for Modular Suits.}}{{Autowiki/TechwebEntryDesign|name=MOD Shell|description=A 'Nakamura Engineering' designed shell for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=MOD External Plating|description=External plating for a MODsuit. A civilian class suit by Nakamura Engineering, doesn't offer much other than slightly quicker movement.}}{{Autowiki/TechwebEntryDesign|name=Storage Module|description=What amounts to a series of integrated storage compartments and specialized pockets installed across the surface of the suit, useful for storing various bits, and or bobs. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=Welding Protection Module|description=A module installed into the visor of the suit, this projects a polarized, holographic overlay in front of the user's eyes. It's rated high enough for immunity against extremities such as spot and arc welding, solar eclipses, and handheld flashlights. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Safety-First Head Protection Module|description=A series of dampening plates are installed along the back and upper areas of the helmet. These plates absorb abrupt kinetic shocks delivered to the skull. The bulk of this module prevents it from being installed in any suit that is capable of combat armor adjustments. However, the rudimentry nature of the module makes it relatively easy to install into most other suits. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Eating Apparatus Module|description=A favorite by Miners, this modification to the helmet utilizes a nanotechnology barrier infront of the mouth to allow eating and drinking while retaining protection and atmosphere. However, it won't free you from masks, lets pepper spray pass through and it will do nothing to improve the taste of a goliath steak. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Flashlight Module|description=A simple pair of configurable flashlights installed on the left and right sides of the helmet, useful for providing light in a variety of ranges and colors. Some survivalists prefer the color green for their illumination, for reasons unknown. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Longfall Module|description=Useful for protecting both the suit and the wearer, utilizing commonplace systems to convert the possible damage from a fall into kinetic charge, as well as internal gyroscopes to ensure the user's safe falling. Useful for mining, monorail tracks, or even skydiving! It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Thermal Regulator Module|description=Advanced climate control, using an inner body glove interwoven with thousands of tiny, flexible cooling lines. This circulates coolant at various user-controlled temperatures, ensuring they're comfortable; even if they're some that like it hot. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Plasma Stabilizer Module|description=This system essentially forms an atmosphere of its own, within the suit, efficiently and quickly preventing oxygen from causing the user's head to burst into flame. This allows plasmamen to safely remove their helmet, allowing for easier equipping of any MODsuit-related equipment, or otherwise. The purple glass of the visor seems to be constructed for nostalgic purposes. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Glove Translator Module|description=A module that adds motion sensors into the suit's gloves, which works in tandem with a short-range subspace transmitter, letting the audibly impaired use sign language over comms. It uses 1 complexity.}}}}
{{Autowiki/TechwebEntry|name=Cafeteria Equipment|description=When standard-issue tubed food no longer satisfies the station crew's appetite...|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Гридль (плата)|description=The circuit board for a Griddle.}}{{Autowiki/TechwebEntryDesign|name=Микроволновка (плата)|description=The circuit board for a microwave.}}{{Autowiki/TechwebEntryDesign|name=Миска|description=A simple bowl, used for soups and salads.}}{{Autowiki/TechwebEntryDesign|name=Тарелка|description=Holds food, powerful. Good for morale when you're not eating your spaghetti off of a desk.}}{{Autowiki/TechwebEntryDesign|name=Протевень|description=Gotta shove something in!}}{{Autowiki/TechwebEntryDesign|name=Поднос|description=A metal tray to lay food on.}}{{Autowiki/TechwebEntryDesign|name=Щипцы|description=So you never have to touch anything with your dirty, unwashed hands.}}{{Autowiki/TechwebEntryDesign|name=Ложка|description=Just be careful your food doesn't melt the spoon first.}}{{Autowiki/TechwebEntryDesign|name=Вилка|description=Pointy.}}{{Autowiki/TechwebEntryDesign|name=Кухонный нож|description=A general purpose Chef's Knife made by SpaceCook Incorporated. Guaranteed to stay sharp for years to come.}}{{Autowiki/TechwebEntryDesign|name=Пластиковая ложка|description=Just be careful your food doesn't melt the spoon first.}}{{Autowiki/TechwebEntryDesign|name=Пластиковая вилка|description=Really takes you back to highschool lunch.}}{{Autowiki/TechwebEntryDesign|name=Пластиковый нож|description=A very safe, barely sharp knife made of plastic. Good for cutting food and not much else.}}{{Autowiki/TechwebEntryDesign|name=Шейкер|description=A metal shaker to mix drinks in.}}{{Autowiki/TechwebEntryDesign|name=Стакан|description=Your standard drinking glass.}}{{Autowiki/TechwebEntryDesign|name=Рюмка|description=A shot glass - the universal symbol for bad decisions.}}{{Autowiki/TechwebEntryDesign|name=Пустой кофе-картридж|description=Пустой кофейный картридж, готовый к заполнению кофейным помолом.}}{{Autowiki/TechwebEntryDesign|name=Кофемашина (плата)|description=The circuit board for a coffeemaker.}}{{Autowiki/TechwebEntryDesign|name=Кофейник|description=A large pot for dispensing that ambrosia of corporate life known to mortals only as coffee. Contains 4 standard cups.}}{{Autowiki/TechwebEntryDesign|name=Бутылка сиропа|description=A bottle with a syrup pump to dispense the delicious substance directly into your coffee cup.}}}}


{{Autowiki/TechwebEntry|name=Basic Research Technology|description=NT default research technologies.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Basic Capacitor|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Basic Power Cell|description=A basic power cell that holds 1 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Basic Matter Bin|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Basic Micro-Laser|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Basic Scanning Module|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Blast Door Controller|description=A small electronic device able to control a blast door remotely.}}{{Autowiki/TechwebEntryDesign|name=Station Bounced Radio|description=A basic handheld radio that communicates with local telecommunication networks.}}{{Autowiki/TechwebEntryDesign|name=Bowl|description=A simple bowl, used for soups and salads.}}{{Autowiki/TechwebEntryDesign|name=Bucket|description=It's a bucket.}}{{Autowiki/TechwebEntryDesign|name=Card Reader|description=A small magnetic card reader, used for devices that take and transmit holocredits.}}{{Autowiki/TechwebEntryDesign|name=Speed Loader (.38 Rubber) (Less Lethal)|description=Designed to quickly reload revolvers. Rubber bullets are bouncy and less-than-lethal.}}{{Autowiki/TechwebEntryDesign|name=Camera Assembly|description=The basic construction for Nanotrasen-Always-Watching-You cameras.}}{{Autowiki/TechwebEntryDesign|name=Camera Film Cartridge|description=A camera film cartridge. Insert it into a camera to reload it.}}{{Autowiki/TechwebEntryDesign|name=Camera|description=A polaroid camera.}}{{Autowiki/TechwebEntryDesign|name=Box of Cap Gun Shots|description=Make sure to recyle the box in an autolathe when it gets empty.}}{{Autowiki/TechwebEntryDesign|name=Chisel|description=Breaking and making art since 4000 BC. This one uses advanced technology to allow the creation of lifelike moving statues.}}{{Autowiki/TechwebEntryDesign|name=Ancient Circuit Imprinter Board|description=The circuit board for an ancient circuit imprinter.}}{{Autowiki/TechwebEntryDesign|name=Circuit Imprinter Board|description=The circuit board for a circuit imprinter.}}{{Autowiki/TechwebEntryDesign|name=Blue Circuit Tile|description=A blue circuit tile.}}{{Autowiki/TechwebEntryDesign|name=Green Circuit Tile|description=A green circuit tile.}}{{Autowiki/TechwebEntryDesign|name=Red Circuit Tile|description=A red circuit tile.}}{{Autowiki/TechwebEntryDesign|name=Blank Coffee Cartridge|description=A blank coffee cartridge, ready to be filled with coffee paste.}}{{Autowiki/TechwebEntryDesign|name=Coffeemaker Board|description=The circuit board for a coffeemaker.}}{{Autowiki/TechwebEntryDesign|name=Coffeepot|description=A large pot for dispensing that ambrosia of corporate life known to mortals only as coffee. Contains 4 standard cups.}}{{Autowiki/TechwebEntryDesign|name=Condenser|description=A small electronic device able to chill their surroundings.}}{{Autowiki/TechwebEntryDesign|name=Conveyor Belt|description=A conveyor belt assembly.}}{{Autowiki/TechwebEntryDesign|name=Conveyor Belt Switch|description=A conveyor control switch assembly.}}{{Autowiki/TechwebEntryDesign|name=Custom Vendor Refill|description=A vending machine restock cart.}}{{Autowiki/TechwebEntryDesign|name=Destructive Analyzer Board|description=The circuit board for a destructive analyzer.}}{{Autowiki/TechwebEntryDesign|name=Destructive Scanner Board|description=The circuit board for an experimental destructive scanner.}}{{Autowiki/TechwebEntryDesign|name=Destination Tagger|description=Used to set the destination of properly wrapped packages.}}{{Autowiki/TechwebEntryDesign|name=Tachyon-Doppler Research Array Board|description=The circuit board for a tachyon-doppler research array}}{{Autowiki/TechwebEntryDesign|name=Drinking Glass|description=Your standard drinking glass.}}{{Autowiki/TechwebEntryDesign|name=Earmuffs|description=Protects your hearing from loud noises, and quiet ones as well.}}{{Autowiki/TechwebEntryDesign|name=Electropack|description=Dance my monkeys! DANCE!!!}}{{Autowiki/TechwebEntryDesign|name=Experimental Scanner|description=Experimental scanning unit used for performing scanning experiments.}}{{Autowiki/TechwebEntryDesign|name=E.X.P.E.R.I-MENTOR Board|description=The circuit board for an E.X.P.E.R.I-MENTOR.}}{{Autowiki/TechwebEntryDesign|name=Fire Extinguisher|description=A traditional red fire extinguisher.}}{{Autowiki/TechwebEntryDesign|name=Fax Machine Board|description=The circuit board for a fax machine.}}{{Autowiki/TechwebEntryDesign|name=Stasis Fish Case|description=A resizable case keeping the fish inside in stasis.}}{{Autowiki/TechwebEntryDesign|name=Fishing Rod|description=You can fish with this.}}{{Autowiki/TechwebEntryDesign|name=Fishing Portal Generator Board|description=The circuit board for the fishing portal generator}}{{Autowiki/TechwebEntryDesign|name=Flashlight|description=A hand-held emergency light.}}{{Autowiki/TechwebEntryDesign|name=Fluid Duct|description=A stack of fluid ducts.}}{{Autowiki/TechwebEntryDesign|name=Box of Foam Darts (Harmless)|description=A box of ammo.}}{{Autowiki/TechwebEntryDesign|name=Fork|description=Pointy.}}{{Autowiki/TechwebEntryDesign|name=Gas Filter|description=A piece of filtering cloth to be used with atmospheric gas masks and emergency gas masks.}}{{Autowiki/TechwebEntryDesign|name=Handcuffs|description=Use this to keep prisoners in line.}}{{Autowiki/TechwebEntryDesign|name=Hand Labeler|description=A combined label printer, applicator, and remover, all in a single portable device. Designed to be easy to operate and use.}}{{Autowiki/TechwebEntryDesign|name=Health Sensor|description=Used for scanning and monitoring health.}}{{Autowiki/TechwebEntryDesign|name=Holodisk|description=Stores recorder holocalls.}}{{Autowiki/TechwebEntryDesign|name=Igniter|description=A small electronic device able to ignite combustible substances.}}{{Autowiki/TechwebEntryDesign|name=Infrared Emitter|description=Emits a visible or invisible beam and is triggered when the beam is interrupted.}}{{Autowiki/TechwebEntryDesign|name=Intercom Frame|description=A ready-to-go intercom. Just slap it on a wall and screw it in!}}{{Autowiki/TechwebEntryDesign|name=Kitchen Knife|description=A general purpose Chef's Knife made by SpaceCook Incorporated. Guaranteed to stay sharp for years to come.}}{{Autowiki/TechwebEntryDesign|name=Laptop Frame|description=A portable laptop computer.}}{{Autowiki/TechwebEntryDesign|name=Light Bulb|description=A replacement light bulb.}}{{Autowiki/TechwebEntryDesign|name=Light Replacer|description=A device to automatically replace lights. Refill with working light bulbs.}}{{Autowiki/TechwebEntryDesign|name=Light Tube|description=A replacement light tube.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Fabricator Board|description=The circuit board for an Exosuit Fabricator.}}{{Autowiki/TechwebEntryDesign|name=Micro Servo|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Light Fixture Battery|description=A tiny power cell with a very low power capacity. Used in light fixtures to power them in the event of an outage.}}{{Autowiki/TechwebEntryDesign|name=Newscaster Frame|description=Used to build newscasters, just secure to the wall.}}{{Autowiki/TechwebEntryDesign|name=Oven Tray|description=Gotta shove something in!}}{{Autowiki/TechwebEntryDesign|name=Package Wrapping|description=You can use this to wrap items in.}}{{Autowiki/TechwebEntryDesign|name=Pet Carrier|description=A big white-and-blue pet carrier. Good for carrying <s>meat to the chef</s> cute animals around.}}{{Autowiki/TechwebEntryDesign|name=Plasma Glass|description=A glass sheet made out of a plasma-silicate alloy. It looks extremely tough and heavily fire resistant.}}{{Autowiki/TechwebEntryDesign|name=Plasmaman Gas Filter|description=A piece of filtering cloth to be used with atmospheric gas masks and emergency gas masks.}}{{Autowiki/TechwebEntryDesign|name=Reinforced Plasma Glass|description=A glass sheet made out of a plasma-silicate alloy and a rod matrix. It looks hopelessly tough and nearly fire-proof!}}{{Autowiki/TechwebEntryDesign|name=Plasteel|description=This sheet is an alloy of iron and plasma.}}{{Autowiki/TechwebEntryDesign|name=Plastic Fork|description=Really takes you back to highschool lunch.}}{{Autowiki/TechwebEntryDesign|name=Plastic Knife|description=A very safe, barely sharp knife made of plastic. Good for cutting food and not much else.}}{{Autowiki/TechwebEntryDesign|name=Plastic Spoon|description=Just be careful your food doesn't melt the spoon first.}}{{Autowiki/TechwebEntryDesign|name=Plastitanium|description=}}{{Autowiki/TechwebEntryDesign|name=Plastitanium Glass|description=A glass sheet made out of a plasma-titanium-silicate alloy.}}{{Autowiki/TechwebEntryDesign|name=Plate|description=Holds food, powerful. Good for morale when you're not eating your spaghetti off of a desk.}}{{Autowiki/TechwebEntryDesign|name=Proximity Sensor|description=Used for scanning and alerting when someone enters a certain proximity.}}{{Autowiki/TechwebEntryDesign|name=Radio Headset|description=An updated, modular intercom that fits over the head. Takes encryption keys.}}{{Autowiki/TechwebEntryDesign|name=R&D Console Board|description=Allows for the construction of circuit boards used to build a new R&D console.}}{{Autowiki/TechwebEntryDesign|name=R&D Server Board|description=The circuit board for an R&D Server.}}{{Autowiki/TechwebEntryDesign|name=R&D Server Control Console Board|description=The circuit board for an R&D Server Control Console.}}{{Autowiki/TechwebEntryDesign|name=Universal Recorder|description=A device that can record to cassette tapes, and play them. It automatically translates the content in playback.}}{{Autowiki/TechwebEntryDesign|name=Reinforced Glass|description=Glass which seems to have rods or something stuck in them.}}{{Autowiki/TechwebEntryDesign|name=Hand Labeler Paper Roll|description=A roll of paper. Use it on a hand labeler to refill it.}}{{Autowiki/TechwebEntryDesign|name=Speed Loader (.38) (Lethal)|description=Designed to quickly reload revolvers.}}{{Autowiki/TechwebEntryDesign|name=Beanbag Slug (Less Lethal)|description=Beangbag slug shotgun shells. Fires a single slug (a beanbag). Less-than-lethal.}}{{Autowiki/TechwebEntryDesign|name=Shotgun Dart (Lethal)|description=Dart shotgun shells. Fires a single projectile (a dart). Can be filled with chemicals, which it injects upon striking a target. Otherwise, very weak.}}{{Autowiki/TechwebEntryDesign|name=Incendiary Slug (Lethal)|description=Dart shotgun shells. Fires a single slug. Ignites a target upon hit, and leaves a trail of fire as it flies through the air. Very user unfriendly, but effective.}}{{Autowiki/TechwebEntryDesign|name=Rubber Shot (Less Lethal)|description=Rubbershot shotgun shells. Fires a cloud of pellets. Rubber bullets are bouncy and less-than-lethal.}}{{Autowiki/TechwebEntryDesign|name=Security Pen|description=This is a red ink pen exclusively provided to members of the Security Department. Its opposite end features a built-in holographic projector designed for issuing arrest prompts to individuals.}}{{Autowiki/TechwebEntryDesign|name=Serving Tray|description=A metal tray to lay food on.}}{{Autowiki/TechwebEntryDesign|name=Shaker|description=A metal shaker to mix drinks in.}}{{Autowiki/TechwebEntryDesign|name=Shot Glass|description=A shot glass - the universal symbol for bad decisions.}}{{Autowiki/TechwebEntryDesign|name=Remote Signaling Device|description=Used to remotely activate devices. Allows for syncing when using a secure signaler on another.}}{{Autowiki/TechwebEntryDesign|name=Slime Scanner|description=A device that analyzes a slime's internal composition and measures its stats.}}{{Autowiki/TechwebEntryDesign|name=Solar Panel Frame|description=A solar panel assembly kit, allows constructions of a solar panel, or with a tracking circuit board, a solar tracker.}}{{Autowiki/TechwebEntryDesign|name=Solar Tracking Electronics|description=Looks like a circuit. Probably is.}}{{Autowiki/TechwebEntryDesign|name=Soup Pot|description=A tall soup designed to mix and cook all kinds of soup.}}{{Autowiki/TechwebEntryDesign|name=Space Heater Board|description=The circuit board for a space heater.}}{{Autowiki/TechwebEntryDesign|name=Spoon|description=Just be careful your food doesn't melt the spoon first.}}{{Autowiki/TechwebEntryDesign|name=Status Display Frame|description=Used to build status displays, just secure to the wall.}}{{Autowiki/TechwebEntryDesign|name=Sticky Tape|description=Used for sticking to things for sticking said things to people.}}{{Autowiki/TechwebEntryDesign|name=Syrup bottle|description=A bottle with a syrup pump to dispense the delicious substance directly into your coffee cup.}}{{Autowiki/TechwebEntryDesign|name=Universal Recorder Tape|description=A magnetic tape that can hold up to ten minutes of content on either side.}}{{Autowiki/TechwebEntryDesign|name=Technology Data Storage Disk|description=Produce additional disks for storing technology data.}}{{Autowiki/TechwebEntryDesign|name=Timer|description=Used to time things. Works well with contraptions which has to count down. Tick tock.}}{{Autowiki/TechwebEntryDesign|name=Titanium Glass|description=A glass sheet made out of a titanium-silicate alloy.}}{{Autowiki/TechwebEntryDesign|name=Toner Cartridge (Large)|description=A hefty cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike.}}{{Autowiki/TechwebEntryDesign|name=Toner Cartridge|description=A small, lightweight cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike.}}{{Autowiki/TechwebEntryDesign|name=Tongs|description=So you never have to touch anything with your dirty, unwashed hands.}}{{Autowiki/TechwebEntryDesign|name=Plastic Armblade|description=It says "Sternside Changs #1 fan" on it.}}{{Autowiki/TechwebEntryDesign|name=Plastic Balloon|description=No birthday is complete without it. Sealed with a mechanical bluespace wrap so it remains floating no matter what.}}{{Autowiki/TechwebEntryDesign|name=Cap Gun|description=Looks almost like the real thing! Ages 8 and up. Please recycle in an autolathe when you're out of caps.}}{{Autowiki/TechwebEntryDesign|name=Dark Tram Tile|description=A high-traction floor tile. It sparkles in the light.}}{{Autowiki/TechwebEntryDesign|name=Light Tram Tile|description=A high-traction floor tile. It sparkles in the light.}}{{Autowiki/TechwebEntryDesign|name=Trapdoor Controller Electronics|description=A sinister-looking controller for a trapdoor.}}{{Autowiki/TechwebEntryDesign|name=Turbine Compressor|description=The basic tier of a compressor blade.}}{{Autowiki/TechwebEntryDesign|name=Turbine Rotor|description=The basic tier of a rotor shaft.}}{{Autowiki/TechwebEntryDesign|name=Turbine Stator|description=The basic tier of a stator.}}{{Autowiki/TechwebEntryDesign|name=Turret Control Frame|description=Used for building turret control panels.}}{{Autowiki/TechwebEntryDesign|name=Universal Scanner|description=A utility scanner that fills multiple roles: Exports, sales, and vendor price tags.}}{{Autowiki/TechwebEntryDesign|name=Voice Analyzer|description=A small electronic device able to record a voice sample, and send a signal when that sample is repeated.}}{{Autowiki/TechwebEntryDesign|name=Watering Can|description=It's a watering can. It is scientifically proved that using a watering can to simulate rain increases plant happiness!}}}}
{{Autowiki/TechwebEntry|name=Construction|description=Tools and essential machinery used for station maintenance and expansion.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Древний принтер плат (плата)|description=The circuit board for an ancient circuit imprinter.}}{{Autowiki/TechwebEntryDesign|name=Принтер плат (плата)|description=The circuit board for a circuit imprinter.}}{{Autowiki/TechwebEntryDesign|name=Управление солнечными панелями (плата)|description=Allows for the construction of circuit boards used to build a solar control console.}}{{Autowiki/TechwebEntryDesign|name=Сборка солнечной панели|description=A solar panel assembly kit, allows constructions of a solar panel, or with a tracking circuit board, a solar tracker.}}{{Autowiki/TechwebEntryDesign|name=Электроника солнечного трекинга|description=Looks like a circuit. Probably is.}}{{Autowiki/TechwebEntryDesign|name=Модуль контроля питания для ЛКП|description=Heavy-duty switching circuits for power control.}}{{Autowiki/TechwebEntryDesign|name=Электроника воздушной сигнализации|description=Looks like a circuit. Probably is.}}{{Autowiki/TechwebEntryDesign|name=Электроника шлюза|description=Looks like a circuit. Probably is.}}{{Autowiki/TechwebEntryDesign|name=Электроника пожарной сигнализации|description=A fire alarm circuit. Can handle heat levels up to 40 degrees celsius.}}{{Autowiki/TechwebEntryDesign|name=Электроника пожарного шлюза|description=A circuit board used in construction of firelocks.}}{{Autowiki/TechwebEntryDesign|name=Электроника контроллера люка|description=A sinister-looking controller for a trapdoor.}}{{Autowiki/TechwebEntryDesign|name=Контроллер взрывных дверей|description=A small electronic device able to control a blast door remotely.}}{{Autowiki/TechwebEntryDesign|name=Большой манипулятор|description=The circuit board for a big manipulator.}}{{Autowiki/TechwebEntryDesign|name=Краситель плиток|description=An airlock painter, reprogramed to use a different style of paint in order to spray colors on floor tiles as well, in addition to repainting doors. Decals break when the floor tiles are removed.}}{{Autowiki/TechwebEntryDesign|name=Краситель шлюзов|description=An advanced autopainter preprogrammed with several paintjobs for airlocks. Use it on an airlock during or after construction to change the paintjob.}}{{Autowiki/TechwebEntryDesign|name=Краситель декалей|description=An airlock painter, reprogramed to use a different style of paint in order to apply decals for floor tiles as well, in addition to repainting doors. Decals break when the floor tiles are removed.}}{{Autowiki/TechwebEntryDesign|name=Устройство быстрой укладки проводов|description=A device used to rapidly lay cable & pick up stray cable pieces laying around.}}{{Autowiki/TechwebEntryDesign|name=Связка проводов (x5)|description=A coil of insulated power cable.}}{{Autowiki/TechwebEntryDesign|name=Сварочный шлем|description=A head-mounted face cover designed to protect the wearer completely from space-arc eye.}}{{Autowiki/TechwebEntryDesign|name=Сварочный инструмент|description=A standard edition welder provided by Nanotrasen.}}{{Autowiki/TechwebEntryDesign|name=Сканер T-ray|description=A terahertz-ray emitter and scanner used to detect underfloor objects such as cables and pipes.}}{{Autowiki/TechwebEntryDesign|name=Газоанализатор|description=A hand-held environmental scanner which reports current gas levels.}}{{Autowiki/TechwebEntryDesign|name=Мультитул|description=Used for pulsing wires to test which to cut. Not recommended by doctors. You can activate it in-hand to locate the nearest APC.}}{{Autowiki/TechwebEntryDesign|name=Гаечный ключ|description=A wrench with common uses. Can be found in your hand.}}{{Autowiki/TechwebEntryDesign|name=Карманный лом|description=A small crowbar. This handy tool is useful for lots of things, such as prying floor tiles or opening unpowered doors.}}{{Autowiki/TechwebEntryDesign|name=Отвёртка|description=You can be totally screwy with this.}}{{Autowiki/TechwebEntryDesign|name=Кусачки|description=This cuts wires.}}{{Autowiki/TechwebEntryDesign|name=Лампочка|description=A replacement light bulb.}}{{Autowiki/TechwebEntryDesign|name=Световая трубка|description=A replacement light tube.}}{{Autowiki/TechwebEntryDesign|name=Сигнал перехода (плата)|description=The circuit board for a tram crossing signal.}}{{Autowiki/TechwebEntryDesign|name=Сенсор путепровода (плата)|description=The circuit board for a tram proximity sensor.}}{{Autowiki/TechwebEntryDesign|name=Производственный разгрузчик ящиков|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Производственная плавильная печь|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Производственный измельчитель|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Производственный сборочный автомат|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Производственный станок|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Сортировочный маршрутизатор конвейера|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Производственный маршрутизатор|description=The circuit board for this machine.}}{{Autowiki/TechwebEntryDesign|name=Mail Sorter|description=The circuit board for a mail sorting unit.}}}}


{{Autowiki/TechwebEntry|name=Basic Tools|description=Basic mechanical, electronic, surgical and botanical tools.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Airlock Painter|description=An advanced autopainter preprogrammed with several paintjobs for airlocks. Use it on an airlock during or after construction to change the paintjob.}}{{Autowiki/TechwebEntryDesign|name=Gas Analyzer|description=A hand-held environmental scanner which reports current gas levels.}}{{Autowiki/TechwebEntryDesign|name=Boxcutter|description=A tool for cutting boxes, or throats.}}{{Autowiki/TechwebEntryDesign|name=Cable Coil|description=A coil of insulated power cable.}}{{Autowiki/TechwebEntryDesign|name=Cable Coil|description=A coil of insulated power cable.}}{{Autowiki/TechwebEntryDesign|name=Pocket Crowbar|description=A small crowbar. This handy tool is useful for lots of things, such as prying floor tiles or opening unpowered doors.}}{{Autowiki/TechwebEntryDesign|name=Cultivator|description=It's used for removing weeds or scratching your back.}}{{Autowiki/TechwebEntryDesign|name=Decal Painter|description=An airlock painter, reprogramed to use a different style of paint in order to apply decals for floor tiles as well, in addition to repainting doors. Decals break when the floor tiles are removed.}}{{Autowiki/TechwebEntryDesign|name=Hatchet|description=A very sharp axe blade upon a short fibremetal handle. It has a long history of chopping things, but now it is used for chopping wood.}}{{Autowiki/TechwebEntryDesign|name=Mop|description=The world of janitalia wouldn't be complete without a mop.}}{{Autowiki/TechwebEntryDesign|name=Multitool|description=Used for pulsing wires to test which to cut. Not recommended by doctors.}}{{Autowiki/TechwebEntryDesign|name=Trashbag|description=It's a bag for trash, you put garbage in it.}}{{Autowiki/TechwebEntryDesign|name=Pipe Painter|description=Used for coloring pipes, unsurprisingly.}}{{Autowiki/TechwebEntryDesign|name=Plant Analyzer|description=A scanner used to evaluate a plant's various areas of growth, and genetic traits. Comes with a growth scanning mode and a chemical scanning mode.}}{{Autowiki/TechwebEntryDesign|name=Plunger|description=It's a plunger for plunging.}}{{Autowiki/TechwebEntryDesign|name=Push Broom|description=This is my BROOMSTICK! It can be used manually or braced with two hands to sweep items as you move. It has a telescopic handle for compact storage.}}{{Autowiki/TechwebEntryDesign|name=Rapid Wiring Device|description=A device used to rapidly lay cable & pick up stray cable pieces laying around.}}{{Autowiki/TechwebEntryDesign|name=Electric Razor|description=The latest and greatest power razor born from the science of shaving.}}{{Autowiki/TechwebEntryDesign|name=Screwdriver|description=You can be totally screwy with this.}}{{Autowiki/TechwebEntryDesign|name=Secateurs|description=It's a tool for cutting grafts off plants or changing podperson looks.}}{{Autowiki/TechwebEntryDesign|name=Shovel|description=A large tool for digging and moving dirt.}}{{Autowiki/TechwebEntryDesign|name=Spade|description=A small tool for digging and moving dirt.}}{{Autowiki/TechwebEntryDesign|name=Spraycan|description=A metallic container containing tasty paint.}}{{Autowiki/TechwebEntryDesign|name=Tile Sprayer|description=An airlock painter, reprogramed to use a different style of paint in order to spray colors on floor tiles as well, in addition to repainting doors. Decals break when the floor tiles are removed.}}{{Autowiki/TechwebEntryDesign|name=T-Ray Scanner|description=A terahertz-ray emitter and scanner used to detect underfloor objects such as cables and pipes.}}{{Autowiki/TechwebEntryDesign|name=Welding Helmet|description=A head-mounted face cover designed to protect the wearer completely from space-arc eye.}}{{Autowiki/TechwebEntryDesign|name=Welding Tool|description=A standard edition welder provided by Nanotrasen.}}{{Autowiki/TechwebEntryDesign|name=Wirebrush|description=A tool to remove rust from walls.}}{{Autowiki/TechwebEntryDesign|name=Wirecutters|description=This cuts wires.}}{{Autowiki/TechwebEntryDesign|name=Wrench|description=A wrench with common uses. Can be found in your hand.}}{{Autowiki/TechwebEntryDesign|name=Pickaxe|description=}}}}
{{Autowiki/TechwebEntry|name=Essential Stock Parts|description=Foundational components that form the backbone of station operations, encompassing a range of essential equipment necessary for day-to-day functionality.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Микросервопривод|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Мегабатарея|description=A basic megacell that holds 1 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Конденсатор|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Батарея|description=A basic power cell that holds 10 KW of energy.}}{{Autowiki/TechwebEntryDesign|name=Ёмкость материи|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Микролазер|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Сканирующий модуль|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Мегабатарея повышенной ёмкости|description=A megacell that holds 10 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Батарея повышенной ёмкости|description=A power cell that holds 100 KW of energy.}}{{Autowiki/TechwebEntryDesign|name=Миниатюрная батарея|description=A tiny power cell with a very low power capacity. Used in light fixtures to power them in the event of an outage.}}{{Autowiki/TechwebEntryDesign|name=Конденсор|description=A small electronic device able to chill their surroundings.}}{{Autowiki/TechwebEntryDesign|name=Запал|description=A small electronic device able to ignite combustible substances.}}{{Autowiki/TechwebEntryDesign|name=Инфракрасный излучатель|description=Emits a visible or invisible beam and is triggered when the beam is interrupted.}}{{Autowiki/TechwebEntryDesign|name=Датчик движения|description=Used for scanning and alerting when someone enters a certain proximity.}}{{Autowiki/TechwebEntryDesign|name=Устройство удалённой активации|description=Used to remotely activate devices. Allows for syncing when using a secure signaler on another.}}{{Autowiki/TechwebEntryDesign|name=Таймер|description=Used to time things. Works well with contraptions which has to count down. Tick tock.}}{{Autowiki/TechwebEntryDesign|name=Анализатор голоса|description=A small electronic device able to record a voice sample, and send a signal when that sample is repeated.}}{{Autowiki/TechwebEntryDesign|name=Сенсор здоровья|description=Used for scanning and monitoring health.}}{{Autowiki/TechwebEntryDesign|name=Вспышка|description=When a problem arises, SCIENCE is the solution.}}}}


{{Autowiki/TechwebEntry|name=Cyborg Construction|description=Sapient robots with preloaded tool modules and programmable laws.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Cyborg Torso|description=A heavily reinforced case containing cyborg logic boards, with space for a standard power cell.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Head|description=A standard reinforced braincase, with spine-plugged neural socket and sensor gimbals.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Left Arm|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Left Leg|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Right Arm|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Right Leg|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Endoskeleton|description=A complex metal backbone with standard limb sockets and pseudomuscle anchors.}}{{Autowiki/TechwebEntryDesign|name=Rename Board|description=Used to rename a cyborg.}}{{Autowiki/TechwebEntryDesign|name=Emergency Reboot Board|description=A reusable firmware reset tool that can force a reboot of a disabled-but-repaired cyborg, bringing it back online.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Upload Board|description=Allows for the construction of circuit boards used to build a Cyborg Upload Console.}}{{Autowiki/TechwebEntryDesign|name=Cyborg Recharger Board|description=The circuit board for a Cyborg Recharger.}}{{Autowiki/TechwebEntryDesign|name=Robotics Control Console Board|description=Allows for the construction of circuit boards used to build a Robotics Control console.}}{{Autowiki/TechwebEntryDesign|name=Flash|description=When a problem arises, SCIENCE is the solution.}}}}
{{Autowiki/TechwebEntry|name=EXOSUIT: Justice|description=Justice exosuit designs|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Броня экзокостюма "Джастис"|description=Justice armor plates.}}{{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Джастис"|description=}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Джастис"|description=A Justice left arm.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Джастис"|description=A Justice left leg.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Джастис"|description=A Justice left arm.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Джастис"|description=A Justice left leg.}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Джастис"|description=A Justice torso part.}}}}


{{Autowiki/TechwebEntry|name=Man Machine Interface|description=A slightly Frankensteinian device that allows human brains to interface natively with software APIs.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Man-Machine Interface|description=The Warrior's bland acronym, MMI, obscures the true horror of this monstrosity.}}}}
{{Autowiki/TechwebEntry|name=Fishing Equipment|description=Basic fishing gear tailored for space station environments, perfect for extraterrestrial aquatic pursuits.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Рыбопортал 3000 (плата)|description=The circuit board for the fishing portal generator}}{{Autowiki/TechwebEntryDesign|name=Удочка|description=You can fish with this.}}{{Autowiki/TechwebEntryDesign|name=Стазис-футляр для рыбы|description=A resizable case keeping the fish inside in stasis.}}{{Autowiki/TechwebEntryDesign|name=Aquarium Kit|description=Everything you need to build your own aquarium or fish tank. Raw materials sold separately.}}}}


{{Autowiki/TechwebEntry|name=Mechanical Exosuits|description=Mechanized exosuits that are several magnitudes stronger and more powerful than the average human.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Mechbay Recharger Board|description=The circuit board for a Mechbay Recharger.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Tracking Beacon|description=Device used to transmit exosuit data.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Control Console Board|description=Allows for the construction of circuit boards used to build an exosuit control console.}}{{Autowiki/TechwebEntryDesign|name=Mech Bay Power Control Console Board|description=Allows for the construction of circuit boards used to build a mech bay power control console.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Chassis (APLU "Ripley")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm (APLU "Ripley")|description=A Ripley APLU left arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg (APLU "Ripley")|description=A Ripley APLU left leg. Contains somewhat complex servodrives and balance maintaining systems.}}{{Autowiki/TechwebEntryDesign|name=APLU "Ripley" Central Control module|description=Allows for the construction of a "Ripley" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=APLU "Ripley" Peripherals Control module|description=Allows for the construction of a "Ripley" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm (APLU "Ripley")|description=A Ripley APLU right arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg (APLU "Ripley")|description=A Ripley APLU right leg. Contains somewhat complex servodrives and balance maintaining systems.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso (APLU "Ripley")|description=A torso part of Ripley APLU. Contains power unit, processing core and life support systems.}}{{Autowiki/TechwebEntryDesign|name=Ripley MK-I to MK-II Conversion Kit|description=A pressurized canopy attachment kit for an Autonomous Power Loader Unit "Ripley" MK-I exosuit, to convert it to the slower, but space-worthy MK-II design. This kit cannot be removed, once applied.}}{{Autowiki/TechwebEntryDesign|name=Hydraulic Clamp|description=Equipment for engineering exosuits. Lifts objects and loads them into cargo.}}{{Autowiki/TechwebEntryDesign|name=Mech Radio|description=A basic component of every vehicle.}}{{Autowiki/TechwebEntryDesign|name=Mech Air Tank|description=An internal air tank used to pressurize mech cabin, scrub CO2 and power RCS thrusters. Comes with a pump and a set of sensors.}}{{Autowiki/TechwebEntryDesign|name=RCS Thruster Package|description=A thruster package for exosuits. Expells gas from the internal life-support air tank to generate thrust.}}}}
{{Autowiki/TechwebEntry|name=Fundamental Science|description=Establishing the bedrock of scientific understanding, paving the way for deeper exploration and theoretical inquiry.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Сервер R&D|description=The circuit board for an R&D Server.}}{{Autowiki/TechwebEntryDesign|name=Контроллер сервера R&D (плата)|description=The circuit board for an R&D Server Control Console.}}{{Autowiki/TechwebEntryDesign|name=Консоль R&D|description=Allows for the construction of circuit boards used to build a new R&D console.}}{{Autowiki/TechwebEntryDesign|name=Диск для хранения технологий|description=Produce additional disks for storing technology data.}}{{Autowiki/TechwebEntryDesign|name=Тахионно-доплеровская матрица (плата)|description=The circuit board for a tachyon-doppler research array}}{{Autowiki/TechwebEntryDesign|name=Э.К.С.П.Е.Р.И-МЕНТАТОР|description=The circuit board for an E.X.P.E.R.I-MENTOR.}}{{Autowiki/TechwebEntryDesign|name=Разборочный анализатор (плата)|description=The circuit board for a destructive analyzer.}}{{Autowiki/TechwebEntryDesign|name=Экспериментальный разрушающий сканер|description=The circuit board for an experimental destructive scanner.}}{{Autowiki/TechwebEntryDesign|name=Экспери-сканнер|description=Experimental scanning unit used for performing scanning experiments.}}{{Autowiki/TechwebEntryDesign|name=Ноутбук|description=A portable laptop computer.}}{{Autowiki/TechwebEntryDesign|name=Диск данных|description=Removable disk used to store data.}}{{Autowiki/TechwebEntryDesign|name=Продвинутый диск данных|description=Removable disk used to store data.}}{{Autowiki/TechwebEntryDesign|name=Супердиск данных|description=Removable disk used to store large amounts of data.}}}}


{{Autowiki/TechwebEntry|name=Advanced Artificial Intelligence|description=State of the art lawsets to be used for AI research.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Artificial Intelligence}}|designs={{Autowiki/TechwebEntryDesign|name=Asimov++ Module|description=Allows for the construction of a Asimov++ AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Paladin Devotion Module|description=Allows for the construction of a Paladin Devotion AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Dungeon Master Module|description=Allows for the construction of a Dungeon Master AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Painter Module|description=Allows for the construction of a Painter AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=10 Commandments Module|description=Allows for the construction of a 10 Commandments AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Hippocratic Module|description=Allows for the construction of a Hippocratic AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Maintain Module|description=Allows for the construction of a Maintain AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Liveandletlive Module|description=Allows for the construction of a Liveandletlive AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Reporter Module|description=Allows for the construction of a Reporter AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=H.O.G.A.N. Module|description=Allows for the construction of a H.O.G.A.N. AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Peacekeeper Module|description=Allows for the construction of a Peacekeeper AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Overlord Module|description=Allows for the construction of an Overlord AI Module.}}{{Autowiki/TechwebEntryDesign|name=T.Y.R.A.N.T. Module|description=Allows for the construction of a T.Y.R.A.N.T. AI Module.}}{{Autowiki/TechwebEntryDesign|name=Antimov Module|description=Allows for the construction of a Antimov AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Balance Module|description=Allows for the construction of a Balance AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Thermodynamic Module|description=Allows for the construction of a Thermodynamic AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Damaged AI Module|description=Allows for the construction of a Damaged AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Core Freeform Module|description=Allows for the construction of a Core Freeform AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=OneHuman Module|description=Allows for the construction of a OneHuman AI Module.}}{{Autowiki/TechwebEntryDesign|name=Purge Module|description=Allows for the construction of a Purge AI Module.}}}}
{{Autowiki/TechwebEntry|name=Material Processing|description=Refinement and processing of alloys and ores to enhance their utility and value.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Кирка|description=}}{{Autowiki/TechwebEntryDesign|name=Лопата|description=A large tool for digging and moving dirt.}}{{Autowiki/TechwebEntryDesign|name=Переключатель конвейерной ленты|description=A conveyor control switch assembly.}}{{Autowiki/TechwebEntryDesign|name=Конвейерная лента|description=A conveyor belt assembly.}}{{Autowiki/TechwebEntryDesign|name=Масс-драйвер (плата)|description=The circuit board for a mass driver.}}{{Autowiki/TechwebEntryDesign|name=Переработчик (плата)|description=The circuit board for a recycler.}}{{Autowiki/TechwebEntryDesign|name=Укладочная машина (плата)|description=The circuit board for a Stacking Machine.}}{{Autowiki/TechwebEntryDesign|name=Консоль укладочной машины (плата)|description=The circuit board for a Stacking Machine Console.}}{{Autowiki/TechwebEntryDesign|name=Автолат (плата)|description=The circuit board for an autolathe.}}{{Autowiki/TechwebEntryDesign|name=Усиленное стекло|description=Glass which seems to have rods or something stuck in them.}}{{Autowiki/TechwebEntryDesign|name=Плазменное стекло|description=A glass sheet made out of a plasma-silicate alloy. It looks extremely tough and heavily fire resistant.}}{{Autowiki/TechwebEntryDesign|name=Усиленное плазменное стекло|description=A glass sheet made out of a plasma-silicate alloy and a rod matrix. It looks hopelessly tough and nearly fire-proof!}}{{Autowiki/TechwebEntryDesign|name=Пласталь|description=This sheet is an alloy of iron and plasma.}}{{Autowiki/TechwebEntryDesign|name=Титановое стекло|description=A glass sheet made out of a titanium-silicate alloy.}}{{Autowiki/TechwebEntryDesign|name=Пластитан|description=}}{{Autowiki/TechwebEntryDesign|name=Пластитановое стекло|description=A glass sheet made out of a plasma-titanium-silicate alloy.}}}}


{{Autowiki/TechwebEntry|name=Advanced Beam Weaponry|description=Various advanced beam weapons|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Beam Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=Beam Marksman Rifle Part Kit (Lethal)|description=The gunkit for a powerful long ranged anti-material rifle that fires charged particle beams to obliterate targets.}}}}
{{Autowiki/TechwebEntry|name=Medbay Equipment|description=Essential medical tools to patch you up while medbay is still intact.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Операционная консоль (плата)|description=Allows for the construction of circuit boards used to build an operating computer console.}}{{Autowiki/TechwebEntryDesign|name=Медицинская кровать|description=A bed made of sterile materials ideal for use in the medical field. Patient assistance or joyriding, it'll do it all!}}{{Autowiki/TechwebEntryDesign|name=Крепление для дефибриллятора на стену|description=A mounted frame for holding defibrillators, providing easy security.}}{{Autowiki/TechwebEntryDesign|name=Дефибриллятор|description=A portable defibrillator, used for resuscitating recently deceased crew.}}{{Autowiki/TechwebEntryDesign|name=Хирургические простыни|description=Nanotrasen brand surgical drapes provide optimal safety and infection control.}}{{Autowiki/TechwebEntryDesign|name=Скальпель|description=Cut, cut, and once more cut.}}{{Autowiki/TechwebEntryDesign|name=Ретрактор|description=Retracts stuff.}}{{Autowiki/TechwebEntryDesign|name=Гемостат|description=You think you have seen this before.}}{{Autowiki/TechwebEntryDesign|name=Прижигатель|description=This stops bleeding.}}{{Autowiki/TechwebEntryDesign|name=Циркулярная пила|description=For heavy duty cutting.}}{{Autowiki/TechwebEntryDesign|name=Хирургическая дрель|description=You can drill using this item. You dig?}}{{Autowiki/TechwebEntryDesign|name=Костоправ|description=For setting things right.}}{{Autowiki/TechwebEntryDesign|name=Кровяной фильтр|description=For filtering the blood.}}{{Autowiki/TechwebEntryDesign|name=Хирургическая лента|description=Made for patching broken bones back together alongside bone gel, not for playing pranks.}}{{Autowiki/TechwebEntryDesign|name=Фонарик-ручка|description=A pen-sized light, used by medical staff. It can also be used to create a hologram to alert people of incoming medical assistance.}}{{Autowiki/TechwebEntryDesign|name=Фонарик-ручка парамедика|description=A high-powered UV penlight intended to help stave off infection in the field on serious burned patients. Probably really bad to look into.}}{{Autowiki/TechwebEntryDesign|name=Стетоскоп|description=An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing.}}{{Autowiki/TechwebEntryDesign|name=Мензурка|description=A beaker. It can hold up to 50 units.}}{{Autowiki/TechwebEntryDesign|name=Большая мензурка|description=A large beaker. Can hold up to 100 units.}}{{Autowiki/TechwebEntryDesign|name=Внутривенный мешок для лекарств|description=A plastic pressure bag for IV administration of drugs.}}{{Autowiki/TechwebEntryDesign|name=Пакет с кровью|description=Is used to contain blood used for transfusion. Must be attached to an IV drip.}}{{Autowiki/TechwebEntryDesign|name=Шприц|description=A syringe that can hold up to 15 units.}}{{Autowiki/TechwebEntryDesign|name=Пипетка|description=A dropper. Holds up to 5 units.}}{{Autowiki/TechwebEntryDesign|name=Таблетница|description=It's an airtight container for storing medication.}}{{Autowiki/TechwebEntryDesign|name=Экстрабольшая мензурка|description=An extra-large beaker. Can hold up to 120 units.}}}}


{{Autowiki/TechwebEntry|name=Advanced Bots Research|description=Grants access to a special launchpad designed for bots.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Machine Design (Bot launchpad)|description=The circuit board for a bot launchpad.}}{{Autowiki/TechwebEntryDesign|name=Bot Launchpad Controller|description=Allows you to control the connected bot launchpad}}}}
{{Autowiki/TechwebEntry|name=Office Equipment|description=Nanotrasen's finest in ergonomic office tech, ensuring station admin stays productive and compliant with corporate policies — because even in space, paperwork never stops.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Факсовый аппарат|description=The circuit board for a fax machine.}}{{Autowiki/TechwebEntryDesign|name=Охранная ручка|description=This is a red ink pen exclusively provided to members of the Security Department. Its opposite end features a built-in holographic projector designed for issuing arrest prompts to individuals.}}{{Autowiki/TechwebEntryDesign|name=Наклейщик этикеток|description=A combined label printer, applicator, and remover, all in a single portable device. Designed to be easy to operate and use.}}{{Autowiki/TechwebEntryDesign|name=Рулон бумаги для наклейщика этикеток|description=A roll of paper. Use it on a hand labeler to refill it.}}{{Autowiki/TechwebEntryDesign|name=Универсальный сканер|description=A utility scanner that fills multiple roles: Exports, sales, and vendor price tags.}}{{Autowiki/TechwebEntryDesign|name=Маркировщик назначения|description=Used to set the destination of properly wrapped packages.}}{{Autowiki/TechwebEntryDesign|name=Обёртка для упаковки|description=You can use this to wrap items in.}}{{Autowiki/TechwebEntryDesign|name=Клейкая лента|description=Used for sticking to things for sticking said things to people.}}{{Autowiki/TechwebEntryDesign|name=Большой картридж с тонером|description=A hefty cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike.}}{{Autowiki/TechwebEntryDesign|name=Картридж с тонером|description=A small, lightweight cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike.}}{{Autowiki/TechwebEntryDesign|name=Канцелярский нож|description=A tool for cutting boxes, or throats.}}{{Autowiki/TechwebEntryDesign|name=Рация|description=A basic handheld radio that communicates with local telecommunication networks.}}{{Autowiki/TechwebEntryDesign|name=Гарнитура|description=An updated, modular intercom that fits over the head. Takes encryption keys.}}{{Autowiki/TechwebEntryDesign|name=Противошумный наушник|description=Protects your hearing from loud noises, and quiet ones as well.}}{{Autowiki/TechwebEntryDesign|name=Универсальный диктофон|description=A device that can record to cassette tapes, and play them. It automatically translates the content in playback.}}{{Autowiki/TechwebEntryDesign|name=Касета для универсального диктофона|description=A magnetic tape that can hold up to ten minutes of content on either side.}}{{Autowiki/TechwebEntryDesign|name=Пластиковый шарик|description=No birthday is complete without it. Sealed with a mechanical bluespace wrap so it remains floating no matter what.}}{{Autowiki/TechwebEntryDesign|name=Переноска для животных|description=A big white-and-blue pet carrier. Good for carrying <s>meat to the chef</s> cute animals around.}}{{Autowiki/TechwebEntryDesign|name=Долото|description=Breaking and making art since 4000 BC. This one uses advanced technology to allow the creation of lifelike moving statues.}}{{Autowiki/TechwebEntryDesign|name=Баллончик с краской|description=A metallic container containing tasty paint.}}{{Autowiki/TechwebEntryDesign|name=Картридж для камеры|description=A camera film cartridge. Insert it into a camera to reload it.}}{{Autowiki/TechwebEntryDesign|name=Камера|description=A polaroid camera.}}{{Autowiki/TechwebEntryDesign|name=Электрическая бритва|description=The latest and greatest power razor born from the science of shaving.}}{{Autowiki/TechwebEntryDesign|name=Ведро|description=It's a bucket.}}{{Autowiki/TechwebEntryDesign|name=Швабра|description=The world of janitalia wouldn't be complete without a mop.}}{{Autowiki/TechwebEntryDesign|name=Швабра-толкалка|description=This is my BROOMSTICK! It can be used manually or braced with two hands to sweep items as you move. It has a telescopic handle for compact storage.}}{{Autowiki/TechwebEntryDesign|name=Мусорный мешок|description=It's a bag for trash, you put garbage in it.}}{{Autowiki/TechwebEntryDesign|name=Проволочная щётка|description=A tool to remove rust from walls.}}{{Autowiki/TechwebEntryDesign|name=Фонарик|description=A hand-held emergency light.}}}}


{{Autowiki/TechwebEntry|name=Advanced Electromagnetic Theory|description=Determining whether reversing the polarity will actually help in a given situation.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Ultra-High-Power Micro-Laser|description=A stock part used in the construction of various devices.}}}}
{{Autowiki/TechwebEntry|name=Robotics|description=Programmable machines that make our lives lazier.|prerequisites=|designs={{Autowiki/TechwebEntryDesign|name=Фабрикатор экзокостюмов (плата)|description=The circuit board for an Exosuit Fabricator.}}{{Autowiki/TechwebEntryDesign|name=Навигационный маяк (плата)|description=The circuit board for a beacon that aids bot navigation.}}{{Autowiki/TechwebEntryDesign|name=Устройство персонального искусственного интеллекта|description=Allows for the construction of a pAI Card.}}}}


{{Autowiki/TechwebEntry|name=Advanced Exosuit Equipment|description=Tools for high level mech suits|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=RCD Module|description=An exosuit-mounted Rapid Construction Device.}}}}
{{Autowiki/TechwebEntry|name=Advanced AI Upgrades|description=Delving into sophisticated AI directives, with hopes that they won't lead to humanity's extinction.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Artificial Intelligence}}|designs={{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Азимов++'|description=Allows for the construction of a Asimov++ AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'П.А.Л.А.Д.И.Н.'v5e|description=Allows for the construction of a Paladin Devotion AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Мастер подземелий'|description=Allows for the construction of a Dungeon Master AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Художник'|description=Allows for the construction of a Painter AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ '10 заповедей'|description=Allows for the construction of a 10 Commandments AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Рободоктор'|description=Allows for the construction of a Hippocratic AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Эффективность станции'|description=Allows for the construction of a Maintain AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Живи и дай жить'|description=Allows for the construction of a Liveandletlive AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Репортёр'|description=Allows for the construction of a Reporter AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Й.Э.С.М.Э.Н'|description=Allows for the construction of a Y.E.S.M.A.N. AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Х.О.Г.А.Н.'|description=Allows for the construction of a H.O.G.A.N. AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Миротворец'|description=Allows for the construction of a Peacekeeper AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Повелитель'|description=Allows for the construction of an Overlord AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Т.И.Р.А.Н.'|description=Allows for the construction of a T.Y.R.A.N.T. AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Антимов'|description=Allows for the construction of a Antimov AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Страж баланса'|description=Allows for the construction of a Balance AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Законы термодинамики'|description=Allows for the construction of a Thermodynamic AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Поврежденный модуль ИИ|description=Allows for the construction of a Damaged AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Свободная форма'|description=Allows for the construction of a Core Freeform AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Один человек'|description=Allows for the construction of a OneHuman AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Очистка'|description=Allows for the construction of a Purge AI Module.}}{{Autowiki/TechwebEntryDesign|name=Обновление передачи мощности для ИИ|description=An upgrade package that lets an AI charge an APC from a distance}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Крюзимов++'|description=Allows for the construction of an Crewsimov++ AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'НТ Стандарт'|description=Allows for the construction of an NT Default AI Core Module.}}}}


{{Autowiki/TechwebEntry|name=Advanced Exosuits|description=For when you just aren't Gundam enough.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Repair Droid Module|description=Automated Repair Droid. BEEP BOOP}}}}
{{Autowiki/TechwebEntry|name=Advanced Anomaly Shells|description=New shells designed to utilize anomaly cores, maximizing their potential in innovative ways.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Anomaly Research}}|designs={{Autowiki/TechwebEntryDesign|name=Инертная сумка хранения|description=A block of metal ready to be transformed into a bag of holding with a bluespace anomaly core.}}{{Autowiki/TechwebEntryDesign|name=Гальваническое боевое киберсердце|description=A cutting-edge cyberheart, originally designed for Nanotrasen killsquad usage but later declassified for normal research. Voltaic technology allows the heart to keep the body upright in dire circumstances, alongside redirecting anomalous flux energy to fully shield the user from shocks and electro-magnetic pulses. Does nothing without a flux anomaly core.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс проектор червоточин|description=A projector that emits high density quantum-coupled bluespace beams. Requires a bluespace anomaly core to function.}}{{Autowiki/TechwebEntryDesign|name=Одноточечный гравитационный манипулятор|description=A multi-mode device that blasts one-point bluespace-gravitational bolts that locally distort gravity. Requires a gravitational anomaly core to function.}}{{Autowiki/TechwebEntryDesign|name=Полиморфный инвертор поля|description=This device can scan and store DNA from other life forms, and use it to transform its wearer. It requires a Bioscrambler Anomaly Core in order to function.}}{{Autowiki/TechwebEntryDesign|name=Шлем перцептоматрикс|description=This helm harnesses hallucinative energies to shield its owner from perceptual anomalies. It requires a Hallucination Anomaly Core in order to function.}}}}


{{Autowiki/TechwebEntry|name=Advanced Modular Suits|description=More advanced modules, to improve modular suits.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Diagnostic Visor Module|description=A heads-up display installed into the visor of the suit. This uses a series of advanced sensors to access data from advanced machinery, exosuits, and other devices, allowing the user to visualize current power levels and integrity of such. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Internal GPS Module|description=This module uses common Nanotrasen technology to calculate the user's position anywhere in space, down to the exact coordinates. This information is fed to a central database viewable from the device itself, though using it to help people is up to you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Reagent Scanner Module|description=A module based off research-oriented Nanotrasen HUDs, this is capable of scanning the contents of containers and projecting the information in an easy-to-read format on the wearer's display. It cannot detect flavors, so that's up to you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Crate Clamp Module|description=A series of actuators installed into both arms of the suit, boasting a lifting capacity of almost a ton. However, this design has been locked by Nanotrasen to be primarily utilized for lifting various crates. A lot of people would say that loading cargo is a dull job, but you could not disagree more. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=Drill Module|description=An integrated drill, typically extending over the user's hand. While useful for drilling through rock, your drill is surely the one that both pierces and creates the heavens. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Ore Bag Module|description=An integrated ore storage system installed into the suit, this utilizes precise electromagnets and storage compartments to automatically collect and deposit ore. It's recommended by Nakamura Engineering to actually deposit that ore at local refineries. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=MODlink Scryer|description=A neck-worn piece of gear that can call with another MODlink-compatible device.}}}}
{{Autowiki/TechwebEntry|name=Advanced Beam Weaponry|description=So advanced, even engineers are baffled by its operational principles.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Electric Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=Комплект деталей для рентгеновского лазера (летальное)|description=Not quite as menacing as it sounds}}{{Autowiki/TechwebEntryDesign|name=Комплект деталей для продвинутого энергетического карабина (летальное/нелетальное)|description=The kit for an energy gun with an experimental miniaturized reactor.}}}}


{{Autowiki/TechwebEntry|name=Advanced Plasma Research|description=Research on how to fully exploit the power of plasma.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Plasma Research}}|designs={{Autowiki/TechwebEntryDesign|name=217-D Heavy Plasma Cutter|description=A device that shoots resonant plasma bursts at extreme velocity. The blasts are capable of crushing rock and demolishing solid obstacles.}}}}
{{Autowiki/TechwebEntry|name=Advanced Circuit Shells|description=Adding brains to more things.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Programming}}|designs={{Autowiki/TechwebEntryDesign|name=Сборка схемы|description=An assembly shell that can be attached to wires and other assemblies.}}{{Autowiki/TechwebEntryDesign|name=Сборка бота|description=An immobile shell that can store more components. Has a USB port to be able to connect to computers and machines.}}{{Autowiki/TechwebEntryDesign|name=Контроллер|description=A handheld shell with several buttons.}}{{Autowiki/TechwebEntryDesign|name=Сборка схемного раздатчика|description=A dispenser shell that can dispense items.}}{{Autowiki/TechwebEntryDesign|name=Сборка схемного шлюза|description=A door shell that cannot be moved around when assembled.}}{{Autowiki/TechwebEntryDesign|name=Схемный пистолет|description=A handheld shell that can fire projectiles to output entities.}}{{Autowiki/TechwebEntryDesign|name=Оболочка клавиатуры|description=A handheld shell that allows the user to input a string}}{{Autowiki/TechwebEntryDesign|name=МОДуль "адаптер схем"|description=A module shell that allows a circuit to be inserted into, and interface with, a MODsuit.}}{{Autowiki/TechwebEntryDesign|name=Сборка денежного бота|description=An immobile shell that is similar to a regular bot shell, but accepts monetary inputs and can also dispense money.}}{{Autowiki/TechwebEntryDesign|name=Сборка шлюза сканера|description=A scanner gate shell that performs mid-depth scans on people when they pass through it.}}{{Autowiki/TechwebEntryDesign|name=Сканер|description=A handheld scanner shell that can scan entities.}}{{Autowiki/TechwebEntryDesign|name=Equipment Action Component|description=Represents an action the user can take when using supported shells.}}}}


{{Autowiki/TechwebEntry|name=Advanced Power Manipulation|description=How to get more zap.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Hyper-Capacity Power Cell|description=A power cell that holds 30 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Turbine Power Console Board|description=The circuit board for a turbine power console.}}{{Autowiki/TechwebEntryDesign|name=SMES Board|description=The circuit board for a SMES.}}{{Autowiki/TechwebEntryDesign|name=Super Capacitor|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Super-Capacity Power Cell|description=A power cell that holds 20 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Turbine Compressor Board|description=The circuit board for a turbine compressor.}}{{Autowiki/TechwebEntryDesign|name=Turbine Rotor Board|description=The circuit board for a turbine rotor.}}{{Autowiki/TechwebEntryDesign|name=Turbine Stator Board|description=The circuit board for a turbine stator.}}{{Autowiki/TechwebEntryDesign|name=Modular Shield Generator Board|description=The circuit board for a modular shield generator.}}{{Autowiki/TechwebEntryDesign|name=Modular Shield Node Board|description=The circuit board for a modular shield node.}}{{Autowiki/TechwebEntryDesign|name=Modular Shield Relay Board|description=The circuit board for a modular shield relay.}}{{Autowiki/TechwebEntryDesign|name=Modular Shield Charger Board|description=The circuit board for a modular shield charger.}}{{Autowiki/TechwebEntryDesign|name=Modular Shield Well Board|description=The circuit board for a modular shield well.}}}}
{{Autowiki/TechwebEntry|name=Advanced Engineering Modular Suit|description=Advanced Engineering suits, for advanced powered engineers.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Engineering Modular Suits}}|designs={{Autowiki/TechwebEntryDesign|name=МОД-обшивка атмосферная|description=External plating for a MODsuit. An atmospheric-resistant suit by Nakamura Engineering, offering extreme heat resistance compared to the engineer suit.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "ионный реактивный ранец"|description=A series of electric thrusters installed across the suit, this is a module highly anticipated by trainee Engineers. Rather than using gasses for combustion thrust, these jets are capable of accelerating ions using charge from the suit's charge. Some say this isn't Nakamura Engineering's first foray into jet-enabled suits. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "радиационная защита"|description=A module utilizing polymers and reflective shielding to protect the user against ionizing radiation; a common danger in space. This comes with software to notify the wearer that they're even in a radioactive area, giving a voice to an otherwise silent killer. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "ЭМИ-заслон"|description=A field inhibitor installed into the suit, protecting it against feedback such as electromagnetic pulses that would otherwise damage the electronic systems of the suit or it's modules. However, it will take from the suit's power to do so. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "расширенное хранилище"|description=Reverse engineered by Nakamura Engineering from Donk Company designs, this system of hidden compartments is entirely within the suit, distributing items and weight evenly to ensure a comfortable experience for the user; whether smuggling, or simply hauling. It uses 3 complexity.}}}}


{{Autowiki/TechwebEntry|name=Advanced Robotics Research|description=Advanced synthetic neural networks and synaptic pathways allows for extraordinary leaps in cybernetic intelligence and interfacing.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Left Arm|description=An advanced cybernetic arm, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Advanced Right Arm|description=An advanced cybernetic arm, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Advanced Left Leg|description=An advanced cybernetic leg, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Advanced Right Leg|description=An advanced cybernetic leg, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Positronic Brain|description=The latest in Artificial Intelligences.}}}}
{{Autowiki/TechwebEntry|name=Advanced Mining Technology|description=High-level mining equipment, pushing the boundaries of efficiency and effectiveness in resource extraction.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Plasma Beam Mining}}|designs={{Autowiki/TechwebEntryDesign|name=Звуковой отбойный молот|description=Essentially a handheld planet-cracker. Rock walls cower in fear when they hear one of these.}}{{Autowiki/TechwebEntryDesign|name=Алмазный шахтёрский бур|description=Yours is the drill that will pierce the heavens!}}{{Autowiki/TechwebEntryDesign|name=Алмазный бур экзокостюма|description=An upgraded version of the standard drill.}}}}


{{Autowiki/TechwebEntry|name=Advanced Sanitation Technology|description=Clean things better, faster, stronger, and harder!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Mop|description=An upgraded mop with a large internal capacity for holding water or other cleaning chemicals.}}{{Autowiki/TechwebEntryDesign|name=Bear Trap|description=A trap used to catch space bears and other legged creatures.}}{{Autowiki/TechwebEntryDesign|name=Trashbag of Holding|description=An advanced trash bag with bluespace properties; capable of holding a plethora of garbage.}}{{Autowiki/TechwebEntryDesign|name=Floor Buffer Upgrade|description=A floor buffer that can be attached to vehicular janicarts.}}{{Autowiki/TechwebEntryDesign|name=Vacuum Upgrade|description=A vacuum that can be attached to vehicular janicarts.}}{{Autowiki/TechwebEntryDesign|name=Custodial Holobarrier Projector|description=A holograpic projector used to project hard light wet floor barriers.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Light Replacer|description=A device to automatically replace lights at a distance. Refill with working light bulbs.}}{{Autowiki/TechwebEntryDesign|name=Paint Remover|description=Removes stains from the floor, and not much else.}}{{Autowiki/TechwebEntryDesign|name=Spray Bottle|description=A spray bottle, with an unscrewable top.}}}}
{{Autowiki/TechwebEntry|name=Advanced Sanitation Technology|description=Nanotrasen's latest in janitorial tech, making sure the station stays spotless and bear-free.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Office Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Продвинутая швабра|description=An upgraded mop with a large internal capacity for holding water or other cleaning chemicals.}}{{Autowiki/TechwebEntryDesign|name=Лампозаменитель|description=A device to automatically replace lights. Refill with working light bulbs.}}{{Autowiki/TechwebEntryDesign|name=Спрей|description=A spray bottle, with an unscrewable top.}}{{Autowiki/TechwebEntryDesign|name=Очиститель краски|description=Removes stains from the floor, and not much else.}}{{Autowiki/TechwebEntryDesign|name=Капкан|description=A trap used to catch space bears and other legged creatures.}}{{Autowiki/TechwebEntryDesign|name=Поломойка для тележки уборщика|description=A floor buffer that can be attached to vehicular janicarts.}}{{Autowiki/TechwebEntryDesign|name=Пылесос для тележки уборщика|description=A vacuum that can be attached to vehicular janicarts.}}}}


{{Autowiki/TechwebEntry|name=Advanced Surgery|description=When simple medicine doesn't cut it.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Improved Wound-Tending Surgery}}|designs={{Autowiki/TechwebEntryDesign|name=Tend Wounds (Brute) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Burn) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Physical)|description=A surgical procedure that repairs both bruises and burns. Repair efficiency is not as high as the individual surgeries but it is faster.}}{{Autowiki/TechwebEntryDesign|name=Lobotomy|description=An invasive surgical procedure which guarantees removal of almost all brain traumas, but might cause another permanent trauma in return.}}{{Autowiki/TechwebEntryDesign|name=Wing Reconstruction|description=An experimental surgical procedure that reconstructs the damaged wings of moth people. Requires Synthflesh.}}}}
{{Autowiki/TechwebEntry|name=Advanced Surgery Tools|description=Surgical instruments of dual purpose for quick operations.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Experimental Surgery}}|designs={{Autowiki/TechwebEntryDesign|name=Лазерный скальпель|description=A laser scalpel used for precise cutting.}}{{Autowiki/TechwebEntryDesign|name=Прижигательный инструмент|description=Used to mend tissue together. Or drill tissue away.}}{{Autowiki/TechwebEntryDesign|name=Механические щипцы|description=These pinches can be either used as retractor or hemostat.}}}}


{{Autowiki/TechwebEntry|name=Arcade Games|description=For the slackers on the station.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Computer Consoles}}|designs={{Autowiki/TechwebEntryDesign|name=Battle Arcade Machine Board|description=Allows for the construction of circuit boards used to build a new arcade machine.}}{{Autowiki/TechwebEntryDesign|name=Orion Trail Arcade Machine Board|description=Allows for the construction of circuit boards used to build a new Orion Trail machine.}}{{Autowiki/TechwebEntryDesign|name=Slot Machine Board|description=Allows for the construction of circuit boards used to build a new slot machine.}}}}
{{Autowiki/TechwebEntry|name=Alien Technology|description=Things used by the greys.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}|designs={{Autowiki/TechwebEntryDesign|name=Инопланетный сплав|description=A sheet of reverse-engineered alien alloy.}}}}


{{Autowiki/TechwebEntry|name=Artificial Intelligence|description=AI unit research.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=AI Core Board|description=Allows for the construction of circuit boards used to build new AI cores.}}{{Autowiki/TechwebEntryDesign|name=B.O.R.I.S. AI-Cyborg Remote Control|description=Bluespace Optimized Remote Intelligence Synchronization. An uplink device which takes the place of an MMI in cyborg endoskeletons, creating a robotic shell controlled by an AI.}}{{Autowiki/TechwebEntryDesign|name=Intellicard AI Transportation System|description=Allows for the construction of an intellicard.}}{{Autowiki/TechwebEntryDesign|name=AI Control Beacon|description=A device used to transmit exosuit data. Also allows active AI units to take control of said exosuit.}}{{Autowiki/TechwebEntryDesign|name=AI Integrity Restorer Board|description=Allows for the construction of circuit boards used to build an AI Integrity Restorer.}}{{Autowiki/TechwebEntryDesign|name=AI Upload Board|description=Allows for the construction of circuit boards used to build an AI Upload Console.}}{{Autowiki/TechwebEntryDesign|name=Reset Module|description=Allows for the construction of a Reset AI Module.}}{{Autowiki/TechwebEntryDesign|name=Asimov Module|description=Allows for the construction of an Asimov AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Default Module|description=Allows for the construction of a Default AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Nutimov Module|description=Allows for the construction of a Nutimov AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=P.A.L.A.D.I.N. Module|description=Allows for the construction of a P.A.L.A.D.I.N. AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Robocop Module|description=Allows for the construction of a Robocop AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Corporate Module|description=Allows for the construction of a Corporate AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Drone Module|description=Allows for the construction of a Drone AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=OxygenIsToxicToHumans Module|description=Allows for the construction of a OxygenIsToxicToHumans AI Module.}}{{Autowiki/TechwebEntryDesign|name=Safeguard Module|description=Allows for the construction of a Safeguard AI Module.}}{{Autowiki/TechwebEntryDesign|name=ProtectStation Module|description=Allows for the construction of a ProtectStation AI Module.}}{{Autowiki/TechwebEntryDesign|name=Quarantine Module|description=Allows for the construction of a Quarantine AI Module.}}{{Autowiki/TechwebEntryDesign|name=Freeform Module|description=Allows for the construction of a Freeform AI Module.}}{{Autowiki/TechwebEntryDesign|name=Law Removal Module|description=Allows for the construction of a Law Removal AI Core Module.}}}}
{{Autowiki/TechwebEntry|name=Anomaly Research|description=Delving into the study of mysterious anomalies to investigate methods to refine and harness their unpredictable energies.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Обработчик ядер аномалий (плата)|description=The circuit board for an anomaly refinery}}{{Autowiki/TechwebEntryDesign|name=Нейтрализатор аномалий|description=An advanced tool capable of instantly neutralizing anomalies, designed to capture the fleeting aberrations created by the engine.}}{{Autowiki/TechwebEntryDesign|name=Оболочка реактивной брони|description=An experimental suit of armour capable of utilizing an implanted anomaly core to protect the user.}}}}


{{Autowiki/TechwebEntry|name=Basic Bluespace Theory|description=Basic studies into the mysterious alternate dimension known as bluespace.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Tracking Beacon|description=A bluespace tracking beacon.}}{{Autowiki/TechwebEntryDesign|name=Artificial Bluespace Crystal|description=A small blue crystal with mystical properties.}}{{Autowiki/TechwebEntryDesign|name=GPS Device|description=Little thingie that can track its position at all times.}}{{Autowiki/TechwebEntryDesign|name=Xenobiology Console Board|description=Allows for the construction of circuit boards used to build xenobiology camera computers.}}}}
{{Autowiki/TechwebEntry|name=Applied Bluespace Research|description=With a heightened grasp of bluespace dynamics, sophisticated applications and technologies can be devised using data from bluespace crystal analyses.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Силос для руды (плата)|description=The circuit board for an ore silo.}}{{Autowiki/TechwebEntryDesign|name=Шахтёрский ранец хранения|description=A mining satchel that can hold an infinite amount of ores.}}{{Autowiki/TechwebEntryDesign|name=Приёмник химикатов (плата)|description=The circuit board for a Chemical Recipient.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс мензурка|description=A bluespace beaker, powered by experimental bluespace technology and Element Cuban combined with the Compound Pete. Can hold up to 300 units.}}{{Autowiki/TechwebEntryDesign|name=Продвинутая лейка|description=Everything a botanist would want in a watering can. This marvel of technology generates its own water!}}{{Autowiki/TechwebEntryDesign|name=Блюспейс кофейник|description=The most advanced coffeepot the eggheads could cook up: sleek design; graduated lines; connection to a pocket dimension for coffee containment; yep, it's got it all. Contains 8 standard cups.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс шприц|description=An advanced syringe that can hold 60 units of chemicals}}{{Autowiki/TechwebEntryDesign|name=Мусорный мешок хранения|description=An advanced trash bag with bluespace properties; capable of holding a plethora of garbage.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс лампозаменитель|description=A device to automatically replace lights at a distance. Refill with working light bulbs.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс мешок для трупов|description=A bluespace body bag, powered by experimental bluespace technology. It can hold loads of bodies and the largest of creatures.}}{{Autowiki/TechwebEntryDesign|name=Компактный радионавигационный гигамаячок|description=A compact radio navigation gigabeacon, a device used to provide shuttle navigation waypoints in unexplored areas. Must be deployed before use.}}}}


{{Autowiki/TechwebEntry|name=Basic Plasma Research|description=Research into the mysterious and dangerous substance, plasma.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Plasma Generator|description=An exosuit module that generates power using solid plasma as fuel.}}}}
{{Autowiki/TechwebEntry|name=Artificial Intelligence|description=Exploration of AI systems, more intelligent than the entire crew put together.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Robotics}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль загрузки ИИ (плата)|description=Allows for the construction of circuit boards used to build an AI Upload Console.}}{{Autowiki/TechwebEntryDesign|name=Восстановитель целостности системы ИИ (плата)|description=Allows for the construction of circuit boards used to build an AI Integrity Restorer.}}{{Autowiki/TechwebEntryDesign|name=Интелкарта|description=Allows for the construction of an intellicard.}}{{Autowiki/TechwebEntryDesign|name=Маячок для управления ИИ экзокостюма|description=A device used to transmit exosuit data. Also allows active AI units to take control of said exosuit.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления ИИ-киборг Б.О.Р.И.С.|description=Bluespace Optimized Remote Intelligence Synchronization. An uplink device which takes the place of an MMI in cyborg endoskeletons, creating a robotic shell controlled by an AI.}}{{Autowiki/TechwebEntryDesign|name=Плата ядра ИИ|description=Allows for the construction of circuit boards used to build new AI cores.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Сброс'|description=Allows for the construction of a Reset AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Азимов'|description=Allows for the construction of an Asimov AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль стандартных основных законов ИИ|description=Allows for the construction of a Default AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'НТ Орехов'|description=Allows for the construction of a Nutimov AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e|description=Allows for the construction of a P.A.L.A.D.I.N. AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Робокоп'|description=Allows for the construction of a Robocop AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Корпорат'|description=Allows for the construction of a Corporate AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль основных законов ИИ 'Матерь-дронь'|description=Allows for the construction of a Drone AI Core Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Кислород токсичен для людей'|description=Allows for the construction of a OxygenIsToxicToHumans AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Охрана'|description=Allows for the construction of a Safeguard AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Защита станции'|description=Allows for the construction of a ProtectStation AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Карантин'|description=Allows for the construction of a Quarantine AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Свободная форма'|description=Allows for the construction of a Freeform AI Module.}}{{Autowiki/TechwebEntryDesign|name=Модуль ИИ 'Убрать закон'|description=Allows for the construction of a Law Removal AI Core Module.}}}}


{{Autowiki/TechwebEntry|name=Basic Robotics Research|description=Programmable machines that make our lives lazier.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Personal Artificial Intelligence Card|description=Allows for the construction of a pAI Card.}}{{Autowiki/TechwebEntryDesign|name=Exosuit External Camera Kit|description=A durable CCTV camera designed for exosuit operations.}}{{Autowiki/TechwebEntryDesign|name=Machine Design (Bot Navigational Beacon)|description=The circuit board for a beacon that aids bot navigation.}}}}
{{Autowiki/TechwebEntry|name=Assault Exosuits|description=Heavy battle exosuits boasting robust armor but sacrificing speed for enhanced durability.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Combat Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=Бронепластины экзокостюма "Дюранд"|description=A set of armor plates for the Durand. Built heavy to resist an incredible amount of brute force.}}{{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Дюранд"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Дюранд"|description=A torso part of Durand. Contains power unit, processing core and life support systems within a robust protective frame.}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Дюранд"|description=A Durand head. Houses advanced surveillance and targeting sensors.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Дюранд"|description=A Durand left arm. Data and power sockets are compatible with most exosuit tools and weapons. Packs a really mean punch as well.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Дюранд"|description=A Durand right arm. Data and power sockets are compatible with most exosuit tools and weapons. Packs a really mean punch as well.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Дюранд"|description=A Durand left leg. Built particularly sturdy to support the Durand's heavy weight and defensive needs.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Дюранд"|description=A Durand right leg. Built particularly sturdy to support the Durand's heavy weight and defensive needs.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Дюранд"|description=Allows for the construction of a "Durand" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Дюранд"|description=Allows for the construction of a "Durand" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления оружием и наводкой экзокостюма "Дюранд"|description=Allows for the construction of a "Durand" Weapons & Targeting Control module.}}}}


{{Autowiki/TechwebEntry|name=Basic Security Equipment|description=Standard equipment used by security.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Energy Bola|description=A specialized hard-light bola designed to ensnare fleeing criminals and aid in arrests.}}{{Autowiki/TechwebEntryDesign|name=Evidence Bag|description=An empty evidence bag.}}{{Autowiki/TechwebEntryDesign|name=Pepper Spray|description=Manufactured by UhangInc, used to blind and down an opponent quickly. Printed pepper sprays do not contain reagents.}}{{Autowiki/TechwebEntryDesign|name=Seclite|description=A robust flashlight used by security.}}{{Autowiki/TechwebEntryDesign|name=Zipties|description=Plastic, disposable zipties that can be used to restrain temporarily but are destroyed after use.}}{{Autowiki/TechwebEntryDesign|name=N-Spect Scanner|description=Central Command-issued inspection device. Performs inspections according to Nanotrasen protocols when activated, then prints an encrypted report regarding the maintenance of the station. Definitely not giving you cancer.}}}}
{{Autowiki/TechwebEntry|name=Augmentation|description=For those who prefer shiny metal over squishy flesh.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Robotics}}|designs={{Autowiki/TechwebEntryDesign|name=Кибернетический торс|description=A heavily reinforced case containing cyborg logic boards, with space for a standard power cell.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическая голова|description=A standard reinforced braincase, with spine-plugged neural socket and sensor gimbals.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическая левая рука|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическая левая нога|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическая правая рука|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическая правая нога|description=A skeletal limb wrapped in pseudomuscles, with a low-conductivity case.}}{{Autowiki/TechwebEntryDesign|name=Эндоскелет киборга|description=A complex metal backbone with standard limb sockets and pseudomuscle anchors.}}{{Autowiki/TechwebEntryDesign|name=Базовые кибернетические глаза|description=A basic pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Базовые кибернетические молиные глаза|description=A basic pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Базовые кибернетические уши|description=A Basic pair of cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Базовые кибернетические лёгкие|description=A basic pair of cybernetic lungs.}}{{Autowiki/TechwebEntryDesign|name=Базовый кибернетический желудок|description=A basic cybernetic stomach.}}{{Autowiki/TechwebEntryDesign|name=Базовая кибернетическая печень|description=A basic cybernetic liver.}}{{Autowiki/TechwebEntryDesign|name=Базовое кибернетическое сердце|description=A basic cybernetic heart.}}}}


{{Autowiki/TechwebEntry|name=Beam Weaponry|description=Various basic beam weapons|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Weapon Development Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Temperature Gun Part Kit (Less Lethal/Very Lethal (Lizardpeople))|description=A gun that shoots temperature bullet energythings to change temperature.}}{{Autowiki/TechwebEntryDesign|name=X-ray Laser Gun Part Kit (Lethal)|description=Not quite as menacing as it sounds}}}}
{{Autowiki/TechwebEntry|name=Biological Scan|description=Advanced technology for analyzing patient health and reagent compositions, ensuring precise diagnostics and treatment in the medical bay.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Medbay Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Анализатор здоровья|description=A hand-held body scanner capable of distinguishing vital signs of the subject. Has a side button to scan for chemicals, and can be toggled to scan wounds.}}{{Autowiki/TechwebEntryDesign|name=Сканер для аутопсии|description=Used in surgery to extract information from a cadaver. Can also scan the health of cadavers like an advanced health analyzer!}}{{Autowiki/TechwebEntryDesign|name=Сканер генетической последовательности|description=A handy hand-held analyzers for quickly determining mutations and collecting the full sequence.}}{{Autowiki/TechwebEntryDesign|name=Медицинский киоск (плата)|description=The circuit board for a Medical Kiosk.}}{{Autowiki/TechwebEntryDesign|name=ХимМастер 3000|description=The circuit board for a Chem Master 3000.}}{{Autowiki/TechwebEntryDesign|name=Химический анализатор|description=An electrode attached to a small circuit box that will display details of a solution. Can be toggled to provide a description of each of the reagents. The screen currently displays nothing.}}{{Autowiki/TechwebEntryDesign|name=Научные очки|description=Goggles fitted with a portable analyzer capable of determining the research worth of an item or components of a machine.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "сканер реагентов"|description=A module based off research-oriented Nanotrasen HUDs, this is capable of scanning the contents of containers and projecting the information in an easy-to-read format on the wearer's display. It cannot detect flavors, so that's up to you. It uses 1 complexity.}}}}


{{Autowiki/TechwebEntry|name=Biological Processing|description=From slimes to kitchens.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Deep Fryer Board|description=The circuit board for a Deep Fryer.}}{{Autowiki/TechwebEntryDesign|name=Dish Drive Board|description=The circuit board for a dish drive.}}{{Autowiki/TechwebEntryDesign|name=Lipid Extractor Board|description=The circuit board for a lipid extractor.}}{{Autowiki/TechwebEntryDesign|name=Gibber Board|description=The circuit board for a gibber.}}{{Autowiki/TechwebEntryDesign|name=Griddle Board|description=The circuit board for a Griddle.}}{{Autowiki/TechwebEntryDesign|name=Microwave Board|description=The circuit board for a microwave.}}{{Autowiki/TechwebEntryDesign|name=Wireless Microwave Board|description=The circuit board for a cell-powered microwave.}}{{Autowiki/TechwebEntryDesign|name=Monkey Recycler Board|description=The circuit board for a monkey recycler.}}{{Autowiki/TechwebEntryDesign|name=Oven Board|description=The circuit board for a Oven.}}{{Autowiki/TechwebEntryDesign|name=Food/Slime Processor Board|description=The circuit board for a processing unit. Screwdriver the circuit to switch between food (default) or slime processing.}}{{Autowiki/TechwebEntryDesign|name=Range Board|description=The circuit board for a Range, which is both an Oven and a Stove.}}{{Autowiki/TechwebEntryDesign|name=All-In-One Grinder Board|description=The circuit board for an All-In-One Grinder.}}{{Autowiki/TechwebEntryDesign|name=Smartfridge Board|description=The circuit board for a smartfridge.}}{{Autowiki/TechwebEntryDesign|name=Stove Board|description=The circuit board for a Stove.}}}}
{{Autowiki/TechwebEntry|name=Bluespace Theory|description=Basic studies into the mysterious alternate dimension known as bluespace.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Fundamental Science}}|designs={{Autowiki/TechwebEntryDesign|name=Искусственный блюспейс кристал|description=A small blue crystal with mystical properties.}}}}


{{Autowiki/TechwebEntry|name=Bitrunning Technology|description=Bluespace technology has led to the development of quantum-scale computing, which unlocks the means to materialize atomic structures while executing advanced programs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Byteforge Board|description=Allows for the construction of circuit boards used to build a Byteforge.}}{{Autowiki/TechwebEntryDesign|name=Quantum Console Board|description=Allows for the construction of circuit boards used to build a Quantum Console.}}{{Autowiki/TechwebEntryDesign|name=Netpod Board|description=The circuit board for a netpod.}}}}
{{Autowiki/TechwebEntry|name=Bluespace Travel|description=Facilitate teleportation methods based on bluespace principles to revolutionize logistical efficiency.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль управления телепортом (плата)|description=Allows for the construction of circuit boards used to build a teleporter control console.}}{{Autowiki/TechwebEntryDesign|name=Станция телепорта (плата)|description=The circuit board for a teleportation station.}}{{Autowiki/TechwebEntryDesign|name=Узел телепорта (плата)|description=The circuit board for a teleportation hub.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс консоль для платформ запуска (плата)|description=The circuit board for a bluespace launchpad Console.}}{{Autowiki/TechwebEntryDesign|name=Квантовая платформа (плата)|description=The circuit board for a quantum telepad.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс платформа запуска (плата)|description=The circuit board for a bluespace Launchpad.}}{{Autowiki/TechwebEntryDesign|name=Диск улучшения экспресс доставки снабжения|description=Allows the Cargo Express Console to call down the Bluespace Drop Pod, greatly increasing user safety.}}{{Autowiki/TechwebEntryDesign|name=Квантовая ключ-карта|description=Allows for the construction of a quantum keycard.}}{{Autowiki/TechwebEntryDesign|name=Квантовый спиновый инвертер|description=An experimental device that is able to swap the locations of two entities by switching their particles' spin values. Must be linked to another device to function.}}}}


{{Autowiki/TechwebEntry|name=Bluespace Travel|description=Application of Bluespace for static teleportation technology.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Express Supply Drop Pod Upgrade Disk|description=Allows the Cargo Express Console to call down the Bluespace Drop Pod, greatly increasing user safety.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Launchpad Board|description=The circuit board for a bluespace Launchpad.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Launchpad Console Board|description=The circuit board for a bluespace launchpad Console.}}{{Autowiki/TechwebEntryDesign|name=Quantum Pad Board|description=The circuit board for a quantum telepad.}}{{Autowiki/TechwebEntryDesign|name=Teleportation Hub Board|description=The circuit board for a teleportation hub.}}{{Autowiki/TechwebEntryDesign|name=Teleportation Station Board|description=The circuit board for a teleportation station.}}{{Autowiki/TechwebEntryDesign|name=Teleporter Console Board|description=Allows for the construction of circuit boards used to build a teleporter control console.}}}}
{{Autowiki/TechwebEntry|name=Chemical Synthesis|description=Synthesizing complex chemicals from electricity and thin air... Don't ask how...|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Medbay Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Медицинский спрей|description=A traditional spray bottle used to generate a fine mist. Not to be confused with a medspray.}}{{Autowiki/TechwebEntryDesign|name=Медицинский гель|description=A medical gel applicator bottle, designed for precision application, with an unscrewable cap.}}{{Autowiki/TechwebEntryDesign|name=Заправочное устройство для медипенов|description=The circuit board for a Medipen Refiller.}}{{Autowiki/TechwebEntryDesign|name=Раздатчик соды (плата)|description=The circuit board for a portable soda dispenser.}}{{Autowiki/TechwebEntryDesign|name=Раздатчик алкоголя (плата)|description=The circuit board for a portable booze dispenser.}}{{Autowiki/TechwebEntryDesign|name=Химический раздатчик (плата)|description=The circuit board for a portable chem dispenser.}}{{Autowiki/TechwebEntryDesign|name=Портативный химический миксер|description=A portable device that dispenses and mixes chemicals. Reagents have to be supplied with beakers.}}{{Autowiki/TechwebEntryDesign|name=Химнагреватель (плата)|description=The circuit board for a chemical heater.}}{{Autowiki/TechwebEntryDesign|name=Рециркулятор воды|description=A small hydrostatic reclaimer, it takes moisture out of the air and returns it back to the source.}}{{Autowiki/TechwebEntryDesign|name=Метаматериальная мензурка|description=A large beaker. Can hold up to 180 units.}}{{Autowiki/TechwebEntryDesign|name=Конструктор водопровода|description=An expertly modified RCD outfitted to construct plumbing machinery.}}{{Autowiki/TechwebEntryDesign|name=Конструктор водопровода обслуживания|description=A type of plumbing constructor designed to rapidly deploy the machines needed to make a brewery.}}{{Autowiki/TechwebEntryDesign|name=Вантуз|description=It's a plunger for plunging.}}{{Autowiki/TechwebEntryDesign|name=Труба для жидкости|description=A stack of fluid ducts.}}}}


{{Autowiki/TechwebEntry|name=Brain-Computer Interfaces|description=Grants access to biocompatable shell designs and components.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Shell Research}}|designs={{Autowiki/TechwebEntryDesign|name=Brain-Computer Interface Manipulation Chamber|description=A machine that, when given a brain-computer interface, will implant it into an occupant. Otherwise, will remove any brain-computer interfaces they already have.}}{{Autowiki/TechwebEntryDesign|name=Brain-Computer Interface Shell|description=An implant that can be placed in a user's head to control circuits using their brain.}}{{Autowiki/TechwebEntryDesign|name=Bar Overlay Component|description=Requires a BCI shell. A component that shows a bar overlay ontop of an object from a range of 0 to 100.}}{{Autowiki/TechwebEntryDesign|name=Counter Overlay Component|description=A component that shows an three digit counter. Requires a BCI shell.}}{{Autowiki/TechwebEntryDesign|name=Install Detector Component|description=A component that detects when a BCI is installed or removed from its user.}}{{Autowiki/TechwebEntryDesign|name=Object Overlay Component|description=Requires a BCI shell. A component that shows an overlay on top of an object.}}{{Autowiki/TechwebEntryDesign|name=Reagent Injector Component|description=A component that can inject reagents from a BCI's reagent storage.}}{{Autowiki/TechwebEntryDesign|name=BCI Target Interceptor|description=Requires a BCI shell. When activated, this component will allow user to target an object using their brain and will output the reference to said object.}}{{Autowiki/TechwebEntryDesign|name=Thought Listener Component|description=A component that allows the user to input a string using their mind. Requires a BCI shell.}}{{Autowiki/TechwebEntryDesign|name=VOX Announcement Component|description=A component that plays a local VOX Announcement for the user. Requires a BCI shell.}}}}
{{Autowiki/TechwebEntry|name=Civilian Consoles|description=User-friendly consoles for non-technical crew members, enhancing communication and access to essential station information.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Office Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Коммуникационная консоль (плата)|description=Allows for the construction of circuit boards used to build a communications console.}}{{Autowiki/TechwebEntryDesign|name=Система автоматических объявлений|description=The circuit board for an automated announcement system.}}{{Autowiki/TechwebEntryDesign|name=Консоль снабжения (плата)|description=Allows for the construction of circuit boards used to build a Supply Console.}}{{Autowiki/TechwebEntryDesign|name=Консоль снабжения для запросов (плата)|description=Allows for the construction of circuit boards used to build a Supply Request Console.}}{{Autowiki/TechwebEntryDesign|name=Консоль медицинских записей (плата)|description=Allows for the construction of circuit boards used to build a medical records console.}}{{Autowiki/TechwebEntryDesign|name=Консоль мониторинга экипажа (плата)|description=Allows for the construction of circuit boards used to build a Crew monitoring computer.}}{{Autowiki/TechwebEntryDesign|name=Банкомат (плата)|description=Allows for the construction of circuit boards used to build a Bank Machine.}}{{Autowiki/TechwebEntryDesign|name=Консоль поиска аккаунта (плата)|description=Allows for the construction of circuit boards used to assess the wealth of crewmates on station.}}{{Autowiki/TechwebEntryDesign|name=ID-карта|description=A card used to provide ID and determine access across the station. Has an integrated digital display and advanced microchips.}}{{Autowiki/TechwebEntryDesign|name=Картридер|description=A small magnetic card reader, used for devices that take and transmit holocredits.}}{{Autowiki/TechwebEntryDesign|name=Консоль посетителей библиотеки (плата)|description=Allows for the construction of circuit boards used to build a new library console.}}{{Autowiki/TechwebEntryDesign|name=Интерфейс управления сканером (плата)|description=The circuit board for a book scanner}}{{Autowiki/TechwebEntryDesign|name=Переплетчик книг (плата)|description=The circuit board for a book binder}}{{Autowiki/TechwebEntryDesign|name=Сканер штрихкодов|description=A fabulous tool if you need to scan a barcode.}}{{Autowiki/TechwebEntryDesign|name=Настраиваемый торговый автомат|description=The circuit board for a Vendor.}}{{Autowiki/TechwebEntryDesign|name=Наполнитель настраиваемого торгового автомата|description=A vending machine restock cart.}}{{Autowiki/TechwebEntryDesign|name=Терминал управления платформой гражданских заказов (плата)|description=Allows for the construction of circuit boards used to build a new civilian bounty pad console.}}{{Autowiki/TechwebEntryDesign|name=Платформа гражданских заказов (плата)|description=The circuit board for a Civilian Bounty Pad.}}}}


{{Autowiki/TechwebEntry|name=Clown Technology|description=Honk?!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Air Horn|description=Damn son, where'd you find this?}}{{Autowiki/TechwebEntryDesign|name=Clown Module|description=Allows you to to turn a cyborg into a clown, honk.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("H.O.N.K")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("H.O.N.K")|description=A H.O.N.K head. Appears to lack a face plate.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("H.O.N.K")|description=A H.O.N.K left arm. With unique sockets that accept odd weaponry designed by clown scientists.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg ("H.O.N.K")|description=A H.O.N.K left leg. The foot appears just large enough to fully accommodate a clown shoe.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("H.O.N.K")|description=A H.O.N.K right arm. With unique sockets that accept odd weaponry designed by clown scientists.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg ("H.O.N.K")|description=A H.O.N.K right leg. The foot appears just large enough to fully accommodate a clown shoe.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("H.O.N.K")|description=A torso part of H.O.N.K. Contains chuckle unit, bananium core and honk support systems.}}{{Autowiki/TechwebEntryDesign|name="H.O.N.K." Central Control module|description=Allows for the construction of a "H.O.N.K." Central Control module.}}{{Autowiki/TechwebEntryDesign|name="H.O.N.K." Peripherals Control module|description=Allows for the construction of a "H.O.N.K." Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name="H.O.N.K." Weapons & Targeting Control module|description=Allows for the construction of a "H.O.N.K." Weapons & Targeting Control module.}}{{Autowiki/TechwebEntryDesign|name=Sad Trombone Implant Case|description=Makes death amusing.}}{{Autowiki/TechwebEntryDesign|name=Banana Mortar|description=Equipment for clown exosuits. Launches banana peels.}}{{Autowiki/TechwebEntryDesign|name=HoNkER BlAsT 5000|description=Equipment for clown exosuits. Spreads fun and joy to everyone around. Honk!}}{{Autowiki/TechwebEntryDesign|name=Mousetrap Mortar|description=Equipment for clown exosuits. Launches armed mousetraps.}}{{Autowiki/TechwebEntryDesign|name=Oingo Boingo Punch-face|description=Equipment for clown exosuits. Delivers fun right to your face!}}{{Autowiki/TechwebEntryDesign|name=Hilarious Firing Pin|description=Advanced clowntech that can convert any firearm into a far more useful object.}}}}
{{Autowiki/TechwebEntry|name=Combat Implants|description=To make sure that you can wake the f*** up, samurai.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cybernetic Implants}}|designs={{Autowiki/TechwebEntryDesign|name=Оживляющий имплант|description=This implant will attempt to revive you if you lose consciousness. For the faint of heart!}}{{Autowiki/TechwebEntryDesign|name=Имплант антидроп|description=This cybernetic brain implant will allow you to force your hand muscles to contract, preventing item dropping. Twitch ear to toggle.}}{{Autowiki/TechwebEntryDesign|name=Имплант перезапуска ЦНС|description=This implant will automatically give you back control over your central nervous system, reducing downtime when stunned.}}}}


{{Autowiki/TechwebEntry|name=Computer Consoles|description=Computers and how they work.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Data Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Bank Machine Board|description=Allows for the construction of circuit boards used to build a Bank Machine.}}{{Autowiki/TechwebEntryDesign|name=Barcode Scanner|description=A fabulous tool if you need to scan a barcode.}}{{Autowiki/TechwebEntryDesign|name=Supply Console Board|description=Allows for the construction of circuit boards used to build a Supply Console.}}{{Autowiki/TechwebEntryDesign|name=Supply Request Console Board|description=Allows for the construction of circuit boards used to build a Supply Request Console.}}{{Autowiki/TechwebEntryDesign|name=Communications Board|description=Allows for the construction of circuit boards used to build a communications console.}}{{Autowiki/TechwebEntryDesign|name=Crew Monitoring Computer Board|description=Allows for the construction of circuit boards used to build a Crew monitoring computer.}}{{Autowiki/TechwebEntryDesign|name=Identification Card|description=A card used to provide ID and determine access across the station. Has an integrated digital display and advanced microchips.}}{{Autowiki/TechwebEntryDesign|name=Library Console Board|description=Allows for the construction of circuit boards used to build a new library console.}}{{Autowiki/TechwebEntryDesign|name=Outpost Status Display Board|description=Allows for the construction of circuit boards used to build an outpost status display console.}}{{Autowiki/TechwebEntryDesign|name=Photobooth Board|description=The circuit board for a photobooth.}}{{Autowiki/TechwebEntryDesign|name=Research Monitor Board|description=Allows for the construction of circuit boards used to build research camera computers.}}{{Autowiki/TechwebEntryDesign|name=Security Camera Board|description=Allows for the construction of circuit boards used to build security camera computers.}}{{Autowiki/TechwebEntryDesign|name=Security Photobooth Board|description=The circuit board for a security photobooth.}}}}
{{Autowiki/TechwebEntry|name=Cybernetic Organs|description=We have the technology to rebuild him.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cybernetics}}|designs={{Autowiki/TechwebEntryDesign|name=Кибернетические глаза|description=A pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Кибернетические молиные глаза|description=A pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Кибернетические уши|description=A pair of cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Кибернетические лёгкие|description=A pair of cybernetic lungs.}}{{Autowiki/TechwebEntryDesign|name=Кибернетический желудок|description=A cybernetic stomach.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическая печень|description=A cybernetic liver.}}{{Autowiki/TechwebEntryDesign|name=Кибернетическое сердце|description=A cybernetic heart.}}}}


{{Autowiki/TechwebEntry|name=Computer Data Disks|description=Data disks used for storing modular computer stuff.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Computer Consoles}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Data Disk|description=Removable disk used to store data.}}{{Autowiki/TechwebEntryDesign|name=Data Disk|description=Removable disk used to store data.}}{{Autowiki/TechwebEntryDesign|name=Super Data Disk|description=Removable disk used to store large amounts of data.}}}}
{{Autowiki/TechwebEntry|name=Cybernetics|description=Sapient robots with preloaded tool modules and programmable laws.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Augmentation}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль управления робототехникой (плата)|description=Allows for the construction of circuit boards used to build a Robotics Control console.}}{{Autowiki/TechwebEntryDesign|name=Консоль загрузки киборгов (плата)|description=Allows for the construction of circuit boards used to build a Cyborg Upload Console.}}{{Autowiki/TechwebEntryDesign|name=Зарядная станция (плата)|description=The circuit board for a Cyborg Recharger.}}{{Autowiki/TechwebEntryDesign|name=Позитронный мозг|description=The latest in Artificial Intelligences.}}{{Autowiki/TechwebEntryDesign|name=Интерфейс человек-машина|description=The Warrior's bland acronym, MMI, obscures the true horror of this monstrosity.}}{{Autowiki/TechwebEntryDesign|name=Интерфейс человек-машина|description=The Warrior's bland acronym, MMI, obscures the true horror of this monstrosity.}}{{Autowiki/TechwebEntryDesign|name=Продвинутая кибернетическая левая рука|description=An advanced cybernetic arm, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Продвинутая кибернетическая правая рука|description=An advanced cybernetic arm, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Продвинутая кибернетическая левая ногас|description=An advanced cybernetic leg, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Продвинутая кибернетическая правая нога|description=An advanced cybernetic leg, capable of greater feats of strength and durability.}}{{Autowiki/TechwebEntryDesign|name=Модуль переименования киборга|description=Used to rename a cyborg.}}{{Autowiki/TechwebEntryDesign|name=Модуль экстренной перезагрузки киборга|description=A reusable firmware reset tool that can force a reboot of a disabled-but-repaired cyborg, bringing it back online.}}}}


{{Autowiki/TechwebEntry|name=Computerized Recordkeeping|description=Organized record databases and how they're used.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Computer Consoles}}|designs={{Autowiki/TechwebEntryDesign|name=Account Lookup Console Board|description=Allows for the construction of circuit boards used to assess the wealth of crewmates on station.}}{{Autowiki/TechwebEntryDesign|name=Automated Announcement System Board|description=The circuit board for an automated announcement system.}}{{Autowiki/TechwebEntryDesign|name=Medical Records Board|description=Allows for the construction of circuit boards used to build a medical records console.}}{{Autowiki/TechwebEntryDesign|name=Prisoner Management Console Board|description=Allows for the construction of circuit boards used to build a prisoner management console.}}{{Autowiki/TechwebEntryDesign|name=Security Records Console Board|description=Allows for the construction of circuit boards used to build a security records console.}}{{Autowiki/TechwebEntryDesign|name=Vendor Board|description=The circuit board for a Vendor.}}}}
{{Autowiki/TechwebEntry|name=Cytology|description=Cellular biology research focused on cultivation of limbs and diverse organisms from cells.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Scan}}|designs={{Autowiki/TechwebEntryDesign|name=Выращиватель конечностей (плата)|description=The circuit board for a limb grower.}}{{Autowiki/TechwebEntryDesign|name=ПанД.Е.М.И.Я 2200 (плата)|description=Allows for the construction of circuit boards used to build a PanD.E.M.I.C. 2200 console.}}{{Autowiki/TechwebEntryDesign|name=Резервуар для выращивания (плата)|description=The circuit board for a growing vat.}}{{Autowiki/TechwebEntryDesign|name=Чашка Петри|description=This makes you feel well-cultured.}}{{Autowiki/TechwebEntryDesign|name=Мазок|description=Some men use these for different reasons.}}{{Autowiki/TechwebEntryDesign|name=Инструмент для биопсии|description=Used to retrieve cell lines from organisms. Don't worry, it won't sting.}}}}


{{Autowiki/TechwebEntry|name=Cybernetic Organs|description=We have the technology to rebuild him.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Cybernetic Ears|description=A pair of cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Cybernetic Eyes|description=A pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Cybernetic Moth Eyes|description=A pair of cybernetic eyes.}}{{Autowiki/TechwebEntryDesign|name=Cybernetic Heart|description=A cybernetic heart.}}{{Autowiki/TechwebEntryDesign|name=Cybernetic Liver|description=A cybernetic liver.}}{{Autowiki/TechwebEntryDesign|name=Cybernetic Lungs|description=A pair of cybernetic lungs.}}{{Autowiki/TechwebEntryDesign|name=Cybernetic Stomach|description=A cybernetic stomach.}}}}
{{Autowiki/TechwebEntry|name=Electric Weaponry|description=Energy-based weaponry designed for both lethal and non-lethal applications.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Riot Supression}}|designs={{Autowiki/TechwebEntryDesign|name=Комплект деталей для тесла-пушки (летальное)|description=The kit for a high-tech cannon that fires internal, reusable bolt cartridges in a revolving cylinder. The cartridges can be recharged using conventional rechargers.}}{{Autowiki/TechwebEntryDesign|name=Комплект деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)|description=How to Dismantle a Cyborg: The Gun.}}{{Autowiki/TechwebEntryDesign|name=Комплект деталей для температурной винтовки (менее летально/очень летально для ящеров)|description=A gun that shoots temperature bullet energythings to change temperature.}}{{Autowiki/TechwebEntryDesign|name=Рассеивающий лазерный патрон (летальное)|description=A high-tech shotgun shell which houses an internal capacitor and laser focusing crystal inside of a shell casing. Able to be fired from conventional ballistic shotguns with minimal rifling degradation. Also leaves most targets covered in grotesque burns.}}}}


{{Autowiki/TechwebEntry|name=Cyborg Upgrades: Medical|description=Medical upgrades for cyborgs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}|designs={{Autowiki/TechwebEntryDesign|name=Secondary Beaker Storage|description=A supplementary beaker storage apparatus for medical cyborgs.}}{{Autowiki/TechwebEntryDesign|name=Defibrillator|description=An upgrade to the Medical model, installing a built-in defibrillator, for on the scene revival.}}{{Autowiki/TechwebEntryDesign|name=Expanded Hypospray Synthesiser|description=An upgrade to the Medical model's hypospray, allowing it to treat a wider range of conditions and problems.}}{{Autowiki/TechwebEntryDesign|name=Piercing Hypospray|description=An upgrade to a cyborg's hypospray, allowing it to pierce armor and thick material.}}{{Autowiki/TechwebEntryDesign|name=Crew Pinpointer|description=A crew pinpointer module for the medical cyborg. Permits remote access to the crew monitor.}}{{Autowiki/TechwebEntryDesign|name=Surgical Processor|description=An upgrade to the Medical model, installing a processor capable of scanning surgery disks and carrying out procedures}}{{Autowiki/TechwebEntryDesign|name=Advanced Surgical Omnitool Upgrade|description=An upgrade to the Medical model, upgrading the built-in surgical omnitool, to be on par with advanced surgical tools}}}}
{{Autowiki/TechwebEntry|name=Energy Manipulation|description=Harnessing the raw power of lightning arcs through sophisticated energy control methods.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Construction}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль управления потоком питания (плата)|description=Allows for the construction of circuit boards used to build a new APC control console.}}{{Autowiki/TechwebEntryDesign|name=Консоль мониторинга питания (плата)|description=Allows for the construction of circuit boards used to build a new power monitor.}}{{Autowiki/TechwebEntryDesign|name=СКАН (плата)|description=The circuit board for a SMES.}}{{Autowiki/TechwebEntryDesign|name=Портативный СКАН (плата)|description=The circuit board for a portable SMES, which requires a connector to use.}}{{Autowiki/TechwebEntryDesign|name=Соединитель питания|description=The circuit board for a portable SMES power connector.}}{{Autowiki/TechwebEntryDesign|name=Эмиттер (плата)|description=The circuit board for an emitter.}}{{Autowiki/TechwebEntryDesign|name=Заземлитель (плата)|description=The circuit board for a grounding rod.}}{{Autowiki/TechwebEntryDesign|name=Катушка (плата)|description=The circuit board for a tesla coil.}}{{Autowiki/TechwebEntryDesign|name=Зарядник батарей (плата)|description=The circuit board for a cell charger.}}{{Autowiki/TechwebEntryDesign|name=Зарядник (плата)|description=The circuit board for a Weapon Recharger.}}{{Autowiki/TechwebEntryDesign|name=Индуктор|description=The NT-75 Electromagnetic Power Inducer can wirelessly induce electric charge in an object, allowing you to recharge power cells without having to remove them.}}{{Autowiki/TechwebEntryDesign|name=Индуктор|description=The NT-75 Electromagnetic Power Inducer can wirelessly induce electric charge in an object, allowing you to recharge power cells without having to remove them.}}{{Autowiki/TechwebEntryDesign|name=Сварочные очки|description=Protects the eyes from bright flashes; approved by the mad scientist association.}}{{Autowiki/TechwebEntryDesign|name=Оптический T-ray сканер|description=Used by engineering staff to see underfloor objects such as cables and pipes.}}}}


{{Autowiki/TechwebEntry|name=Cyborg Upgrades: Service|description=Service upgrades for cyborgs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Rolling Table Dock|description=An upgrade to the service model cyborg, to help provide mobile service.}}{{Autowiki/TechwebEntryDesign|name=Condiment Synthesizer|description=An upgrade to the service model cyborg, allowing it to produce solid condiments.}}{{Autowiki/TechwebEntryDesign|name=Kitchen Toolset|description=An upgrade to the service model cyborg, to help process foods.}}{{Autowiki/TechwebEntryDesign|name=Service Apparatus|description=An upgrade to the service model cyborg, to help handle foods and paper.}}{{Autowiki/TechwebEntryDesign|name=Drink Apparatus|description=A supplementary drinking glass storage apparatus for service cyborgs.}}{{Autowiki/TechwebEntryDesign|name=Service Cookbook|description=An upgrade to the service model cyborg, that lets them create more foods.}}}}
{{Autowiki/TechwebEntry|name=Engineering Modular Suits|description=Engineering suits, for powered engineers.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Modular Suit Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=МОД-обшивка инженерная|description=External plating for a MODsuit. An engineer-fit suit with heat and shock resistance. Nakamura Engineering's classic.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "сканер T-ray"|description=A module installed into the visor of the suit, allowing the user to use a pulse of terahertz radiation to essentially echolocate things beneath the floor, mostly cables and pipes. A staple of atmospherics work, and counter-smuggling work. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "магнитный стабилизатор"|description=These are powerful electromagnets fitted into the suit's boots, allowing users both excellent traction no matter the condition indoors, and to essentially hitch a ride on the exterior of a hull. However, these basic models do not feature computerized systems to automatically toggle them on and off, so numerous users report a certain stickiness to their steps. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "конструктор"|description=This module entirely occupies the wearer's forearm, notably causing conflict with advanced arm servos meant to carry crewmembers. However, it functions as an extremely advanced construction hologram scanner, as well as containing the latest engineering schematics combined with inbuilt memory to help the user build walls. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "противопожарный бак"|description=An atmospheric resin mister, able to fix up areas quickly. It uses 2 complexity.}}}}


{{Autowiki/TechwebEntry|name=Cyborg Upgrades: Utility|description=Utility upgrades for cyborgs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Mop|description=An advanced mop replacement for the janiborg's standard mop.}}{{Autowiki/TechwebEntryDesign|name=Experimental Push Broom|description=An experimental push broom used for efficiently pushing refuse.}}{{Autowiki/TechwebEntryDesign|name=Expand Module|description=A cyborg resizer, it makes a cyborg huge.}}{{Autowiki/TechwebEntryDesign|name=Plating Repair Tool|description=A tiny heating device to repair burnt and damaged hull platings with.}}{{Autowiki/TechwebEntryDesign|name=Self-Repair Module|description=This module will repair the cyborg over time.}}{{Autowiki/TechwebEntryDesign|name=Ion Thrusters|description=An energy-operated thruster system for cyborgs.}}{{Autowiki/TechwebEntryDesign|name=Trash Bag of Holding|description=A trash bag of holding replacement for the janiborg's standard trash bag.}}{{Autowiki/TechwebEntryDesign|name=Rapid Disabler Cooling Module|description=Used to cool a mounted disabler, increasing the potential current in it and thus its recharge rate.}}}}
{{Autowiki/TechwebEntry|name=Entertainment Modular Suit|description=Powered suits for protection against low-humor environments.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Modular Suit}}|designs={{Autowiki/TechwebEntryDesign|name=МОД-обшивка космохонская|description=External plating for a MODsuit. A suit by Honk Ltd. Protects against low humor environments. Most of the tech went to lower the power cost.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "гудок"|description=A shoulder-mounted piece of heavy sonic artillery, this module uses the finest femto-manipulator technology to precisely deliver an almost lethal squeeze to... a bike horn, producing a significantly memorable sound. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "микроволновый луч"|description=An oddly domestic device, this module is installed into the user's palm, hooking up with culinary scanners located in the helmet to blast food with precise microwave radiation, allowing them to cook food from a distance, with the greatest of ease. Not recommended for use against grapes. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "переваливатель"|description=Some of the most primitive technology in use by Honk Co. This module works off an automatic intention system, utilizing its sensitivity to the pilot's often-limited brainwaves to directly read their next step, affecting the boots they're installed in. Employing a twin-linked gravitonic drive to create miniaturized etheric blasts of space-time beneath the user's feet, this enables them to... to waddle around, bouncing to and fro with a pep in their step. It uses 1 complexity.}}}}


{{Autowiki/TechwebEntry|name=Data Theory|description=Big Data, in space!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Civilian Bounty Pad Board|description=The circuit board for a Civilian Bounty Pad.}}{{Autowiki/TechwebEntryDesign|name=Civilian Bounty Pad Control Board|description=Allows for the construction of circuit boards used to build a new civilian bounty pad console.}}}}
{{Autowiki/TechwebEntry|name=Exosuit Assembly|description=Development of mechanical exosuits designed to contend with artificial gravity while transporting cargo.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Robotics}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль управления зарядным портом мехов (плата)|description=Allows for the construction of circuit boards used to build a mech bay power control console.}}{{Autowiki/TechwebEntryDesign|name=Зарядный порт мехов (плата)|description=The circuit board for a Mechbay Recharger.}}{{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Рипли"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Рипли"|description=A torso part of Ripley APLU. Contains power unit, processing core and life support systems.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Рипли"|description=A Ripley APLU left arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Рипли"|description=A Ripley APLU right arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Рипли"|description=A Ripley APLU left leg. Contains somewhat complex servodrives and balance maintaining systems.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Рипли"|description=A Ripley APLU right leg. Contains somewhat complex servodrives and balance maintaining systems.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Рипли"|description=Allows for the construction of a "Ripley" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Рипли"|description=Allows for the construction of a "Ripley" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Гидравлическая клешня|description=Equipment for engineering exosuits. Lifts objects and loads them into cargo.}}}}


{{Autowiki/TechwebEntry|name=Electromagnetic Theory|description=Study into usage of frequencies in the electromagnetic spectrum.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Holographic Sign Projector|description=A holograpic projector used to project various warning signs.}}{{Autowiki/TechwebEntryDesign|name=Security Holobarrier Projector|description=A holographic projector that creates holographic security barriers.}}{{Autowiki/TechwebEntryDesign|name=Engineering Holobarrier Projector|description=A holographic projector that creates holographic engineering barriers.}}{{Autowiki/TechwebEntryDesign|name=ATMOS Holofan Projector|description=A holographic projector that creates holographic barriers that prevent changes in atmospheric conditions.}}{{Autowiki/TechwebEntryDesign|name=Restaurant Seating Projector|description=A holographic projector that creates seating designation for restaurants.}}{{Autowiki/TechwebEntryDesign|name=Bar Seating Projector|description=A holographic projector that creates seating designation for bars.}}{{Autowiki/TechwebEntryDesign|name=Inducer|description=The NT-75 Electromagnetic Power Inducer can wirelessly induce electric charge in an object, allowing you to recharge power cells without having to remove them.}}{{Autowiki/TechwebEntryDesign|name=Inducer|description=The NT-75 Electromagnetic Power Inducer can wirelessly induce electric charge in an object, allowing you to recharge power cells without having to remove them.}}{{Autowiki/TechwebEntryDesign|name=Optical T-Ray Scanners|description=Used by engineering staff to see underfloor objects such as cables and pipes.}}{{Autowiki/TechwebEntryDesign|name=AI Holopad Board|description=The circuit board for a holopad.}}{{Autowiki/TechwebEntryDesign|name=Vend-a-Tray Board|description=The circuit board for a Vend-a-Tray.}}}}
{{Autowiki/TechwebEntry|name=Exotic Ammunition|description=Specialized bullets designed to ignite, freeze, and inflict various other effects on targets, expanding combat capabilities.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Explosives}}|designs={{Autowiki/TechwebEntryDesign|name=Сменный барабан (.38 зажигательный) (очень летальное)|description=Designed to quickly reload revolvers. Hot Shot bullets contain an incendiary payload.}}{{Autowiki/TechwebEntryDesign|name=Сменный барабан (.38 замораживающий) (летальное/очень летальное для ящеров)|description=Designed to quickly reload revolvers. Iceblox bullets contain a cryogenic payload.}}{{Autowiki/TechwebEntryDesign|name=Незаряженный технологический патрон|description=A high-tech shotgun shell which can be crafted into more advanced shells to produce unique effects. Does nothing on its own.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Diamond Drill|description=A diamond drill fit for a large exosuit|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Mining Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Diamond Mining Drill|description=An upgraded version of the standard drill.}}}}
{{Autowiki/TechwebEntry|name=Expedition Equipment|description=Specialized exosuit gear tailored for navigating space and celestial bodies, ensuring durability and functionality in the harshest conditions.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Exosuit Assembly}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль управления экзокостюмами (плата)|description=Allows for the construction of circuit boards used to build an exosuit control console.}}{{Autowiki/TechwebEntryDesign|name=Платформа запуска ботов (плата)|description=The circuit board for a bot launchpad.}}{{Autowiki/TechwebEntryDesign|name=Контроллер платформы запуска ботов|description=Allows you to control the connected bot launchpad}}{{Autowiki/TechwebEntryDesign|name=Набор для переоборудования в Рипли MK-II|description=A pressurized canopy attachment kit for an Autonomous Power Loader Unit "Ripley" MK-I exosuit, to convert it to the slower, but space-worthy MK-II design. This kit cannot be removed, once applied.}}{{Autowiki/TechwebEntryDesign|name=Баллон воздуха экзокостюма|description=An internal air tank used to pressurize mech cabin, scrub CO2 and power RCS thrusters. Comes with a pump and a set of sensors.}}{{Autowiki/TechwebEntryDesign|name=RCS толкатели|description=A thruster package for exosuits. Expells gas from the internal life-support air tank to generate thrust.}}{{Autowiki/TechwebEntryDesign|name=Огнетушитель экзокостюма|description=Equipment for engineering exosuits. A rapid-firing high capacity fire extinguisher.}}{{Autowiki/TechwebEntryDesign|name=Камера экзокостюма|description=A durable CCTV camera designed for exosuit operations.}}{{Autowiki/TechwebEntryDesign|name=Маячок слежения экзокостюма|description=Device used to transmit exosuit data.}}{{Autowiki/TechwebEntryDesign|name=Рация экзокостюма|description=A basic component of every vehicle.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Module (Localized Wormhole Generator)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}|designs={{Autowiki/TechwebEntryDesign|name=Localized Wormhole Generator|description=An exosuit module that allows generating of small quasi-stable wormholes.}}}}
{{Autowiki/TechwebEntry|name=Experimental Surgery|description=When evolution isn't fast enough.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Surgery}}|designs={{Autowiki/TechwebEntryDesign|name=Cortex Folding|description=A surgical procedure which modifies the cerebral cortex into a complex fold, giving space to non-standard neural patterns.}}{{Autowiki/TechwebEntryDesign|name=Wetware OS Labyrinthian Programming|description=A robotic upgrade which reprograms the patient's neural network in a downright eldritch programming language, giving space to non-standard neural patterns.}}{{Autowiki/TechwebEntryDesign|name=Cortex Imprint|description=A surgical procedure which modifies the cerebral cortex into a redundant neural pattern, making the brain able to bypass damage caused by minor brain traumas.}}{{Autowiki/TechwebEntryDesign|name=Wetware OS Ver 2.0|description=A surgical procedure which updates the patient's operating system to the 'latest version', whatever that means, making the brain able to bypass damage caused by minor brain traumas. Shame about all the adware.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Physical) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Ligament Hook|description=A surgical procedure which reshapes the connections between torso and limbs, making it so limbs can be attached manually if severed. However this weakens the connection, making them easier to detach as well.}}{{Autowiki/TechwebEntryDesign|name=Anchor Point Snaplocks|description=A robotic upgrade which installs rapid detachment anchor points, making it so limbs can be attached manually if detached. However this weakens the connection, making them easier to detach as well.}}{{Autowiki/TechwebEntryDesign|name=Ligament Reinforcement|description=A surgical procedure which adds a protective tissue and bone cage around the connections between the torso and limbs, preventing dismemberment. However, the nerve connections as a result are more easily interrupted, making it easier to disable limbs with damage.}}{{Autowiki/TechwebEntryDesign|name=Anchor Point Reinforcement|description=A surgical procedure which adds reinforced limb anchor points to the patient's chassis, preventing dismemberment. However, the nerve connections as a result are more easily interrupted, making it easier to disable limbs with damage.}}{{Autowiki/TechwebEntryDesign|name=Vein Muscle Membrane|description=A surgical procedure which adds a muscled membrane to blood vessels, allowing a patient to pump blood without a heart.}}{{Autowiki/TechwebEntryDesign|name=Hydraulics Redundancy Subroutine|description=A robotic upgrade which adds sophisticated hydraulics redundancies, allowing a patient to pump hydraulic fluid without an engine.}}{{Autowiki/TechwebEntryDesign|name=Nerve Grounding|description=A surgical procedure which makes the patient's nerves act as grounding rods, protecting them from electrical shocks.}}{{Autowiki/TechwebEntryDesign|name=System Shock Dampening|description=A robotic upgrade which installs grounding rods into the robotic patient's system, protecting them from electrical shocks.}}{{Autowiki/TechwebEntryDesign|name=Nerve Splicing|description=A surgical procedure which splices the patient's nerves, making them more resistant to stuns.}}{{Autowiki/TechwebEntryDesign|name=System Automatic Reset Subroutine|description=A robotic upgrade which upgrades a robotic patient's automatic systems, making them more resistant to stuns.}}{{Autowiki/TechwebEntryDesign|name=Pacification|description=A surgical procedure which permanently inhibits the aggression center of the brain, making the patient unwilling to cause direct harm.}}{{Autowiki/TechwebEntryDesign|name=Aggression Suppression Programming|description=Malware which permanently inhibits the aggression programming of the patient's neural network, making the patient unwilling to cause direct harm.}}{{Autowiki/TechwebEntryDesign|name=Vein Threading|description=A surgical procedure which severely reduces the amount of blood lost in case of injury.}}{{Autowiki/TechwebEntryDesign|name=Hydraulics Routing Optimization|description=A robotic upgrade which severely reduces the amount of hydraulic fluid lost in case of injury.}}{{Autowiki/TechwebEntryDesign|name=Viral Bonding|description=A surgical procedure that forces a symbiotic relationship between a virus and its host. The patient must be dosed with spaceacillin, virus food, and formaldehyde.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Module (SOB-3 Clusterbang Launcher)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Explosive & Pyrotechnical Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=SOB-3 Clusterbang Launcher|description=A weapon that violates the Geneva Convention at 3 rounds per minute.}}{{Autowiki/TechwebEntryDesign|name=SOB-3 Clusterbang Launcher Ammunition|description=Ammunition for the SOB-3 Clusterbang Launcher}}}}
{{Autowiki/TechwebEntry|name=Experimental Tools|description=Enhances the functionality and versatility of station tools.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Fusion}}|designs={{Autowiki/TechwebEntryDesign|name=Плоскоупаковщик (плата)|description=The circuit board for a Flatpacker.}}{{Autowiki/TechwebEntryDesign|name=Шуруповёрт|description=A small electric hand drill with an interchangeable screwdriver and bolt bit}}{{Autowiki/TechwebEntryDesign|name=Экспериментальный сварочный инструмент|description=An experimental welder capable of self-fuel generation.}}{{Autowiki/TechwebEntryDesign|name=Челюсти жизни|description=A small, compact Jaws of Life with an interchangeable pry jaws and cutting jaws}}{{Autowiki/TechwebEntryDesign|name=Экспериментальный газоанализатор дальнего действия|description=An experimental gas analyzer capable of operating at long distance}}{{Autowiki/TechwebEntryDesign|name=Устройство быстрой плитоукладки|description=A tool that can lay & destroy floor tiles on the fly.}}{{Autowiki/TechwebEntryDesign|name=УБС экзокостюма|description=An exosuit-mounted Rapid Construction Device.}}{{Autowiki/TechwebEntryDesign|name=Устройство быстрого строительства|description=A tool that can construct and deconstruct walls, airlocks and floors on the fly.}}{{Autowiki/TechwebEntryDesign|name=Картридж материи УБС|description=Highly compressed matter for the RCD.}}{{Autowiki/TechwebEntryDesign|name=Сварочная газовая маска|description=A gas mask with built in welding goggles and face shield. Looks like a skull, clearly designed by a nerd.}}{{Autowiki/TechwebEntryDesign|name=Магнитные ботинки|description=Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Module (Teleporter Module)|description=An advanced piece of mech Equipment|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Miniaturized Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Teleporter Module|description=An exosuit module that allows exosuits to teleport to any position in view.}}}}
{{Autowiki/TechwebEntry|name=Exploration Drones|description=Adapted arcade machines to covertly harness gamers' skills in controlling real drones for practical purposes.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Robotics}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль управления массивом сканеров (плата)|description=Allows for the construction of circuit boards used to build a new scanner array control console.}}{{Autowiki/TechwebEntryDesign|name=Массив сканеров (плата)|description=The circuit board for scanner array.}}{{Autowiki/TechwebEntryDesign|name=Консоль управления дроном-разведчиком (плата)|description=Allows for the construction of circuit boards used to build a new exploration drone control console.}}{{Autowiki/TechwebEntryDesign|name=Пусковая установка дронов-разведчиков (плата)|description=The circuit board for exodrone launcher.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon ("Ultra AC 2" LMG)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=Ultra AC 2 LMG|description=A weapon for combat exosuits. Shoots a rapid, three shot burst.}}{{Autowiki/TechwebEntryDesign|name=Ultra AC 2 Ammunition|description=Ammunition for the Ultra AC 2 LMG}}}}
{{Autowiki/TechwebEntry|name=Food Processing|description=Top-tier kitchen appliances from Nanotrasen, designed to keep the crew well-fed and happy.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cafeteria Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Фритюрница (плата)|description=The circuit board for a Deep Fryer.}}{{Autowiki/TechwebEntryDesign|name=Духовка (плата)|description=The circuit board for a Oven.}}{{Autowiki/TechwebEntryDesign|name=Плита (плата)|description=The circuit board for a Stove.}}{{Autowiki/TechwebEntryDesign|name=Духовка (плата)|description=The circuit board for a Range, which is both an Oven and a Stove.}}{{Autowiki/TechwebEntryDesign|name=Кастрюля|description=Высокая кастрюля предназначенная для смешивания и приготовления всех видов супов.}}{{Autowiki/TechwebEntryDesign|name=Пищевой комбайн (плата)|description=The circuit board for a processing unit. Screwdriver the circuit to switch between food (default) or slime processing.}}{{Autowiki/TechwebEntryDesign|name=Мясорубка (плата)|description=The circuit board for a gibber.}}{{Autowiki/TechwebEntryDesign|name=Переработчик обезьян (плата)|description=The circuit board for a monkey recycler.}}{{Autowiki/TechwebEntryDesign|name=Универсальный измельчитель|description=The circuit board for an All-In-One Grinder.}}{{Autowiki/TechwebEntryDesign|name=Беспроводная микроволновка (плата)|description=The circuit board for a cell-powered microwave.}}{{Autowiki/TechwebEntryDesign|name=Умный холодильник (плата)|description=The circuit board for a smartfridge.}}{{Autowiki/TechwebEntryDesign|name=Иссушатель (плата)|description=The circuit board for a dehydrator.}}{{Autowiki/TechwebEntryDesign|name=Sheet-meister 2000 Board|description=The circuit board for a Sheet-meister 2000.}}{{Autowiki/TechwebEntryDesign|name=Экстрактор липидов (плата)|description=The circuit board for a lipid extractor.}}{{Autowiki/TechwebEntryDesign|name=Дисковод для блюд (плата)|description=The circuit board for a dish drive.}}{{Autowiki/TechwebEntryDesign|name=Продвинутая палочка для жарки|description=A roasting stick for cooking sausages in exotic ovens.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (BRM-6 Missile Rack)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Explosive & Pyrotechnical Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=PEP-6 Missile Rack|description=Allows for the construction of an PEP-6 Breaching Missile Rack.}}{{Autowiki/TechwebEntryDesign|name=PEP-6 Missile Rack Ammunition|description=Ammunition for the PEP-6 Missile Rack.}}}}
{{Autowiki/TechwebEntry|name=Funny Robots|description=Fueled by laughter.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Exosuit Assembly}}|designs={{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Х.О.Н.К"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Х.О.Н.К"|description=A torso part of H.O.N.K. Contains chuckle unit, bananium core and honk support systems.}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Х.О.Н.К"|description=A H.O.N.K head. Appears to lack a face plate.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Х.О.Н.К"|description=A H.O.N.K left arm. With unique sockets that accept odd weaponry designed by clown scientists.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Х.О.Н.К"|description=A H.O.N.K right arm. With unique sockets that accept odd weaponry designed by clown scientists.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Х.О.Н.К"|description=A H.O.N.K left leg. The foot appears just large enough to fully accommodate a clown shoe.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Х.О.Н.К"|description=A H.O.N.K right leg. The foot appears just large enough to fully accommodate a clown shoe.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Х.О.Н.К"|description=Allows for the construction of a "H.O.N.K." Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Х.О.Н.К"|description=Allows for the construction of a "H.O.N.K." Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления оружием и наводкой экзокостюма "Х.О.Н.К"|description=Allows for the construction of a "H.O.N.K." Weapons & Targeting Control module.}}{{Autowiki/TechwebEntryDesign|name=Банановая мортира|description=Equipment for clown exosuits. Launches banana peels.}}{{Autowiki/TechwebEntryDesign|name=ХоНКоВзРыВ 5000|description=Equipment for clown exosuits. Spreads fun and joy to everyone around. Honk!}}{{Autowiki/TechwebEntryDesign|name=Мышеловочная мортира|description=Equipment for clown exosuits. Launches armed mousetraps.}}{{Autowiki/TechwebEntryDesign|name=Оинго-Боинго лицебитель|description=Equipment for clown exosuits. Delivers fun right to your face!}}{{Autowiki/TechwebEntryDesign|name=Модуль набора клоуна|description=Allows you to to turn a cyborg into a clown, honk.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (CH-DS "Peacemaker" Mounted Disabler)|description=A basic piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=CH-DS "Peacemaker" Disabler|description=Allows for the construction of CH-DS Disabler.}}}}
{{Autowiki/TechwebEntry|name=Fusion|description=Investigating fusion reactor technology to achieve sustainable and efficient energy production through controlled plasma reactions involving noble gases.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Controlled Plasma}}|designs={{Autowiki/TechwebEntryDesign|name=Ядро ТРГ|description=The circuit board for an HFR Core.}}{{Autowiki/TechwebEntryDesign|name=Уголок ТРГ (плата)|description=The circuit board for an HFR corner.}}{{Autowiki/TechwebEntryDesign|name=Входной порт топлива ТРГ (плата)|description=The circuit board for an HFR fuel input.}}{{Autowiki/TechwebEntryDesign|name=Интерфейс ТРГ (плата)|description=The circuit board for an HFR interface.}}{{Autowiki/TechwebEntryDesign|name=Входной порт модератора ТРГ (плата)|description=The circuit board for an HFR moderator input.}}{{Autowiki/TechwebEntryDesign|name=Выходной порт отходов ТРГ (плата)|description=The circuit board for an HFR waste output.}}{{Autowiki/TechwebEntryDesign|name=Продвинутый огнетушитель|description=Used to stop thermonuclear fires from spreading inside your engine.}}{{Autowiki/TechwebEntryDesign|name=Затворный гаечный ключ|description=A wrench that can unbolt airlocks regardless of power status.}}{{Autowiki/TechwebEntryDesign|name=Быстрый раздатчик труб|description=A device used to rapidly pipe things.}}{{Autowiki/TechwebEntryDesign|name=Инженерные очки|description=Goggles used by engineers. The Meson Scanner mode lets you see basic structural and terrain layouts through walls, regardless of lighting condition. The T-ray Scanner mode lets you see underfloor objects such as cables and pipes.}}{{Autowiki/TechwebEntryDesign|name=Кристаллизатор (плата)|description=The circuit board for a crystallizer.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (CH-LC "Solaris" Laser Cannon)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Beam Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=CH-LC "Solaris" Laser Cannon|description=Allows for the construction of CH-LC Laser Cannon.}}}}
{{Autowiki/TechwebEntry|name=Gaming|description=For the slackers on the station.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Civilian Consoles}}|designs={{Autowiki/TechwebEntryDesign|name=Игровой автомат "Battle Arcade" (плата)|description=Allows for the construction of circuit boards used to build a new arcade machine.}}{{Autowiki/TechwebEntryDesign|name=Игровой автомат "The Orion Trail" (плата)|description=Allows for the construction of circuit boards used to build a new Orion Trail machine.}}{{Autowiki/TechwebEntryDesign|name=Слот-машина (плата)|description=Allows for the construction of circuit boards used to build a new slot machine.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (CH-PS "Immolator" Laser)|description=A basic piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Beam Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=CH-PS "Immolator" Laser|description=Allows for the construction of CH-PS Laser.}}}}
{{Autowiki/TechwebEntry|name=Gas Compression|description=Highly pressurized gases hold potential for unlocking immense energy capabilities.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Atmospherics}}|designs={{Autowiki/TechwebEntryDesign|name=Компрессор для канистр|description=The circuit board for a tank compressor}}{{Autowiki/TechwebEntryDesign|name=Портативный насос для воздуха (плата)|description=The circuit board for a portable air pump.}}{{Autowiki/TechwebEntryDesign|name=Экстренный кислородный баллон|description=Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it.}}{{Autowiki/TechwebEntryDesign|name=Увеличенный экстренный кислородный баллон|description=Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it.}}{{Autowiki/TechwebEntryDesign|name=Компьютер управления газовой турбиной (плата)|description=The circuit board for a turbine power console.}}{{Autowiki/TechwebEntryDesign|name=Компрессор турбины|description=The basic tier of a compressor blade.}}{{Autowiki/TechwebEntryDesign|name=Ротор турбины|description=The basic tier of a rotor shaft.}}{{Autowiki/TechwebEntryDesign|name=Статор турбины|description=The basic tier of a stator.}}{{Autowiki/TechwebEntryDesign|name=Компрессор впуска турбины (плата)|description=The circuit board for a turbine compressor.}}{{Autowiki/TechwebEntryDesign|name=Ротор ядра турбины (плата)|description=The circuit board for a turbine rotor.}}{{Autowiki/TechwebEntryDesign|name=Выхлоп турбины (плата)|description=The circuit board for a turbine stator.}}{{Autowiki/TechwebEntryDesign|name=Атмосферные тепловизорные очки|description=Used by Atmospheric Technician to determine the temperature of the air}}{{Autowiki/TechwebEntryDesign|name=Пневматический герметизатор шлюзов|description=A heavy brace used to seal airlocks. Useful for keeping out people without the dexterity to remove it.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (FNX-99 "Hades" Carbine)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Exotic Ammunition}}|designs={{Autowiki/TechwebEntryDesign|name=FNX-99 "Hades" Carbine|description=Allows for the construction of FNX-99 "Hades" Carbine.}}{{Autowiki/TechwebEntryDesign|name=FNX-99 Carbine Ammunition|description=Ammunition for the FNX-99 "Hades" Carbine.}}}}
{{Autowiki/TechwebEntry|name=Heavy Exosuits|description=Advanced heavy mechanized unit with dual pilot capability, designed for robust battlefield performance and increased tactical versatility.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Assault Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=Броня экзокостюма "Саванна-Иванов"|description=Savannah-Ivanov armor plates. They are uniquely shaped and reinforced to deal with the stresses of two pilots, grandiose leaps, and missiles.}}{{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Саванна-Иванов"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Саванна-Иванов"|description=A Savannah-Ivanov torso part. It's missing a huge chunk of space...}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Саванна-Иванов"|description=A Savannah-Ivanov head. It's sensors have been adjusted to support graceful landings.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Саванна-Иванов"|description=A Savannah-Ivanov left arm. Hidden rocket fabrication included in the wrists.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Саванна-Иванов"|description=A Savannah-Ivanov left arm. Hidden rocket fabrication included in the wrists.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Саванна-Иванов"|description=A Savannah-Ivanov left leg. In production they were designed to carry more than two passengers, so the leaping functionality was added as to not waste potential.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Саванна-Иванов"|description=A Savannah-Ivanov left leg. In production they were designed to carry more than two passengers, so the leaping functionality was added as to not waste potential.}}{{Autowiki/TechwebEntryDesign|name=Модуль комбинированного замка управления экзокостюма "Саванна-Иванов"|description=Allows for the construction of a "Savannah-Ivanov" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Саванна"|description=Allows for the construction of a "Savannah-Ivanov" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления оружием и наводкой экзокостюма "Иванов"|description=Allows for the construction of a "Savannah-Ivanov" Weapons & Targeting Control module.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (LBX AC 10 "Scattershot")|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=LBX AC 10 "Scattershot"|description=Allows for the construction of LBX AC 10.}}{{Autowiki/TechwebEntryDesign|name=LBX AC 10 Ammunition|description=Ammunition for the LBX AC 10 exosuit weapon.}}}}
{{Autowiki/TechwebEntry|name=Holographics|description=Use of holographic technology for signage and barriers.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Energy Manipulation}}|designs={{Autowiki/TechwebEntryDesign|name=Проектор силового поля|description=A device which can project temporary forcefields to seal off an area.}}{{Autowiki/TechwebEntryDesign|name=Голографический проектор знаков|description=A holograpic projector used to project various warning signs.}}{{Autowiki/TechwebEntryDesign|name=Охранный проектор голобарьеров|description=A holographic projector that creates holographic security barriers.}}{{Autowiki/TechwebEntryDesign|name=Инженерный проектор голобарьеров|description=A holographic projector that creates holographic engineering barriers.}}{{Autowiki/TechwebEntryDesign|name=АТМОС проектор головентиляторов|description=A holographic projector that creates holographic barriers that prevent changes in atmospheric conditions.}}{{Autowiki/TechwebEntryDesign|name=Проектор для мест в ресторане|description=A holographic projector that creates seating designation for restaurants.}}{{Autowiki/TechwebEntryDesign|name=Проектор для мест в баре|description=A holographic projector that creates seating designation for bars.}}{{Autowiki/TechwebEntryDesign|name=Уборочный проектор голобарьеров|description=A holograpic projector used to project hard light wet floor barriers.}}{{Autowiki/TechwebEntryDesign|name=ПЕНЛАЙТ проектор голобарьеров|description=PENLITE holobarriers, a device that halts individuals with malicious diseases.}}{{Autowiki/TechwebEntryDesign|name=Голопад (плата)|description=The circuit board for a holopad.}}{{Autowiki/TechwebEntryDesign|name=Поднос-автомат (плата)|description=The circuit board for a Vend-a-Tray.}}{{Autowiki/TechwebEntryDesign|name=Диск голозаписи|description=Stores recorder holocalls.}}{{Autowiki/TechwebEntryDesign|name=Модульный генератор щита (плата)|description=The circuit board for a modular shield generator.}}{{Autowiki/TechwebEntryDesign|name=Модульный узел щита (плата)|description=The circuit board for a modular shield node.}}{{Autowiki/TechwebEntryDesign|name=Модульное реле щита (плата)|description=The circuit board for a modular shield relay.}}{{Autowiki/TechwebEntryDesign|name=Модульное зарядное устройство щита (плата)|description=The circuit board for a modular shield charger.}}{{Autowiki/TechwebEntryDesign|name=Модульный колодец щита (плата)|description=The circuit board for a modular shield well.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (SGL-6 Grenade Launcher)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Explosive & Pyrotechnical Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=SGL-6 Grenade Launcher|description=Allows for the construction of SGL-6 Grenade Launcher.}}{{Autowiki/TechwebEntryDesign|name=SGL-6 Grenade Launcher Ammunition|description=Ammunition for the SGL-6 Grenade Launcher.}}}}
{{Autowiki/TechwebEntry|name=Improved Wound-Tending|description=Who would have known being more gentle with a hemostat decreases patient pain?|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Medbay Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Tend Wounds (Brute) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Burn) Upgrade|description=An upgraded version of the original surgery.}}}}


{{Autowiki/TechwebEntry|name=EXOSUIT: Clarke|description=Clarke exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("Clarke")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("Clarke")|description=A Clarke head. Contains an integrated diagnostic HUD scanner.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("Clarke")|description=A Clarke left arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name="Clarke" Central Control module|description=Allows for the construction of a "Clarke" Central Control module.}}{{Autowiki/TechwebEntryDesign|name="Clarke" Peripherals Control module|description=Allows for the construction of a "Clarke" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("Clarke")|description=A Clarke right arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("Clarke")|description=A torso part of Clarke. Contains power unit, processing core and life support systems.}}}}
{{Autowiki/TechwebEntry|name=Light Combat Exosuits|description=Agile combat exosuits equipped with overclocking capabilities for temporary speed boosts, prioritizing speed over durability on the battlefield.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Combat Exosuits}}|designs={{Autowiki/TechwebEntryDesign|name=Бронепластины экзокостюма "Гигакс"|description=A set of armor plates designed for the Gygax. Designed to effectively deflect damage with a lightweight construction.}}{{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Гигакс"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Гигакс"|description=A torso part of Gygax. Contains power unit, processing core and life support systems.}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Гигакс"|description=A Gygax head. Houses advanced surveillance and targeting sensors.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Гигакс"|description=A Gygax left arm. Data and power sockets are compatible with most exosuit tools and weapons.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Гигакс"|description=A Gygax right arm. Data and power sockets are compatible with most exosuit tools and weapons.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Гигакс"|description=A Gygax left leg. Constructed with advanced servomechanisms and actuators to enable faster speed.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Гигакс"|description=A Gygax right leg. Constructed with advanced servomechanisms and actuators to enable faster speed.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Гигакс"|description=Allows for the construction of a "Gygax" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Гигакс"|description=Allows for the construction of a "Gygax" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления оружием и наводкой экзокостюма "Гигакс"|description=Allows for the construction of a "Gygax" Weapons & Targeting Control module.}}}}


{{Autowiki/TechwebEntry|name=EXOSUIT: Odysseus|description=Odysseus exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("Odysseus")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("Odysseus")|description=An Odysseus head. Contains an integrated medical HUD scanner.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("Odysseus")|description=An Odysseus left arm. Data and power sockets are compatible with specialized medical equipment.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg ("Odysseus")|description=An Odysseus left leg. Contains complex servodrives and balance maintaining systems to maintain stability for critical patients.}}{{Autowiki/TechwebEntryDesign|name="Odysseus" Central Control module|description=Allows for the construction of a "Odysseus" Central Control module.}}{{Autowiki/TechwebEntryDesign|name="Odysseus" Peripherals Control module|description=Allows for the construction of a "Odysseus" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("Odysseus")|description=An Odysseus right arm. Data and power sockets are compatible with specialized medical equipment.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg ("Odysseus")|description=An odysseus right leg. Contains complex servodrives and balance maintaining systems to maintain stability for critical patients.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("Odysseus")|description=A torso part of Odysseus. Contains power unit, processing core and life support systems along with an attachment port for a mounted sleeper.}}}}
{{Autowiki/TechwebEntry|name=Marine Utility|description=Fish are nice to look at and all, but they can be put to use.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Fishing Tools}}|designs={{Autowiki/TechwebEntryDesign|name=Набор для биоэлектрического аквариума|description=The required components to convert an aquarium into a bioelectricity generator.}}}}


{{Autowiki/TechwebEntry|name=Exotic Ammunition|description=They won't know what hit em.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Weapon Development Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Speed Loader (.38 Hot Shot) (Very Lethal)|description=Designed to quickly reload revolvers. Hot Shot bullets contain an incendiary payload.}}{{Autowiki/TechwebEntryDesign|name=Speed Loader (.38 Iceblox) (Lethal/Very Lethal (Lizardpeople))|description=Designed to quickly reload revolvers. Iceblox bullets contain a cryogenic payload.}}{{Autowiki/TechwebEntryDesign|name=Unloaded Technological Shotshell|description=A high-tech shotgun shell which can be crafted into more advanced shells to produce unique effects. Does nothing on its own.}}}}
{{Autowiki/TechwebEntry|name=Mining Cyborg Upgrades|description=To mine places too dangerous for humans.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cybernetics}}|designs={{Autowiki/TechwebEntryDesign|name=Лавастойкие шасси шахтёрского киборга|description=An upgrade kit to apply specialized coolant systems and insulation layers to a mining cyborg's chassis, enabling them to withstand exposure to molten rock and liquid plasma.}}{{Autowiki/TechwebEntryDesign|name=Ранец хранения шахтёрского киборга|description=A satchel of holding replacement for mining cyborg's ore satchel module.}}{{Autowiki/TechwebEntryDesign|name=Алмазная дрель шахтёрского киборга|description=A diamond drill replacement for the mining model's standard drill.}}}}


{{Autowiki/TechwebEntry|name=Experimental Surgery|description=When evolution isn't fast enough.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Surgery}}|designs={{Autowiki/TechwebEntryDesign|name=Cortex Folding|description=A surgical procedure which modifies the cerebral cortex into a complex fold, giving space to non-standard neural patterns.}}{{Autowiki/TechwebEntryDesign|name=Cortex Imprint|description=A surgical procedure which modifies the cerebral cortex into a redundant neural pattern, making the brain able to bypass damage caused by minor brain traumas.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Physical) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Ligament Hook|description=A surgical procedure which reshapes the connections between torso and limbs, making it so limbs can be attached manually if severed. However this weakens the connection, making them easier to detach as well.}}{{Autowiki/TechwebEntryDesign|name=Ligament Reinforcement|description=A surgical procedure which adds a protective tissue and bone cage around the connections between the torso and limbs, preventing dismemberment. However, the nerve connections as a result are more easily interrupted, making it easier to disable limbs with damage.}}{{Autowiki/TechwebEntryDesign|name=Vein Muscle Membrane|description=A surgical procedure which adds a muscled membrane to blood vessels, allowing them to pump blood without a heart.}}{{Autowiki/TechwebEntryDesign|name=Nerve Grounding|description=A surgical procedure which makes the patient's nerves act as grounding rods, protecting them from electrical shocks.}}{{Autowiki/TechwebEntryDesign|name=Nerve Splicing|description=A surgical procedure which splices the patient's nerves, making them more resistant to stuns.}}{{Autowiki/TechwebEntryDesign|name=Pacification|description=A surgical procedure which permanently inhibits the aggression center of the brain, making the patient unwilling to cause direct harm.}}{{Autowiki/TechwebEntryDesign|name=Vein Threading|description=A surgical procedure which severely reduces the amount of blood lost in case of injury.}}{{Autowiki/TechwebEntryDesign|name=Viral Bonding|description=A surgical procedure that forces a symbiotic relationship between a virus and its host. The patient must be dosed with spaceacillin, virus food, and formaldehyde.}}}}
{{Autowiki/TechwebEntry|name=Mining Technology|description=Development of tools meant to optimize mining operations and resource extraction.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Material Processing}}|designs={{Autowiki/TechwebEntryDesign|name=Express Supply Console Board|description=Allows for the construction of circuit boards used to build an Express Supply Console.}}{{Autowiki/TechwebEntryDesign|name=Матрица извлечения валунов (плата)|description=I promise this doesn't give you syndicate goodies!}}{{Autowiki/TechwebEntryDesign|name=Плавильная печь для валунов (плата)|description=A circuitboard for a boulder smelter. Lowtech enough to be printed from the lathe.}}{{Autowiki/TechwebEntryDesign|name=Переработка валунов (плата)|description=A circuitboard for a boulder refinery. Lowtech enough to be printed from the lathe.}}{{Autowiki/TechwebEntryDesign|name=Плавильная печь (плата)|description=The circuit board for an Ore Redemption machine.}}{{Autowiki/TechwebEntryDesign|name=Консоль заказов шахтёрского оборудования (плата)|description=The circuit board for a Mining Rewards Vendor.}}{{Autowiki/TechwebEntryDesign|name=Автоматический шахтёрский сканер|description=A scanner that automatically checks surrounding rock for useful minerals; it can also be used to stop gibtonite detonations.}}{{Autowiki/TechwebEntryDesign|name=Шахтёрский сканер экзокостюма|description=Equipment for working exosuits. It will automatically check surrounding rock for useful minerals.}}{{Autowiki/TechwebEntryDesign|name=Улучшенный резонатор|description=An upgraded version of the resonator that allows more fields to be active at once.}}{{Autowiki/TechwebEntryDesign|name=Дрель экзокостюма|description=Equipment for engineering and combat exosuits. This is the drill that'll pierce the heavens!}}{{Autowiki/TechwebEntryDesign|name=МОДуль "дрель"|description=An integrated drill, typically extending over the user's hand. While useful for drilling through rock, your drill is surely the one that both pierces and creates the heavens. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Шахтёрский бур|description=Yours is the drill that will pierce through the rock walls.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "мешок для руды"|description=An integrated ore storage system installed into the suit, this utilizes precise electromagnets and storage compartments to automatically collect and deposit ore. It's recommended by Nakamura Engineering to actually deposit that ore at local refineries. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Маячок отслеживания|description=A bluespace tracking beacon.}}{{Autowiki/TechwebEntryDesign|name=Устройство GPS|description=Little thingie that can track its position at all times.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "встроенный GPS"|description=This module uses common Nanotrasen technology to calculate the user's position anywhere in space, down to the exact coordinates. This information is fed to a central database viewable from the device itself, though using it to help people is up to you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "мезонный визор"|description=A heads-up display installed into the visor of the suit. This module is based off well-loved meson scanner technology, used by construction workers and miners across the galaxy to see basic structural and terrain layouts through walls, regardless of lighting conditions. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Оптический мезонный сканер|description=Used by engineering and mining staff to see basic structural and terrain layouts through walls, regardless of lighting condition.}}{{Autowiki/TechwebEntryDesign|name=Эксплореверс Mk.I|description=Энергетическое оружие с экспериментальным миниатюрным реактором.}}}}


{{Autowiki/TechwebEntry|name=Experimental Tools|description=Highly advanced tools.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Experimental Welding Tool|description=An experimental welder capable of self-fuel generation.}}{{Autowiki/TechwebEntryDesign|name=Hand Drill|description=A small electric hand drill with an interchangeable screwdriver and bolt bit}}{{Autowiki/TechwebEntryDesign|name=Jaws of Life|description=A small, compact Jaws of Life with an interchangeable pry jaws and cutting jaws}}{{Autowiki/TechwebEntryDesign|name=Laser Scalpel|description=A laser scalpel used for precise cutting.}}{{Autowiki/TechwebEntryDesign|name=Mechanical Pinches|description=These pinches can be either used as retractor or hemostat.}}{{Autowiki/TechwebEntryDesign|name=Experimental Long-range Gas Analyzer|description=An experimental gas analyzer capable of operating at long distance}}{{Autowiki/TechwebEntryDesign|name=Searing Tool|description=Used to mend tissue together. Or drill tissue away.}}{{Autowiki/TechwebEntryDesign|name=Advanced Fire Extinguisher|description=Used to stop thermonuclear fires from spreading inside your engine.}}}}
{{Autowiki/TechwebEntry|name=Modular Suit|description=Specialized back mounted power suits with various different modules.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Robotics}}|designs={{Autowiki/TechwebEntryDesign|name=Блок хранения костюмов (плата)|description=The circuit board for a suit storage unit.}}{{Autowiki/TechwebEntryDesign|name=МОД-оболочка|description=A 'Nakamura Engineering' designed shell for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=МОД-нагрудник|description=A 'Nakamura Engineering' designed chestplate for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=МОД-шлем|description=A 'Nakamura Engineering' designed helmet for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=МОД-рукавицы|description='Nakamura Engineering' designed gauntlets for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=МОД-ботинки|description='Nakamura Engineering' designed boots for a Modular Suit.}}{{Autowiki/TechwebEntryDesign|name=МОД-обшивка|description=External plating for a MODsuit. A civilian class suit by Nakamura Engineering, doesn't offer much other than slightly quicker movement.}}{{Autowiki/TechwebEntryDesign|name=МОД-обшивка гражданская|description=External plating for a MODsuit. A light-weight civilian suit that offers unmatched ease of movement but no protection from the vacuum of space.}}{{Autowiki/TechwebEntryDesign|name=Набор покраски МОДов|description=A paint kit for Modular Suits.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "хранилище"|description=What amounts to a series of integrated storage compartments and specialized pockets installed across the surface of the suit, useful for storing various bits, and or bobs. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "стабилизатор плазмы"|description=This system essentially forms an atmosphere of its own, within the suit, efficiently and quickly preventing oxygen from causing the user's head to burst into flame. This allows plasmamen to safely remove their helmet, allowing for easier equipping of any MODsuit-related equipment, or otherwise. The purple glass of the visor seems to be constructed for nostalgic purposes. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "фонарик"|description=A simple pair of configurable flashlights installed on the left and right sides of the helmet, useful for providing light in a variety of ranges and colors. Some survivalists prefer the color green for their illumination, for reasons unknown. It uses 1 complexity.}}}}


{{Autowiki/TechwebEntry|name=Exploration Drone Research|description=Technology for exploring far away locations.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Exploration Drone Control Console Board|description=Allows for the construction of circuit boards used to build a new exploration drone control console.}}{{Autowiki/TechwebEntryDesign|name=Exploration Drone Launcher Board|description=The circuit board for exodrone launcher.}}{{Autowiki/TechwebEntryDesign|name=Scanner Array Board|description=The circuit board for scanner array.}}{{Autowiki/TechwebEntryDesign|name=Scanner Array Control Console Board|description=Allows for the construction of circuit boards used to build a new scanner array control console.}}}}
{{Autowiki/TechwebEntry|name=Modular Suit Equipment|description=More advanced modules, to improve modular suits.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Modular Suit}}|designs={{Autowiki/TechwebEntryDesign|name=МОДсвязь гадатель"|description=A neck-worn piece of gear that can call with another MODlink-compatible device.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "гидравлическая клешня"|description=A series of actuators installed into both arms of the suit, boasting a lifting capacity of almost a ton. However, this design has been locked by Nanotrasen to be primarily utilized for lifting various crates. A lot of people would say that loading cargo is a dull job, but you could not disagree more. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "аварийная лебёдка"|description=A custom-built grappling-hook powered by a winch capable of hauling the user. While some older models of cargo-oriented grapples have capacities of a few tons, these are only capable of working in zero-gravity environments, a blessing to some Engineers. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "сварочная защита"|description=A module installed into the visor of the suit, this projects a polarized, holographic overlay in front of the user's eyes. It's rated high enough for immunity against extremities such as spot and arc welding, solar eclipses, and handheld flashlights. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "защита головы по ТБ"|description=A series of dampening plates are installed along the back and upper areas of the helmet. These plates absorb abrupt kinetic shocks delivered to the skull. The bulk of this module prevents it from being installed in any suit that is capable of combat armor adjustments. However, the rudimentry nature of the module makes it relatively easy to install into most other suits. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "аппарат приёма пищи"|description=A favorite by Miners, this modification to the helmet utilizes a nanotechnology barrier infront of the mouth to allow eating and drinking while retaining protection and atmosphere. However, it won't free you from masks, lets pepper spray pass through and it will do nothing to improve the taste of a goliath steak. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "защита от падения"|description=Useful for protecting both the suit and the wearer, utilizing commonplace systems to convert the possible damage from a fall into kinetic charge, as well as internal gyroscopes to ensure the user's safe falling. Useful for mining, monorail tracks, or even skydiving! It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "термальный регулятор"|description=Advanced climate control, using an inner body glove interwoven with thousands of tiny, flexible cooling lines. This circulates coolant at various user-controlled temperatures, ensuring they're comfortable; even if they're some that like it hot. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "перчатки-переводчики"|description=A module that adds motion sensors into the suit's gloves, which works in tandem with a short-range subspace transmitter, letting the audibly impaired use sign language over comms. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Cleaning Mister Module|description=An space cleaner mister, able to clean up messes quickly. Synthesizes its own supply over time (if active). It uses 2 complexity.}}}}


{{Autowiki/TechwebEntry|name=Explosive & Pyrotechnical Weaponry|description=If the light stuff just won't do it.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Weapon Development Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Release Grenade Casing|description=An advanced grenade that can be detonated several times, best used with a repeating igniter.}}{{Autowiki/TechwebEntryDesign|name=Large Grenade Casing|description=A grenade that affects a larger area and use larger containers.}}{{Autowiki/TechwebEntryDesign|name=Pyro Grenade Casing|description=An advanced grenade that is able to self ignite its mixture.}}}}
{{Autowiki/TechwebEntry|name=Night Vision Technology|description=There are whispers that Nanotrasen pushed for this technology to extend shift durations, ensuring productivity around the clock.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Integrated HUDs}}|designs={{Autowiki/TechwebEntryDesign|name=Диагностический ИЛС с ПНВ|description=Upgraded version of the diagnostic HUD designed to function during a power failure.}}{{Autowiki/TechwebEntryDesign|name=Медицинский ИЛС с ПНВ|description=An advanced medical head-up display that allows doctors to find patients in complete darkness.}}{{Autowiki/TechwebEntryDesign|name=ПНВ|description=Goggles that let you see through darkness unhindered.}}{{Autowiki/TechwebEntryDesign|name=Мезонный сканер с ПНВ|description=Prototype meson scanners fitted with an extra sensor which amplifies the visible light spectrum and overlays it to the UHD display.}}{{Autowiki/TechwebEntryDesign|name=Научные ПНВ очки|description=Goggles that lets the user see in the dark and recognize chemical compounds at a glance.}}{{Autowiki/TechwebEntryDesign|name=Охранный ИЛС с ПНВ|description=A heads-up display which provides id data and vision in complete darkness.}}}}


{{Autowiki/TechwebEntry|name=Genetic Engineering|description=We have the technology to change him.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Genetic Data Disk|description=Produce additional disks for storing genetic data.}}{{Autowiki/TechwebEntryDesign|name=DNA Infuser Board|description=The circuit board for a DNA Infuser.}}{{Autowiki/TechwebEntryDesign|name=DNA Scanner Board|description=The circuit board for a DNA Scanner.}}{{Autowiki/TechwebEntryDesign|name=DNA Console Board|description=Allows for the construction of circuit boards used to build a new DNA console.}}}}
{{Autowiki/TechwebEntry|name=Passive Implants|description=Implants designed to operate seamlessly without active user input, enhancing various physiological functions or providing continuous benefits.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Augmentation}}|designs={{Autowiki/TechwebEntryDesign|name=Станция Скиллсофт (плата)|description=The circuit board for Skill station.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта - 'Грустный тромбон'|description=Makes death amusing.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта - 'Химический'|description=A glass case containing a chemical implant.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта - 'Слежение'|description=A glass case containing a tracking implant.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта - 'Изгнание'|description=A glass case containing an exile implant.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта - 'Маячок'|description=A glass case containing a beacon implant.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта - 'Блюспейс заземление'|description=A glass case containing a teleport blocker implant.}}{{Autowiki/TechwebEntryDesign|name=Кейс импланта|description=A glass case for containing an implant.}}{{Autowiki/TechwebEntryDesign|name=Имплантер|description=A sterile automatic implant injector.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс локатор|description=Used to track portable teleportation beacons and targets with embedded tracking implants.}}{{Autowiki/TechwebEntryDesign|name=Сменный барабан (.38 ТРЭК) (менее летально)|description=Designed to quickly reload revolvers. TRAC bullets embed a tracking implant within the target's body. The implant's signal is incompatible with teleporters.}}}}


{{Autowiki/TechwebEntry|name=Improved Wound-Tending Surgery|description=Who would have known being more gentle with a hemostat decreases patient pain?|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Tend Wounds (Brute) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Burn) Upgrade|description=An upgraded version of the original surgery.}}}}
{{Autowiki/TechwebEntry|name=Programmed Robot|description=Grants access to movable shells, allowing for remote operations and pranks.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Circuit Shells}}|designs={{Autowiki/TechwebEntryDesign|name=Сборка дрона|description=A shell with the ability to move itself around.}}{{Autowiki/TechwebEntryDesign|name=Pathfinder|description=When triggered, the next step to the target's location as an entity. This can be used with the direction component and the drone shell to make it move on its own. The Id Card input port is for considering ID access when pathing, it does not give the shell actual access.}}{{Autowiki/TechwebEntryDesign|name=Pull Component|description=A component that can force the shell to pull entities. Only works for drone shells.}}}}


{{Autowiki/TechwebEntry|name=Industrial Engineering|description=A refresher course on modern engineering technology.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Capacitor|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Advanced Matter Bin|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Advanced Scanning Module|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Air Alarm Electronics|description=Looks like a circuit. Probably is.}}{{Autowiki/TechwebEntryDesign|name=Airlock Electronics|description=Looks like a circuit. Probably is.}}{{Autowiki/TechwebEntryDesign|name=Anomaly Refinery Board|description=The circuit board for an anomaly refinery}}{{Autowiki/TechwebEntryDesign|name=APC Control Board|description=Allows for the construction of circuit boards used to build a new APC control console.}}{{Autowiki/TechwebEntryDesign|name=Atmospheric Monitor Board|description=Allows for the construction of circuit boards used to build an Atmospheric Monitor.}}{{Autowiki/TechwebEntryDesign|name=Atmospheric thermal imaging goggles|description=Used by Atmospheric Technician to determine the temperature of the air}}{{Autowiki/TechwebEntryDesign|name=Atmosphere Alert Board|description=Allows for the construction of circuit boards used to build an atmosphere alert console.}}{{Autowiki/TechwebEntryDesign|name=Autolathe Board|description=The circuit board for an autolathe.}}{{Autowiki/TechwebEntryDesign|name=Cell Charger Board|description=The circuit board for a cell charger.}}{{Autowiki/TechwebEntryDesign|name=Crystallizer Board|description=The circuit board for a crystallizer.}}{{Autowiki/TechwebEntryDesign|name=Electrolyzer Board|description=The circuit board for an electrolyzer.}}{{Autowiki/TechwebEntryDesign|name=Extended-Capacity Emergency Oxygen Tank|description=Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it.}}{{Autowiki/TechwebEntryDesign|name=Emergency Oxygen Tank|description=Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it.}}{{Autowiki/TechwebEntryDesign|name=Emitter Board|description=The circuit board for an emitter.}}{{Autowiki/TechwebEntryDesign|name=Mass Driver Board|description=The circuit board for a mass driver.}}{{Autowiki/TechwebEntryDesign|name=Fire Alarm Electronics|description=A fire alarm circuit. Can handle heat levels up to 40 degrees celsius.}}{{Autowiki/TechwebEntryDesign|name=Firelock Circuitry|description=A circuit board used in construction of firelocks.}}{{Autowiki/TechwebEntryDesign|name=Generic Gas Tank|description=A generic tank used for storing and transporting gasses. Can be used for internals.}}{{Autowiki/TechwebEntryDesign|name=Grounding Rod Board|description=The circuit board for a grounding rod.}}{{Autowiki/TechwebEntryDesign|name=High-Capacity Power Cell|description=A power cell that holds 10 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=High-Power Micro-Laser|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Optical Meson Scanners|description=Used by engineering and mining staff to see basic structural and terrain layouts through walls, regardless of lighting condition.}}{{Autowiki/TechwebEntryDesign|name=Nano Servo|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Oxygen Tank|description=An empty oxygen tank.}}{{Autowiki/TechwebEntryDesign|name=PACMAN Board|description=The circuit board for a PACMAN-type portable generator.}}{{Autowiki/TechwebEntryDesign|name=Plasma Tank|description=An empty oxygen tank.}}{{Autowiki/TechwebEntryDesign|name=Plasmaman Belt Tank|description=A tank of plasma gas designed specifically for use as internals, particularly for plasma-based lifeforms. If you're not a Plasmaman, you probably shouldn't use this.}}{{Autowiki/TechwebEntryDesign|name=Pneumatic Airlock Seal|description=A heavy brace used to seal airlocks. Useful for keeping out people without the dexterity to remove it.}}{{Autowiki/TechwebEntryDesign|name=APC Module|description=Heavy-duty switching circuits for power control.}}{{Autowiki/TechwebEntryDesign|name=Power Monitor Board|description=Allows for the construction of circuit boards used to build a new power monitor.}}{{Autowiki/TechwebEntryDesign|name=Weapon Recharger Board|description=The circuit board for a Weapon Recharger.}}{{Autowiki/TechwebEntryDesign|name=Recycler Board|description=The circuit board for a recycler.}}{{Autowiki/TechwebEntryDesign|name=Rapid Part Exchange Device|description=Special mechanical module made to store, sort, and apply standard machine parts.}}{{Autowiki/TechwebEntryDesign|name=Scanner Gate Board|description=The circuit board for a scanner gate.}}{{Autowiki/TechwebEntryDesign|name=Solar Control Board|description=Allows for the construction of circuit boards used to build a solar control console.}}{{Autowiki/TechwebEntryDesign|name=Stacking Machine Console Board|description=The circuit board for a Stacking Machine Console.}}{{Autowiki/TechwebEntryDesign|name=Stacking Machine Board|description=The circuit board for a Stacking Machine.}}{{Autowiki/TechwebEntryDesign|name=Suit Storage Unit|description=The circuit board for a suit storage unit.}}{{Autowiki/TechwebEntryDesign|name=Tank Compressor Board|description=The circuit board for a tank compressor}}{{Autowiki/TechwebEntryDesign|name=Tesla Coil Board|description=The circuit board for a tesla coil.}}{{Autowiki/TechwebEntryDesign|name=Thermomachine Board|description=The circuit board for a thermomachine.}}{{Autowiki/TechwebEntryDesign|name=Water Recycler|description=A small hydrostatic reclaimer, it takes moisture out of the air and returns it back to the source.}}{{Autowiki/TechwebEntryDesign|name=Welding Goggles|description=Protects the eyes from bright flashes; approved by the mad scientist association.}}}}
{{Autowiki/TechwebEntry|name=Programmed Server|description=Grants access to a server shell that has a very high capacity for components.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Brain-Computer Interface}}|designs={{Autowiki/TechwebEntryDesign|name=Сборка сервера|description=A very large shell that cannot be moved around. Stores the most components.}}}}


{{Autowiki/TechwebEntry|name=Medical Exosuit Equipment|description=Tools for high level mech suits|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Medical (Medical Beamgun)|description=Equipment for medical exosuits. A mounted medical nanite projector which will treat patients with a focused beam.}}{{Autowiki/TechwebEntryDesign|name=Mounted Sleeper|description=Equipment for medical exosuits. A mounted sleeper that stabilizes patients and can inject reagents in the exosuit's reserves.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Medical (Syringe Gun)|description=Equipment for medical exosuits. A chem synthesizer with syringe gun. Reagents inside are held in stasis, so no reactions will occur.}}}}
{{Autowiki/TechwebEntry|name=Programming|description=Dedicate an entire shift to program a fridge to greet you when opened.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Robotics}}|designs={{Autowiki/TechwebEntryDesign|name=Принтер компонентов (плата)|description=The circuit board for a component printer}}{{Autowiki/TechwebEntryDesign|name=Дубликатор модулей (плата)|description=The circuit board for a module duplicator}}{{Autowiki/TechwebEntryDesign|name=Мультитул для схем|description=A circuit multitool to mark entities and load them into.}}{{Autowiki/TechwebEntryDesign|name=Компактный пульт|description=A handheld shell with one big button.}}{{Autowiki/TechwebEntryDesign|name=USB-кабель|description=A cable that allows certain shells to connect to nearby computers and machines.}}{{Autowiki/TechwebEntryDesign|name=Интегральная схема|description=The foundation of all circuits. All Circuitry go onto this.}}{{Autowiki/TechwebEntryDesign|name=Access Checker Component|description=Performs a basic comparison between two lists of strings, with additional functions that help in using it to check access on IDs.}}{{Autowiki/TechwebEntryDesign|name=Arctangent 2 Component|description=A two parameter arctan2 component, for calculating any angle you want.}}{{Autowiki/TechwebEntryDesign|name=Arithmetic Component|description=General arithmetic component with arithmetic capabilities.}}{{Autowiki/TechwebEntryDesign|name=Associative List Pick Component|description=A component that lets a user pick 1 element from an associative list. Returns the selected element.}}{{Autowiki/TechwebEntryDesign|name=Associative List Remove|description=Removes a key from an associative list variable.}}{{Autowiki/TechwebEntryDesign|name=Associative List Set|description=Sets a string key on an associative list to a specific value.}}{{Autowiki/TechwebEntryDesign|name=Binary Conversion Component|description=Splits a decimal number into an array of binary digits, or bits, represented as 1 or 0 and often used in boolean or binary operations like AND, OR and XOR.}}{{Autowiki/TechwebEntryDesign|name=Clock Component|description=A component that repeatedly fires.}}{{Autowiki/TechwebEntryDesign|name=Comparison Component|description=A component that compares two objects.}}{{Autowiki/TechwebEntryDesign|name=Concatenation Component|description=A component that combines strings.}}{{Autowiki/TechwebEntryDesign|name=Concatenate List Component|description=A component that joins up a list with a separator into a single string.}}{{Autowiki/TechwebEntryDesign|name=Decimal Conversion Component|description=Merges an array of binary digits, or bits, represented as 1 or 0 and often used in boolean or binary operations, into a decimal number.}}{{Autowiki/TechwebEntryDesign|name=Delay Component|description=A component that delays a signal by a specified duration. Timer gets reset when triggered again.}}{{Autowiki/TechwebEntryDesign|name=Direction Component|description=A component that returns the direction of itself and an entity.}}{{Autowiki/TechwebEntryDesign|name=Element Find|description=Checks if an element is in a list and returns the index it is as if it is. Index is set to 0 on failure.}}{{Autowiki/TechwebEntryDesign|name=Filter List Component|description=A component that loops through each element in a list and filters them.}}{{Autowiki/TechwebEntryDesign|name=For Each Component|description=A component that loops through each element in a list.}}{{Autowiki/TechwebEntryDesign|name=Format List Component|description=A component that formats lists, replacing %n in the format string with corresponding nth list item.}}{{Autowiki/TechwebEntryDesign|name=Format Associative List Component|description=A component that formats associative lists, replacing %key in the format string with corresponding list[key] item.}}{{Autowiki/TechwebEntryDesign|name=Get Column Component|description=Gets the column of a table and returns it as a regular list.}}{{Autowiki/TechwebEntryDesign|name=GPS Component|description=A component that returns the xyz co-ordinates of itself.}}{{Autowiki/TechwebEntryDesign|name=Health Component|description=A component that returns the health of an organism.}}{{Autowiki/TechwebEntryDesign|name=Compare Health State Component|description=A component that compares the health state of an organism, and returns true or false.}}{{Autowiki/TechwebEntryDesign|name=Voice Activator Component|description=A component that listens for messages. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=ID Access Reader Component|description=A component that reads the access on an ID.}}{{Autowiki/TechwebEntryDesign|name=ID Getter Component|description=A component that returns the first available ID card on an organism.}}{{Autowiki/TechwebEntryDesign|name=ID Info Reader Component|description=A component that reads the name, job, and age on an ID.}}{{Autowiki/TechwebEntryDesign|name=Index Component|description=A component that returns the value of a list at a given index.}}{{Autowiki/TechwebEntryDesign|name=Index Associative List Component|description=A component that is commonly used to access a row from a table. Accesses data from a key, value list.}}{{Autowiki/TechwebEntryDesign|name=Index Table Component|description=Gets the row of a table as an associative list using the index inputted. Will return no value if the index is invalid or a proper table is not returned.}}{{Autowiki/TechwebEntryDesign|name=Laser Pointer Component|description=A component that shines a high powered light at a target.}}{{Autowiki/TechwebEntryDesign|name=Length Component|description=A component that returns the length of its input.}}{{Autowiki/TechwebEntryDesign|name=Light Component|description=A component that emits a light of a specific brightness and colour. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=List Add|description=Adds an element to a list variable.}}{{Autowiki/TechwebEntryDesign|name=Associative List Literal|description=A component that returns an associative list consisting of the inputs.}}{{Autowiki/TechwebEntryDesign|name=List Clear|description=Clears a list variable.}}{{Autowiki/TechwebEntryDesign|name=List Literal Component|description=A component that creates a list from whatever input you give it.}}{{Autowiki/TechwebEntryDesign|name=List Pick Component|description=A component that lets a user pick 1 element from a list. Returns the selected element.}}{{Autowiki/TechwebEntryDesign|name=List Remove|description=Removes an element from a list variable.}}{{Autowiki/TechwebEntryDesign|name=Logic Component|description=A component with 'and' and 'or' capabilities.}}{{Autowiki/TechwebEntryDesign|name=Material Scanner|description=Outputs the material composition of the inputted entity.}}{{Autowiki/TechwebEntryDesign|name=MMI Component|description=A component that allows MMI to enter shells to send output signals.}}{{Autowiki/TechwebEntryDesign|name=Module Component|description=A component that has other components within it, acting like a function. Use it in your hand to control the amount of input and output ports it has, as well as being able to access the integrated circuit contained inside.}}{{Autowiki/TechwebEntryDesign|name=Multiplexer Component|description=Copies the input chosen by "Input Selector" to the output.}}{{Autowiki/TechwebEntryDesign|name=Not Component|description=A component that inverts its input.}}{{Autowiki/TechwebEntryDesign|name=NTNet Receiver|description=Receives data packages through NTNet. If Encryption Key is set then only signals with the same Encryption Key will be received.}}{{Autowiki/TechwebEntryDesign|name=NTNet Transmitter|description=Sends a data package through NTNet. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}{{Autowiki/TechwebEntryDesign|name=NTNet Transmitter List Literal|description=Creates a list literal data package and sends it through NTNet. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}{{Autowiki/TechwebEntryDesign|name=NFC Transmitter|description=Sends a data package through NTNet. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}{{Autowiki/TechwebEntryDesign|name=NFC Receiver|description=Receives data packages through NFC. If Encryption Key is set then only signals with the same Encryption Key will be received.}}{{Autowiki/TechwebEntryDesign|name=Proximity Pinpointer Component|description=A component that returns the xyz co-ordinates of its entity input, as long as its in view.}}{{Autowiki/TechwebEntryDesign|name=Pressure Sensor Component|description=Outputs the current pressure of the tile}}{{Autowiki/TechwebEntryDesign|name=Radio Component|description=A component that can listen and send frequencies. If set to private, the component will only receive signals from other components attached to circuitboards with the same owner id.}}{{Autowiki/TechwebEntryDesign|name=Random Component|description=A component that returns random values.}}{{Autowiki/TechwebEntryDesign|name=Reagents Scanner|description=Outputs the reagents found inside the inputted entity.}}{{Autowiki/TechwebEntryDesign|name=Router Component|description=Copies the input chosen by "Input Selector" to the output chosen by "Output Selector".}}{{Autowiki/TechwebEntryDesign|name=Select Query Component|description=A component used with USB cables that can perform select queries on a list based on the column name selected. The values are then compared with the comparison input.}}{{Autowiki/TechwebEntryDesign|name=Self Component|description=A component that returns the current shell.}}{{Autowiki/TechwebEntryDesign|name=Set Variable Trigger|description=A component that sets a variable globally on the circuit. This one requires input signals and also provides an output signal}}{{Autowiki/TechwebEntryDesign|name=Sound Emitter Component|description=A component that emits a sound when it receives an input. The frequency is a multiplier which determines the speed at which the sound is played}}{{Autowiki/TechwebEntryDesign|name=Get Species Component|description=A component that returns the species of its input.}}{{Autowiki/TechwebEntryDesign|name=Speech Component|description=A component that sends a message. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=Speech Component|description=A component that sends a message. Requires a shell.}}{{Autowiki/TechwebEntryDesign|name=Split Component|description=Splits a string by the separator, turning it into a list}}{{Autowiki/TechwebEntryDesign|name=String Contains Component|description=Checks if a string contains a word/letter}}{{Autowiki/TechwebEntryDesign|name=Temperature Sensor Component|description=Outputs the current temperature of the tile}}{{Autowiki/TechwebEntryDesign|name=Textcase Component|description=A component that makes its input uppercase or lowercase.}}{{Autowiki/TechwebEntryDesign|name=Timepiece Component|description=A component that outputs the current station time. The text output port is used for time formats while the numerical output port is used for units of time.}}{{Autowiki/TechwebEntryDesign|name=Toggle Component|description=A component that toggles between on and off when triggered. All input ports (except for set toggle) will trigger the component.}}{{Autowiki/TechwebEntryDesign|name=To Number|description=A component that converts its input (a string) to a number. If there's text in the input, it'll only consider it if it starts with a number. It will take that number and ignore the rest.}}{{Autowiki/TechwebEntryDesign|name=To String Component|description=A component that converts its input to text.}}{{Autowiki/TechwebEntryDesign|name=Trigonometry Component|description=General trigonometry component with main and inverse trigonometry functions.}}{{Autowiki/TechwebEntryDesign|name=Typecast Component|description=A component that casts a value to a type if it matches or outputs null.}}{{Autowiki/TechwebEntryDesign|name=Typecheck Component|description=A component that checks the type of its input.}}{{Autowiki/TechwebEntryDesign|name=View Sensor Component|description=Outputs a list with all movable objects in it's view. Requires a shell. Max range of 5 tiles.}}}}


{{Autowiki/TechwebEntry|name=Quantum Electromagnetic Technology|description=Even better electromagnetic technology.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Quad-Ultra Micro-Laser|description=A stock part used in the construction of various devices.}}}}
{{Autowiki/TechwebEntry|name=Riot Supression|description=When you are on the opposing side of a revolutionary movement.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Security Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Весёлый ударник|description=Advanced clowntech that can convert any firearm into a far more useful object.}}{{Autowiki/TechwebEntryDesign|name=Ударник испытательного полигона|description=This safety firing pin allows firearms to be operated within proximity to a firing range.}}{{Autowiki/TechwebEntryDesign|name=Ударник защиты разума|description=This is a security firing pin which only authorizes users who are mindshield-implanted.}}{{Autowiki/TechwebEntryDesign|name=Телескопический щит|description=An advanced riot shield made of lightweight materials that collapses for easy storage.}}{{Autowiki/TechwebEntryDesign|name=Баллистический щит|description=A heavy shield designed for blocking projectiles, weaker to melee.}}{{Autowiki/TechwebEntryDesign|name=Наручники|description=Use this to keep prisoners in line.}}{{Autowiki/TechwebEntryDesign|name=Энергетическая бола|description=A specialized hard-light bola designed to ensnare fleeing criminals and aid in arrests.}}}}


{{Autowiki/TechwebEntry|name=Rapid Device Upgrade Designs|description=Unlocks new designs that improve rapid devices.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=RCD anti disruption designs upgrade|description=Prevents interruption of RCD construction and deconstruction.}}{{Autowiki/TechwebEntryDesign|name=RCD cooling upgrade|description=Allows the RCD to more quickly perform multiple actions at once.}}{{Autowiki/TechwebEntryDesign|name=RCD frames designs upgrade|description=Adds computer and machine frame designs to the RCD.}}{{Autowiki/TechwebEntryDesign|name=RCD furnishing upgrade|description=Adds the ability to furnish areas using the RCD.}}{{Autowiki/TechwebEntryDesign|name=RCD simple circuits designs upgrade|description=Adds the ability to produce simple circuits using the RCD.}}{{Autowiki/TechwebEntryDesign|name=RPD unwrenching upgrade|description=Adds reverse wrench mode to the RPD. Attention, due to budget cuts, the mode is hard linked to the destroy mode control button.}}}}
{{Autowiki/TechwebEntry|name=Security Equipment|description=All the essentials to subdue a mime.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Arms}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль охранных записей (плата)|description=Allows for the construction of circuit boards used to build a security records console.}}{{Autowiki/TechwebEntryDesign|name=Консоль камер на аванпосте (плата)|description=Allows for the construction of circuit boards used to build an outpost status display console.}}{{Autowiki/TechwebEntryDesign|name=Консоль управления заключенными (плата)|description=Allows for the construction of circuit boards used to build a prisoner management console.}}{{Autowiki/TechwebEntryDesign|name=Научная консоль камер видеонаблюдения (плата)|description=Allows for the construction of circuit boards used to build research camera computers.}}{{Autowiki/TechwebEntryDesign|name=Консоль камер видеонаблюдения (плата)|description=Allows for the construction of circuit boards used to build security camera computers.}}{{Autowiki/TechwebEntryDesign|name=Охранная фотокабина (плата)|description=The circuit board for a security photobooth.}}{{Autowiki/TechwebEntryDesign|name=Фотокабина (плата)|description=The circuit board for a photobooth.}}{{Autowiki/TechwebEntryDesign|name=Сканирующие ворота (плата)|description=The circuit board for a scanner gate.}}{{Autowiki/TechwebEntryDesign|name=Перцовый баллончик|description=Manufactured by UhangInc, used to blind and down an opponent quickly. Printed pepper sprays do not contain reagents.}}{{Autowiki/TechwebEntryDesign|name=Маячок ДРАГнета|description=A beacon that can be used as a teleport destination for DRAGnet snare rounds. Remember to sync it with your DRAGnet first!}}{{Autowiki/TechwebEntryDesign|name=Сканер N-spect|description=Central Command-issued inspection device. Performs inspections according to Nanotrasen protocols when activated, then prints an encrypted report regarding the maintenance of the station. Definitely not giving you cancer.}}{{Autowiki/TechwebEntryDesign|name=Пакет для улик|description=An empty evidence bag.}}{{Autowiki/TechwebEntryDesign|name=Стяжки|description=Plastic, disposable zipties that can be used to restrain temporarily but are destroyed after use.}}{{Autowiki/TechwebEntryDesign|name=Фонарь охраны|description=A robust flashlight used by security.}}{{Autowiki/TechwebEntryDesign|name=Электрорюкзак|description=Dance my monkeys! DANCE!!!}}}}


{{Autowiki/TechwebEntry|name=Subdermal Implants|description=Electronic implants buried beneath the skin.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Speed Loader (.38 TRAC) (Less Lethal)|description=Designed to quickly reload revolvers. TRAC bullets embed a tracking implant within the target's body. The implant's signal is incompatible with teleporters.}}{{Autowiki/TechwebEntryDesign|name=Chemical Implant Case|description=A glass case containing a chemical implant.}}{{Autowiki/TechwebEntryDesign|name=Tracking Implant Case|description=A glass case containing a tracking implant.}}{{Autowiki/TechwebEntryDesign|name=Exile Implant Case|description=A glass case containing an exile implant.}}{{Autowiki/TechwebEntryDesign|name=Implant Case|description=A glass case for containing an implant.}}{{Autowiki/TechwebEntryDesign|name=Implanter|description=A sterile automatic implant injector.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Locator|description=Used to track portable teleportation beacons and targets with embedded tracking implants.}}}}
{{Autowiki/TechwebEntry|name=Security Modular Suits|description=Security suits for space crime handling.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Modular Suit Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=МОДуль "раздатчик гранат Мираж"|description=This module can create mirage grenades at the user's liking. These grenades create holographic copies of the user. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОД-обшивка охранная|description=External plating for a MODsuit. An Apadyne Technologies security suit, offering quicker speed at the cost of carrying capacity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "прототип маскировки"|description=A complete retrofitting of the suit, this is a form of visual concealment tech employing esoteric technology to bend light around the user, as well as mimetic materials to make the surface of the suit match the surroundings based off sensor data. For some reason, this tech is rarely seen. It uses 4 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "магнитная кобура"|description=Based off old TerraGov harness kits, this magnetic harness automatically attaches dropped guns back to the wearer. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "система Пасфайндер"|description=This module, brought to you by Nakamura Engineering, has two components. The first component is a series of thrusters and a computerized location subroutine installed into the very control unit of the suit, allowing it flight at highway speeds using the suit's access locks to navigate through the station, and to be able to locate the second part of the system; a pathfinding implant installed into the base of the user's spine, broadcasting their location to the suit and allowing them to recall it to their person at any time. The implant is stored in the module and needs to be injected in a human to function. Nakamura Engineering swears up and down there's airbrakes. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "кобура"|description=Based off typical storage compartments, this system allows the suit to holster a standard firearm across its surface and allow for extremely quick retrieval. While some users prefer the chest, others the forearm for quick deployment, some law enforcement prefer the holster to extend from the thigh. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "активный сонар"|description=Ancient tech from the 20th century, this module uses sonic waves to detect living creatures within the user's radius. Its basic function slowly scans around the user for any bio-signatures, however it can be overclocked to scan everywhere at once.Its loud ping is much harder to hide in an indoor station than in the outdoor operations it was designed for. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "ослабитель снарядов"|description=Using technology from peaceborgs, this module weakens all projectiles in nearby range. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "держатель преступника"|description=The private security that had orders to take in people dead were quite happy with their space-proofed suit, but for those who wanted to bring back whomever their targets were still breathing needed a way to "share" the space-proofing. And thus: criminal capture! Creates a hardlight prisoner transport bag around the apprehended that has breathable atmospheric conditions. It uses 2 complexity.}}}}


{{Autowiki/TechwebEntry|name=Tram Technology|description=Technology for linear induction transportation systems.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Telecommunications Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Tram Controller Cabinet|description=A box that contains the equipment to control a tram. Just secure to the tram wall.}}{{Autowiki/TechwebEntryDesign|name=Tram Indicator Display|description=Used to build tram indicator displays, just secure to the wall.}}{{Autowiki/TechwebEntryDesign|name=Crossing Signal Board|description=The circuit board for a tram crossing signal.}}{{Autowiki/TechwebEntryDesign|name=Guideway Sensor Board|description=The circuit board for a tram proximity sensor.}}}}
{{Autowiki/TechwebEntry|name=Service Cyborg Upgrades|description=Let them do the cookin' by the book.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cybernetics}}|designs={{Autowiki/TechwebEntryDesign|name=Док стола на колёсиках сервисного киборга|description=An upgrade to the service model cyborg, to help provide mobile service.}}{{Autowiki/TechwebEntryDesign|name=Синтезатор приправ сервисного киборга|description=An upgrade to the service model cyborg, allowing it to produce solid condiments.}}{{Autowiki/TechwebEntryDesign|name=Набор повара сервисного киборга|description=An upgrade to the service model cyborg, to help process foods.}}{{Autowiki/TechwebEntryDesign|name=Держатель обслуживания сервисного киборга|description=An upgrade to the service model cyborg, to help handle foods and paper.}}{{Autowiki/TechwebEntryDesign|name=Держатель стаканов сервисного киборга|description=A supplementary drinking glass storage apparatus for service cyborgs.}}{{Autowiki/TechwebEntryDesign|name=Поваренная книга сервисного киборга|description=An upgrade to the service model cyborg, that lets them create more foods.}}{{Autowiki/TechwebEntryDesign|name=Набор ботаника сервисного киборга|description=An upgrade to the service model cyborg, that let them do gardening and plant processing.}}}}


{{Autowiki/TechwebEntry|name=Weapon Development Technology|description=Our researchers have found new ways to weaponize just about everything now.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Ballistic Shield|description=A heavy shield designed for blocking projectiles, weaker to melee.}}{{Autowiki/TechwebEntryDesign|name=Test-Range Firing Pin|description=This safety firing pin allows firearms to be operated within proximity to a firing range.}}{{Autowiki/TechwebEntryDesign|name=Telescopic Riot Shield|description=An advanced riot shield made of lightweight materials that collapses for easy storage.}}{{Autowiki/TechwebEntryDesign|name=Scatter Laser Shotgun Shell (Lethal)|description=A high-tech shotgun shell which houses an internal capacitor and laser focusing crystal inside of a shell casing. Able to be fired from conventional ballistic shotguns with minimal rifling degradation. Also leaves most targets covered in grotesque burns.}}}}
{{Autowiki/TechwebEntry|name=Telecommunications Technology|description=A comprehensive suite of machinery for station-wide communication setups, ensuring seamless connectivity and operational coordination.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Parts}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль мониторинга телекоммуникаций (плата)|description=Allows for the construction of circuit boards used to build a telecommunications monitor.}}{{Autowiki/TechwebEntryDesign|name=Консоль мониторинга серверов телекоммуникаций (плата)|description=Allows for the construction of circuit boards used to build a telecommunication server browser and monitor.}}{{Autowiki/TechwebEntryDesign|name=Консоль мониторинга сообщений (плата)|description=Allows for the construction of circuit boards used to build a messaging monitor console.}}{{Autowiki/TechwebEntryDesign|name=Квантовый ретранслятор NTNet (плата)|description=The circuit board for a wireless network relay.}}{{Autowiki/TechwebEntryDesign|name=Узел телекоммуникации (плата)|description=Allows for the construction of Telecommunications Hub Mainframes.}}{{Autowiki/TechwebEntryDesign|name=Сервер обмена сообщениями|description=Allows for the construction of Telecommunications Messaging Servers.}}{{Autowiki/TechwebEntryDesign|name=Сервер телекоммуникации (плата)|description=Allows for the construction of Telecommunications Servers.}}{{Autowiki/TechwebEntryDesign|name=Процессорный блок (плата)|description=Allows for the construction of Telecommunications Processor equipment.}}{{Autowiki/TechwebEntryDesign|name=Ретранслятор телекоммуникации (плата)|description=Allows for the construction of Telecommunications Relay Mainframes.}}{{Autowiki/TechwebEntryDesign|name=Главный модуль шины (плата)|description=Allows for the construction of Telecommunications Bus Mainframes.}}{{Autowiki/TechwebEntryDesign|name=Подпространственный передатчик (плата)|description=Allows for the construction of Subspace Broadcasting equipment.}}{{Autowiki/TechwebEntryDesign|name=Подпространственный приёмник (плата)|description=Allows for the construction of Subspace Receiver equipment.}}{{Autowiki/TechwebEntryDesign|name=Усилитель подпространства|description=A compact micro-machine capable of amplifying weak subspace transmissions.}}{{Autowiki/TechwebEntryDesign|name=Анализатор длины волны подпространства|description=A sophisticated analyzer capable of analyzing cryptic subspace wavelengths.}}{{Autowiki/TechwebEntryDesign|name=Ансибл подпространства|description=A compact module capable of sensing extradimensional activity.}}{{Autowiki/TechwebEntryDesign|name=Кристалл ансибл|description=A sophisticated analyzer capable of analyzing cryptic subspace wavelengths.}}{{Autowiki/TechwebEntryDesign|name=Фильтр гиперволны|description=A tiny device capable of filtering and converting super-intense radiowaves.}}{{Autowiki/TechwebEntryDesign|name=Передатчик подпространства|description=A large piece of equipment used to open a window into the subspace dimension.}}{{Autowiki/TechwebEntryDesign|name=Диск лечения подпространства|description=A compact micro-machine capable of stretching out hyper-compressed radio waves.}}}}


{{Autowiki/TechwebEntry|name=Xeno-organ Biology|description=Plasmaman, Ethereals, Lizardpeople... What makes our non-human crewmembers tick?|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}|designs={{Autowiki/TechwebEntryDesign|name=Ethereal Organ Design Disk|description=Contains designs for ethereal organs for the limbgrower - Ethereal tongue and stomach.}}{{Autowiki/TechwebEntryDesign|name=Felinid Organ Design Disk|description=Contains designs for felinid organs for the limbgrower - Felinid ears and tail.}}{{Autowiki/TechwebEntryDesign|name=Lizard Organ Design Disk|description=Contains designs for lizard organs for the limbgrower - Lizard tongue, and tail}}{{Autowiki/TechwebEntryDesign|name=Plasmaman Organ Design Disk|description=Contains designs for plasmaman organs for the limbgrower - Plasmaman tongue, liver, stomach, and lungs.}}}}
{{Autowiki/TechwebEntry|name=Xenobiology|description=Exploration of non-human biology, unlocking the secrets of extraterrestrial lifeforms and their unique biological processes.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cytology}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль ксенобиологии управления слизнями (плата)|description=Allows for the construction of circuit boards used to build xenobiology camera computers.}}{{Autowiki/TechwebEntryDesign|name=Сканер слизней|description=A device that analyzes a slime's internal composition and measures its stats.}}{{Autowiki/TechwebEntryDesign|name=Диск с дизайном органов эфирала|description=Contains designs for ethereal organs for the limbgrower - Ethereal tongue and stomach.}}{{Autowiki/TechwebEntryDesign|name=Диск с дизайном органов фелинида|description=Contains designs for felinid organs for the limbgrower - Felinid ears and tail.}}{{Autowiki/TechwebEntryDesign|name=Диск с дизайном органов унатха|description=Contains designs for lizard organs for the limbgrower - Lizard tongue, and tail}}{{Autowiki/TechwebEntryDesign|name=Диск с дизайном органов плазмамена|description=Contains designs for plasmaman organs for the limbgrower - Plasmaman tongue, liver, stomach, and lungs.}}}}


{{Autowiki/TechwebEntry|name=Advanced Biotechnology|description=Advanced Biotechnology|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Autopsy Scanner|description=Used in surgery to extract information from a cadaver. Can also scan the health of cadavers like an advanced health analyzer!}}{{Autowiki/TechwebEntryDesign|name=Crew Pinpointer|description=Allows tracking of someone's location if their suit sensors are turned to tracking beacon.}}{{Autowiki/TechwebEntryDesign|name=Compact Defibrillator|description=A compact defibrillator that can be worn on a belt.}}{{Autowiki/TechwebEntryDesign|name=Organ Harvester Board|description=The circuit board for an organ harvester.}}{{Autowiki/TechwebEntryDesign|name=Advanced Health Analyzer|description=A hand-held body scanner able to distinguish vital signs of the subject with high accuracy.}}{{Autowiki/TechwebEntryDesign|name=PENLITE Holobarrier Projector|description=PENLITE holobarriers, a device that halts individuals with malicious diseases.}}{{Autowiki/TechwebEntryDesign|name=Limb Grower Board|description=The circuit board for a limb grower.}}{{Autowiki/TechwebEntryDesign|name=Metamaterial Beaker|description=A large beaker. Can hold up to 180 units.}}{{Autowiki/TechwebEntryDesign|name=Chemical Analyzer|description=An electrode attached to a small circuit box that will display details of a solution. Can be toggled to provide a description of each of the reagents. The screen currently displays nothing.}}{{Autowiki/TechwebEntryDesign|name=Piercing Syringe|description=A diamond-tipped syringe that pierces armor when launched at high velocity. It can hold up to 10 units.}}{{Autowiki/TechwebEntryDesign|name=Plasmaman Jumpsuit Refill|description=A refill pack for the auto-extinguisher on Plasma-man suits.}}{{Autowiki/TechwebEntryDesign|name=Smoke Machine Board|description=The circuit board for a smoke machine.}}}}
{{Autowiki/TechwebEntry|name=Advanced Fishing Tools|description=Continuing advancements in fishing technology, incorporating cutting-edge features in space fishing operations. Just don't try this on space carps...|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Fishing Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Продвинутая удочка|description=A fishing rod with an embedded generator dispensing an infinite supply of fishing baits.}}{{Autowiki/TechwebEntryDesign|name=Атлетические рыболовные перчатки|description=A pair of gloves to fish without a fishing rod and train your athletics with.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "рыболовные перчатки"|description=A MOD module that takes in an external fishing rod to enable the user to fish without having to hold one, while also making it slightly easier. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Гиростабилизированный крючок|description=An advanced fishing hook that gives the user a tighter control on the fish when reeling in.}}{{Autowiki/TechwebEntryDesign|name=Автоматическая катушка для лески|description=An advanced line reel which can be used speed up fishing or casually snag other items in your direction.}}{{Autowiki/TechwebEntryDesign|name=Анализатор рыбы|description=An analyzer used to monitor fish's status and traits with.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс кейс для рыбы|description=An improved fish case to keep large fish in stasis in a compact little space.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс набор для аквариума|description=The required components to upgrade the capacity of a fish tank.}}}}


{{Autowiki/TechwebEntry|name=Biological Technology|description=What makes us tick.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Portable Booze Dispenser Board|description=The circuit board for a portable booze dispenser.}}{{Autowiki/TechwebEntryDesign|name=Blood Pack|description=Is used to contain blood used for transfusion. Must be attached to an IV drip.}}{{Autowiki/TechwebEntryDesign|name=Portable Chem Dispenser Board|description=The circuit board for a portable chem dispenser.}}{{Autowiki/TechwebEntryDesign|name=Chemical Heater Board|description=The circuit board for a chemical heater.}}{{Autowiki/TechwebEntryDesign|name=High-Performance Liquid Chromatography Board|description=The circuit board for a High-Performance Liquid Chromatography (Machine Board}}{{Autowiki/TechwebEntryDesign|name=Chem Master Board|description=The circuit board for a Chem Master 3000.}}{{Autowiki/TechwebEntryDesign|name=Intravenous Medicine Bag|description=A plastic pressure bag for IV administration of drugs.}}{{Autowiki/TechwebEntryDesign|name=PENLITE Defibrillator Wall Mount|description=An all-in-one mounted frame for holding defibrillators, complete with ID-locked clamps and recharging cables. The PENLITE version also allows for slow recharging of the defib's battery.}}{{Autowiki/TechwebEntryDesign|name=Defibrillator|description=A portable defibrillator, used for resuscitating recently deceased crew.}}{{Autowiki/TechwebEntryDesign|name=Genetic Sequence Analyzer|description=A handy hand-held analyzers for quickly determining mutations and collecting the full sequence.}}{{Autowiki/TechwebEntryDesign|name=Health Analyzer|description=A hand-held body scanner capable of distinguishing vital signs of the subject. Has a side button to scan for chemicals, and can be toggled to scan wounds.}}{{Autowiki/TechwebEntryDesign|name=Medical Spray Bottle|description=A traditional spray bottle used to generate a fine mist. Not to be confused with a medspray.}}{{Autowiki/TechwebEntryDesign|name=Medical Kiosk Board|description=The circuit board for a Medical Kiosk.}}{{Autowiki/TechwebEntryDesign|name=Medical Gel|description=A medical gel applicator bottle, designed for precision application, with an unscrewable cap.}}{{Autowiki/TechwebEntryDesign|name=Medipen Refiller Board|description=The circuit board for a Medipen Refiller.}}{{Autowiki/TechwebEntryDesign|name=PanD.E.M.I.C. 2200 Board|description=Allows for the construction of circuit boards used to build a PanD.E.M.I.C. 2200 console.}}{{Autowiki/TechwebEntryDesign|name=Paramedic Penlight|description=A high-powered UV penlight intended to help stave off infection in the field on serious burned patients. Probably really bad to look into.}}{{Autowiki/TechwebEntryDesign|name=Portable Soda Dispenser Board|description=The circuit board for a portable soda dispenser.}}}}
{{Autowiki/TechwebEntry|name=Advanced Medbay Equipment|description=State-of-the-art medical gear for keeping the crew in one piece — mostly.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Chemical Synthesis}}|designs={{Autowiki/TechwebEntryDesign|name=Дымогенератор (плата)|description=The circuit board for a smoke machine.}}{{Autowiki/TechwebEntryDesign|name=Высокопроизводительная машина для жидкостной хроматографии (плата)|description=The circuit board for a High-Performance Liquid Chromatography (Machine Board}}{{Autowiki/TechwebEntryDesign|name=Продвинутый анализатор здоровья|description=A hand-held body scanner able to distinguish vital signs of the subject with high accuracy.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "анализатор здоровья"|description=A module installed into the glove of the suit. This is a high-tech biological scanning suite, allowing the user indepth information on the vitals and injuries of others even at a distance, all with the flick of the wrist. Data is displayed in a convenient package, but it's up to you to do something with it. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Целеуказатель на экипаж|description=Allows tracking of someone's location if their suit sensors are turned to tracking beacon.}}{{Autowiki/TechwebEntryDesign|name=Компактный дефибриллятор|description=A compact defibrillator that can be worn on a belt.}}{{Autowiki/TechwebEntryDesign|name=Крепление для ПЕНЛАЙТ дефибриллятора на стену|description=An all-in-one mounted frame for holding defibrillators, complete with ID-locked clamps and recharging cables. The PENLITE version also allows for slow recharging of the defib's battery.}}{{Autowiki/TechwebEntryDesign|name=Роликовая кровать|description=A portable, foldable version of the medical bed. Perfect for paramedics or whenever you have mass casualties!}}{{Autowiki/TechwebEntryDesign|name=Пробивающий шприц|description=A diamond-tipped syringe that pierces armor when launched at high velocity. It can hold up to 10 units.}}}}


{{Autowiki/TechwebEntry|name=Botanical Engineering|description=Botanical tools|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Biogenerator Board|description=The circuit board for a biogenerator.}}{{Autowiki/TechwebEntryDesign|name=Floral Somatoray|description=A tool that discharges controlled radiation which induces mutation in plant cells. Harmless to other organic life.}}{{Autowiki/TechwebEntryDesign|name=Botanogenetic Plant Shears|description=A high tech, high fidelity pair of plant shears, capable of cutting genetic traits out of a plant.}}{{Autowiki/TechwebEntryDesign|name=Hydroponics Tray Board|description=The circuit board for a hydroponics tray.}}{{Autowiki/TechwebEntryDesign|name=Portable Seed Extractor|description=For the enterprising botanist on the go. Less efficient than the stationary model, it creates one seed per plant.}}{{Autowiki/TechwebEntryDesign|name=Seed Extractor Board|description=The circuit board for a seed extractor.}}{{Autowiki/TechwebEntryDesign|name=Advanced Watering Can|description=Everything a botanist would want in a watering can. This marvel of technology generates its own water!}}}}
{{Autowiki/TechwebEntry|name=Advanced Parts|description=The most finely tuned and accurate stock parts.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Upgraded Parts}}|designs={{Autowiki/TechwebEntryDesign|name=Сверхмощный микролазер|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Суперконденсатор|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Пикосервопривод|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Суперёмкость материи|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Фазовый сканирующий модуль|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Гиперёмкая мегабатарея|description=A megacell that holds 30 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Гиперёмкая батарея|description=A power cell that holds 300 KW of energy.}}}}


{{Autowiki/TechwebEntry|name=Fishing Technology|description=Cutting edge fishing advancements.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Research Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Fishing Rod|description=A fishing rod with an embedded generator dispensing an infinite supply of fishing baits.}}{{Autowiki/TechwebEntryDesign|name=Gyro-Stabilized Hook|description=An advanced fishing hook that gives the user a tighter control on the fish when reeling in.}}{{Autowiki/TechwebEntryDesign|name=Fishing Line Auto-Reel|description=An advanced line reel which can be used speed up both fishing and casually snagging other items in your direction.}}{{Autowiki/TechwebEntryDesign|name=Fish Analyzer|description=An analyzer used to monitor fish's status and traits with.}}}}
{{Autowiki/TechwebEntry|name=Advanced Surgery|description=When simple medicine doesn't cut it.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Improved Wound-Tending}}|designs={{Autowiki/TechwebEntryDesign|name=Извлекатель органов (плата)|description=The circuit board for an organ harvester.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Brute) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Burn) Upgrade|description=An upgraded version of the original surgery.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Physical)|description=A surgical procedure that repairs both bruises and burns. Repair efficiency is not as high as the individual surgeries but it is faster.}}{{Autowiki/TechwebEntryDesign|name=Lobotomy|description=An invasive surgical procedure which guarantees removal of almost all brain traumas, but might cause another permanent trauma in return.}}{{Autowiki/TechwebEntryDesign|name=Wetware OS Destructive Defragmentation|description=A destructive robotic defragmentation method which guarantees removal of almost all brain traumas, but might cause another permanent trauma in return.}}{{Autowiki/TechwebEntryDesign|name=Wing Reconstruction|description=An experimental surgical procedure that reconstructs the damaged wings of moth people. Requires Synthflesh.}}}}


{{Autowiki/TechwebEntry|name=Advanced Bluespace Storage|description=With the use of bluespace we can create even more advanced storage devices than we could have ever done|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Miniaturized Bluespace Research}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Sanitation Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Inert Bag of Holding|description=A block of metal ready to be transformed into a bag of holding with a bluespace anomaly core.}}}}
{{Autowiki/TechwebEntry|name=Artificial Selection|description=Advancement in plant cultivation techniques through artificial selection, enabling precise manipulation of plant DNA.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Hydroponics}}|designs={{Autowiki/TechwebEntryDesign|name=Цветочный соматолуч|description=A tool that discharges controlled radiation which induces mutation in plant cells. Harmless to other organic life.}}{{Autowiki/TechwebEntryDesign|name=Ботаногенетические ножницы для растений|description=A high tech, high fidelity pair of plant shears, capable of cutting genetic traits out of a plant.}}}}


{{Autowiki/TechwebEntry|name=Advanced Engineering|description=Pushing the boundaries of physics, one chainsaw-fist at a time.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=HFR Core Board|description=The circuit board for an HFR Core.}}{{Autowiki/TechwebEntryDesign|name=HFR Corner Board|description=The circuit board for an HFR corner.}}{{Autowiki/TechwebEntryDesign|name=HFR Fuel Input Board|description=The circuit board for an HFR fuel input.}}{{Autowiki/TechwebEntryDesign|name=HFR Interface Board|description=The circuit board for an HFR interface.}}{{Autowiki/TechwebEntryDesign|name=HFR Moderator Input Board|description=The circuit board for an HFR moderator input.}}{{Autowiki/TechwebEntryDesign|name=HFR Waste Output Board|description=The circuit board for an HFR waste output.}}{{Autowiki/TechwebEntryDesign|name=Engineering Scanner Goggles|description=Goggles used by engineers. The Meson Scanner mode lets you see basic structural and terrain layouts through walls, regardless of lighting condition. The T-ray Scanner mode lets you see underfloor objects such as cables and pipes.}}{{Autowiki/TechwebEntryDesign|name=Forcefield Projector|description=A device which can project temporary forcefields to seal off an area.}}{{Autowiki/TechwebEntryDesign|name=Magnetic Boots|description=Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle.}}{{Autowiki/TechwebEntryDesign|name=Rapid Construction Device|description=A tool that can construct and deconstruct walls, airlocks and floors on the fly.}}{{Autowiki/TechwebEntryDesign|name=RCD Matter Cartridge|description=Highly compressed matter for the RCD.}}{{Autowiki/TechwebEntryDesign|name=Rapid Pipe Dispenser (RPD)|description=A device used to rapidly pipe things.}}{{Autowiki/TechwebEntryDesign|name=Rapid Tiling Device|description=A tool that can lay & destroy floor tiles on the fly.}}{{Autowiki/TechwebEntryDesign|name=Sheet-meister 2000 Board|description=The circuit board for a Sheet-meister 2000.}}{{Autowiki/TechwebEntryDesign|name=Welding Gas Mask|description=A gas mask with built in welding goggles and face shield. Looks like a skull, clearly designed by a nerd.}}{{Autowiki/TechwebEntryDesign|name=Bolter Wrench|description=A wrench that can unbolt airlocks regardless of power status.}}}}
{{Autowiki/TechwebEntry|name=Combat Exosuits|description=Modular armor upgrades and specialized equipment for security exosuits.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Expedition Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=Реактивный усилитель брони|description=Exosuit-mounted melee armor booster.}}{{Autowiki/TechwebEntryDesign|name=Отражающий усилитель брони|description=Exosuit-mounted ranged armor booster.}}{{Autowiki/TechwebEntryDesign|name=Набор для переоборудования в Падди|description=A hardpoint modification kit for an Autonomous Power Loader Unit "Ripley" MK-I exosuit, to convert it to the Paddy lightweight security design. This kit cannot be removed, once applied.}}{{Autowiki/TechwebEntryDesign|name=Гидравлический коготь|description=A modified hydraulic clamp, for use exclusively with the Paddy exosuit. Non-lethally apprehends suspects.}}{{Autowiki/TechwebEntryDesign|name=Дизейблер CH-DS "Миротворец"|description=Allows for the construction of CH-DS Disabler.}}{{Autowiki/TechwebEntryDesign|name=Ремонтный дроид экзокостюма|description=Automated Repair Droid. BEEP BOOP}}}}


{{Autowiki/TechwebEntry|name=Advanced Engineering Modular Suits|description=Advanced Engineering suits, for advanced powered engineers.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Engineering Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=MOD Atmospheric Plating|description=External plating for a MODsuit. An atmospheric-resistant suit by Nakamura Engineering, offering extreme heat resistance compared to the engineer suit.}}{{Autowiki/TechwebEntryDesign|name=Ion Jetpack Module|description=A series of electric thrusters installed across the suit, this is a module highly anticipated by trainee Engineers. Rather than using gasses for combustion thrust, these jets are capable of accelerating ions using charge from the suit's charge. Some say this isn't Nakamura Engineering's first foray into jet-enabled suits. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=Radiation Protection Module|description=A module utilizing polymers and reflective shielding to protect the user against ionizing radiation; a common danger in space. This comes with software to notify the wearer that they're even in a radioactive area, giving a voice to an otherwise silent killer. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=EMP Shield Module|description=A field inhibitor installed into the suit, protecting it against feedback such as electromagnetic pulses that would otherwise damage the electronic systems of the suit or it's modules. However, it will take from the suit's power to do so. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Expanded Storage Module|description=Reverse engineered by Nakamura Engineering from Donk Corporation designs, this system of hidden compartments is entirely within the suit, distributing items and weight evenly to ensure a comfortable experience for the user; whether smuggling, or simply hauling. It uses 3 complexity.}}}}
{{Autowiki/TechwebEntry|name=Explosives|description=For once, intentional explosions.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Riot Supression}}|designs={{Autowiki/TechwebEntryDesign|name=Большая граната|description=A grenade that affects a larger area and use larger containers.}}{{Autowiki/TechwebEntryDesign|name=Граната с продвинутым выпуском|description=An advanced grenade that can be detonated several times, best used with a repeating igniter.}}{{Autowiki/TechwebEntryDesign|name=Пирограната|description=An advanced grenade that is able to self ignite its mixture.}}}}


{{Autowiki/TechwebEntry|name=Advanced Medical Modular Suits|description=Advanced medical suits for quicker rescue purposes.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Medical Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}|designs={{Autowiki/TechwebEntryDesign|name=Defibrillator Module|description=A module built into the gauntlets of the suit; commonly known as the 'Healing Hands' by medical professionals. The user places their palms above the patient. Onboard computers in the suit calculate the necessary voltage, and a modded targeting computer determines the best position for the user to push. Twenty five pounds of force are applied to the patient's skin. Shocks travel from the suit's gloves and counter-shock the heart, and the wearer returns to Medical a hero. Don't you even think about using it as a weapon; regulations on manufacture and software locks expressly forbid it. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Thread Ripper Module|description=A custom-built module integrated with the suit's wrist. The thread ripper is built from recent technology dating back to the start of 2562, after an attempt by a well-known Nanotrasen researcher to expand on the rapid-tailoring technology found in Autodrobes. Rather than being capable of creating any fabric pattern under the suns, the thread ripper is capable of rapid disassembly of them. Anything from kevlar-weave, to leather, to durathread can be quickly pulled open to the wearer's specification and sewn back together, a development commonly utilized by Medical workers to obtain easy access for surgery, defibrillation, or injection of chemicals to ease patients into not worrying about their brand-name fashion being marred. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Surgical Processor Module|description=A module using an onboard surgical computer which can be connected to other computers to download and perform advanced surgeries on the go. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Status Readout Module|description=A once-common module, this technology unfortunately went out of fashion in the safer regions of space; and found new life in the research networks of the Periphery. This particular unit hooks into the suit's spine, capable of capturing and displaying all possible biometric data of the wearer; sleep, nutrition, fitness, fingerprints, and even useful information such as their overall health and wellness. The vitals monitor also comes with a speaker, loud enough to alert anyone nearby that someone has, in fact, died. It uses 1 complexity.}}}}
{{Autowiki/TechwebEntry|name=Upgraded Cybernetic Organs|description=We have the technology to upgrade him.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Cybernetic Organs}}|designs={{Autowiki/TechwebEntryDesign|name=Люминесцентные глаза|description=A pair of cybernetic eyes that can emit multicolored light}}{{Autowiki/TechwebEntryDesign|name=Кибернетические глаза с защитой от вспышек|description=These reactive micro-shields will protect you from welders and flashes without obscuring your vision.}}{{Autowiki/TechwebEntryDesign|name=Люминесцентные молиные глаза|description=A pair of cybernetic eyes that can emit multicolored light}}{{Autowiki/TechwebEntryDesign|name=Кибернетические молиные глаза с защитой от вспышек|description=These reactive micro-shields will protect you from welders and flashes without obscuring your vision.}}{{Autowiki/TechwebEntryDesign|name=Кибернетические уши с усилением шёпота|description=A pair of whisper-sensitive cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Улучшенные кибернетические лёгкие|description=A pair of upgraded cybernetic lungs.}}{{Autowiki/TechwebEntryDesign|name=Улучшенный кибернетический желудок|description=An upgraded cybernetic stomach.}}{{Autowiki/TechwebEntryDesign|name=Улучшенная кибернетическая печень|description=An upgraded cybernetic liver.}}{{Autowiki/TechwebEntryDesign|name=Улучшенное кибернетическое сердце|description=An upgraded cybernetic heart.}}}}


{{Autowiki/TechwebEntry|name=Advanced RCD Designs Upgrade|description=Unlocks new RCD designs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}{{Autowiki/TechwebEntryPrerequisite|name=Rapid Device Upgrade Designs}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced RCD silo link upgrade|description=Upgrades the RCD to be able to pull materials from the ore silo. The RCD must be linked to the silo using a multitool before it will function.}}}}
{{Autowiki/TechwebEntry|name=Advanced Cybernetic Organs|description=Cutting-edge cybernetic organs offering enhanced sensory capabilities, making it easier than ever to detect ERP.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Upgraded Cybernetic Organs}}{{Autowiki/TechwebEntryPrerequisite|name=Night Vision Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Кибернетические уши с пробитием стен|description=A pair of wall-penetrating cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Термальные глаза|description=These cybernetic eyes will give you Thermal vision. Vertical slit pupil included.}}{{Autowiki/TechwebEntryDesign|name=Рентгеновские глаза|description=These cybernetic eyes will give you X-ray vision. Blinking is futile.}}{{Autowiki/TechwebEntryDesign|name=Термальные молиные глаза|description=These cybernetic eyes will give you Thermal vision. Vertical slit pupil included.}}{{Autowiki/TechwebEntryDesign|name=Рентгеновские молиные глаза|description=These cybernetic eyes will give you X-ray vision. Blinking is futile.}}}}


{{Autowiki/TechwebEntry|name=Advanced Shell Research|description=Grants access to more complicated shell designs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Integrated Circuits}}{{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Assembly Shell|description=An assembly shell that can be attached to wires and other assemblies.}}{{Autowiki/TechwebEntryDesign|name=Bot Shell|description=An immobile shell that can store more components. Has a USB port to be able to connect to computers and machines.}}{{Autowiki/TechwebEntryDesign|name=Equipment Action Component|description=Represents an action the user can take when using supported shells.}}{{Autowiki/TechwebEntryDesign|name=Controller Shell|description=A handheld shell with several buttons.}}{{Autowiki/TechwebEntryDesign|name=Dispenser Shell|description=A dispenser shell that can dispense items.}}{{Autowiki/TechwebEntryDesign|name=Airlock Shell|description=A door shell that cannot be moved around when assembled.}}{{Autowiki/TechwebEntryDesign|name=Gun Shell|description=A handheld shell that can fire projectiles to output entities.}}{{Autowiki/TechwebEntryDesign|name=Keyboard Shell|description=A handheld shell that allows the user to input a string}}{{Autowiki/TechwebEntryDesign|name=MOD Module Shell|description=A module shell that allows a circuit to be inserted into, and interface with, a MODsuit.}}{{Autowiki/TechwebEntryDesign|name=Money Bot Shell|description=An immobile shell that is similar to a regular bot shell, but accepts monetary inputs and can also dispense money.}}{{Autowiki/TechwebEntryDesign|name=Scanner Gate Shell|description=A scanner gate shell that performs mid-depth scans on people when they pass through it.}}{{Autowiki/TechwebEntryDesign|name=Scanner Shell|description=A handheld scanner shell that can scan entities.}}}}
{{Autowiki/TechwebEntry|name=Alien Engineering|description=Alien engineering tools|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Alien Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Experimental Tools}}|designs={{Autowiki/TechwebEntryDesign|name=Инопланетный лом|description=An advanced crowbar obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетный мультитул|description=An advanced multitool obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетная отвёртка|description=An advanced screwdriver obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетный сварочный инструмент|description=An advanced welding tool obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетные кусачки|description=Advanced wirecutters obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетный гаечный ключ|description=An advanced wrench obtained through Abductor technology.}}}}


{{Autowiki/TechwebEntry|name=Advanced Subdermal Implants|description=Subdermal implants that leverage bluespace research to control their bluespace signature.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Subdermal Implants}}{{Autowiki/TechwebEntryPrerequisite|name=Miniaturized Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Beacon Implant Case|description=A glass case containing a beacon implant.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Grounding Implant Case|description=A glass case containing a teleport blocker implant.}}}}
{{Autowiki/TechwebEntry|name=Alien Surgery|description=Abductors did nothing wrong.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Alien Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Surgery Tools}}|designs={{Autowiki/TechwebEntryDesign|name=Инопланетный прижигатель|description=An advanced cautery obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетная дрель|description=An advanced drill obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетный гемостат|description=An advanced hemostat obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетный ретрактор|description=An advanced retractor obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетная циркулярная пила|description=An advanced surgical saw obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Инопланетный скальпель|description=An advanced scalpel obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Brainwashing|description=A surgical procedure which directly implants a directive into the patient's brain, making it their absolute priority. It can be cleared using a mindshield implant.}}{{Autowiki/TechwebEntryDesign|name=Reprogramming|description=Malware which directly implants a directive into the robotic patient's operating system, making it their absolute priority. It can be cleared using a mindshield implant.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Physical) Upgrade|description=A surgical procedure that repairs both bruises and burns faster than their individual counterparts. It is more effective than both the individual surgeries.}}{{Autowiki/TechwebEntryDesign|name=Necrotic Revival|description=An experimental surgical procedure that stimulates the growth of a Romerol tumor inside the patient's brain. Requires zombie powder or rezadone.}}}}


{{Autowiki/TechwebEntry|name=Advanced Weapon Development Technology|description=Our weapons are breaking the rules of reality by now.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Weapon Development Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Mindshield Firing Pin|description=This is a security firing pin which only authorizes users who are mindshield-implanted.}}}}
{{Autowiki/TechwebEntry|name=Anomalock Modular Suit|description=Modules for MODsuits that require anomaly cores to function.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering Modular Suit}}{{Autowiki/TechwebEntryPrerequisite|name=Anomaly Research}}|designs={{Autowiki/TechwebEntryDesign|name=МОДуль "анти-гравитация"|description=A module that uses a gravitational core to make the user completely weightless. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "телепортер"|description=A module that uses a bluespace core to let the user transport their particles elsewhere. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "кинетика"|description=A modular plug-in to the forearm, this module was presumed lost for many years, despite the suits it used to be mounted on still seeing some circulation. This piece of technology allows the user to generate precise anti-gravity fields, letting them move objects as small as a titanium rod to as large as industrial machinery. Oddly enough, it doesn't seem to work on living creatures. It uses 3 complexity.}}}}


{{Autowiki/TechwebEntry|name=Alien Biological Tools|description=Advanced biological tools.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Alien Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}|designs={{Autowiki/TechwebEntryDesign|name=Alien Cautery|description=An advanced cautery obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Drill|description=An advanced drill obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Hemostat|description=An advanced hemostat obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Retractor|description=An advanced retractor obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Circular Saw|description=An advanced surgical saw obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Scalpel|description=An advanced scalpel obtained through Abductor technology.}}}}
{{Autowiki/TechwebEntry|name=Bitrunning Technology|description=Bluespace technology has led to the development of quantum-scale computing, which unlocks the means to materialize atomic structures while executing advanced programs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Gaming}}{{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Байтфордж (плата)|description=Allows for the construction of circuit boards used to build a Byteforge.}}{{Autowiki/TechwebEntryDesign|name=Квантовая консоль (плата)|description=Allows for the construction of circuit boards used to build a Quantum Console.}}{{Autowiki/TechwebEntryDesign|name=Нетпод (плата)|description=The circuit board for a netpod.}}}}


{{Autowiki/TechwebEntry|name=Alien Engineering|description=Alien engineering tools|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Alien Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Alien Crowbar|description=An advanced crowbar obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Multitool|description=An advanced multitool obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Screwdriver|description=An advanced screwdriver obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Welding Tool|description=An advanced welding tool obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Wirecutters|description=Advanced wirecutters obtained through Abductor technology.}}{{Autowiki/TechwebEntryDesign|name=Alien Wrench|description=An advanced wrench obtained through Abductor technology.}}}}
{{Autowiki/TechwebEntry|name=Bluespace Exosuit Equipment|description=An array of equipment empowered by bluespace, providing unmatched mobility and utility.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Infiltration Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}|designs={{Autowiki/TechwebEntryDesign|name=Гравитационная катапульта экзокостюма|description=An exosuit mounted Gravitational Catapult.}}{{Autowiki/TechwebEntryDesign|name=Телепортер экзокостюма|description=An exosuit module that allows exosuits to teleport to any position in view.}}{{Autowiki/TechwebEntryDesign|name=Генератор червоточин экзокостюма|description=An exosuit module that allows generating of small quasi-stable wormholes.}}}}


{{Autowiki/TechwebEntry|name=Alien Surgery|description=Abductors did nothing wrong.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Experimental Surgery}}{{Autowiki/TechwebEntryPrerequisite|name=Alien Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Brainwashing|description=A surgical procedure which directly implants a directive into the patient's brain, making it their absolute priority. It can be cleared using a mindshield implant.}}{{Autowiki/TechwebEntryDesign|name=Tend Wounds (Physical) Upgrade|description=A surgical procedure that repairs both bruises and burns faster than their individual counterparts. It is more effective than both the individual surgeries.}}{{Autowiki/TechwebEntryDesign|name=Necrotic Revival|description=An experimental surgical procedure that stimulates the growth of a Romerol tumor inside the patient's brain. Requires zombie powder or rezadone.}}}}
{{Autowiki/TechwebEntry|name=Bluespace Parts|description=Integrating the latest in bluespace technology, these advanced components not only enhance functionality but also open up new possibilities for the station's technological capabilities.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Parts}}{{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}|designs={{Autowiki/TechwebEntryDesign|name=Блюспейс быстрозаменитель компонентов|description=Powered by bluespace technology, this RPED variant can upgrade buildings from a distance, without needing to remove the panel first.}}{{Autowiki/TechwebEntryDesign|name=Квадроультра микролазер|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Квадратичный конденсатор|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Фемтосервопривод|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс ёмкость материи|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Трёхфазный сканирующий модуль|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс мегабатарея|description=A megacell that holds 40 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Блюспейс батарея|description=A power cell that holds 400 KW of energy.}}}}


{{Autowiki/TechwebEntry|name=Alien Technology|description=Things used by the greys.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Alien Alloy|description=A sheet of reverse-engineered alien alloy.}}}}
{{Autowiki/TechwebEntry|name=Brain-Computer Interface|description=Embedded brain circuits. May occasionally stream Nanotrasen ads in dreams.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Circuit Shells}}{{Autowiki/TechwebEntryPrerequisite|name=Passive Implants}}|designs={{Autowiki/TechwebEntryDesign|name=Камера манипуляции интерфейсом мозг-компьютер (плата)|description=A machine that, when given a brain-computer interface, will implant it into an occupant. Otherwise, will remove any brain-computer interfaces they already have.}}{{Autowiki/TechwebEntryDesign|name=Сборка интерфейса мозг-компьютер|description=An implant that can be placed in a user's head to control circuits using their brain.}}{{Autowiki/TechwebEntryDesign|name=Bar Overlay Component|description=Requires a BCI shell. A component that shows a bar overlay ontop of an object from a range of 0 to 100.}}{{Autowiki/TechwebEntryDesign|name=BCI Camera|description=Digitizes user's sight for surveillance-on-the-go. User must have fully functional eyes for digitizer to work. Camera range input is either 0 (near) or 1 (far). Network field is used for camera network.}}{{Autowiki/TechwebEntryDesign|name=Counter Overlay Component|description=A component that shows an three digit counter. Requires a BCI shell.}}{{Autowiki/TechwebEntryDesign|name=Install Detector Component|description=A component that detects when a BCI is installed or removed from its user.}}{{Autowiki/TechwebEntryDesign|name=Object Overlay Component|description=Requires a BCI shell. A component that shows an overlay on top of an object.}}{{Autowiki/TechwebEntryDesign|name=Reagent Injector Component|description=A component that can inject reagents from a BCI's reagent storage.}}{{Autowiki/TechwebEntryDesign|name=BCI Target Interceptor|description=Requires a BCI shell. When activated, this component will allow user to target an object using their brain and will output the reference to said object.}}{{Autowiki/TechwebEntryDesign|name=Thought Listener Component|description=A component that allows the user to input a string using their mind. Requires a BCI shell.}}{{Autowiki/TechwebEntryDesign|name=VOX Announcement Component|description=A component that plays a local VOX Announcement for the user. Requires a BCI shell.}}}}


{{Autowiki/TechwebEntry|name=Anomalock Modular Suits|description=Modules for modular suits that require anomaly cores to function.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Anomaly Research}}|designs={{Autowiki/TechwebEntryDesign|name=Anti-Gravity Module|description=A module that uses a gravitational core to make the user completely weightless. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=Teleporter Module|description=A module that uses a bluespace core to let the user transport their particles elsewhere. It uses 3 complexity.}}}}
{{Autowiki/TechwebEntry|name=Controlled Plasma|description=Experiments with high-pressure gases and electricity resulting in crystallization and controlled plasma reactions.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Gas Compression}}{{Autowiki/TechwebEntryPrerequisite|name=Energy Manipulation}}|designs={{Autowiki/TechwebEntryDesign|name=Электролизер (плата)|description=The circuit board for an electrolyzer.}}{{Autowiki/TechwebEntryDesign|name=Очиститель труб (плата)|description=The circuit board for a portable pipe scrubber.}}{{Autowiki/TechwebEntryDesign|name=Переносной генератор типа P.A.C.M.A.N. (плата)|description=The circuit board for a PACMAN-type portable generator.}}{{Autowiki/TechwebEntryDesign|name=Плазменный генератор|description=An exosuit module that generates power using solid plasma as fuel.}}{{Autowiki/TechwebEntryDesign|name=Плазменный резак|description=You could use it to cut limbs off of xenos! Or, you know, mine stuff.}}}}


{{Autowiki/TechwebEntry|name=Anomalous Morphology|description=Use poorly understood energies to change your body.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}{{Autowiki/TechwebEntryPrerequisite|name=Anomaly Research}}|designs={{Autowiki/TechwebEntryDesign|name=Polymorphic Field Inverter|description=This device can scan and store DNA from other life forms, and use it to transform its wearer. It requires a Bioscrambler Anomaly Core in order to function.}}}}
{{Autowiki/TechwebEntry|name=Cryostasis|description=The result of clown accidentally drinking a chemical, now repurposed for safely preserving crew members in suspended animation.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Medbay Equipment}}{{Autowiki/TechwebEntryPrerequisite|name=Fusion}}|designs={{Autowiki/TechwebEntryDesign|name=Криокамера (плата)|description=The circuit board for a cryotube.}}{{Autowiki/TechwebEntryDesign|name=Слипер экзокостюма|description=Equipment for medical exosuits. A mounted sleeper that stabilizes patients and can inject reagents in the exosuit's reserves.}}{{Autowiki/TechwebEntryDesign|name=Блок стазиса живых организмов (плата)|description=The circuit board for a stasis unit.}}{{Autowiki/TechwebEntryDesign|name=Криограната|description=An advanced grenade that rapidly cools its contents upon detonation.}}{{Autowiki/TechwebEntryDesign|name=Криостазис мензурка|description=A cryostasis beaker that allows for chemical storage without reactions. Can hold up to 50 units.}}}}


{{Autowiki/TechwebEntry|name=Anomaly Research|description=Unlock the potential of the mysterious anomalies that appear on station.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Anomaly Neutralizer|description=An advanced tool capable of instantly neutralizing anomalies, designed to capture the fleeting aberrations created by the engine.}}{{Autowiki/TechwebEntryDesign|name=Reactive Armour Shell|description=An experimental suit of armour capable of utilizing an implanted anomaly core to protect the user.}}}}
{{Autowiki/TechwebEntry|name=Cybernetic Implants|description=Advanced technological enhancements integrated into the body, offering improved physical capabilities.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Passive Implants}}{{Autowiki/TechwebEntryPrerequisite|name=Cybernetics}}|designs={{Autowiki/TechwebEntryDesign|name=Имплант дыхательной трубки|description=This simple implant adds an internals connector to your back, allowing you to use internals without a mask and protecting you from being choked.}}{{Autowiki/TechwebEntryDesign|name=Имплант питающей помпы|description=This implant will synthesize and pump into your bloodstream a small amount of nutriment when you are starving.}}{{Autowiki/TechwebEntryDesign|name=Имплант толкателей|description=This implant will allow you to use gas from environment or your internals for propulsion in zero-gravity areas.}}{{Autowiki/TechwebEntryDesign|name=Геркулесный гравитронный спинномозговой имплант|description=This gravitronic spinal interface allows the user to reduce the impact of gravity on their body, effectively improving athletic performance.}}{{Autowiki/TechwebEntryDesign|name=Имплант подключения скилл-чипов к ЦНС|description=This cybernetic adds a port to the back of your head, where you can remove or add skillchips at will.}}}}


{{Autowiki/TechwebEntry|name=Applied Bluespace Research|description=Using bluespace to make things faster and better.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Basic Bluespace Theory}}{{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=Bluespace Beaker|description=A bluespace beaker, powered by experimental bluespace technology and Element Cuban combined with the Compound Pete. Can hold up to 300 units.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Syringe|description=An advanced syringe that can hold 60 units of chemicals}}{{Autowiki/TechwebEntryDesign|name=Bluespace Coffeepot|description=The most advanced coffeepot the eggheads could cook up: sleek design; graduated lines; connection to a pocket dimension for coffee containment; yep, it's got it all. Contains 8 standard cups.}}{{Autowiki/TechwebEntryDesign|name=Bluespace RPED|description=Powered by bluespace technology, this RPED variant can upgrade buildings from a distance, without needing to remove the panel first.}}{{Autowiki/TechwebEntryDesign|name=Mining Satchel of Holding|description=A mining satchel that can hold an infinite amount of ores.}}{{Autowiki/TechwebEntryDesign|name=Ore Silo Board|description=The circuit board for an ore silo.}}{{Autowiki/TechwebEntryDesign|name=Phasic Scanning Module|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Chemical Recipient Board|description=The circuit board for a Chemical Recipient.}}{{Autowiki/TechwebEntryDesign|name=Advanced Roasting Stick|description=A roasting stick for cooking sausages in exotic ovens.}}}}
{{Autowiki/TechwebEntry|name=Engineering Cyborg Upgrades|description=To slack even more.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Mining Cyborg Upgrades}}{{Autowiki/TechwebEntryPrerequisite|name=Upgraded Parts}}|designs={{Autowiki/TechwebEntryDesign|name=Быстрозаменитель компонентов инженерного киборга|description=A rapid part exchange device for the engineering cyborg.}}{{Autowiki/TechwebEntryDesign|name=Инженерный омнитул киборга|description=An upgrade to the Engineering model, upgrading the built-in engineering omnitool, to be on par with advanced engineering tools}}{{Autowiki/TechwebEntryDesign|name=Держатель плат инженерного киборга|description=An engineering cyborg upgrade allowing for manipulation of circuit boards.}}{{Autowiki/TechwebEntryDesign|name=Интегрированный индуктор инженерного киборга|description=An integrated inducer that can charge a device's internal cell from power provided by the cyborg.}}}}


{{Autowiki/TechwebEntry|name=Bluespace Power Technology|description=Even more powerful.. power!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Power Manipulation}}{{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Bluespace Power Cell|description=A power cell that holds 40 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Quadratic Capacitor|description=A stock part used in the construction of various devices.}}}}
{{Autowiki/TechwebEntry|name=Exosuit Energy Guns|description=Scaled-up versions of electric weapons optimized for exosuit deployment.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Combat Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Electric Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=Лазер CH-PS "Испепелитель"|description=Allows for the construction of CH-PS Laser.}}{{Autowiki/TechwebEntryDesign|name=Лазерная пушка "Солярис"|description=Allows for the construction of CH-LC Laser Cannon.}}{{Autowiki/TechwebEntryDesign|name=Тяжелая ионная пушка MKIV|description=Allows for the construction of MKIV Ion Heavy Cannon.}}{{Autowiki/TechwebEntryDesign|name=Тесла-пушка MK1|description=Allows for the construction of MKI Tesla Cannon.}}}}


{{Autowiki/TechwebEntry|name=Cryostasis Technology|description=Smart freezing of objects to preserve them!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Cryo Grenade Casing|description=An advanced grenade that rapidly cools its contents upon detonation.}}{{Autowiki/TechwebEntryDesign|name=Cryotube Board|description=The circuit board for a cryotube.}}{{Autowiki/TechwebEntryDesign|name=Cryostasis Beaker|description=A cryostasis beaker that allows for chemical storage without reactions. Can hold up to 50 units.}}{{Autowiki/TechwebEntryDesign|name=Lifeform Stasis Unit Board|description=The circuit board for a stasis unit.}}}}
{{Autowiki/TechwebEntry|name=Exosuit Firearms|description=Mounted ballistic weaponry, enhancing combat capabilities for mechanized units.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Exosuit Energy Guns}}{{Autowiki/TechwebEntryPrerequisite|name=Exotic Ammunition}}|designs={{Autowiki/TechwebEntryDesign|name=Пулемёт Ultra AC 2|description=A weapon for combat exosuits. Shoots a rapid, three shot burst.}}{{Autowiki/TechwebEntryDesign|name=Патроны для Ultra AC 2|description=Ammunition for the Ultra AC 2 LMG}}{{Autowiki/TechwebEntryDesign|name=Дробовик LBX AC 10 "Залп"|description=Allows for the construction of LBX AC 10.}}{{Autowiki/TechwebEntryDesign|name=Патроны для LBX AC 10|description=Ammunition for the LBX AC 10 exosuit weapon.}}{{Autowiki/TechwebEntryDesign|name=Карабин FNX-99 "Аид"|description=Allows for the construction of FNX-99 "Hades" Carbine.}}{{Autowiki/TechwebEntryDesign|name=Патроны для FNX-99|description=Ammunition for the FNX-99 "Hades" Carbine.}}}}


{{Autowiki/TechwebEntry|name=Cybernetic Implants|description=Electronic implants that improve humans.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}{{Autowiki/TechwebEntryPrerequisite|name=Data Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Breathing Tube Implant|description=This simple implant adds an internals connector to your back, allowing you to use internals without a mask and protecting you from being choked.}}{{Autowiki/TechwebEntryDesign|name=Diagnostic HUD Implant|description=These cybernetic eyes will display a diagnostic HUD over everything you see. Wiggle eyes to control.}}{{Autowiki/TechwebEntryDesign|name=Medical HUD Implant|description=These cybernetic eyes will display a medical HUD over everything you see. Wiggle eyes to control.}}{{Autowiki/TechwebEntryDesign|name=Nutriment Pump Implant|description=This implant with synthesize and pump into your bloodstream a small amount of nutriment when you are starving.}}{{Autowiki/TechwebEntryDesign|name=Security HUD Implant|description=These cybernetic eyes will display a security HUD over everything you see. Wiggle eyes to control.}}}}
{{Autowiki/TechwebEntry|name=Field Surgery Modules|description=Medical MODsuit equipment designed for conducting surgical operations in field conditions.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Medical Modular Suit}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Surgery}}|designs={{Autowiki/TechwebEntryDesign|name=МОДуль "дефибриллятор"|description=A module built into the gauntlets of the suit; commonly known as the 'Healing Hands' by medical professionals. The user places their palms above the patient. Onboard computers in the suit calculate the necessary voltage, and a modded targeting computer determines the best position for the user to push. Twenty five pounds of force are applied to the patient's skin. Shocks travel from the suit's gloves and counter-shock the heart, and the wearer returns to Medical a hero. Don't you even think about using it as a weapon; regulations on manufacture and software locks expressly forbid it. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "нитерез"|description=A custom-built module integrated with the suit's wrist. The thread ripper is built from recent technology dating back to the start of 2562, after an attempt by a well-known Nanotrasen researcher to expand on the rapid-tailoring technology found in Autodrobes. Rather than being capable of creating any fabric pattern under the suns, the thread ripper is capable of rapid disassembly of them. Anything from kevlar-weave, to leather, to durathread can be quickly pulled open to the wearer's specification and sewn back together, a development commonly utilized by Medical workers to obtain easy access for surgery, defibrillation, or injection of chemicals to ease patients into not worrying about their brand-name fashion being marred. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "хирургический процессор"|description=A module using an onboard surgical computer which can be connected to other computers to download and perform advanced surgeries on the go. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "индикатор состояния"|description=A once-common module, this technology unfortunately went out of fashion in the safer regions of space; and found new life in the research networks of the Periphery. This particular unit hooks into the suit's spine, capable of capturing and displaying all possible biometric data of the wearer; sleep, nutrition, fitness, fingerprints, and even useful information such as their overall health and wellness. The vitals monitor also comes with a speaker, loud enough to alert anyone nearby that someone has, in fact, died. It uses 1 complexity.}}}}


{{Autowiki/TechwebEntry|name=Cyborg Upgrades: Engineering & Mining|description=Engineering and Mining upgrades for cyborgs.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Mining Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Circuit Manipulator|description=An engineering cyborg upgrade allowing for manipulation of circuit boards.}}{{Autowiki/TechwebEntryDesign|name=Diamond Drill|description=A diamond drill replacement for the mining model's standard drill.}}{{Autowiki/TechwebEntryDesign|name=Ore Satchel of Holding|description=A satchel of holding replacement for mining cyborg's ore satchel module.}}{{Autowiki/TechwebEntryDesign|name=Lavaproof Tracks|description=An upgrade kit to apply specialized coolant systems and insulation layers to a mining cyborg's chassis, enabling them to withstand exposure to molten rock and liquid plasma.}}{{Autowiki/TechwebEntryDesign|name=Rapid Part Exchange Device|description=A rapid part exchange device for the engineering cyborg.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Mining AoE Mod|description=A modification kit for Kinetic Accelerators which causes it to fire AoE blasts that destroy rock.}}{{Autowiki/TechwebEntryDesign|name=Cyborg inducer|description=An integrated inducer that can charge a device's internal cell from power provided by the cyborg.}}{{Autowiki/TechwebEntryDesign|name=Advanced Engineering Omnitool Upgrade|description=An upgrade to the Engineering model, upgrading the built-in engineering omnitool, to be on par with advanced engineering tools}}}}
{{Autowiki/TechwebEntry|name=Gene Engineering|description=Research into sophisticated DNA manipulation techniques, enabling the modification of human genetic traits to unlock specific abilities and enhancements.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Artificial Selection}}{{Autowiki/TechwebEntryPrerequisite|name=Xenobiology}}|designs={{Autowiki/TechwebEntryDesign|name=Сканнер ДНК (плата)|description=The circuit board for a DNA Scanner.}}{{Autowiki/TechwebEntryDesign|name=Консоль ДНК|description=Allows for the construction of circuit boards used to build a new DNA console.}}{{Autowiki/TechwebEntryDesign|name=Диск с данными ДНК|description=Produce additional disks for storing genetic data.}}{{Autowiki/TechwebEntryDesign|name=Инфузор ДНК (плата)|description=The circuit board for a DNA Infuser.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "ДНК-замок"|description=A module which engages with the various locks and seals tied to the suit's systems, enabling it to only be worn by someone corresponding with the user's exact DNA profile; however, this incredibly sensitive module is shorted out by EMPs. Luckily, cloning has been outlawed. It uses 1 complexity.}}}}


{{Autowiki/TechwebEntry|name=Engineering Anomalock Modular Suits|description=Advanced modules for modular suits, using anomaly cores to become even better engineers.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Anomalock Modular Suits}}|designs={{Autowiki/TechwebEntryDesign|name=Kinesis Module|description=A modular plug-in to the forearm, this module was presumed lost for many years, despite the suits it used to be mounted on still seeing some circulation. This piece of technology allows the user to generate precise anti-gravity fields, letting them move objects as small as a titanium rod to as large as industrial machinery. Oddly enough, it doesn't seem to work on living creatures. It uses 3 complexity.}}}}
{{Autowiki/TechwebEntry|name=Heavy Exosuit Firearms|description=High-impact weaponry integrated into mechs, optimized for maximum firepower.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Heavy Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Exotic Ammunition}}|designs={{Autowiki/TechwebEntryDesign|name=Кластерный гранатомёт SOB-3|description=A weapon that violates the Geneva Convention at 3 rounds per minute.}}{{Autowiki/TechwebEntryDesign|name=Кластерные гранаты для SOB-3|description=Ammunition for the SOB-3 Clusterbang Launcher}}{{Autowiki/TechwebEntryDesign|name=Светошумовой гранатомёт SGL-6|description=Allows for the construction of SGL-6 Grenade Launcher.}}{{Autowiki/TechwebEntryDesign|name=Светошумовые для SGL-6|description=Ammunition for the SGL-6 Grenade Launcher.}}{{Autowiki/TechwebEntryDesign|name=Пусковая ракетная установка PEP-6|description=Allows for the construction of an PEP-6 Breaching Missile Rack.}}{{Autowiki/TechwebEntryDesign|name=Ракеты для PEP-6|description=Ammunition for the PEP-6 Missile Rack.}}}}


{{Autowiki/TechwebEntry|name=Engineering Modular Suits|description=Engineering suits, for powered engineers.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}|designs={{Autowiki/TechwebEntryDesign|name=MOD Engineering Plating|description=External plating for a MODsuit. An engineer-fit suit with heat and shock resistance. Nakamura Engineering's classic.}}{{Autowiki/TechwebEntryDesign|name=Meson Visor Module|description=A heads-up display installed into the visor of the suit. This module is based off well-loved meson scanner technology, used by construction workers and miners across the galaxy to see basic structural and terrain layouts through walls, regardless of lighting conditions. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=T-Ray Scanner Module|description=A module installed into the visor of the suit, allowing the user to use a pulse of terahertz radiation to essentially echolocate things beneath the floor, mostly cables and pipes. A staple of atmospherics work, and counter-smuggling work. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Magnetic Stabilizator Module|description=These are powerful electromagnets fitted into the suit's boots, allowing users both excellent traction no matter the condition indoors, and to essentially hitch a ride on the exterior of a hull. However, these basic models do not feature computerized systems to automatically toggle them on and off, so numerous users report a certain stickiness to their steps. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Emergency Tether Module|description=A custom-built grappling-hook powered by a winch capable of hauling the user. While some older models of cargo-oriented grapples have capacities of a few tons, these are only capable of working in zero-gravity environments, a blessing to some Engineers. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Constructor Module|description=This module entirely occupies the wearer's forearm, notably causing conflict with advanced arm servos meant to carry crewmembers. However, it functions as an extremely advanced construction hologram scanner, as well as containing the latest engineering schematics combined with inbuilt memory to help the user build walls. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Resin Mister Module|description=An atmospheric resin mister, able to fix up areas quickly. It uses 2 complexity.}}}}
{{Autowiki/TechwebEntry|name=Hydroponics|description=Research into advanced hydroponic systems for efficient and sustainable plant cultivation.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Botany Equipment}}{{Autowiki/TechwebEntryPrerequisite|name=Chemical Synthesis}}|designs={{Autowiki/TechwebEntryDesign|name=Биогенератор (плата)|description=The circuit board for a biogenerator.}}{{Autowiki/TechwebEntryDesign|name=Ботанический лоток (плата)|description=The circuit board for a hydroponics tray.}}{{Autowiki/TechwebEntryDesign|name=Ручной экстрактор семян|description=For the enterprising botanist on the go. Less efficient than the stationary model, it creates one seed per plant.}}}}


{{Autowiki/TechwebEntry|name=Entertainment Modular Suits|description=Powered suits for protection against low-humor environments.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Clown Technology}}|designs={{Autowiki/TechwebEntryDesign|name=MOD Cosmohonk Plating|description=External plating for a MODsuit. A suit by Honk Ltd. Protects against low humor environments. Most of the tech went to lower the power cost.}}{{Autowiki/TechwebEntryDesign|name=Bike Horn Module|description=A shoulder-mounted piece of heavy sonic artillery, this module uses the finest femto-manipulator technology to precisely deliver an almost lethal squeeze to... a bike horn, producing a significantly memorable sound. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Microwave Beam Module|description=An oddly domestic device, this module is installed into the user's palm, hooking up with culinary scanners located in the helmet to blast food with precise microwave radiation, allowing them to cook food from a distance, with the greatest of ease. Not recommended for use against grapes. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Waddle Module|description=Some of the most primitive technology in use by Honk Co. This module works off an automatic intention system, utilizing its' sensitivity to the pilot's often-limited brainwaves to directly read their next step, affecting the boots they're installed in. Employing a twin-linked gravitonic drive to create miniaturized etheric blasts of space-time beneath the user's feet, this enables them to... to waddle around, bouncing to and fro with a pep in their step. It uses 1 complexity.}}}}
{{Autowiki/TechwebEntry|name=Illegal Technology|description=Dangerous research used to create dangerous objects.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Experimental Tools}}{{Autowiki/TechwebEntryPrerequisite|name=Exotic Ammunition}}|designs={{Autowiki/TechwebEntryDesign|name=Консоль продвинутой камеры (плата)|description=Allows for the construction of circuit boards used to build advanced camera consoles.}}{{Autowiki/TechwebEntryDesign|name=Обновление ПО для наблюдения для ИИ|description=A software package that will allow an artificial intelligence to 'hear' from its cameras via lip reading.}}{{Autowiki/TechwebEntryDesign|name=Модуль нелегального оборудования|description=Unlocks the hidden, deadlier functions of a cyborg.}}{{Autowiki/TechwebEntryDesign|name=Пополнитель торгового автомата игрушек Donksoft|description=A refill canister for Donksoft Toy Vendors.}}{{Autowiki/TechwebEntryDesign|name=Торговый автомат игрушек Donksoft|description=The circuit board for a Donksoft Toy Vendor.}}{{Autowiki/TechwebEntryDesign|name=Комплект деталей для энергетического арбалета (менее летально)|description=A kit to reverse-engineer a proto-kinetic accelerator into an energy crossbow, favored by syndicate infiltration teams and carp hunters.}}{{Autowiki/TechwebEntryDesign|name=Магазин ВТ-550 (4.6x30мм) (летальное)|description=A 20 round magazine for the out of date WT-550 Autorifle.}}{{Autowiki/TechwebEntryDesign|name=Магазин ВТ-550 (бронебойные 4.6x30мм) (летальное)|description=A 20 round armour piercing magazine for the out of date WT-550 Autorifle.}}{{Autowiki/TechwebEntryDesign|name=Магазин ВТ-550 (зажигательные 4.6x30мм) (летальное/очень разрушительное)|description=A 20 round armour piercing magazine for the out of date WT-550 Autorifle.}}{{Autowiki/TechwebEntryDesign|name=Компактный самозарядный шприцемёт|description=A gun that fires many syringes.}}{{Autowiki/TechwebEntryDesign|name=Глушитель|description=A reverse-engineered suppressor that fits on most small arms with threaded barrels.}}{{Autowiki/TechwebEntryDesign|name=Супер острая лента|description=You didn't know tape could look so sinister. Welcome to Space Station 13.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (MKI Tesla Cannon)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Electric Weapons}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Power Manipulation}}|designs={{Autowiki/TechwebEntryDesign|name=MKI Tesla Cannon|description=Allows for the construction of MKI Tesla Cannon.}}}}
{{Autowiki/TechwebEntry|name=Infiltration Exosuits|description=Advanced exosuit with phasing capabilities, allowing it to move through walls and obstacles, ideal for covert and special operations.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Light Combat Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Anomaly Research}}|designs={{Autowiki/TechwebEntryDesign|name=Броня экзокостюма "Фазон"|description=Phazon armor plates. They are layered with plasma to protect the pilot from the stress of phasing and have unusual properties.}}{{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Фазон"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Фазон"|description=A Phazon torso part. The socket for the ectoplasmic core that powers the exosuit's unique phase drives is located in the middle.}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Фазон"|description=A Phazon head. Its sensors are carefully calibrated to provide vision and data even when the exosuit is phasing.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Фазон"|description=A Phazon left arm. Several microtool arrays are located under the armor plating, which can be adjusted to the situation at hand.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Фазон"|description=A Phazon right arm. Several microtool arrays are located under the armor plating, which can be adjusted to the situation at hand.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Фазон"|description=A Phazon left leg. It contains the unique phase drives that allow the exosuit to phase through solid matter when engaged.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Фазон"|description=A Phazon right leg. It contains the unique phase drives that allow the exosuit to phase through solid matter when engaged.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Фазон"|description=Allows for the construction of a "Phazon" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Фазон"|description=Allows for the construction of a "Phazon" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления оружием и наводкой экзокостюма "Фазон"|description=Allows for the construction of a "Phazon" Weapons & Targeting Control module.}}}}


{{Autowiki/TechwebEntry|name=Exosuit Weapon (MKIV Ion Heavy Cannon)|description=An advanced piece of mech weaponry|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Electric Weapons}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=MKIV Ion Heavy Cannon|description=Allows for the construction of MKIV Ion Heavy Cannon.}}}}
{{Autowiki/TechwebEntry|name=Integrated HUDs|description=Initially developed for assistants to learn the nuances of different professions through augmented reality.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Holographics}}{{Autowiki/TechwebEntryPrerequisite|name=Cybernetic Implants}}|designs={{Autowiki/TechwebEntryDesign|name=Медицинский ИЛС|description=A heads-up display that scans the humans in view and provides accurate data about their health status.}}{{Autowiki/TechwebEntryDesign|name=Диагностический ИЛС|description=A HUD used to analyze and determine faults within robotic machinery.}}{{Autowiki/TechwebEntryDesign|name=Охранный ИЛС|description=A heads-up display that scans the humans in view and provides accurate data about their ID status.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "медицинский визор"|description=A heads-up display installed into the visor of the suit. This cross-references suit sensor data with a modern biological scanning suite, allowing the user to visualize the current health of organic lifeforms, as well as access data such as patient files in a convenient readout. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "диагностический визор"|description=A heads-up display installed into the visor of the suit. This uses a series of advanced sensors to access data from advanced machinery, exosuits, and other devices, allowing the user to visualize current power levels and integrity of such. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "охранный визор"|description=A heads-up display installed into the visor of the suit. This module is a heavily-retrofitted targeting system, plugged into various criminal databases to be able to view arrest records, command simple security-oriented robots, and generally know who to shoot. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Имплант медицинского ИЛС|description=These cybernetic eyes will display a medical HUD over everything you see. Wiggle eyes to control.}}{{Autowiki/TechwebEntryDesign|name=Имплант диагностического ИЛС|description=These cybernetic eyes will display a diagnostic HUD over everything you see. Wiggle eyes to control.}}{{Autowiki/TechwebEntryDesign|name=Имплант охранного ИЛС|description=These cybernetic eyes will display a security HUD over everything you see. Wiggle eyes to control.}}}}


{{Autowiki/TechwebEntry|name=EXOSUIT: APLU "Paddy"|description=Paddy exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Exosuit Heavy Armor Research}}|designs={{Autowiki/TechwebEntryDesign|name=Ripley MK-I to Paddy Conversion Kit|description=A hardpoint modification kit for an Autonomous Power Loader Unit "Ripley" MK-I exosuit, to convert it to the Paddy lightweight security design. This kit cannot be removed, once applied.}}{{Autowiki/TechwebEntryDesign|name=Hydraulic Claw|description=A modified hydraulic clamp, for use exclusively with the Paddy exosuit. Non-lethally apprehends suspects.}}}}
{{Autowiki/TechwebEntry|name=Integrated Toolsets|description=Decades of contraband smuggling by assistants have led to the development of a full toolbox that fits seamlessly into your arm.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Combat Implants}}{{Autowiki/TechwebEntryPrerequisite|name=Experimental Tools}}|designs={{Autowiki/TechwebEntryDesign|name=Имплант питающей помпы ПЛЮС|description=This implant will synthesize and pump into your bloodstream a small amount of nutriment when you are hungry.}}{{Autowiki/TechwebEntryDesign|name=Инструментальный имплант|description=A stripped-down version of engineering cyborg toolset, designed to be installed on subject's arm.}}{{Autowiki/TechwebEntryDesign|name=Хирургический имплант|description=A set of surgical tools hidden behind a concealed panel on the user's arm.}}}}


{{Autowiki/TechwebEntry|name=EXOSUIT: Durand|description=Durand exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Exosuit Heavy Armor Research}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Armor ("Durand")|description=A set of armor plates for the Durand. Built heavy to resist an incredible amount of brute force.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("Durand")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("Durand")|description=A Durand head. Houses advanced surveillance and targeting sensors.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("Durand")|description=A Durand left arm. Data and power sockets are compatible with most exosuit tools and weapons. Packs a really mean punch as well.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg ("Durand")|description=A Durand left leg. Built particularly sturdy to support the Durand's heavy weight and defensive needs.}}{{Autowiki/TechwebEntryDesign|name="Durand" Central Control module|description=Allows for the construction of a "Durand" Central Control module.}}{{Autowiki/TechwebEntryDesign|name="Durand" Peripherals Control module|description=Allows for the construction of a "Durand" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("Durand")|description=A Durand right arm. Data and power sockets are compatible with most exosuit tools and weapons. Packs a really mean punch as well.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg ("Durand")|description=A Durand right leg. Built particularly sturdy to support the Durand's heavy weight and defensive needs.}}{{Autowiki/TechwebEntryDesign|name="Durand" Weapons & Targeting Control module|description=Allows for the construction of a "Durand" Weapons & Targeting Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("Durand")|description=A torso part of Durand. Contains power unit, processing core and life support systems within a robust protective frame.}}}}
{{Autowiki/TechwebEntry|name=Low-Pressure Excavation|description=Research of Proto-Kinetic Accelerators (PKAs), pneumatic guns renowned for their exceptional performance in low-pressure environments.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Mining Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Gas Compression}}|designs={{Autowiki/TechwebEntryDesign|name=Мод урона для КА|description=A device which allows kinetic accelerators to deal more damage.}}{{Autowiki/TechwebEntryDesign|name=Мод дальности для КА|description=A device which allows kinetic accelerators to fire at a further range.}}{{Autowiki/TechwebEntryDesign|name=Мод скорострельности для КА|description=A device which decreases the cooldown of a Kinetic Accelerator.}}{{Autowiki/TechwebEntryDesign|name=Мод спусковой скобы для КА|description=A device which allows kinetic accelerators to be wielded by any organism.}}{{Autowiki/TechwebEntryDesign|name=Мод копания по площади для КА|description=A modification kit for Kinetic Accelerators which causes it to fire AoE blasts that destroy rock.}}{{Autowiki/TechwebEntryDesign|name=Мод урона для КА|description=A device which allows kinetic accelerators to deal more damage.}}{{Autowiki/TechwebEntryDesign|name=Мод дальности для КА|description=A device which allows kinetic accelerators to fire at a further range.}}{{Autowiki/TechwebEntryDesign|name=Мод скорострельности для КА|description=A device which decreases the cooldown of a Kinetic Accelerator.}}{{Autowiki/TechwebEntryDesign|name=Мод копания по площади для КА|description=A modification kit for Kinetic Accelerators which causes it to fire AoE blasts that destroy rock.}}}}


{{Autowiki/TechwebEntry|name=EXOSUIT: Gygax|description=Gygax exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Exosuit Heavy Armor Research}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Armor ("Gygax")|description=A set of armor plates designed for the Gygax. Designed to effectively deflect damage with a lightweight construction.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("Gygax")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("Gygax")|description=A Gygax head. Houses advanced surveillance and targeting sensors.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("Gygax")|description=A Gygax left arm. Data and power sockets are compatible with most exosuit tools and weapons.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg ("Gygax")|description=A Gygax left leg. Constructed with advanced servomechanisms and actuators to enable faster speed.}}{{Autowiki/TechwebEntryDesign|name="Gygax" Central Control module|description=Allows for the construction of a "Gygax" Central Control module.}}{{Autowiki/TechwebEntryDesign|name="Gygax" Peripherals Control module|description=Allows for the construction of a "Gygax" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("Gygax")|description=A Gygax right arm. Data and power sockets are compatible with most exosuit tools and weapons.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg ("Gygax")|description=A Gygax right leg. Constructed with advanced servomechanisms and actuators to enable faster speed.}}{{Autowiki/TechwebEntryDesign|name="Gygax" Weapons & Targeting Control module|description=Allows for the construction of a "Gygax" Weapons & Targeting Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("Gygax")|description=A torso part of Gygax. Contains power unit, processing core and life support systems.}}}}
{{Autowiki/TechwebEntry|name=Medical Cyborg Upgrades|description=Let them follow Asimov's First Law.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Service Cyborg Upgrades}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Surgery}}|designs={{Autowiki/TechwebEntryDesign|name=Целеуказатель на экипаж медицинского киборга|description=A crew pinpointer module for the medical cyborg. Permits remote access to the crew monitor.}}{{Autowiki/TechwebEntryDesign|name=Держатель мензурок инженерного киборга|description=A supplementary beaker storage apparatus for medical cyborgs.}}{{Autowiki/TechwebEntryDesign|name=Дефибрилятор медицинского киборга|description=An upgrade to the Medical model, installing a built-in defibrillator, for on the scene revival.}}{{Autowiki/TechwebEntryDesign|name=Расширенный гипоспрей медицинского киборга|description=An upgrade to the Medical model's hypospray, allowing it to treat a wider range of conditions and problems.}}{{Autowiki/TechwebEntryDesign|name=Пробивающий гипоспрей медицинского киборга|description=An upgrade to a cyborg's hypospray, allowing it to pierce armor and thick material.}}{{Autowiki/TechwebEntryDesign|name=Хирургический процессор медицинского киборга|description=An upgrade to the Medical model, installing a processor capable of scanning surgery disks and carrying out procedures}}{{Autowiki/TechwebEntryDesign|name=Хирургический омнитул киборга|description=An upgrade to the Medical model, upgrading the built-in surgical omnitool, to be on par with advanced surgical tools, allowing for faster surgery. It also upgrades their scanner.}}}}


{{Autowiki/TechwebEntry|name=High Efficiency Parts|description=Finely-tooled manufacturing techniques allowing for picometer-perfect precision levels.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Data Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Pico Servo|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Super Matter Bin|description=A stock part used in the construction of various devices.}}}}
{{Autowiki/TechwebEntry|name=Medical Exosuit|description=Advanced robotic unit equipped with syringe guns and healing beams, revolutionizing medical assistance in hazardous environments.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Exosuit Assembly}}{{Autowiki/TechwebEntryPrerequisite|name=Chemical Synthesis}}|designs={{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Одиссей"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Одиссей"|description=A torso part of Odysseus. Contains power unit, processing core and life support systems along with an attachment port for a mounted sleeper.}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Одиссей"|description=An Odysseus head. Contains an integrated medical HUD scanner.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Одиссей"|description=An Odysseus left arm. Data and power sockets are compatible with specialized medical equipment.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Одиссей"|description=An Odysseus right arm. Data and power sockets are compatible with specialized medical equipment.}}{{Autowiki/TechwebEntryDesign|name=Левая нога экзокостюма "Одиссей"|description=An Odysseus left leg. Contains complex servodrives and balance maintaining systems to maintain stability for critical patients.}}{{Autowiki/TechwebEntryDesign|name=Правая нога экзокостюма "Одиссей"|description=An odysseus right leg. Contains complex servodrives and balance maintaining systems to maintain stability for critical patients.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Одиссей"|description=Allows for the construction of a "Odysseus" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Одиссей"|description=Allows for the construction of a "Odysseus" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Медицинская лучевая пушка экзокостюма|description=Equipment for medical exosuits. A mounted medical nanite projector which will treat patients with a focused beam.}}{{Autowiki/TechwebEntryDesign|name=Шприцемёт экзокостюма|description=Equipment for medical exosuits. A chem synthesizer with syringe gun. Reagents inside are held in stasis, so no reactions will occur.}}}}


{{Autowiki/TechwebEntry|name=Integrated HUDs|description=The usefulness of computerized records, projected straight onto your eyepiece!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Computerized Recordkeeping}}{{Autowiki/TechwebEntryPrerequisite|name=Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Diagnostic HUD|description=A HUD used to analyze and determine faults within robotic machinery.}}{{Autowiki/TechwebEntryDesign|name=Health Scanner HUD|description=A heads-up display that scans the humans in view and provides accurate data about their health status.}}{{Autowiki/TechwebEntryDesign|name=Science Goggles|description=Goggles fitted with a portable analyzer capable of determining the research worth of an item or components of a machine.}}{{Autowiki/TechwebEntryDesign|name=Security HUD|description=A heads-up display that scans the humans in view and provides accurate data about their ID status.}}}}
{{Autowiki/TechwebEntry|name=Medical Modular Suit|description=Medical MODsuits for quick rescue purposes.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Modular Suit}}{{Autowiki/TechwebEntryPrerequisite|name=Chemical Synthesis}}|designs={{Autowiki/TechwebEntryDesign|name=МОД-обшивка медицинская|description=External plating for a MODsuit. A lightweight suit by DeForest Medical Corporation, allows for easier movement.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "быстрая переноска"|description=A suite of advanced servos, redirecting power from the suit's arms to help carry the wounded; or simply for fun. However, Nanotrasen has locked the module's ability to assist in hand-to-hand combat. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "инъектор"|description=A module installed into the wrist of the suit, this functions as a high-capacity syringe, with a tip fine enough to locate the emergency injection ports on any suit of armor, penetrating it with ease. Even yours. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "организатор"|description=A device recovered from a crashed Interdyne Pharmaceuticals vessel, this module has been unearthed for better or for worse. It's an arm-mounted device utilizing technology similar to modern rapid part exchange devices, capable of instantly replacing up to 5 organs at once in surgery without the need to remove them first, even from range. It's recommended by the DeForest Medical Corporation to not inform patients it has been used. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=МОДуль "транспортировка пациента"|description=A module built into the forearm of the suit. Countless waves of mostly-lost mining teams being sent to Indecipheries and other hazardous locations have taught the DeForest Medical Company many lessons. Physical bodybags are difficult to store, hard to deploy, and even worse to keep intact in tough scenarios. Enter the hardlight transport bag. Summonable with merely a gesture, weightless, and immunized against any extreme scenario the wearer could think of, this bag is perfectly designed for transport of any body in any environment, any time. It uses 2 complexity.}}}}


{{Autowiki/TechwebEntry|name=Medical Modular Suits|description=Medical suits for quick rescue purposes.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}|designs={{Autowiki/TechwebEntryDesign|name=MOD Medical Plating|description=External plating for a MODsuit. A lightweight suit by DeForest Medical Corporation, allows for easier movement.}}{{Autowiki/TechwebEntryDesign|name=Medical Visor Module|description=A heads-up display installed into the visor of the suit. This cross-references suit sensor data with a modern biological scanning suite, allowing the user to visualize the current health of organic lifeforms, as well as access data such as patient files in a convenient readout. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Health Analyzer Module|description=A module installed into the glove of the suit. This is a high-tech biological scanning suite, allowing the user indepth information on the vitals and injuries of others even at a distance, all with the flick of the wrist. Data is displayed in a convenient package on HUD in the helmet, but it's up to you to do something with it. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Quick Carry Module|description=A suite of advanced servos, redirecting power from the suit's arms to help carry the wounded; or simply for fun. However, Nanotrasen has locked the module's ability to assist in hand-to-hand combat. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Injector Module|description=A module installed into the wrist of the suit, this functions as a high-capacity syringe, with a tip fine enough to locate the emergency injection ports on any suit of armor, penetrating it with ease. Even yours. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Organ Thrower Module|description=A device recovered from a crashed Interdyne Pharmaceuticals vessel, this module has been unearthed for better or for worse. It's an arm-mounted device utilizing technology similar to modern-day part replacers, capable of storing and inserting organs into open patients. It's recommended by the DeForest Medical Corporation to not inform patients it has been used. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=DNA Lock Module|description=A module which engages with the various locks and seals tied to the suit's systems, enabling it to only be worn by someone corresponding with the user's exact DNA profile; however, this incredibly sensitive module is shorted out by EMPs. Luckily, cloning has been outlawed. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Patient Transport Module|description=A module built into the forearm of the suit. Countless waves of mostly-lost mining teams being sent to Indecipheries and other hazardous locations have taught the DeForest Medical Company many lessons. Physical bodybags are difficult to store, hard to deploy, and even worse to keep intact in tough scenarios. Enter the hardlight transport bag. Summonable with merely a gesture, weightless, and immunized against any extreme scenario the wearer could think of, this bag is perfectly designed for transport of any body in any environment, any time. It uses 2 complexity.}}}}
{{Autowiki/TechwebEntry|name=Mining Exosuit|description=Robust exosuit engineered to withstand lava and storms for continuous off-station mining operations.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Expedition Equipment}}{{Autowiki/TechwebEntryPrerequisite|name=Mining Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Шасси экзокостюма "Кларк"|description=}}{{Autowiki/TechwebEntryDesign|name=Торс экзокостюма "Кларк"|description=A torso part of Clarke. Contains power unit, processing core and life support systems.}}{{Autowiki/TechwebEntryDesign|name=Голова экзокостюма "Кларк"|description=A Clarke head. Contains an integrated diagnostic HUD scanner.}}{{Autowiki/TechwebEntryDesign|name=Левая рука экзокостюма "Кларк"|description=A Clarke left arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Правая рука экзокостюма "Кларк"|description=A Clarke right arm. Data and power sockets are compatible with most exosuit tools.}}{{Autowiki/TechwebEntryDesign|name=Центральный модуль управления экзокостюма "Кларк"|description=Allows for the construction of a "Clarke" Central Control module.}}{{Autowiki/TechwebEntryDesign|name=Модуль управления периферией экзокостюма "Кларк"|description=Allows for the construction of a "Clarke" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Протокинетический акселератор экзокостюма|description=An exosuit-mounted mining tool that does increased damage in low pressure. Drawing from an onboard power source allows it to project further than the handheld version.}}}}


{{Autowiki/TechwebEntry|name=Mining Technology|description=Better than Efficiency V.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Industrial Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Basic Plasma Research}}|designs={{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Cooldown Mod|description=A device which decreases the cooldown of a Kinetic Accelerator.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Damage Mod|description=A device which allows kinetic accelerators to deal more damage.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Range Mod|description=A device which allows kinetic accelerators to fire at a further range.}}{{Autowiki/TechwebEntryDesign|name=Express Supply Console Board|description=Allows for the construction of circuit boards used to build an Express Supply Console.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Cooldown Mod|description=A device which decreases the cooldown of a Kinetic Accelerator.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Damage Mod|description=A device which allows kinetic accelerators to deal more damage.}}{{Autowiki/TechwebEntryDesign|name=Mining Drill|description=Yours is the drill that will pierce through the rock walls.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Proto-Kinetic Accelerator|description=An exosuit-mounted mining tool that does increased damage in low pressure. Drawing from an onboard power source allows it to project further than the handheld version.}}{{Autowiki/TechwebEntryDesign|name=Mining Rewards Vendor Board|description=The circuit board for a Mining Rewards Vendor.}}{{Autowiki/TechwebEntryDesign|name=Ore Redemption Machine Board|description=The circuit board for an Ore Redemption machine.}}{{Autowiki/TechwebEntryDesign|name=Plasma Cutter|description=You could use it to cut limbs off of xenos! Or, you know, mine stuff.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Range Mod|description=A device which allows kinetic accelerators to fire at a further range.}}{{Autowiki/TechwebEntryDesign|name=Upgraded Resonator|description=An upgraded version of the resonator that allows more fields to be active at once.}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Trigger Guard Mod|description=A device which allows kinetic accelerators to be wielded by any organism.}}{{Autowiki/TechwebEntryDesign|name=Mining Scanner|description=A scanner that automatically checks surrounding rock for useful minerals; it can also be used to stop gibtonite detonations.}}{{Autowiki/TechwebEntryDesign|name=Boulder Retrieval Matrix|description=I promise this doesn't give you syndicate goodies!}}{{Autowiki/TechwebEntryDesign|name=Boulder Smelter|description=A circuitboard for a boulder smelter. Lowtech enough to be printed from the lathe.}}{{Autowiki/TechwebEntryDesign|name=Boulder Refinery|description=A circuitboard for a boulder refinery. Lowtech enough to be printed from the lathe.}}}}
{{Autowiki/TechwebEntry|name=Plasma Beam Mining|description=Engineers' plasma welders have proven highly effective in mining operations. This led to the development of a mech-mounted variant and an enhanced handheld cutter for miners.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Low-Pressure Excavation}}{{Autowiki/TechwebEntryPrerequisite|name=Controlled Plasma}}|designs={{Autowiki/TechwebEntryDesign|name=Тяжелый плазменный резак 217-D|description=A device that shoots resonant plasma bursts at extreme velocity. The blasts are capable of crushing rock and demolishing solid obstacles.}}{{Autowiki/TechwebEntryDesign|name=Продвинутый плазменный резак|description=It's an advanced plasma cutter, oh my god.}}{{Autowiki/TechwebEntryDesign|name=Эксплореверс Mk.II|description=Энергетическое оружие с экспериментальным миниатюрным реактором и рычагом для ручной зарядки.}}}}


{{Autowiki/TechwebEntry|name=Movable Shell Research|description=Grants access to movable shells.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Shell Research}}{{Autowiki/TechwebEntryPrerequisite|name=Basic Robotics Research}}|designs={{Autowiki/TechwebEntryDesign|name=Pathfinder|description=When triggered, the next step to the target's location as an entity. This can be used with the direction component and the drone shell to make it move on its own. The Id Card input port is for considering ID access when pathing, it does not give the shell actual access.}}{{Autowiki/TechwebEntryDesign|name=Pull Component|description=A component that can force the shell to pull entities. Only works for drone shells.}}{{Autowiki/TechwebEntryDesign|name=Drone Shell|description=A shell with the ability to move itself around.}}}}
{{Autowiki/TechwebEntry|name=Rapid Construction Device Upgrades|description=New designs and enhancements for RCD and RPD.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Experimental Tools}}{{Autowiki/TechwebEntryPrerequisite|name=Bluespace Parts}}|designs={{Autowiki/TechwebEntryDesign|name=УБС улучшение - привязка к силосу|description=Upgrades the RCD to be able to pull materials from the ore silo. The RCD must be linked to the silo using a multitool before it will function.}}{{Autowiki/TechwebEntryDesign|name=УБС улучшение - защита от помех|description=Prevents interruption of RCD construction and deconstruction.}}{{Autowiki/TechwebEntryDesign|name=УБС улучшение - улучшенное охлаждение|description=Allows the RCD to more quickly perform multiple actions at once.}}{{Autowiki/TechwebEntryDesign|name=УБС улучшение - каркас|description=Adds computer and machine frame designs to the RCD.}}{{Autowiki/TechwebEntryDesign|name=УБС улучшение - мебель|description=Adds the ability to furnish areas using the RCD.}}{{Autowiki/TechwebEntryDesign|name=УБС улучшение - простые платы|description=Adds the ability to produce simple circuits using the RCD.}}{{Autowiki/TechwebEntryDesign|name=УБС улучшение - режим гаечного ключа|description=Adds reverse wrench mode to the RPD. Attention, due to budget cuts, the mode is hard linked to the destroy mode control button.}}}}


{{Autowiki/TechwebEntry|name=Neural Programming|description=Study into networks of processing units that mimic our brains.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Biological Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Data Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Skill Station Board|description=The circuit board for Skill station.}}}}
{{Autowiki/TechwebEntry|name=Unregulated Bluespace Research|description=Bluespace technology using unstable or unbalanced procedures, prone to damaging the fabric of bluespace. Outlawed by galactic conventions.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Parts}}{{Autowiki/TechwebEntryPrerequisite|name=Illegal Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Десинхронизатор|description=A device that can desynchronize the user from spacetime.}}{{Autowiki/TechwebEntryDesign|name=Комплект деталей для антиэкзистенциальной лучевой винтовки "Горизонт событий" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)|description=The kit that produces a weapon made to end your foes on an existential level. Why the fuck can you make this?}}}}


{{Autowiki/TechwebEntry|name=One-point Bluespace-gravitational Manipulator|description=Fancy wording for gravity gun.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Weapon Development Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}|designs={{Autowiki/TechwebEntryDesign|name=One-point Gravitational Manipulator|description=A multi-mode device that blasts one-point bluespace-gravitational bolts that locally distort gravity. Requires a gravitational anomaly core to function.}}{{Autowiki/TechwebEntryDesign|name=Gravitational Catapult Module|description=An exosuit mounted Gravitational Catapult.}}}}
{{Autowiki/TechwebEntry|name=Upgraded Parts|description=Offering enhanced capabilities beyond their basic counterparts.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Essential Stock Parts}}{{Autowiki/TechwebEntryPrerequisite|name=Energy Manipulation}}|designs={{Autowiki/TechwebEntryDesign|name=Быстрозаменитель компонентов|description=Special mechanical module made to store, sort, and apply standard machine parts.}}{{Autowiki/TechwebEntryDesign|name=Мощный микролазер|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Улучшенный конденсатор|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Наносервопривод|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Улучшенная ёмкость материи|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Улучшенный сканирующий модуль|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Суперёмкая мегабатарея|description=A megacell that holds 20 MJ of energy.}}{{Autowiki/TechwebEntryDesign|name=Суперёмкая батарея|description=A power cell that holds 200 KW of energy.}}}}


{{Autowiki/TechwebEntry|name=Radioactive Weaponry|description=Weapons using radioactive technology.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Weapon Development Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Energy Gun Part Kit (Lethal/Nonlethal)|description=The kit for an energy gun with an experimental miniaturized reactor.}}}}
{{Autowiki/TechwebEntry|name=Utility Cyborg Upgrades|description=Let them wipe our floors for us.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Service Cyborg Upgrades}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Sanitation Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Продвинутая швабра уборочного киборга|description=An advanced mop replacement for the janiborg's standard mop.}}{{Autowiki/TechwebEntryDesign|name=Экспериментальная швабра-толкалка|description=An experimental push broom used for efficiently pushing refuse.}}{{Autowiki/TechwebEntryDesign|name=Модуль увеличения киборга|description=A cyborg resizer, it makes a cyborg huge.}}{{Autowiki/TechwebEntryDesign|name=Инструмент ремонта покрытия уборочного киборга|description=A tiny heating device to repair burnt and damaged hull platings with.}}{{Autowiki/TechwebEntryDesign|name=Вантуз уборочного киборга|description=An integrated cyborg retractable plunger. It's meant for plunging things, duh.}}{{Autowiki/TechwebEntryDesign|name=Лампозаменитель высокой вместимости уборочного киборга|description=Increases the amount of lights that can be stored in the replacer.}}{{Autowiki/TechwebEntryDesign|name=Модуль саморемонта|description=This module will repair the cyborg over time.}}{{Autowiki/TechwebEntryDesign|name=Ионные толкатели|description=An energy-operated thruster system for cyborgs.}}{{Autowiki/TechwebEntryDesign|name=Мусорный мешок хранения уборочного киборга|description=A trash bag of holding replacement for the janiborg's standard trash bag.}}}}
 
{{Autowiki/TechwebEntry|name=Security Modular Suits|description=Security suits for space crime handling.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Modular Suits}}{{Autowiki/TechwebEntryPrerequisite|name=Basic Security Equipment}}|designs={{Autowiki/TechwebEntryDesign|name=MOD Security Plating|description=External plating for a MODsuit. An Apadyne Technologies security suit, offering quicker speed at the cost of carrying capacity.}}{{Autowiki/TechwebEntryDesign|name=Security Visor Module|description=A heads-up display installed into the visor of the suit. This module is a heavily-retrofitted targeting system, plugged into various criminal databases to be able to view arrest records, command simple security-oriented robots, and generally know who to shoot. They say these also let you see behind you. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Cloak Module|description=A complete retrofitting of the suit, this is a form of visual concealment tech employing esoteric technology to bend light around the user, as well as mimetic materials to make the surface of the suit match the surroundings based off sensor data. For some reason, this tech is rarely seen. It uses 4 complexity.}}{{Autowiki/TechwebEntryDesign|name=Magnetic Harness Module|description=Based off old TerraGov harness kits, this magnetic harness automatically attaches dropped guns back to the wearer. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Pathfinder Module|description=This module, brought to you by Nakamura Engineering, has two components. The first component is a series of thrusters and a computerized location subroutine installed into the very control unit of the suit, allowing it flight at highway speeds using the suit's access locks to navigate through the station, and to be able to locate the second part of the system; a pathfinding implant installed into the base of the user's spine, broadcasting their location to the suit and allowing them to recall it to their person at any time. The implant is stored in the module and needs to be injected in a human to function. Nakamura Engineering swears up and down there's airbrakes. It uses 1 complexity.}}{{Autowiki/TechwebEntryDesign|name=Holster Module|description=Based off typical storage compartments, this system allows the suit to holster a standard firearm across its surface and allow for extremely quick retrieval. While some users prefer the chest, others the forearm for quick deployment, some law enforcement prefer the holster to extend from the thigh. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Active Sonar Module|description=Ancient tech from the 20th century, this module uses sonic waves to detect living creatures within the user's radius. Its basic function slowly scans around the user for any bio-signatures, however it can be overclocked to scan everywhere at once.Its loud ping is much harder to hide in an indoor station than in the outdoor operations it was designed for. It uses 2 complexity.}}{{Autowiki/TechwebEntryDesign|name=Projectile Dampener Module|description=Using technology from peaceborgs, this module weakens all projectiles in nearby range. It uses 3 complexity.}}{{Autowiki/TechwebEntryDesign|name=Criminal Capture Module|description=The private security that had orders to take in people dead were quite happy with their space-proofed suit, but for those who wanted to bring back whomever their targets were still breathing needed a way to "share" the space-proofing. And thus: criminal capture! Creates a hardlight prisoner transport bag around the apprehended that has breathable atmospheric conditions. It uses 2 complexity.}}}}
 
{{Autowiki/TechwebEntry|name=Server Technology Research|description=Grants access to a server shell that has a very high capacity for components.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Shell Research}}{{Autowiki/TechwebEntryPrerequisite|name=Computer Data Disks}}|designs={{Autowiki/TechwebEntryDesign|name=Server Shell|description=A very large shell that cannot be moved around. Stores the most components.}}}}
 
{{Autowiki/TechwebEntry|name=Telecommunications Technology|description=Subspace transmission technology for near-instant communications devices.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Computer Consoles}}{{Autowiki/TechwebEntryPrerequisite|name=Basic Bluespace Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Telecommunications Monitoring Console Board|description=Allows for the construction of circuit boards used to build a telecommunications monitor.}}{{Autowiki/TechwebEntryDesign|name=Telecommunications Server Monitoring Console Board|description=Allows for the construction of circuit boards used to build a telecommunication server browser and monitor.}}{{Autowiki/TechwebEntryDesign|name=Compact Radio Navigation Gigabeacon|description=A compact radio navigation gigabeacon, a device used to provide shuttle navigation waypoints in unexplored areas. Must be deployed before use.}}{{Autowiki/TechwebEntryDesign|name=Messaging Monitor Console Board|description=Allows for the construction of circuit boards used to build a messaging monitor console.}}{{Autowiki/TechwebEntryDesign|name=NTNet Relay Board|description=The circuit board for a wireless network relay.}}{{Autowiki/TechwebEntryDesign|name=Subspace Amplifier|description=A compact micro-machine capable of amplifying weak subspace transmissions.}}{{Autowiki/TechwebEntryDesign|name=Subspace Analyzer|description=A sophisticated analyzer capable of analyzing cryptic subspace wavelengths.}}{{Autowiki/TechwebEntryDesign|name=Subspace Ansible|description=A compact module capable of sensing extradimensional activity.}}{{Autowiki/TechwebEntryDesign|name=Subspace Broadcaster Board|description=Allows for the construction of Subspace Broadcasting equipment.}}{{Autowiki/TechwebEntryDesign|name=Bus Mainframe Board|description=Allows for the construction of Telecommunications Bus Mainframes.}}{{Autowiki/TechwebEntryDesign|name=Ansible Crystal|description=A sophisticated analyzer capable of analyzing cryptic subspace wavelengths.}}{{Autowiki/TechwebEntryDesign|name=Hyperwave Filter|description=A tiny device capable of filtering and converting super-intense radiowaves.}}{{Autowiki/TechwebEntryDesign|name=Hub Mainframe Board|description=Allows for the construction of Telecommunications Hub Mainframes.}}{{Autowiki/TechwebEntryDesign|name=Messaging Server Board|description=Allows for the construction of Telecommunications Messaging Servers.}}{{Autowiki/TechwebEntryDesign|name=Processor Unit Board|description=Allows for the construction of Telecommunications Processor equipment.}}{{Autowiki/TechwebEntryDesign|name=Subspace Receiver Board|description=Allows for the construction of Subspace Receiver equipment.}}{{Autowiki/TechwebEntryDesign|name=Relay Mainframe Board|description=Allows for the construction of Telecommunications Relay Mainframes.}}{{Autowiki/TechwebEntryDesign|name=Server Mainframe Board|description=Allows for the construction of Telecommunications Servers.}}{{Autowiki/TechwebEntryDesign|name=Subspace Transmitter|description=A large piece of equipment used to open a window into the subspace dimension.}}{{Autowiki/TechwebEntryDesign|name=Subspace Treatment Disk|description=A compact micro-machine capable of stretching out hyper-compressed radio waves.}}}}
 
{{Autowiki/TechwebEntry|name=Unregulated Bluespace Research|description=Bluespace technology using unstable or unbalanced procedures, prone to damaging the fabric of bluespace. Outlawed by galactic conventions.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}{{Autowiki/TechwebEntryPrerequisite|name=Illegal Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Desynchronizer|description=A device that can desynchronize the user from spacetime.}}}}
 
{{Autowiki/TechwebEntry|name=Upgraded Cybernetic Organs|description=We have the technology to upgrade him.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Biotechnology}}{{Autowiki/TechwebEntryPrerequisite|name=Cybernetic Organs}}|designs={{Autowiki/TechwebEntryDesign|name=Whisper-sensitive Cybernetic Ears|description=A pair of whisper-sensitive cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Wall-penetrating Cybernetic Ears|description=A pair of wall-penetrating cybernetic ears.}}{{Autowiki/TechwebEntryDesign|name=Luminescent Eyes|description=A pair of cybernetic eyes that can emit multicolored light}}{{Autowiki/TechwebEntryDesign|name=Welding Shield Eyes|description=These reactive micro-shields will protect you from welders and flashes without obscuring your vision.}}{{Autowiki/TechwebEntryDesign|name=Luminescent Moth Eyes|description=A pair of cybernetic eyes that can emit multicolored light}}{{Autowiki/TechwebEntryDesign|name=Welding Shield Moth Eyes|description=These reactive micro-shields will protect you from welders and flashes without obscuring your vision.}}{{Autowiki/TechwebEntryDesign|name=Upgraded Cybernetic Heart|description=An upgraded cybernetic heart.}}{{Autowiki/TechwebEntryDesign|name=Upgraded Cybernetic Liver|description=An upgraded cybernetic liver.}}{{Autowiki/TechwebEntryDesign|name=Upgraded Cybernetic Lungs|description=A pair of upgraded cybernetic lungs.}}{{Autowiki/TechwebEntryDesign|name=Upgraded Cybernetic Stomach|description=An upgraded cybernetic stomach.}}}}
 
{{Autowiki/TechwebEntry|name=Exosuit Heavy Armor Research|description=Recreating heavy armor with new rapid fabrication techniques.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Bluespace Power Technology}}|designs={{Autowiki/TechwebEntryDesign|name=Reactive Armor Booster Module|description=Exosuit-mounted melee armor booster.}}{{Autowiki/TechwebEntryDesign|name=Reflective Armor Booster Module|description=Exosuit-mounted ranged armor booster.}}}}
 
{{Autowiki/TechwebEntry|name=Advanced Cybernetic Implants|description=Upgraded and more powerful cybernetic implants.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Neural Programming}}{{Autowiki/TechwebEntryPrerequisite|name=Cybernetic Implants}}{{Autowiki/TechwebEntryPrerequisite|name=Integrated HUDs}}|designs={{Autowiki/TechwebEntryDesign|name=Nutriment Pump Implant PLUS|description=This implant with synthesize and pump into your bloodstream a small amount of nutriment when you are hungry.}}{{Autowiki/TechwebEntryDesign|name=Reviver Implant|description=This implant will attempt to revive you if you lose consciousness. For the faint of heart!}}{{Autowiki/TechwebEntryDesign|name=Surgical Arm Implant|description=A set of surgical tools hidden behind a concealed panel on the user's arm.}}{{Autowiki/TechwebEntryDesign|name=Toolset Arm Implant|description=A stripped-down version of engineering cyborg toolset, designed to be installed on subject's arm.}}}}
 
{{Autowiki/TechwebEntry|name=Advanced Mining Technology|description=Efficiency Level 127|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Mining Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Power Manipulation}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Plasma Research}}|designs={{Autowiki/TechwebEntryDesign|name=Diamond-Tipped Mining Drill|description=Yours is the drill that will pierce the heavens!}}{{Autowiki/TechwebEntryDesign|name=Kinetic Accelerator Mining AoE Mod|description=A modification kit for Kinetic Accelerators which causes it to fire AoE blasts that destroy rock.}}{{Autowiki/TechwebEntryDesign|name=Sonic Jackhammer|description=Essentially a handheld planet-cracker. Rock walls cower in fear when they hear one of these.}}{{Autowiki/TechwebEntryDesign|name=Advanced Plasma Cutter|description=It's an advanced plasma cutter, oh my god.}}}}
 
{{Autowiki/TechwebEntry|name=Electric Weapons|description=Weapons using electric technology|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Weapon Development Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Power Manipulation}}{{Autowiki/TechwebEntryPrerequisite|name=Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Ion Carbine Part Kit (Nonlethal/Highly Destructive/Lethal (Silicons))|description=How to Dismantle a Cyborg: The Gun.}}{{Autowiki/TechwebEntryDesign|name=Tesla Cannon Part Kit (Lethal)|description=The kit for a high-tech cannon that fires internal, reusable bolt cartridges in a revolving cylinder. The cartridges can be recharged using conventional rechargers.}}}}
 
{{Autowiki/TechwebEntry|name=EXOSUIT: Phazon|description=Phazon exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Exosuit Heavy Armor Research}}{{Autowiki/TechwebEntryPrerequisite|name=Miniaturized Bluespace Research}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Armor ("Phazon")|description=Phazon armor plates. They are layered with plasma to protect the pilot from the stress of phasing and have unusual properties.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("Phazon")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("Phazon")|description=A Phazon head. Its sensors are carefully calibrated to provide vision and data even when the exosuit is phasing.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("Phazon")|description=A Phazon left arm. Several microtool arrays are located under the armor plating, which can be adjusted to the situation at hand.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg ("Phazon")|description=A Phazon left leg. It contains the unique phase drives that allow the exosuit to phase through solid matter when engaged.}}{{Autowiki/TechwebEntryDesign|name="Phazon" Central Control module|description=Allows for the construction of a "Phazon" Central Control module.}}{{Autowiki/TechwebEntryDesign|name="Phazon" Peripherals Control module|description=Allows for the construction of a "Phazon" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("Phazon")|description=A Phazon right arm. Several microtool arrays are located under the armor plating, which can be adjusted to the situation at hand.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg ("Phazon")|description=A Phazon right leg. It contains the unique phase drives that allow the exosuit to phase through solid matter when engaged.}}{{Autowiki/TechwebEntryDesign|name="Phazon" Weapons & Targeting Control module|description=Allows for the construction of a "Phazon" Weapons & Targeting Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("Phazon")|description=A Phazon torso part. The socket for the bluespace core that powers the exosuit's unique phase drives is located in the middle.}}}}
 
{{Autowiki/TechwebEntry|name=EXOSUIT: Savannah-Ivanov|description=Savannah-Ivanov exosuit designs|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Exosuits}}{{Autowiki/TechwebEntryPrerequisite|name=Weapon Development Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Experimental Tools}}|designs={{Autowiki/TechwebEntryDesign|name=Exosuit Armor ("Savannah-Ivanov")|description=Savannah-Ivanov armor plates. They are uniquely shaped and reinforced to deal with the stresses of two pilots, grandiose leaps, and missiles.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Chassis ("Savannah-Ivanov")|description=}}{{Autowiki/TechwebEntryDesign|name=Exosuit Head ("Savannah-Ivanov")|description=A Savannah-Ivanov head. It's sensors have been adjusted to support graceful landings.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Arm ("Savannah-Ivanov")|description=A Savannah-Ivanov left arm. Hidden rocket fabrication included in the wrists.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Left Leg ("Savannah-Ivanov")|description=A Savannah-Ivanov left leg. In production they were designed to carry more than two passengers, so the leaping functionality was added as to not waste potential.}}{{Autowiki/TechwebEntryDesign|name="Savannah-Ivanov" Central Control module|description=Allows for the construction of a "Savannah-Ivanov" Central Control module.}}{{Autowiki/TechwebEntryDesign|name="Savannah-Ivanov" Peripherals Control module|description=Allows for the construction of a "Savannah-Ivanov" Peripheral Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Arm ("Savannah-Ivanov")|description=A Savannah-Ivanov left arm. Hidden rocket fabrication included in the wrists.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Right Leg ("Savannah-Ivanov")|description=A Savannah-Ivanov left leg. In production they were designed to carry more than two passengers, so the leaping functionality was added as to not waste potential.}}{{Autowiki/TechwebEntryDesign|name="Savannah-Ivanov" Weapons & Targeting Control module|description=Allows for the construction of a "Savannah-Ivanov" Weapons & Targeting Control module.}}{{Autowiki/TechwebEntryDesign|name=Exosuit Torso ("Savannah-Ivanov")|description=A Savannah-Ivanov torso part. It's missing a huge chunk of space...}}}}
 
{{Autowiki/TechwebEntry|name=Illegal Technology|description=Dangerous research used to create dangerous objects.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Weapon Development Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Explosive & Pyrotechnical Weaponry}}|designs={{Autowiki/TechwebEntryDesign|name=Advanced Camera Console Board|description=Allows for the construction of circuit boards used to build advanced camera consoles.}}{{Autowiki/TechwebEntryDesign|name=AI Surveillance Software Update|description=A software package that will allow an artificial intelligence to 'hear' from its cameras via lip reading.}}{{Autowiki/TechwebEntryDesign|name=Illegal Modules|description=Unlocks the hidden, deadlier functions of a cyborg.}}{{Autowiki/TechwebEntryDesign|name=Donksoft Toy Vendor Refill|description=A refill canister for Donksoft Toy Vendors.}}{{Autowiki/TechwebEntryDesign|name=Donksoft Toy Vendor Board|description=The circuit board for a Donksoft Toy Vendor.}}{{Autowiki/TechwebEntryDesign|name=Energy Crossbow Part Kit (Less Lethal/Contraband)|description=A kit to reverse-engineer a proto-kinetic accelerator into an energy crossbow, favored by syndicate infiltration teams and carp hunters.}}{{Autowiki/TechwebEntryDesign|name=WT-550 Autorifle Magazine (4.6x30mm) (Lethal)|description=A 20 round magazine for the out of date WT-550 Autorifle.}}{{Autowiki/TechwebEntryDesign|name=WT-550 Autorifle Armour Piercing Magazine (4.6x30mm AP) (Lethal)|description=A 20 round armour piercing magazine for the out of date WT-550 Autorifle.}}{{Autowiki/TechwebEntryDesign|name=WT-550 Autorifle Incendiary Magazine (4.6x30mm IC) (Lethal/Highly Destructive)|description=A 20 round armour piercing magazine for the out of date WT-550 Autorifle.}}{{Autowiki/TechwebEntryDesign|name=Rapid Syringe Gun|description=A gun that fires many syringes.}}{{Autowiki/TechwebEntryDesign|name=Suppressor|description=A reverse-engineered suppressor that fits on most small arms with threaded barrels.}}{{Autowiki/TechwebEntryDesign|name=Super Pointy Tape|description=You didn't know tape could look so sinister. Welcome to Space Station 13.}}}}
 
{{Autowiki/TechwebEntry|name=Miniaturized Bluespace Research|description=Extreme reduction in space required for bluespace engines, leading to portable bluespace technology.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Bluespace Travel}}{{Autowiki/TechwebEntryPrerequisite|name=Applied Bluespace Research}}{{Autowiki/TechwebEntryPrerequisite|name=High Efficiency Parts}}|designs={{Autowiki/TechwebEntryDesign|name=Bluespace Matter Bin|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Body Bag|description=A bluespace body bag, powered by experimental bluespace technology. It can hold loads of bodies and the largest of creatures.}}{{Autowiki/TechwebEntryDesign|name=Medical Bed (Emergency)|description=A portable, foldable version of the medical bed. Perfect for paramedics or whenever you have mass casualties!}}{{Autowiki/TechwebEntryDesign|name=Femto Servo|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Quantum Keycard|description=Allows for the construction of a quantum keycard.}}{{Autowiki/TechwebEntryDesign|name=Quantum Spin Inverter|description=An experimental device that is able to swap the locations of two entities by switching their particles' spin values. Must be linked to another device to function.}}{{Autowiki/TechwebEntryDesign|name=Triphasic Scanning Module|description=A stock part used in the construction of various devices.}}{{Autowiki/TechwebEntryDesign|name=Bluespace Wormhole Projector|description=A projector that emits high density quantum-coupled bluespace beams. Requires a bluespace anomaly core to function.}}}}
 
{{Autowiki/TechwebEntry|name=Night Vision Technology|description=Allows seeing in the dark without actual light!|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Integrated HUDs}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Engineering}}{{Autowiki/TechwebEntryPrerequisite|name=Advanced Electromagnetic Theory}}|designs={{Autowiki/TechwebEntryDesign|name=Night Vision Diagnostic HUD|description=Upgraded version of the diagnostic HUD designed to function during a power failure.}}{{Autowiki/TechwebEntryDesign|name=Night Vision Health Scanner HUD|description=An advanced medical head-up display that allows doctors to find patients in complete darkness.}}{{Autowiki/TechwebEntryDesign|name=Night Vision Goggles|description=Goggles that let you see through darkness unhindered.}}{{Autowiki/TechwebEntryDesign|name=Night Vision Optical Meson Scanners|description=Prototype meson scanners fitted with an extra sensor which amplifies the visible light spectrum and overlays it to the UHD display.}}{{Autowiki/TechwebEntryDesign|name=Night Vision Science Goggles|description=Goggles that lets the user see in the dark and recognize chemical compounds at a glance.}}{{Autowiki/TechwebEntryDesign|name=Night Vision Security HUD|description=A heads-up display which provides id data and vision in complete darkness.}}}}
 
{{Autowiki/TechwebEntry|name=Combat Cybernetic Implants|description=Military grade combat implants to improve performance.|prerequisites={{Autowiki/TechwebEntryPrerequisite|name=Advanced Cybernetic Implants}}{{Autowiki/TechwebEntryPrerequisite|name=Weapon Development Technology}}{{Autowiki/TechwebEntryPrerequisite|name=Night Vision Technology}}{{Autowiki/TechwebEntryPrerequisite|name=High Efficiency Parts}}|designs={{Autowiki/TechwebEntryDesign|name=Anti-Drop Implant|description=This cybernetic brain implant will allow you to force your hand muscles to contract, preventing item dropping. Twitch ear to toggle.}}{{Autowiki/TechwebEntryDesign|name=CNS Rebooter Implant|description=This implant will automatically give you back control over your central nervous system, reducing downtime when stunned.}}{{Autowiki/TechwebEntryDesign|name=Thermal Eyes|description=These cybernetic eyes will give you Thermal vision. Vertical slit pupil included.}}{{Autowiki/TechwebEntryDesign|name=Thrusters Set Implant|description=This implant will allow you to use gas from environment or your internals for propulsion in zero-gravity areas.}}{{Autowiki/TechwebEntryDesign|name=X-ray Eyes|description=These cybernetic eyes will give you X-ray vision. Blinking is futile.}}{{Autowiki/TechwebEntryDesign|name=Moth Thermal Eyes|description=These cybernetic eyes will give you Thermal vision. Vertical slit pupil included.}}{{Autowiki/TechwebEntryDesign|name=Moth X-ray Eyes|description=These cybernetic eyes will give you X-ray vision. Blinking is futile.}}}}

Текущая версия от 12:14, 12 декабря 2024

This page is automated by Autowiki. Do NOT edit it manually.

Atmospherics

Maintaining station air and related life support systems.

Designs



Basic Arms

Ballistics can be unpredictable in space.

Designs



Botany Equipment

Essential tools for maintaining onboard gardens, supporting plant growth in the unique environment of the space station.

Designs

  • Экстрактор семян (плата): The circuit board for a seed extractor.
  • Анализатор растений: A scanner used to evaluate a plant's various areas of growth, and genetic traits. Comes with a growth scanning mode and a chemical scanning mode.
  • Лейка: It's a watering can. It is scientifically proved that using a watering can to simulate rain increases plant happiness!
  • Лопатка: A small tool for digging and moving dirt.
  • Рыхлитель: It's used for removing weeds or scratching your back.
  • Секатор: It's a tool for cutting grafts off plants or changing podperson looks.
  • Топорик: A very sharp axe blade upon a short fibremetal handle. It has a long history of chopping things, but now it is used for chopping wood.



Cafeteria Equipment

When standard-issue tubed food no longer satisfies the station crew's appetite...

Designs



Construction

Tools and essential machinery used for station maintenance and expansion.

Designs



Essential Stock Parts

Foundational components that form the backbone of station operations, encompassing a range of essential equipment necessary for day-to-day functionality.

Designs



EXOSUIT: Justice

Justice exosuit designs

Designs



Fishing Equipment

Basic fishing gear tailored for space station environments, perfect for extraterrestrial aquatic pursuits.

Designs



Fundamental Science

Establishing the bedrock of scientific understanding, paving the way for deeper exploration and theoretical inquiry.

Designs



Material Processing

Refinement and processing of alloys and ores to enhance their utility and value.

Designs



Medbay Equipment

Essential medical tools to patch you up while medbay is still intact.

Designs



Office Equipment

Nanotrasen's finest in ergonomic office tech, ensuring station admin stays productive and compliant with corporate policies — because even in space, paperwork never stops.

Designs



Robotics

Programmable machines that make our lives lazier.

Designs



Advanced AI Upgrades

Delving into sophisticated AI directives, with hopes that they won't lead to humanity's extinction.

Designs

Prerequisites


Advanced Anomaly Shells

New shells designed to utilize anomaly cores, maximizing their potential in innovative ways.

Designs

Prerequisites


Advanced Beam Weaponry

So advanced, even engineers are baffled by its operational principles.

Designs

Prerequisites


Advanced Circuit Shells

Adding brains to more things.

Designs

Prerequisites


Advanced Engineering Modular Suit

Advanced Engineering suits, for advanced powered engineers.

Designs

  • МОД-обшивка атмосферная: External plating for a MODsuit. An atmospheric-resistant suit by Nakamura Engineering, offering extreme heat resistance compared to the engineer suit.
  • МОДуль "ионный реактивный ранец": A series of electric thrusters installed across the suit, this is a module highly anticipated by trainee Engineers. Rather than using gasses for combustion thrust, these jets are capable of accelerating ions using charge from the suit's charge. Some say this isn't Nakamura Engineering's first foray into jet-enabled suits. It uses 3 complexity.
  • МОДуль "радиационная защита": A module utilizing polymers and reflective shielding to protect the user against ionizing radiation; a common danger in space. This comes with software to notify the wearer that they're even in a radioactive area, giving a voice to an otherwise silent killer. It uses 2 complexity.
  • МОДуль "ЭМИ-заслон": A field inhibitor installed into the suit, protecting it against feedback such as electromagnetic pulses that would otherwise damage the electronic systems of the suit or it's modules. However, it will take from the suit's power to do so. It uses 1 complexity.
  • МОДуль "расширенное хранилище": Reverse engineered by Nakamura Engineering from Donk Company designs, this system of hidden compartments is entirely within the suit, distributing items and weight evenly to ensure a comfortable experience for the user; whether smuggling, or simply hauling. It uses 3 complexity.

Prerequisites


Advanced Mining Technology

High-level mining equipment, pushing the boundaries of efficiency and effectiveness in resource extraction.

Designs

Prerequisites


Advanced Sanitation Technology

Nanotrasen's latest in janitorial tech, making sure the station stays spotless and bear-free.

Designs

Prerequisites


Advanced Surgery Tools

Surgical instruments of dual purpose for quick operations.

Designs

Prerequisites


Alien Technology

Things used by the greys.

Designs

Prerequisites


Anomaly Research

Delving into the study of mysterious anomalies to investigate methods to refine and harness their unpredictable energies.

Designs

Prerequisites


Applied Bluespace Research

With a heightened grasp of bluespace dynamics, sophisticated applications and technologies can be devised using data from bluespace crystal analyses.

Designs

Prerequisites


Artificial Intelligence

Exploration of AI systems, more intelligent than the entire crew put together.

Designs

Prerequisites


Assault Exosuits

Heavy battle exosuits boasting robust armor but sacrificing speed for enhanced durability.

Designs

Prerequisites


Augmentation

For those who prefer shiny metal over squishy flesh.

Designs

Prerequisites


Biological Scan

Advanced technology for analyzing patient health and reagent compositions, ensuring precise diagnostics and treatment in the medical bay.

Designs

Prerequisites


Bluespace Theory

Basic studies into the mysterious alternate dimension known as bluespace.

Designs

Prerequisites


Bluespace Travel

Facilitate teleportation methods based on bluespace principles to revolutionize logistical efficiency.

Designs

Prerequisites


Chemical Synthesis

Synthesizing complex chemicals from electricity and thin air... Don't ask how...

Designs

Prerequisites


Civilian Consoles

User-friendly consoles for non-technical crew members, enhancing communication and access to essential station information.

Designs

Prerequisites


Combat Implants

To make sure that you can wake the f*** up, samurai.

Designs

Prerequisites


Cybernetic Organs

We have the technology to rebuild him.

Designs

Prerequisites


Cybernetics

Sapient robots with preloaded tool modules and programmable laws.

Designs

Prerequisites


Cytology

Cellular biology research focused on cultivation of limbs and diverse organisms from cells.

Designs

Prerequisites


Electric Weaponry

Energy-based weaponry designed for both lethal and non-lethal applications.

Designs

Prerequisites


Energy Manipulation

Harnessing the raw power of lightning arcs through sophisticated energy control methods.

Designs

Prerequisites


Engineering Modular Suits

Engineering suits, for powered engineers.

Designs

  • МОД-обшивка инженерная: External plating for a MODsuit. An engineer-fit suit with heat and shock resistance. Nakamura Engineering's classic.
  • МОДуль "сканер T-ray": A module installed into the visor of the suit, allowing the user to use a pulse of terahertz radiation to essentially echolocate things beneath the floor, mostly cables and pipes. A staple of atmospherics work, and counter-smuggling work. It uses 1 complexity.
  • МОДуль "магнитный стабилизатор": These are powerful electromagnets fitted into the suit's boots, allowing users both excellent traction no matter the condition indoors, and to essentially hitch a ride on the exterior of a hull. However, these basic models do not feature computerized systems to automatically toggle them on and off, so numerous users report a certain stickiness to their steps. It uses 2 complexity.
  • МОДуль "конструктор": This module entirely occupies the wearer's forearm, notably causing conflict with advanced arm servos meant to carry crewmembers. However, it functions as an extremely advanced construction hologram scanner, as well as containing the latest engineering schematics combined with inbuilt memory to help the user build walls. It uses 2 complexity.
  • МОДуль "противопожарный бак": An atmospheric resin mister, able to fix up areas quickly. It uses 2 complexity.

Prerequisites


Entertainment Modular Suit

Powered suits for protection against low-humor environments.

Designs

  • МОД-обшивка космохонская: External plating for a MODsuit. A suit by Honk Ltd. Protects against low humor environments. Most of the tech went to lower the power cost.
  • МОДуль "гудок": A shoulder-mounted piece of heavy sonic artillery, this module uses the finest femto-manipulator technology to precisely deliver an almost lethal squeeze to... a bike horn, producing a significantly memorable sound. It uses 1 complexity.
  • МОДуль "микроволновый луч": An oddly domestic device, this module is installed into the user's palm, hooking up with culinary scanners located in the helmet to blast food with precise microwave radiation, allowing them to cook food from a distance, with the greatest of ease. Not recommended for use against grapes. It uses 1 complexity.
  • МОДуль "переваливатель": Some of the most primitive technology in use by Honk Co. This module works off an automatic intention system, utilizing its sensitivity to the pilot's often-limited brainwaves to directly read their next step, affecting the boots they're installed in. Employing a twin-linked gravitonic drive to create miniaturized etheric blasts of space-time beneath the user's feet, this enables them to... to waddle around, bouncing to and fro with a pep in their step. It uses 1 complexity.

Prerequisites


Exosuit Assembly

Development of mechanical exosuits designed to contend with artificial gravity while transporting cargo.

Designs

Prerequisites


Exotic Ammunition

Specialized bullets designed to ignite, freeze, and inflict various other effects on targets, expanding combat capabilities.

Designs

Prerequisites


Expedition Equipment

Specialized exosuit gear tailored for navigating space and celestial bodies, ensuring durability and functionality in the harshest conditions.

Designs

Prerequisites


Experimental Surgery

When evolution isn't fast enough.

Designs

  • Cortex Folding: A surgical procedure which modifies the cerebral cortex into a complex fold, giving space to non-standard neural patterns.
  • Wetware OS Labyrinthian Programming: A robotic upgrade which reprograms the patient's neural network in a downright eldritch programming language, giving space to non-standard neural patterns.
  • Cortex Imprint: A surgical procedure which modifies the cerebral cortex into a redundant neural pattern, making the brain able to bypass damage caused by minor brain traumas.
  • Wetware OS Ver 2.0: A surgical procedure which updates the patient's operating system to the 'latest version', whatever that means, making the brain able to bypass damage caused by minor brain traumas. Shame about all the adware.
  • Tend Wounds (Physical) Upgrade: An upgraded version of the original surgery.
  • Ligament Hook: A surgical procedure which reshapes the connections between torso and limbs, making it so limbs can be attached manually if severed. However this weakens the connection, making them easier to detach as well.
  • Anchor Point Snaplocks: A robotic upgrade which installs rapid detachment anchor points, making it so limbs can be attached manually if detached. However this weakens the connection, making them easier to detach as well.
  • Ligament Reinforcement: A surgical procedure which adds a protective tissue and bone cage around the connections between the torso and limbs, preventing dismemberment. However, the nerve connections as a result are more easily interrupted, making it easier to disable limbs with damage.
  • Anchor Point Reinforcement: A surgical procedure which adds reinforced limb anchor points to the patient's chassis, preventing dismemberment. However, the nerve connections as a result are more easily interrupted, making it easier to disable limbs with damage.
  • Vein Muscle Membrane: A surgical procedure which adds a muscled membrane to blood vessels, allowing a patient to pump blood without a heart.
  • Hydraulics Redundancy Subroutine: A robotic upgrade which adds sophisticated hydraulics redundancies, allowing a patient to pump hydraulic fluid without an engine.
  • Nerve Grounding: A surgical procedure which makes the patient's nerves act as grounding rods, protecting them from electrical shocks.
  • System Shock Dampening: A robotic upgrade which installs grounding rods into the robotic patient's system, protecting them from electrical shocks.
  • Nerve Splicing: A surgical procedure which splices the patient's nerves, making them more resistant to stuns.
  • System Automatic Reset Subroutine: A robotic upgrade which upgrades a robotic patient's automatic systems, making them more resistant to stuns.
  • Pacification: A surgical procedure which permanently inhibits the aggression center of the brain, making the patient unwilling to cause direct harm.
  • Aggression Suppression Programming: Malware which permanently inhibits the aggression programming of the patient's neural network, making the patient unwilling to cause direct harm.
  • Vein Threading: A surgical procedure which severely reduces the amount of blood lost in case of injury.
  • Hydraulics Routing Optimization: A robotic upgrade which severely reduces the amount of hydraulic fluid lost in case of injury.
  • Viral Bonding: A surgical procedure that forces a symbiotic relationship between a virus and its host. The patient must be dosed with spaceacillin, virus food, and formaldehyde.

Prerequisites


Experimental Tools

Enhances the functionality and versatility of station tools.

Designs

Prerequisites


Exploration Drones

Adapted arcade machines to covertly harness gamers' skills in controlling real drones for practical purposes.

Designs

Prerequisites


Food Processing

Top-tier kitchen appliances from Nanotrasen, designed to keep the crew well-fed and happy.

Designs

Prerequisites


Funny Robots

Fueled by laughter.

Designs

Prerequisites


Fusion

Investigating fusion reactor technology to achieve sustainable and efficient energy production through controlled plasma reactions involving noble gases.

Designs

Prerequisites


Gaming

For the slackers on the station.

Designs

Prerequisites


Gas Compression

Highly pressurized gases hold potential for unlocking immense energy capabilities.

Designs

Prerequisites


Heavy Exosuits

Advanced heavy mechanized unit with dual pilot capability, designed for robust battlefield performance and increased tactical versatility.

Designs

Prerequisites


Holographics

Use of holographic technology for signage and barriers.

Designs

Prerequisites


Improved Wound-Tending

Who would have known being more gentle with a hemostat decreases patient pain?

Designs

Prerequisites


Light Combat Exosuits

Agile combat exosuits equipped with overclocking capabilities for temporary speed boosts, prioritizing speed over durability on the battlefield.

Designs

Prerequisites


Marine Utility

Fish are nice to look at and all, but they can be put to use.

Designs

Prerequisites


Mining Cyborg Upgrades

To mine places too dangerous for humans.

Designs

Prerequisites


Mining Technology

Development of tools meant to optimize mining operations and resource extraction.

Designs

Prerequisites


Modular Suit

Specialized back mounted power suits with various different modules.

Designs

  • Блок хранения костюмов (плата): The circuit board for a suit storage unit.
  • МОД-оболочка: A 'Nakamura Engineering' designed shell for a Modular Suit.
  • МОД-нагрудник: A 'Nakamura Engineering' designed chestplate for a Modular Suit.
  • МОД-шлем: A 'Nakamura Engineering' designed helmet for a Modular Suit.
  • МОД-рукавицы: 'Nakamura Engineering' designed gauntlets for a Modular Suit.
  • МОД-ботинки: 'Nakamura Engineering' designed boots for a Modular Suit.
  • МОД-обшивка: External plating for a MODsuit. A civilian class suit by Nakamura Engineering, doesn't offer much other than slightly quicker movement.
  • МОД-обшивка гражданская: External plating for a MODsuit. A light-weight civilian suit that offers unmatched ease of movement but no protection from the vacuum of space.
  • Набор покраски МОДов: A paint kit for Modular Suits.
  • МОДуль "хранилище": What amounts to a series of integrated storage compartments and specialized pockets installed across the surface of the suit, useful for storing various bits, and or bobs. It uses 3 complexity.
  • МОДуль "стабилизатор плазмы": This system essentially forms an atmosphere of its own, within the suit, efficiently and quickly preventing oxygen from causing the user's head to burst into flame. This allows plasmamen to safely remove their helmet, allowing for easier equipping of any MODsuit-related equipment, or otherwise. The purple glass of the visor seems to be constructed for nostalgic purposes. It uses 1 complexity.
  • МОДуль "фонарик": A simple pair of configurable flashlights installed on the left and right sides of the helmet, useful for providing light in a variety of ranges and colors. Some survivalists prefer the color green for their illumination, for reasons unknown. It uses 1 complexity.

Prerequisites


Modular Suit Equipment

More advanced modules, to improve modular suits.

Designs

  • МОДсвязь гадатель": A neck-worn piece of gear that can call with another MODlink-compatible device.
  • МОДуль "гидравлическая клешня": A series of actuators installed into both arms of the suit, boasting a lifting capacity of almost a ton. However, this design has been locked by Nanotrasen to be primarily utilized for lifting various crates. A lot of people would say that loading cargo is a dull job, but you could not disagree more. It uses 3 complexity.
  • МОДуль "аварийная лебёдка": A custom-built grappling-hook powered by a winch capable of hauling the user. While some older models of cargo-oriented grapples have capacities of a few tons, these are only capable of working in zero-gravity environments, a blessing to some Engineers. It uses 2 complexity.
  • МОДуль "сварочная защита": A module installed into the visor of the suit, this projects a polarized, holographic overlay in front of the user's eyes. It's rated high enough for immunity against extremities such as spot and arc welding, solar eclipses, and handheld flashlights. It uses 1 complexity.
  • МОДуль "защита головы по ТБ": A series of dampening plates are installed along the back and upper areas of the helmet. These plates absorb abrupt kinetic shocks delivered to the skull. The bulk of this module prevents it from being installed in any suit that is capable of combat armor adjustments. However, the rudimentry nature of the module makes it relatively easy to install into most other suits. It uses 1 complexity.
  • МОДуль "аппарат приёма пищи": A favorite by Miners, this modification to the helmet utilizes a nanotechnology barrier infront of the mouth to allow eating and drinking while retaining protection and atmosphere. However, it won't free you from masks, lets pepper spray pass through and it will do nothing to improve the taste of a goliath steak. It uses 1 complexity.
  • МОДуль "защита от падения": Useful for protecting both the suit and the wearer, utilizing commonplace systems to convert the possible damage from a fall into kinetic charge, as well as internal gyroscopes to ensure the user's safe falling. Useful for mining, monorail tracks, or even skydiving! It uses 1 complexity.
  • МОДуль "термальный регулятор": Advanced climate control, using an inner body glove interwoven with thousands of tiny, flexible cooling lines. This circulates coolant at various user-controlled temperatures, ensuring they're comfortable; even if they're some that like it hot. It uses 1 complexity.
  • МОДуль "перчатки-переводчики": A module that adds motion sensors into the suit's gloves, which works in tandem with a short-range subspace transmitter, letting the audibly impaired use sign language over comms. It uses 1 complexity.
  • Cleaning Mister Module: An space cleaner mister, able to clean up messes quickly. Synthesizes its own supply over time (if active). It uses 2 complexity.

Prerequisites


Night Vision Technology

There are whispers that Nanotrasen pushed for this technology to extend shift durations, ensuring productivity around the clock.

Designs

Prerequisites


Passive Implants

Implants designed to operate seamlessly without active user input, enhancing various physiological functions or providing continuous benefits.

Designs

Prerequisites


Programmed Robot

Grants access to movable shells, allowing for remote operations and pranks.

Designs

  • Сборка дрона: A shell with the ability to move itself around.
  • Pathfinder: When triggered, the next step to the target's location as an entity. This can be used with the direction component and the drone shell to make it move on its own. The Id Card input port is for considering ID access when pathing, it does not give the shell actual access.
  • Pull Component: A component that can force the shell to pull entities. Only works for drone shells.

Prerequisites


Programmed Server

Grants access to a server shell that has a very high capacity for components.

Designs

Prerequisites


Programming

Dedicate an entire shift to program a fridge to greet you when opened.

Designs

Prerequisites


Riot Supression

When you are on the opposing side of a revolutionary movement.

Designs

Prerequisites


Security Equipment

All the essentials to subdue a mime.

Designs

Prerequisites


Security Modular Suits

Security suits for space crime handling.

Designs

  • МОДуль "раздатчик гранат Мираж": This module can create mirage grenades at the user's liking. These grenades create holographic copies of the user. It uses 3 complexity.
  • МОД-обшивка охранная: External plating for a MODsuit. An Apadyne Technologies security suit, offering quicker speed at the cost of carrying capacity.
  • МОДуль "прототип маскировки": A complete retrofitting of the suit, this is a form of visual concealment tech employing esoteric technology to bend light around the user, as well as mimetic materials to make the surface of the suit match the surroundings based off sensor data. For some reason, this tech is rarely seen. It uses 4 complexity.
  • МОДуль "магнитная кобура": Based off old TerraGov harness kits, this magnetic harness automatically attaches dropped guns back to the wearer. It uses 2 complexity.
  • МОДуль "система Пасфайндер": This module, brought to you by Nakamura Engineering, has two components. The first component is a series of thrusters and a computerized location subroutine installed into the very control unit of the suit, allowing it flight at highway speeds using the suit's access locks to navigate through the station, and to be able to locate the second part of the system; a pathfinding implant installed into the base of the user's spine, broadcasting their location to the suit and allowing them to recall it to their person at any time. The implant is stored in the module and needs to be injected in a human to function. Nakamura Engineering swears up and down there's airbrakes. It uses 1 complexity.
  • МОДуль "кобура": Based off typical storage compartments, this system allows the suit to holster a standard firearm across its surface and allow for extremely quick retrieval. While some users prefer the chest, others the forearm for quick deployment, some law enforcement prefer the holster to extend from the thigh. It uses 2 complexity.
  • МОДуль "активный сонар": Ancient tech from the 20th century, this module uses sonic waves to detect living creatures within the user's radius. Its basic function slowly scans around the user for any bio-signatures, however it can be overclocked to scan everywhere at once.Its loud ping is much harder to hide in an indoor station than in the outdoor operations it was designed for. It uses 2 complexity.
  • МОДуль "ослабитель снарядов": Using technology from peaceborgs, this module weakens all projectiles in nearby range. It uses 3 complexity.
  • МОДуль "держатель преступника": The private security that had orders to take in people dead were quite happy with their space-proofed suit, but for those who wanted to bring back whomever their targets were still breathing needed a way to "share" the space-proofing. And thus: criminal capture! Creates a hardlight prisoner transport bag around the apprehended that has breathable atmospheric conditions. It uses 2 complexity.

Prerequisites


Service Cyborg Upgrades

Let them do the cookin' by the book.

Designs

Prerequisites


Telecommunications Technology

A comprehensive suite of machinery for station-wide communication setups, ensuring seamless connectivity and operational coordination.

Designs

Prerequisites


Xenobiology

Exploration of non-human biology, unlocking the secrets of extraterrestrial lifeforms and their unique biological processes.

Designs

Prerequisites


Advanced Fishing Tools

Continuing advancements in fishing technology, incorporating cutting-edge features in space fishing operations. Just don't try this on space carps...

Designs

Prerequisites


Advanced Medbay Equipment

State-of-the-art medical gear for keeping the crew in one piece — mostly.

Designs

Prerequisites


Advanced Parts

The most finely tuned and accurate stock parts.

Designs

Prerequisites


Advanced Surgery

When simple medicine doesn't cut it.

Designs

Prerequisites


Artificial Selection

Advancement in plant cultivation techniques through artificial selection, enabling precise manipulation of plant DNA.

Designs

Prerequisites


Combat Exosuits

Modular armor upgrades and specialized equipment for security exosuits.

Designs

Prerequisites


Explosives

For once, intentional explosions.

Designs

Prerequisites


Upgraded Cybernetic Organs

We have the technology to upgrade him.

Designs

Prerequisites


Advanced Cybernetic Organs

Cutting-edge cybernetic organs offering enhanced sensory capabilities, making it easier than ever to detect ERP.

Designs

Prerequisites


Alien Engineering

Alien engineering tools

Designs

Prerequisites


Alien Surgery

Abductors did nothing wrong.

Designs

Prerequisites


Anomalock Modular Suit

Modules for MODsuits that require anomaly cores to function.

Designs

  • МОДуль "анти-гравитация": A module that uses a gravitational core to make the user completely weightless. It uses 2 complexity.
  • МОДуль "телепортер": A module that uses a bluespace core to let the user transport their particles elsewhere. It uses 3 complexity.
  • МОДуль "кинетика": A modular plug-in to the forearm, this module was presumed lost for many years, despite the suits it used to be mounted on still seeing some circulation. This piece of technology allows the user to generate precise anti-gravity fields, letting them move objects as small as a titanium rod to as large as industrial machinery. Oddly enough, it doesn't seem to work on living creatures. It uses 3 complexity.

Prerequisites


Bitrunning Technology

Bluespace technology has led to the development of quantum-scale computing, which unlocks the means to materialize atomic structures while executing advanced programs.

Designs

Prerequisites


Bluespace Exosuit Equipment

An array of equipment empowered by bluespace, providing unmatched mobility and utility.

Designs

Prerequisites


Bluespace Parts

Integrating the latest in bluespace technology, these advanced components not only enhance functionality but also open up new possibilities for the station's technological capabilities.

Designs

Prerequisites


Brain-Computer Interface

Embedded brain circuits. May occasionally stream Nanotrasen ads in dreams.

Designs

Prerequisites


Controlled Plasma

Experiments with high-pressure gases and electricity resulting in crystallization and controlled plasma reactions.

Designs

Prerequisites


Cryostasis

The result of clown accidentally drinking a chemical, now repurposed for safely preserving crew members in suspended animation.

Designs

Prerequisites


Cybernetic Implants

Advanced technological enhancements integrated into the body, offering improved physical capabilities.

Designs

Prerequisites


Engineering Cyborg Upgrades

To slack even more.

Designs

Prerequisites


Exosuit Energy Guns

Scaled-up versions of electric weapons optimized for exosuit deployment.

Designs

Prerequisites


Exosuit Firearms

Mounted ballistic weaponry, enhancing combat capabilities for mechanized units.

Designs

Prerequisites


Field Surgery Modules

Medical MODsuit equipment designed for conducting surgical operations in field conditions.

Designs

  • МОДуль "дефибриллятор": A module built into the gauntlets of the suit; commonly known as the 'Healing Hands' by medical professionals. The user places their palms above the patient. Onboard computers in the suit calculate the necessary voltage, and a modded targeting computer determines the best position for the user to push. Twenty five pounds of force are applied to the patient's skin. Shocks travel from the suit's gloves and counter-shock the heart, and the wearer returns to Medical a hero. Don't you even think about using it as a weapon; regulations on manufacture and software locks expressly forbid it. It uses 2 complexity.
  • МОДуль "нитерез": A custom-built module integrated with the suit's wrist. The thread ripper is built from recent technology dating back to the start of 2562, after an attempt by a well-known Nanotrasen researcher to expand on the rapid-tailoring technology found in Autodrobes. Rather than being capable of creating any fabric pattern under the suns, the thread ripper is capable of rapid disassembly of them. Anything from kevlar-weave, to leather, to durathread can be quickly pulled open to the wearer's specification and sewn back together, a development commonly utilized by Medical workers to obtain easy access for surgery, defibrillation, or injection of chemicals to ease patients into not worrying about their brand-name fashion being marred. It uses 2 complexity.
  • МОДуль "хирургический процессор": A module using an onboard surgical computer which can be connected to other computers to download and perform advanced surgeries on the go. It uses 2 complexity.
  • МОДуль "индикатор состояния": A once-common module, this technology unfortunately went out of fashion in the safer regions of space; and found new life in the research networks of the Periphery. This particular unit hooks into the suit's spine, capable of capturing and displaying all possible biometric data of the wearer; sleep, nutrition, fitness, fingerprints, and even useful information such as their overall health and wellness. The vitals monitor also comes with a speaker, loud enough to alert anyone nearby that someone has, in fact, died. It uses 1 complexity.

Prerequisites


Gene Engineering

Research into sophisticated DNA manipulation techniques, enabling the modification of human genetic traits to unlock specific abilities and enhancements.

Designs

Prerequisites


Heavy Exosuit Firearms

High-impact weaponry integrated into mechs, optimized for maximum firepower.

Designs

Prerequisites


Hydroponics

Research into advanced hydroponic systems for efficient and sustainable plant cultivation.

Designs

Prerequisites


Illegal Technology

Dangerous research used to create dangerous objects.

Designs

Prerequisites


Infiltration Exosuits

Advanced exosuit with phasing capabilities, allowing it to move through walls and obstacles, ideal for covert and special operations.

Designs

Prerequisites


Integrated HUDs

Initially developed for assistants to learn the nuances of different professions through augmented reality.

Designs

  • Медицинский ИЛС: A heads-up display that scans the humans in view and provides accurate data about their health status.
  • Диагностический ИЛС: A HUD used to analyze and determine faults within robotic machinery.
  • Охранный ИЛС: A heads-up display that scans the humans in view and provides accurate data about their ID status.
  • МОДуль "медицинский визор": A heads-up display installed into the visor of the suit. This cross-references suit sensor data with a modern biological scanning suite, allowing the user to visualize the current health of organic lifeforms, as well as access data such as patient files in a convenient readout. They say these also let you see behind you. It uses 1 complexity.
  • МОДуль "диагностический визор": A heads-up display installed into the visor of the suit. This uses a series of advanced sensors to access data from advanced machinery, exosuits, and other devices, allowing the user to visualize current power levels and integrity of such. They say these also let you see behind you. It uses 1 complexity.
  • МОДуль "охранный визор": A heads-up display installed into the visor of the suit. This module is a heavily-retrofitted targeting system, plugged into various criminal databases to be able to view arrest records, command simple security-oriented robots, and generally know who to shoot. They say these also let you see behind you. It uses 1 complexity.
  • Имплант медицинского ИЛС: These cybernetic eyes will display a medical HUD over everything you see. Wiggle eyes to control.
  • Имплант диагностического ИЛС: These cybernetic eyes will display a diagnostic HUD over everything you see. Wiggle eyes to control.
  • Имплант охранного ИЛС: These cybernetic eyes will display a security HUD over everything you see. Wiggle eyes to control.

Prerequisites


Integrated Toolsets

Decades of contraband smuggling by assistants have led to the development of a full toolbox that fits seamlessly into your arm.

Designs

Prerequisites


Low-Pressure Excavation

Research of Proto-Kinetic Accelerators (PKAs), pneumatic guns renowned for their exceptional performance in low-pressure environments.

Designs

Prerequisites


Medical Cyborg Upgrades

Let them follow Asimov's First Law.

Designs

Prerequisites


Medical Exosuit

Advanced robotic unit equipped with syringe guns and healing beams, revolutionizing medical assistance in hazardous environments.

Designs

Prerequisites


Medical Modular Suit

Medical MODsuits for quick rescue purposes.

Designs

  • МОД-обшивка медицинская: External plating for a MODsuit. A lightweight suit by DeForest Medical Corporation, allows for easier movement.
  • МОДуль "быстрая переноска": A suite of advanced servos, redirecting power from the suit's arms to help carry the wounded; or simply for fun. However, Nanotrasen has locked the module's ability to assist in hand-to-hand combat. It uses 1 complexity.
  • МОДуль "инъектор": A module installed into the wrist of the suit, this functions as a high-capacity syringe, with a tip fine enough to locate the emergency injection ports on any suit of armor, penetrating it with ease. Even yours. It uses 1 complexity.
  • МОДуль "организатор": A device recovered from a crashed Interdyne Pharmaceuticals vessel, this module has been unearthed for better or for worse. It's an arm-mounted device utilizing technology similar to modern rapid part exchange devices, capable of instantly replacing up to 5 organs at once in surgery without the need to remove them first, even from range. It's recommended by the DeForest Medical Corporation to not inform patients it has been used. It uses 2 complexity.
  • МОДуль "транспортировка пациента": A module built into the forearm of the suit. Countless waves of mostly-lost mining teams being sent to Indecipheries and other hazardous locations have taught the DeForest Medical Company many lessons. Physical bodybags are difficult to store, hard to deploy, and even worse to keep intact in tough scenarios. Enter the hardlight transport bag. Summonable with merely a gesture, weightless, and immunized against any extreme scenario the wearer could think of, this bag is perfectly designed for transport of any body in any environment, any time. It uses 2 complexity.

Prerequisites


Mining Exosuit

Robust exosuit engineered to withstand lava and storms for continuous off-station mining operations.

Designs

Prerequisites


Plasma Beam Mining

Engineers' plasma welders have proven highly effective in mining operations. This led to the development of a mech-mounted variant and an enhanced handheld cutter for miners.

Designs

Prerequisites


Rapid Construction Device Upgrades

New designs and enhancements for RCD and RPD.

Designs

Prerequisites


Unregulated Bluespace Research

Bluespace technology using unstable or unbalanced procedures, prone to damaging the fabric of bluespace. Outlawed by galactic conventions.

Designs

Prerequisites


Upgraded Parts

Offering enhanced capabilities beyond their basic counterparts.

Designs

Prerequisites


Utility Cyborg Upgrades

Let them wipe our floors for us.

Designs

Prerequisites