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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP for JB sect] Adds The "Sleeping Gods" and "Jungle's Bounty" Sects #49921

Closed
wants to merge 5 commits into from

Conversation

tralezab
Copy link
Contributor

@tralezab tralezab commented Mar 13, 2020

About The Pull Request

Jungle's Bounty: Use plants to convert their food types into area of effect buffs! Use favor earned from that to plant grass and grow thorn armor for yourself. Save the trees!

Jungle's Bounty will have two rites, to show how well they have been helping:

Jungle Armor - Creates (just looks druid-y, that's all) one piece of druid armor.

Jungle Upgrade - Upgrades (just looks more druid-y, that's all) one piece of druid armor.

Sleeping Gods: Ancient protectors of the station. Enjoy a lack of powers, until the station falls apart. from that moment, your god will awaken and you will gain powers to save the station.

Why It's Good For The Game

We only have two right now, and one is default.

Changelog

馃啈
add: Sleeping Gods sect added! Does nothing... until the station is in great peril?!
add: Jungle's Bounty sect added! Protect the beautiful plants, and turn them plants directly into buffs for those around you!
/:cl:

@tgstation-server tgstation-server added Feature Exposes new bugs in interesting ways Sprites A bikeshed full of soulless bikes. labels Mar 13, 2020
@tralezab
Copy link
Contributor Author

tralezab commented Mar 13, 2020

will be toning back jungle's bounty a bit after some talk with our boys in green and a very long nap 馃槉

(i'm still getting into the feel of what a sect should be)

for(var/X in H.bodyparts)
var/obj/item/bodypart/BP = X
if(BP.status == BODYPART_ROBOTIC)
to_chat(user, "<span class='warning'>[GLOB.deity] refuses to heal this metallic taint!</span>")
Copy link
Contributor

Choose a reason for hiding this comment

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

might be spammy with multiple aug limbs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

might just cut it OR send it to the actual blessed person

Copy link

Choose a reason for hiding this comment

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

why do you even have this its only there because puritans dislike robots, why does fallen do this

if(increase)
godmessage = "You feel your powers surge as [GLOB.deity] awakens!"
else
godmessage = "[GLOB.deity] is satisfied with the end of the delta event. The wings are your reward."
Copy link
Contributor

Choose a reason for hiding this comment

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

what if you didn't get wings, due to being an ethereal or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image
what are you talking about?

Copy link
Contributor

Choose a reason for hiding this comment

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

And does this properly give dragon wings to lizards or do they get angel wings because god dont care about your species

Copy link
Contributor Author

Choose a reason for hiding this comment

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

they get dragon wings. if they have a unique wing sprite, they get it!

Copy link
Contributor

Choose a reason for hiding this comment

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

Cool, we should remove the species restriction on flight potions then

Copy link
Contributor

Choose a reason for hiding this comment

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

what about moths?

else
godmessage = "[GLOB.deity] is satisfied with the end of the delta event. The wings are your reward."
if(SEC_LEVEL_DELTA)
godmessage = "You have been given the full power of [GLOB.deity] to save the station from crisis. [GLOB.deity] watches over you."
Copy link
Contributor

Choose a reason for hiding this comment

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

my god, this beer nuke is the most terrifying crisis this station has ever seen, send in the angels!

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe give each of the chaplains a pinpointer and/or spaceproofing as well, so that they can actually maybe help stop what's causing the delta situation?

godmessage = "You have been given the full power of [GLOB.deity] to save the station from crisis. [GLOB.deity] watches over you."
wings = TRUE
if(godmessage)
for(var/i in GLOB.player_list)
Copy link

Choose a reason for hiding this comment

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

bruh

/datum/religion_sect/fallen
name = "Sleeping Gods"
desc = "A sect that has fallen into dormancy."
convert_opener = "The gods have been silent. Where have you gone?!<br>You have no powers... But, in the darkest hour you will rise to save them all."
Copy link
Member

Choose a reason for hiding this comment

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

that br shouldnt be there probably

@optimumtact
Copy link
Member

@ExcessiveUseOfCobblestone these are stupid why are you doing this

var/mob/living/carbon/human/human2borg
for(var/i in AOG.buckled_mobs)
if(istype(i,/mob/living/carbon/human))
human2borg = i
Copy link
Contributor

Choose a reason for hiding this comment

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

copypasted code detected


/obj/item/clothing/head/druid
name = "druidic crown"
desc = "Like the tuning forks for druids, really. They love this shit."
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't this description be more appropriate for mistletoe or something? What was it that Druids used to cast all of their spells back in AD&D, again?

@Spepbuthewranglesgithub

actual content for the chaplain 2: vegans and wings

the wings only show up when the station is pretty much already dead but eeeeeeeeh

@github-actions
Copy link
Contributor

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being closed by a maintainer if it is not updated or reviews are not addressed. If your PR is closed as stale, feel free to open a new one after dealing with the issues. This may also be an indication that the maintainers do not have interest in this change, you can try to convince them otherwise, or persist in the doomed world you have created.

@github-actions github-actions bot added the Stale Even the uncaring universe rejects you, why even go on label Mar 23, 2020
@tralezab tralezab closed this Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Exposes new bugs in interesting ways Sprites A bikeshed full of soulless bikes. Stale Even the uncaring universe rejects you, why even go on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants