Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chris-plus-alphanumericgibberish/6a894ade417777b305b945c3344f969c to your computer and use it in GitHub Desktop.
Save Chris-plus-alphanumericgibberish/6a894ade417777b305b945c3344f969c to your computer and use it in GitHub Desktop.
Gods that need crowning gifts
/* 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 },
/* Knight -- lawful only */
{GOD_LUGH, ART_CLARENT, "the King of the Angles", dub_thee, "crowned %s" },
/* Monk */
{GOD_SHAN_LAI_CHING, ART_GRANDMASTER_S_ROBE, "the Sage of Law", dub_thee_the, became_the },
{GOD_CHIH_SUNG_TZU, ART_GRANDMASTER_S_ROBE, "the Grandmaster of Balance", "Thou shalt be the %s!", became_the },
{GOD_HUAN_TI, ART_ROBE_OF_THE_ARCHMAGI, "the Glory of Eequor", chosen("cause dismay in My Name"), became_the },
// {GOD_HUNDUN, ART_ROBE_OF_THE_ARCHMAGI, "the Glory of Eequor", chosen("cause dismay in My Name"), became_the },
/* Madman */
{GOD_ZO_KALAR, ART_SICKLE_OF_THUNDERBLASTS, "the %s of Mnar", "Thou shalt be the %s!", became_the, CRWN_TTL_KING },
{GOD_LOBON, ART_SPEAR_OF_PEACE, "the Ambasador of Sarnath", dub_thee_the, became_the },
{GOD_TAMASH, ART_WAR_HELM_OF_THE_DREAMING, "Dreamking", dub_thee_the, became_the },
// {GOD_GURATHNAKA, ART_STORMBRINGER, "the Glory of Placeholdergon", chosen("steal souls for My Glory"), became_the },
/* Ranger */
{GOD_APOLLO, ART_SUNBEAM, "the High %s of Apollo", verb_thee_the("anoint"), "anointed by Apollo", CRWN_TTL_PRIE},
{GOD_LATONA, ART_VEIL_OF_LATONA, "the High %s of Latona", verb_thee_the("anoint"), "anointed by Latona", CRWN_TTL_PRIE},
{GOD_DIANA, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
// {GOD_PYTHON_DELPYNE, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
/* Rogue */
// {GOD_ISSEK, ART_SUNBEAM, "the High %s of Apollo", verb_thee_the("anoint"), "anointed by Apollo", CRWN_TTL_PRIE},
// {GOD_MOG, ART_VEIL_OF_LATONA, "the High %s of Latona", verb_thee_the("anoint"), "anointed by Latona", CRWN_TTL_PRIE},
// {GOD_KOS, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
// {GOD_EARTH_GOD, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
/* Samurai -- lawful only */
{GOD_AMATERASU_OMIKAMI, ART_YOICHI_NO_YUMI, "Nasu no %s", verb_thee("proclaim"), became_the, CRWN_TTL_NAME },
// {GOD_RAIJIN, ART_RAIJIN_S_DRUMS, "the High %s of Latona", verb_thee_the("anoint"), "anointed by Latona", CRWN_TTL_PRIE},
// {GOD_SUSANOWO, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
// {GOD_MAO, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
/* Troubadour (bard) */
// {GOD_APOLLON, ART_YOICHI_NO_YUMI, "Nasu no %s", verb_thee("proclaim"), became_the, CRWN_TTL_NAME },
// {GOD_PAN, ART_RAIJIN_S_DRUMS, "the High %s of Latona", verb_thee_the("anoint"), "anointed by Latona", CRWN_TTL_PRIE},
// {GOD_DIONYSUS, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
// {GOD_HADES, ART_MOONBEAM, "the High %s of Diana", verb_thee_the("anoint"), "anointed by Diana", CRWN_TTL_PRIE},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment