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

Broken Cyborg - Left lab subject #6614

Merged
merged 8 commits into from
Mar 14, 2014
Merged

Conversation

Soyweiser
Copy link
Contributor

Inspired by the eclipse phase discussion and this image, http://matiasmurad.deviantart.com/art/Future-333064056 I created a broken cyborg.

The idea behind it, some poor sod was hurt bad, and the lab techs used a lot of experimental (and non salvageable) bionics and cybernetics to try and save him. The experiment worked. And then the cataclysm happened. It was only step one, so a random normal person was used. And now he is crazed, confused, and his body is running on automatic. (which of course is just a random self defense system).

The cyborg repairs itself, and the human has been revived a few times already. So it cannot control itself, has no idea what is going on and cannot die.

Spawns 10% of the times near a dissector in the lab.

@Rivet-the-Zombie
Copy link
Member

I like it!

I'd like to suggest that maybe they could have a small chance of dropping a power storage bionic when butchered (experimental bionics still need power cells, right?) with a particularly high survival roll required to scavenge it.

@John-Candlebury
Copy link
Member

Yay!

This game really needs more cyberpunk.

@Soyweiser
Copy link
Contributor Author

Yeah, will have to look at the butchering bionic thing. Will put the PR on WIP and add that.

…butchering, or a burnt out bionic otherwise.

The new broken cyborg monster has this tag.

Works in addition to the normal CBM tag.
@Soyweiser
Copy link
Contributor Author

Added new monster tag CBM_POWER gives a chance 33% of 1 power CBM on butchering, or a burnt out bionic otherwise.

The new broken cyborg monster has this tag.

Works in addition to the normal CBM tag.

@KA101
Copy link
Contributor

KA101 commented Mar 13, 2014

Uh, why not based on Survival?

@Soyweiser
Copy link
Contributor Author

I just used the same code as the CBM tag.

@Soyweiser
Copy link
Contributor Author

And the CBM tag has a 50% chance of CBM's being broken (apparently) I reduced it to one in 3.

@KA101
Copy link
Contributor

KA101 commented Mar 13, 2014

I don't see the need to reduce it, but wev.

if(one_in(3)){ //The battery works 33% of the time.
m.spawn_item(u.posx, u.posy, "bio_power_storage", 1, 0, age);
} else {//There is a burnt out CBM
m.spawn_item(u.posx, u.posy, "burnt_out_bionic", 1, 0, age);
Copy link
Contributor

Choose a reason for hiding this comment

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

So, it says "You discover a power storage" even if what you actually discover is a burnt out CBM? Or am I misreading that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, but that is just the same as how the previous butchering CBM mechanics worked.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, but that was a generic "you discover a CBM" -- burnt-out bionics are CBMs. However, I would disagree if you tried to tell me a burnt-out bionic was a power storage.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair enough. Seems somebody already merged a fix.

@kevingranade kevingranade merged commit bbd0b62 into CleverRaven:master Mar 14, 2014
@Soyweiser Soyweiser deleted the cyborg branch March 16, 2014 20:25
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

6 participants