Rank 1/Old code auspice gifts#692
Open
FalloutFalcon wants to merge 24 commits intoDarkPack13:masterfrom
Open
Conversation
Draft
chazzyjazzy
requested changes
Feb 25, 2026
Contributor
chazzyjazzy
left a comment
There was a problem hiding this comment.
just need some clarification, looks good besides
modular_darkpack/modules/werewolf_the_apocalypse/code/gifts/auspices/ahroun.dm
Show resolved
Hide resolved
Comment on lines
9
to
20
| /datum/action/cooldown/power/gift/blur_of_the_milky_eye/Activate(atom/target) | ||
| . = ..() | ||
| if(allowed_to_proceed) | ||
| var/mob/living/carbon/C = owner | ||
| C.alpha = 36 | ||
| playsound(get_turf(owner), 'modular_darkpack/modules/werewolf_the_apocalypse/sounds/milky_blur.ogg', 75, FALSE) | ||
| spawn(20 SECONDS) | ||
| C.alpha = 255 | ||
| */ | ||
| var/mob/living/living_owner = astype(owner) | ||
|
|
||
| var/datum/storyteller_roll/roll_datum = new() | ||
| roll_datum.applicable_stats = list(STAT_MANIPULATION, STAT_STEALTH) | ||
| roll_datum.numerical = TRUE | ||
| roll_datum.difficulty = 8 | ||
| var/roll_result = roll_datum.st_roll(owner) | ||
|
|
||
| if(roll_result > 0) | ||
| living_owner?.apply_status_effect(/datum/status_effect/blur_of_the_milky_eye) |
Contributor
There was a problem hiding this comment.
numerical = true but the only circumstance where the roll result is used is checking > 0? Not a big deal just wondering if u missed something or made a mistake, can leave it like this
Member
Author
There was a problem hiding this comment.
oh i think rules as written it does care about numerical but i have not implemented to dice pently against perception so i will fix that.
modular_darkpack/modules/werewolf_the_apocalypse/code/gifts/auspices/ragabash.dm
Outdated
Show resolved
Hide resolved
modular_darkpack/modules/werewolf_the_apocalypse/code/gifts/auspices/theurge.dm
Outdated
Show resolved
Hide resolved
modular_darkpack/modules/storyteller_dice/code/roll_subsystem.dm
Outdated
Show resolved
Hide resolved
modular_darkpack/modules/werewolf_the_apocalypse/code/gifts/auspices/theurge.dm
Show resolved
Hide resolved
Contributor
|
llinters : Error: OD0404: Path /datum/storyteller_roll/scent_of_the_true_form does not exist |
Member
Author
|
whoops. plus conflicts. one mo |
…o rest-of-auspice-gifts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Re-implementing all the old code auspice gifts, a lot of them highly refurbished or completely rewritten.
Almost all of them now use dice rolls to some degree!
Ahroun
Inspiration Fairly TTRPG accurate and now actually gives a temp willpower. Though expenditure of that may be difficult atm.
Razor claws prelim code in but need #680 to finish it off and make it grant bonuses.
Gilliard
Unfortunately all the old gifts are surprisingly hard to implement so they are still all unfaithful.
Beast Speech Summons a dog, though beastmaster is already much better thanks to @chazzyjazzy. Im likely gonna rework it into an element that allows animials to listen and record who they see after this pr?
Call of the Wyld Extending the range of an emote to a varible amount was really jank, will revist however... Still just free gnosis to those around you
Philodox
Resist Pain no softcrit and pain resist, will likely be implemented wound pentilies soon and will automaticly work with negating those.
Truth Of Gaia They get a prompt that they answer if truthful or not. Fairly accurate.
Ragabash
Blur Of The Milky Eye Now has a cool wibble effect that is inline with how the book describes the abilitly. Still need to add code to infer pentlies to perception rolls for these kind of effects.
2026-02-20.01-50-01.mp4
Open Seal Now acctually uses gauntlet rating! also compatible with tg doors and lockers (also by proxy the lock spell works on vampdoors lol)
Theurge
Sense Wyrm Now draws a path to the scent!

Spirit Speech lets you hear ghosts around you rather then being anti-obfuscate plus also ghost vision.
Why It's Good For The Game
gifts good. I made alot of them way more ttrpg accurate.
Changelog
🆑
add: Readds rank 1/old code auspice gifts
/:cl: