mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Phazons now use ectoplasm cores (#83939)
## About The Pull Request Phazons now use ectoplasm anomaly cores instead of bluespace ones. Text implying otherwise has been changed as well. Allows ectoplasm cores to be bought via the science supply console. ## Why It's Good For The Game Bluespace cores are some of the most overused ones in anomalock technology, and often the most desirable ones. Ectoplasm cores, however, have a single gimmicky and mediocre use. This PR aims to make them more appealing to the crew while reducing machines that rely on bluespace anomalies, so their available number can be more freely tweaked. ## Changelog 🆑 balance: Phazon mechs use ectoplasm cores now balance: You can now acquire ectoplasm cores from the science supply interface /🆑 --------- Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
co-authored by
Jacquerel
parent
8fbf9328e8
commit
bc0e2587cd
@@ -97,7 +97,7 @@
|
||||
//******Anomaly Cores******
|
||||
/datum/bounty/item/science/ref_anomaly
|
||||
name = "Refined Bluespace Core"
|
||||
description = "We need a bluespace core to fit in a Phazon. Ship us one, please."
|
||||
description = "We need a bluespace core to assemble a bag of holding. Ship us one, please."
|
||||
reward = CARGO_CRATE_VALUE * 20
|
||||
wanted_types = list(/obj/item/assembly/signaler/anomaly/bluespace = TRUE)
|
||||
|
||||
|
||||
@@ -59,6 +59,16 @@
|
||||
crate_name = "raw vortex anomaly"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
/datum/supply_pack/science/raw_ectoplasm_anomaly
|
||||
name = "Raw Ectoplasm Anomaly"
|
||||
desc = "Contains the raw core of a ectoplasm anomaly, ready to be implosion-compressed into a powerful artifact."
|
||||
cost = CARGO_CRATE_VALUE * 10
|
||||
access = ACCESS_ORDNANCE
|
||||
access_view = ACCESS_ORDNANCE
|
||||
contains = list(/obj/item/raw_anomaly_core/ectoplasm)
|
||||
crate_name = "raw ectoplasm anomaly"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
/datum/supply_pack/science/raw_bluespace_anomaly
|
||||
name = "Raw Bluespace Anomaly"
|
||||
desc = "Contains the raw core of a bluespace anomaly, ready to be implosion-compressed into a powerful artifact."
|
||||
|
||||
Reference in New Issue
Block a user