Şablon:Autowiki/Content/Techweb: Revizyonlar arasındaki fark

Psychonaut Station Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
Autowiki edit @ 2025-08-25T04:39:58.233Z
Autowiki edit @ 2025-09-10T04:32:06.767Z
134. satır: 134. satır:
{{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=Server Shell|description=A very large shell that cannot be moved around. Stores the most components.}}}}
{{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=Server Shell|description=A very large shell that cannot be moved around. Stores the most components.}}}}


{{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=Component Printer Board|description=The circuit board for a component printer}}{{Autowiki/TechwebEntryDesign|name=Module Duplicator Board|description=The circuit board for a module duplicator}}{{Autowiki/TechwebEntryDesign|name=Circuit Multitool|description=A circuit multitool to mark entities and load them into.}}{{Autowiki/TechwebEntryDesign|name=Compact Remote Shell|description=A handheld shell with one big button.}}{{Autowiki/TechwebEntryDesign|name=USB Cable|description=A cable that allows certain shells to connect to nearby computers and machines.}}{{Autowiki/TechwebEntryDesign|name=Integrated Circuit|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=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/TechwebEntryDesign|name=Wire Bundle|description=A bundle of exposed wires that assemblies can be attached to. Ports will only show up once the circuit is inserted into a shell.}}{{Autowiki/TechwebEntryDesign|name=Wirenet Receiver Component|description=Receives data packets through the connected cable network. If Encryption Key is set then only signals with the same Encryption Key will be received.}}{{Autowiki/TechwebEntryDesign|name=Wirenet Transmitter Component|description=Sends a data package through the connected cable network. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}{{Autowiki/TechwebEntryDesign|name=Wirenet List Literal Transmitter Component|description=Creates a list literal data package and sends it through the connected cable network. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}}}
{{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=Component Printer Board|description=The circuit board for a component printer}}{{Autowiki/TechwebEntryDesign|name=Module Duplicator Board|description=The circuit board for a module duplicator}}{{Autowiki/TechwebEntryDesign|name=Circuit Multitool|description=A circuit multitool to mark entities and load them into.}}{{Autowiki/TechwebEntryDesign|name=Compact Remote Shell|description=A handheld shell with one big button.}}{{Autowiki/TechwebEntryDesign|name=USB Cable|description=A cable that allows certain shells to connect to nearby computers and machines.}}{{Autowiki/TechwebEntryDesign|name=Integrated Circuit|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 an MMI or B.O.R.I.S. module to be inserted into the shell, allowing a brain or artificial intelligence to 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=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/TechwebEntryDesign|name=Wire Bundle|description=A bundle of exposed wires that assemblies can be attached to. Ports will only show up once the circuit is inserted into a shell.}}{{Autowiki/TechwebEntryDesign|name=Wirenet Receiver Component|description=Receives data packets through the connected cable network. If Encryption Key is set then only signals with the same Encryption Key will be received.}}{{Autowiki/TechwebEntryDesign|name=Wirenet Transmitter Component|description=Sends a data package through the connected cable network. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}{{Autowiki/TechwebEntryDesign|name=Wirenet List Literal Transmitter Component|description=Creates a list literal data package and sends it through the connected cable network. If Encryption Key is set then transmitted data will be only picked up by receivers with the same Encryption Key.}}}}


{{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=Hilarious Firing Pin|description=Advanced clowntech that can convert any firearm into a far more useful object.}}{{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=Mindshield Firing Pin|description=This is a security firing pin which only authorizes users who are mindshield-implanted.}}{{Autowiki/TechwebEntryDesign|name=Telescopic Riot Shield|description=An advanced riot shield made of lightweight materials that collapses for easy storage.}}{{Autowiki/TechwebEntryDesign|name=Ballistic Shield|description=A heavy shield designed for blocking projectiles, weaker to melee.}}{{Autowiki/TechwebEntryDesign|name=Handcuffs|description=Use this to keep prisoners in line.}}{{Autowiki/TechwebEntryDesign|name=Energy Bola|description=A specialized hard-light bola designed to ensnare fleeing criminals and aid in arrests.}}}}
{{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=Hilarious Firing Pin|description=Advanced clowntech that can convert any firearm into a far more useful object.}}{{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=Mindshield Firing Pin|description=This is a security firing pin which only authorizes users who are mindshield-implanted.}}{{Autowiki/TechwebEntryDesign|name=Telescopic Riot Shield|description=An advanced riot shield made of lightweight materials that collapses for easy storage.}}{{Autowiki/TechwebEntryDesign|name=Ballistic Shield|description=A heavy shield designed for blocking projectiles, weaker to melee.}}{{Autowiki/TechwebEntryDesign|name=Handcuffs|description=Use this to keep prisoners in line.}}{{Autowiki/TechwebEntryDesign|name=Energy Bola|description=A specialized hard-light bola designed to ensnare fleeing criminals and aid in arrests.}}}}

07.32, 10 Eylül 2025 tarihindeki hâli

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

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry

Şablon:Autowiki/TechwebEntry