Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Update: Bluespace Boogaloo #9813

Merged
merged 14 commits into from
Jun 9, 2015
Merged

Upgrade Update: Bluespace Boogaloo #9813

merged 14 commits into from
Jun 9, 2015

Conversation

Iamgoofball
Copy link
Contributor

quadultra_laser triphasic_scan quadratic_cap femtomanip bluespacebin bluespacecell
(From Left to Right:
Quad Ultra Micro Laser
Triphasic Scanning Module
Quadratic Capacitor
Femto Manipulator
Bluespace Matter Bin
Bluespace Power Cell)
Adds a new tier of stock parts. These parts are very expensive to produce, and require mining support. They are very high end parts, but are the best of the best.

Emitters, Gibbers, AI holopads, Recyclers, Monkey Recyclers, Smartfridges, Seed Extractors, and Processors are now buildable and upgradable.

Emitter Upgrades:
LASER:
Less delay between firing. Great for blobs.
CAPACITOR:
Less power usage. Great for conserving power.

GIBBER:
MATTER BIN:
An extra 3 meat for each tier of matter bin. By default, you get 3 slabs of meat.
MANIPULATOR:
Speeds up the gibbing process and the insertion process. A rating of 2 or higher can allow you to gib without removing clothing items.

SEED EXTRACTOR:
MATTER BIN:
An extra 1000 seeds can be stored per tier of matter bin.
MANIPULATOR:
Gives you a multiplier on produced seeds based on the tier of manipulator.

MONKEY RECYCLER:
MATTER BIN:
Gives an extra monkey cube per tier of matter bin.
MANIPULATOR:
Reduces required monkies to produce a cube by 1 every tier of manipulator, maximum reduction is 1 monkey per cube.

CRUSHER/RECYCLER:
This one had another change.
Instead of processing 1 item at a time, it'll process everything that bumps into it immediately.
It also can't recycle into scrap shit you can mass produce for free/incredibly cheap.
MATTER BIN:
Increases the amount of sheets outputted from a successful recycle.
MANIPULATOR:
Increases the probability of getting materials from a grind. Tier 3 or higher allows you to get rarer minerals such as gold and silver from a grind.

HOLOPAD:
CAPACITOR:
Increases the range the AI can travel with the holopad.

SMARTFRIDGE:
MATTER BIN:
An extra 1500 items can be stored per tier of matter bin.

PROCESSOR:
This one had some changes.
It now adds up the processing time of all the contained items and processes those.
You can now process multiple items at a time with the processor.
MATTER BIN:
1 extra output for each tier. So, a tier 3 processor would give me 3 meatballs if I stuck in a slab of meat. Or, if I stuck in a slime, I'd get 3 cores.
MANIPULATOR:
Speeds up the process.

There were also some changes to pre-existing machines.

MICROWAVE now has a matter bin.
MATTER BIN UPGRADES:
Extra 10 items stored for each tier of matter bin.

ORE REDEMPTION MACHINE can now do a lot more in terms of upgrades.
MATTER BIN:
Increases the amount of sheets given for each ore lump.
LASER:
Increases the points given for ore.
MANIPULATOR:
Increases the amount of ore picked up off the tile every tick.

HYDRO TRAYS can now be upgraded with a screwdriver and a RPED just like all the other machines, and no longer needs a complete deconstruction. It now has a manipulator.
You now use a Wirecutter to link trays together. Same goes for unlinking. This is because the screwdriver handles the panel opening now.
MANIPULATOR UPGRADES:
A better manipulator reduces the loss of nutrients and water, and lessens damage to the plants, along with reducing weed growth and pest abundancy. With stock manipulators, these are not lessened at all.

BIOGENERATORS can now hold 40 items by default, and upgrading the matter bin now gives an additional bonus.
ADDITIONAL MATTER BIN UPGRADES:
You can now hold an extra 40 items for each tier of matter bin.

NEW DLC

Ever notice that scientists can't be fucked to go upgrade machines outside of science? Ever see how pissed off scientists get when they have to go through 5 doors, a jungle gym, and a horde of angry nuke ops just to upgrade that chem heater for the chemist?

Well, we at Nanotrasen have developed the tool for you:
bsrped

SPRITES BY WJOHNSTON

BLUESPACE RAPID PART EXCHANGE DEVICE

This beautiful device can replace parts in a machine without needing to open the panel, or be next to the machine! If you can see the machine, you can click on it, and it'll automatically upgrade it with any parts you have inside the BS RPED!

It also holds up to 400 stock parts! I can have 50 of each stock part in there!

Print yours today for 15000 Metal, 5000 glass, and 5000 diamonds!
Also, standard RPEDs got a price drop, from 15000 metal to 10000 metal to encourage use.

@@ -209,7 +209,7 @@
if(/mob/living/silicon/ai, /mob/living/silicon/pai)
continue
if(get_area(player) == A)
if(!player.mind.special_role && !istype(get_turf(player.mind.current), /turf/simulated/shuttle/floor4))
if(!player.mind.special_role && !istype(get_turf(player.mind.current), /turf/simulated/floor/plasteel/shuttle/red))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoop whoop rogue change detected #9810
This won't actually break anything however so don't worry.

@Fox-McCloud
Copy link
Contributor

Interesting concept, but they're not particularly useful with all other existing upgradeable machinery.

I still really like the concept though.

@Iamgoofball
Copy link
Contributor Author

@Fox-McCloud How so? They seem useful for the other machines.

@Fox-McCloud
Copy link
Contributor

Well, it's more than a lot of machines are designed around there only be three tiers---no point in upgrading a teleporter that already has a super matter bin, etc.

Some though, do scale "infinitely" per se, like cloners (well...kinda..the selling point of upgrading those is auto-cloners).

@Iamgoofball
Copy link
Contributor Author

I went through most of the upgradables, they aren't at any kind of tier cap as far as I can tell, unless I missed something.

@Incoming5643
Copy link
Contributor

Since the slime processor is just a renamed food processor (look it up) if I tier 4'd it and slime steroided a slime before processing it, would it spit out 3 steroid + 4 tier = 7 slime cores or would it it spit out 4 tier * 3 steroid = 12 slime cores?

@Iamgoofball
Copy link
Contributor Author

I'll test it. I think it might be the former. I don't have too much of a problem with either, though.

@Iamgoofball
Copy link
Contributor Author

You can now build Recyclers and AI Holopads.

@Tokiko1
Copy link
Contributor

Tokiko1 commented Jun 6, 2015

Building recyclers sounds fun. If you're feeling like doing extra work, can you add the ability to rotate them aswell? Note that this will require new sprites however.

@Dorsisdwarf
Copy link
Contributor

Recyclers?

@Stickymayhem
Copy link

Crushers

@Dorsisdwarf
Copy link
Contributor

I'm not sure how I feel about the ability to make disposal traps even more deadly

@Tokiko1
Copy link
Contributor

Tokiko1 commented Jun 6, 2015

Rerouting the disposal into space is already far easier and more devastating than emagging the crusher. Making traitorous options more practical is a good thing.

@Stickymayhem
Copy link

I'm totally for making them buildable it provides a lot more creative traitor options.

Besides disposals traps aren't overpowered and we'd like to see more big evil projects than standard murder.

@WJohn
Copy link
Contributor

WJohn commented Jun 6, 2015

These upgrades sound cooool.

Also
autogibbers.

yes.

YES.

@Razharas
Copy link
Contributor

Razharas commented Jun 6, 2015

Goof be aware that some machinery is balanced with only 3 levels in mind and will become broken/brokenly good if the level 4 is introduced

@Razharas
Copy link
Contributor

Razharas commented Jun 6, 2015

Also

Not making open icons for machinery with openable hatch

Lazy lazy pants on crazy

@Iamgoofball
Copy link
Contributor Author

@Razharas find me spriter pls

also can you name machines in specific? I can go through and either rebalance them/leave them be.

Keep in mind that you /have/ to have the highest of high end materials to make this shit, diamond's required in every tier 4 recipe. So at that point we're in the end game.

@Ricotez
Copy link
Contributor

Ricotez commented Jun 6, 2015

a possible balancing feature could be to require a bluespace crystal to be inserted into the machine you're upgrading before bluespace components reach their full potential (else they're tier 3)

and if you really want to make scientists hate you, take it one step further and require them to insert a crystal into each separate component before it reaches that potential

but if tier 4 stock parts are expensive enough materials-wise I doubt that is necessary, R&D can make artificial crystals anyway

@Iamgoofball
Copy link
Contributor Author

yeah, not doing that extreme, that's just tedious and obnoxious level

@@ -141,6 +174,17 @@
build_path = /obj/item/weapon/stock_parts/micro_laser/ultra
category = list("Stock Parts")

/datum/design/quadultra_micro_laser
name = "Quad-Ultra Micro-Laser"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@optimumtact
Copy link
Member

PSHOOOOOOOOOOOOOOOOOM!

@PKPenguin321
Copy link
Contributor

new commit right after i post
it doesn't remove the diamond cost
😭

@Iamgoofball
Copy link
Contributor Author

well ok

@Cuboos
Copy link
Contributor

Cuboos commented Jun 9, 2015

@Stickymayhem
Copy link

It should totally be diamonds. It's a strong thing that makes the whole station better and it would make a good material sink for those times mining basically brings back the whole asteroid.

@PKPenguin321
Copy link
Contributor

❤️ u goof


/obj/item/weapon/stock_parts/cell/bluespace/empty/New()
..()
charge = 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why bluespace ones start empty?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty variant, like the rest of the cells

Doing this defined an empty variant

Razharas added a commit that referenced this pull request Jun 9, 2015
…urfunction

Upgrade Update: Bluespace Boogaloo
@Razharas Razharas merged commit 47a0223 into tgstation:master Jun 9, 2015
@Lumipharon
Copy link
Contributor

The bluespace beam that the rped makes is the most hilarious thing I have ever seen.

It's just this big fat rod that crosses the screen. I thought it was badmins spamming some shit, until the badmins complained about it.

@freerealestate
Copy link
Contributor

goofball is incredible

On 9 June 2015 at 19:51, Lumipharon notifications@github.com wrote:

The bluespace beam that the rped makes is the most hilarious thing I have
ever seen.

It's just this big fat rod that crosses the screen. I thought it was
badmins spamming some shit, until the badmins complained about it.


Reply to this email directly or view it on GitHub
#9813 (comment)
.

@SconesC
Copy link
Contributor

SconesC commented Jun 9, 2015

the beam is so fucking huge

@Lumipharon
Copy link
Contributor

Also seriously, some of these upgrades are pants on head retarded.
You can quadruple the amount of minerals you get.

Even mid tier upgrades (ie: metal + glass) for emitters is ggnore for blobs.

@duncathan
Copy link
Contributor

Now a bluespace RPD

please god yes

@AnonymousNow
Copy link
Contributor

More features. Awesome.

Nice that the Holopad is now upgradeable, since it sets the precedent for the Hard Light Projector upgrade idea - give it an upgrade that lets the AI's projection interact like a human whilst active, including wearing clothes (and it can dress in whatever's in a pile, like the changeling-monkey-standing-on-clothing-turning-back-into-a-human thing).

@optimumtact
Copy link
Member

@Lumipharon you know, in hindsight you were definitely right

@Chocobro
Copy link
Contributor

thanks for the email oranges have another one

@Kelenius
Copy link
Contributor

Receiving notifications on e-mail

@FalseIncarnate
Copy link

FalseIncarnate commented Nov 12, 2018

Holy thread necromancy, Batman!

How have you guys not merged or closed this after 3 years? This notification was really unexpected

EDIT: derp, it was merged. It’s too early for github comments apparently

@RemieRichards
Copy link
Contributor

Re: Receiving this notification:
My disappointment is immeasurable and my day is ruined.

@Cuboos
Copy link
Contributor

Cuboos commented Nov 12, 2018

Jesus chrsit, i'm not even involved anymore and i keep getting dragged back in.

@Iamgoofball
Copy link
Contributor Author

Can't believe lumi was right

@PKPenguin321
Copy link
Contributor

in our defense this feature was really fun despite how hilariously broken and easy science was for a few weeks
infinite mats from crushers was really something

@Iamgoofball
Copy link
Contributor Author

is the phat blue beam still in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet