-
Notifications
You must be signed in to change notification settings - Fork 542
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
Cult 2020 Rework #2: Soul Stone cleanup and tweaks #28084
Cult 2020 Rework #2: Soul Stone cleanup and tweaks #28084
Conversation
I doubt this would make them popular overnight. They're even more of a glass canon than Wraiths are. However I'm considering to buff their blood regen, maybe have them benefit from the cultist regen just from standing close to one instead of being held. |
Or at least a lesser version of the regen from standing close yeah. |
I lament the fact that Chaos Blades are now generic talking swords, but it is probably for the best. |
As opposed to being a talking sword that cannot even be understood? I really don't see what's there to lament about. It's incredibly frustrating for both the player in the blade and the one who activated it. Were chaos blade meant as a joke? |
6472dd3
to
f02ae6a
Compare
I always thought the intention was that the wielder could understand the sword and vice versa. |
consenting to be converted when? |
@coronasaurus since 2 years ago 🤔 @soniixapache no such feature. Chaos Blades have |
Ready for review. |
Wonder what kind of mandela effect planted that idea in my head. Also interesting how you managed to ping my alt. |
So this was originally just one fifth of the planned part #2 of the cult revamp but this alone took me the entire day so I'd rather keep things as easy to review and atomic as possible.
Most of this PR is a refactor of how soul stoning works from a code standpoint, with a new datum used by both soul stones, gems and blades doing the heavy lifting, instead of having a bunch of /obj/item level procs.
The soulstone.dm file itself has been moved from
code\datums\gamemode\factions\legacy_cult
to the more sensiblecode\game\objects\items
and the item's type path has been changed from/obj/items/device/soulstone
to just/obj/items/soulstone
, the /device type adding absolutely nothing to the item.There are a few gameplay changes still:
🆑