Besides the arguably illogical admin opinions about things being imbalanced/not according to lore? Nope.kurugi wrote: Nice. So there there's no reason for this not to be added?
Going For Gold (and silver, diamonds and uranium)
-
- Registered user
- Posts: 79
- Joined: 02 Aug 2015, 00:43
Re: Going For Gold (and silver, diamonds and uranium)
-
- Registered user
- Posts: 27
- Joined: 06 Jul 2015, 20:34
Re: Going For Gold (and silver, diamonds and uranium)
We're off topic here gents. I'd fully support having to requisition ores for use in Research due to the fact that some of the more useful items require the material. Also, that surgery step detector thing would be so incredibly useful that I would love to see some spawn in medical. But I digress.
I give giving Requisitions access to purchase crates of ore for Research a +1.
I give giving Requisitions access to purchase crates of ore for Research a +1.
-
- Registered user
- Posts: 79
- Joined: 02 Aug 2015, 00:43
Re: Going For Gold (and silver, diamonds and uranium)
It's very likely that Research is gonna get a massive overhaul or be removed completely from the game in the next map. Hopefully not, but you never know. Fighting mechs (like the exosuit from alien universe) being introduced to give marines more of a fighting chance seems to be popular though, and hopefully implemented through research & development.Sgtkumar wrote:We're off topic here gents. I'd fully support having to requisition ores for use in Research due to the fact that some of the more useful items require the material. Also, that surgery step detector thing would be so incredibly useful that I would love to see some spawn in medical. But I digress.
I give giving Requisitions access to purchase crates of ore for Research a +1.
- Evilkyle24
- Registered user
- Posts: 539
- Joined: 30 May 2015, 21:46
Re: Going For Gold (and silver, diamonds and uranium)
Letting the Requisitions officer call in resources would also be useful if the surgeons can get Incision Management Systems, which ARE Canon in the same way that auto-doc thing in Prometheus is cannon.
- kurugi
- Registered user
- Posts: 234
- Joined: 27 Jul 2015, 06:02
- Location: Nostromo. No, seriously. You guys left without me..
Re: Going For Gold (and silver, diamonds and uranium)
I tested it on my test server. This code works. Forgot /mineral on the code in OP
Code: Select all
/datum/supply_packs/silver50
name = "50 silver ingots"
contains = list(/obj/item/stack/sheet/mineral/silver)
amount = 50
cost = 10
containertype = /obj/structure/closet/crate
containername = "Silver ingot crate"
group = "Engineering"
/datum/supply_packs/gold50
name = "50 gold ingots"
contains = list(/obj/item/stack/sheet/mineral/gold)
amount = 50
cost = 10
containertype = /obj/structure/closet/crate
containername = "Gold ingot crate"
group = "Engineering"
/datum/supply_packs/diamond50
name = "50 diamonds"
contains = list(/obj/item/stack/sheet/mineral/diamond)
amount = 50
cost = 10
containertype = /obj/structure/closet/crate
containername = "Diamond crate"
group = "Engineering"
/datum/supply_packs/uranium50
name = "50 uranium sheets"
contains = list(/obj/item/stack/sheet/mineral/uranium)
amount = 50
cost = 10
containertype = /obj/structure/closet/crate
containername = "Uranium sheet crate"
group = "Engineering"
- apophis775
- Host
- Posts: 6985
- Joined: 22 Aug 2014, 18:05
- Location: Ice Colony
- Byond: Apophis775
- Contact:
Re: Going For Gold (and silver, diamonds and uranium)
Denied.
Even if you had the materials, you'd be able to do nothing with them, except stack them up. We have plans for an eventualy science re-write, but for now, there's no reason for advanced materials.
Even if you had the materials, you'd be able to do nothing with them, except stack them up. We have plans for an eventualy science re-write, but for now, there's no reason for advanced materials.