User:MooCow12/Sandbox: Difference between revisions

From tgwiki2
Jump to navigation Jump to search
imported>MooCow12
Created page with "== Guide to modular shield generators == Modular shield generators are a group of machines that interact with each other to generate a bubble-like forcefield. See Machine..."
 
imported>MooCow12
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
There are a set of requirements to building a modular shield generator.
There are a set of requirements to building a modular shield generator.


# [[Guide to Research and Development|Research]] the Advanced power manipulation tech to unlock and print the necessary circuit boards from an engineering or department-less circuit printer.
# [[Guide to Research and Development|Research]] the Advanced power manipulation tech to unlock and print the necessary circuit boards (modular shield generator/node/charger/relay/well) from an engineering or department-less circuit printer.
# ALOT of iron
# ALOT of metal[[File:Metal.png]]
# ALOT of cable coil
# ALOT of cable coil [[File:CableCoils.png]]
# Alot of plasteel
# Alot of plasteel[[File:Metal_r.png]]
# A wrench
# A wrench [[File:Wrench.png]]
# A screwdriver
# A screwdriver [[File:Screwdriver_tool.png]]
# A multi tool
# A multitool[[File:Multitool.png]]
# Alot of servos (for shield regeneration), capacitors (for shield health) and lasers (for max sustainable radius) the better the part the higher the stat increase.
# Alot of servos (for shield regeneration), capacitors (for shield health) and lasers (for max sustainable radius) the better the part the higher the stat increase.
# (Optional) a rapid part exchange device.
# (Optional) a rapid part exchange device [[File:RPED.gif]] OR [[File:BS_RPED.gif]]
 
=== References ===
The code that this wiki page refers to can be found [https://github.com/tgstation/tgstation/blob/69e928b35becfb1596e21398013179f6f4e4ced9/code/game/machinery/modular_shield.dm here].

Latest revision as of 21:28, 5 June 2024

Guide to modular shield generators

Modular shield generators are a group of machines that interact with each other to generate a bubble-like forcefield. See this page to learn about generic machine construction.


Getting Started

There are a set of requirements to building a modular shield generator.

  1. Research the Advanced power manipulation tech to unlock and print the necessary circuit boards (modular shield generator/node/charger/relay/well) from an engineering or department-less circuit printer.
  2. ALOT of metal
  3. ALOT of cable coil
  4. Alot of plasteel
  5. A wrench
  6. A screwdriver
  7. A multitool
  8. Alot of servos (for shield regeneration), capacitors (for shield health) and lasers (for max sustainable radius) the better the part the higher the stat increase.
  9. (Optional) a rapid part exchange device OR

References

The code that this wiki page refers to can be found here.