Skip to content

Instantly share code, notes, and snippets.

View Chris-plus-alphanumericgibberish's full-sized avatar

Chris-plus-alphanumericgibberish

View GitHub Profile
@Chris-plus-alphanumericgibberish
Chris-plus-alphanumericgibberish / spells.diff
Created December 15, 2023 21:47
Spellcasting patch that was incorporated into dnh
This is a copy of L's Monster Spellcasting patch, retreved from the WayBack Machine
TODO:
Tiamat gets Deluge
*** DESCRIPTIONS OF THE SPELLS ***
Open Wounds - unchanged.
case GITH_ART:{
//Chilling Wrath
//Infinite Resonance
//Sword Forms
// Penetrating Edge of Hatred: Boost from insantiy
// Cold Edge of Wrath: Boost from insanity
// Defensive Edge of Leadership: Boost from sanity
// Anti-magic Edge of Serenity: Boost from sanity
// Resonant Edge of Fellowship: Boost from sanity
}break;
This file has been truncated, but you can view the full file.
Unknown exception
bad array new length
string too long
TRANS_NAME
nameless
FIRST_NAME
PRO_POS
PRO_OBJ
/* archeologist */
GOD_V2("Quetzalcoatl", A_LAWFUL, HOLY_HOLINESS,
MINIONS(PM_COUATL)
),
GOD_V2("Camaxtli", A_NEUTRAL, NEUTRAL_HOLINESS,
MINIONS(NElemen)
),
GOD_V2("Huhetotl", A_CHAOTIC, UNHOLY_HOLINESS,
MINIONS(Cdemons)
),
/* Convict */
// {GOD_ILMATER, ART_RED_CORDS_OF_ILMATER, "the Arm of Ilmater", dub_thee_the, became_the },
// {GOD_GRUMBAR, ART_GRUMBAR_S_FIST, "the Messenger of Hermes", dub_thee, became_the },
// {GOD_TYMORA, ART_COIN_OF_TYMORA, "the Glory of Tymora", dub_thee, became_the },
// {GOD_UMBERLEE, ART_WAVE, "the Glory of the Deeps", dub_thee, became_the },
/* Healer */
{GOD_ATHENA, ART_AEGIS, "the Arm of Athena", dub_thee_the, became_the },
{GOD_HERMES, ART_HERMES_S_SANDALS, "the Messenger of Hermes", dub_thee, became_the },
{GOD_POSEIDON, ART_POSEIDON_S_TRIDENT, "the Glory of Poseidon", dub_thee, became_the },
// {GOD_ERIS, ART_APPLE_OF_DISCORD, "the Discord of Eris", dub_thee, became_the },
==valavi==
==trilobite==
==blob of preserved organs==
==crystal ooze==
==blob of preserved organs==
==shoggoth==
==priest of Ghaunadaur==
==mothering mass==
Anti-Clockwise Metamorphosis
+3 speed
20 insight
X ethereal dervish
DONE
Arcane Lake
Intrinsic MR
18 insight
P (sparkling) rippling pool
@Chris-plus-alphanumericgibberish
Chris-plus-alphanumericgibberish / Enlightenment
Last active January 24, 2020 03:51
What's revealed by enlightenment
Crowning
Prayer
Alignment
Wizard:
Wantedness
Studied
Spirits (Count)
Seals (bits)
Special seals (bits)
Spirits (names)
/* level-draining effect doesn't actually need blood, it drains life force */
if ((uncancelled || (attk->adtyp == AD_VAMP && notmcan))
&& !Drain_res(mdef)
&& !(pa == &mons[PM_VAMPIRE_BAT] && !(youdef ? u.usleep : mdef->msleeping)) /* vampire bats need sleeping victims */
&& !rn2(3)
) {
if(attk->aatyp == AT_VINE && youdef && !HSterile){
You_feel("old.");
HSterile |= FROMOUTSIDE;
return MM_HIT;