Merge pull request #1021 from Lexusjjss/genBranch

Created Industrial PACMAN generator with a Kirby sprite.
This commit is contained in:
CIB
2012-05-11 01:41:23 -07:00
4 changed files with 25 additions and 0 deletions
@@ -225,6 +225,11 @@ to destroy them and players will be able to make replacements.
build_path = "/obj/machinery/power/port_gen/pacman/mrs"
origin_tech = "programming=3;powerstorage=5;engineering=5"
/obj/item/weapon/circuitboard/pacman/industrial
name = "Circuit Board (Industrial PACMAN-type Generator)"
build_path = "/obj/machinery/power/port_gen/pacman/industrial"
origin_tech = "programming=3;powerstorage=4;engineering=4"
/obj/item/weapon/circuitboard/pacman2
name = "Circuit Board (PACMANII-type Generator)"
build_path = "/obj/machinery/power/port_gen/pacman2"
+10
View File
@@ -311,5 +311,15 @@ display round(lastgen) and plasmatank amount
power_gen = 40000
time_per_sheet = 30
board_path = "/obj/item/weapon/circuitboard/pacman/mrs"
overheat()
explosion(src.loc, 4, 4, 4, -1)
/obj/machinery/power/port_gen/pacman/industrial
name = "Industrial P.A.C.M.A.N.-type Portable Generator"
icon_state = "plasmagen"
sheet_path = /obj/item/stack/sheet/plasma
power_gen = 25000
time_per_sheet = 30
board_path = "/obj/item/weapon/circuitboard/pacman/industrial"
overheat()
explosion(src.loc, 4, 4, 4, -1)
+10
View File
@@ -1226,6 +1226,16 @@ datum
materials = list("$glass" = 2000, "acid" = 20)
build_path = "/obj/item/weapon/circuitboard/pacman/mrs"
industrial
name = "Industrial PACMAN-type Generator Board"
desc = "The circuit board that for a Industrial PACMAN-type portable generator."
id = "industrial"
req_tech = list("programming" = 3, "powerstorage" = 4, "engineering" = 4)
build_type = IMPRINTER
reliability_base = 70
materials = list("$glass" = 2000, "acid" = 20)
build_path = "/obj/item/weapon/circuitboard/pacman/industrial"
/////////////////////////////////////////
////////////Medical Tools////////////////
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB