mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Merge pull request #12687 from Heroman3003/nerfnd
Nerfs gravitons and morphium, adds lots of boards into autolathe
This commit is contained in:
@@ -25,3 +25,51 @@
|
|||||||
/datum/category_item/autolathe/engineering/candymachine
|
/datum/category_item/autolathe/engineering/candymachine
|
||||||
name = "candy machine electronics"
|
name = "candy machine electronics"
|
||||||
path =/obj/item/weapon/circuitboard/candymachine
|
path =/obj/item/weapon/circuitboard/candymachine
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/battle_arcade
|
||||||
|
name = "battle arcade machine electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/arcade/battle
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/orion_trail
|
||||||
|
name = "orion trail aracade machine electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/arcade/orion_trail
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/clawmachine
|
||||||
|
name = "claw machine electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/arcade/clawmachine
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/jukebox
|
||||||
|
name = "jukebox electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/jukebox
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/mech_recharger
|
||||||
|
name = "mech recharging station electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/mech_recharger
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/recharge_station
|
||||||
|
name = "cyborg recharging station electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/recharge_station
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/batteryrack
|
||||||
|
name = "battery rack electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/batteryrack
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/grid_checker
|
||||||
|
name = "grid checker electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/grid_checker
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/breakerbox
|
||||||
|
name = "breaker box electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/breakerbox
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/gas_heater
|
||||||
|
name = "gas heater electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/unary_atmos/heater
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/gas_cooler
|
||||||
|
name = "gas cooler electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/unary_atmos/cooler
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/engineering/arf_generator
|
||||||
|
name = "atmospheric field generator electronics"
|
||||||
|
path =/obj/item/weapon/circuitboard/arf_generator
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
explosion_resistance = 85
|
explosion_resistance = 85
|
||||||
reflectivity = 0.2
|
reflectivity = 0.2
|
||||||
radiation_resistance = 10
|
radiation_resistance = 10
|
||||||
stack_origin_tech = list(TECH_MATERIAL = 8, TECH_ILLEGAL = 1, TECH_PHORON = 4, TECH_BLUESPACE = 4, TECH_ARCANE = 1)
|
stack_origin_tech = list(TECH_MATERIAL = 8, TECH_PHORON = 4, TECH_BLUESPACE = 4)
|
||||||
supply_conversion_value = 13
|
supply_conversion_value = 13
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
/datum/design/item/hud/graviton_visor
|
/datum/design/item/hud/graviton_visor
|
||||||
name = "graviton visor"
|
name = "graviton visor"
|
||||||
id = "graviton_goggles"
|
id = "graviton_goggles"
|
||||||
req_tech = list(TECH_MAGNET = 5, TECH_ENGINEERING = 3, TECH_BLUESPACE = 3, TECH_PHORON = 3)
|
req_tech = list(TECH_MAGNET = 5, TECH_ENGINEERING = 3, TECH_BLUESPACE = 3, TECH_PHORON = 3, TECH_ARCANE = 1)
|
||||||
materials = list(MAT_PLASTEEL = 2000, MAT_GLASS = 3000, MAT_PHORON = 1500)
|
materials = list(MAT_PLASTEEL = 2000, MAT_GLASS = 3000, MAT_PHORON = 1500, MAT_DIAMOND = 500)
|
||||||
build_path = /obj/item/clothing/glasses/graviton
|
build_path = /obj/item/clothing/glasses/graviton
|
||||||
sort_string = "EAAAE"
|
sort_string = "EAAAE"
|
||||||
Reference in New Issue
Block a user