mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] MOD update: Modular Cores [MDB IGNORE] (#10710)
* MOD update: Modular Cores * Fixing all dem conflicts * Okay now it's going to compile too * Fixing some Trigger() (they triggered me) Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
Fikou
GoldenAlpharex
parent
35aa4911dc
commit
5910fd9649
@@ -1227,14 +1227,27 @@
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/mod_core
|
||||
name = "MOD core"
|
||||
result = /obj/item/mod/construction/core
|
||||
name = "MOD core (Standard)"
|
||||
result = /obj/item/mod/core/standard
|
||||
tool_behaviors = list(TOOL_SCREWDRIVER)
|
||||
time = 10 SECONDS
|
||||
reqs = list(/obj/item/stack/cable_coil = 5,
|
||||
/obj/item/stack/rods = 2,
|
||||
/obj/item/stack/sheet/glass = 1,
|
||||
/obj/item/organ/heart/ethereal = 1
|
||||
/obj/item/organ/heart/ethereal = 1,
|
||||
)
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/mod_core
|
||||
name = "MOD core (Ethereal)"
|
||||
result = /obj/item/mod/core/ethereal
|
||||
tool_behaviors = list(TOOL_SCREWDRIVER)
|
||||
time = 10 SECONDS
|
||||
reqs = list(/datum/reagent/consumable/liquidelectricity = 5,
|
||||
/obj/item/stack/cable_coil = 5,
|
||||
/obj/item/stack/rods = 2,
|
||||
/obj/item/stack/sheet/glass = 1,
|
||||
/obj/item/reagent_containers/syringe = 1,
|
||||
)
|
||||
category = CAT_MISC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user