Comsmological Politics and Godly Rivalries


If it doesn't fit anywhere else, it belongs here. Also, come here if you just need to get hammered.

User avatar

Snake Sneak

Posts: 94

Joined: Tuesday, 6th January 2015, 22:03

Location: Eagleland

Post Thursday, 8th January 2015, 00:21

Comsmological Politics and Godly Rivalries

The good gods are, to my knowledge, the only gods that react differently when you convert from them depending on the god to which you are converting. I have always liked the bit of flavor that the good gods are all buddies. So I was thinking, why don't other gods do that? There are a lot of gods with similar domains. I think making a network of relationships between the gods would make for a more interesting religion system as a whole, with thematically and/or mechanically similar gods being allied in the same way the good gods are now, and with particularly fierce wrath upon conversion to certain other gods.

Here's some of my ideas:
Sif: allied with Vehu, Ash, Chei; enemies with Trog.
Vehu: allied with Sif, Makhleb, Kikubasdfjkl; enemies with Trog and Eliv.
Ash: allied with Sif, Chei, Wulndraste, and maybe Ru; enemies with.... I'm not sure?
Fedhas: allied with Eliv. Enemies with Kikubasdfjkl.

Ziggurat Zagger

Posts: 6454

Joined: Tuesday, 30th October 2012, 19:06

Post Thursday, 8th January 2015, 00:40

Re: Comsmological Politics and Godly Rivalries

Actually I've often thought gods should have enemies (Although probably not allies, the good goods IMHO should stay allies) in particular, I feel like there's one god each god should really hate above all others:


TSO <-> Mak
Evy <-> Beogh
Zin <-> Xom
Trog <-> Sif
Dith <-> Ash
Fedhas <-> Yred
Chei <-> Lucy
Oka <-> Kiku
Ru <-> Goz
Nem <-> Veh
Qaz <-> Jiyv, (Although I think rivalry with the slime god is a bit weird.)
Spoiler: show
This high quality signature has been hidden for your protection. To unlock it's secret, send 3 easy payments of $9.99 to me, by way of your nearest theta band or ley line. Complete your transmission by midnight tonight for a special free gift!
User avatar

Snake Sneak

Posts: 94

Joined: Tuesday, 6th January 2015, 22:03

Location: Eagleland

Post Thursday, 8th January 2015, 01:00

Re: Comsmological Politics and Godly Rivalries

Some of those makes sense, (I especially like Ru <-> Goz,) but a lot of them don't -- Dith <-> Ash makes no sense at all. TSO <-> Dith would make more sense; since the former is the god of light and the latter is a god of darkness.
User avatar

Shoals Surfer

Posts: 287

Joined: Tuesday, 11th June 2013, 01:29

Location: NJ, USA

Post Thursday, 8th January 2015, 01:07

Re: Comsmological Politics and Godly Rivalries

Not that I think this is a good idea, and it may not be a good GDD thread, but clearly, Dith <-> Qaz.
Official Online Wins and Streaks
Experimental Wins: 1xImHu (Imps) 1xTrBe (chunkless)
Offline Wins: 2xTrCK 1xFeBe 1xHuWn 1xKoAr 1xMiFi

Ziggurat Zagger

Posts: 6454

Joined: Tuesday, 30th October 2012, 19:06

Post Thursday, 8th January 2015, 01:21

Re: Comsmological Politics and Godly Rivalries

I had enlightenment vs obfuscation in my head for dith v ash, and tso v mak because Angels v devils, plus mak is 'evil' and tso is 'good'

Obviously some don't make much sense, but i would pick out e.x. oka v kiku or nem v veh as the least logical :)

And no this isn't really gdd at all
Spoiler: show
This high quality signature has been hidden for your protection. To unlock it's secret, send 3 easy payments of $9.99 to me, by way of your nearest theta band or ley line. Complete your transmission by midnight tonight for a special free gift!
User avatar

Ziggurat Zagger

Posts: 5832

Joined: Thursday, 10th February 2011, 18:30

Post Thursday, 8th January 2015, 02:49

Re: Comsmological Politics and Godly Rivalries

I posted something a while back about how Ely and Nemelex would redistribute all the item sacrifices they receive back to all the item-bequeathing dieties. Like a divine clearing house.
"Be aware that a lot of people on this forum, such as mageykun and XuaXua, have a habit of making things up." - minmay a.k.a. duvessa
Did I make a lame complaint? Check for Bingo!
Totally gracious CSDC Season 2 Division 4 Champeen!

Ziggurat Zagger

Posts: 5382

Joined: Friday, 25th November 2011, 07:36

Post Thursday, 8th January 2015, 17:59

Re: Comsmological Politics and Godly Rivalries

I have a hard time picturing Chei hating anyone. Chei is kind of like the Dude in this respect, they realize that time is infinite and one should simply abide. Above all else, take it easy.

I mostly play crawl as an exercise in relaxation. Chei doesn't "hate" haste - Chei reminds you it isn't worth the stress of trying to do things quickly; don't trade your own serenity and mental well-being for a burst of unnecessary power.

For this message the author tasonir has received thanks: 3
Arrhythmia, Bloax, GlassGo

Ziggurat Zagger

Posts: 8786

Joined: Sunday, 5th May 2013, 08:25

Post Thursday, 8th January 2015, 19:04

Re: Comsmological Politics and Godly Rivalries

tasonir wrote:I have a hard time picturing Chei hating anyone. Chei is kind of like the Dude in this respect, they realize that time is infinite and one should simply abide. Above all else, take it easy.

I mostly play crawl as an exercise in relaxation. Chei doesn't "hate" haste - Chei reminds you it isn't worth the stress of trying to do things quickly; don't trade your own serenity and mental well-being for a burst of unnecessary power.

  Code:
// Cheibriados hates fast monsters.

  Code:
static bool _god_hates_brand(const int brand)
...
if (you_worship(GOD_CHEIBRIADOS) && brand == SPWPN_CHAOS)
    return true;

  Code:
bool god_hates_spell(spell_type spell, god_type god, bool rod_spell)
...
case GOD_CHEIBRIADOS:
    if (is_hasty_spell(spell))
        return true;

  Code:
bool god_hates_ability(ability_type ability, god_type god)
...
case ABIL_EVOKE_BERSERK:
    return god == GOD_CHEIBRIADOS;

  Code:
conduct_type god_hates_item_handling(const item_def &item)
...
case GOD_CHEIBRIADOS:
    if (item_type_known(item) && (_is_potentially_hasty_item(item)
                                  || is_hasty_item(item))
        // Don't need item_type_known for quick blades.
        || item.is_type(OBJ_WEAPONS, WPN_QUICK_BLADE))
    {
        return DID_HASTY;
    }

For this message the author duvessa has received thanks:
Kramin42

Ziggurat Zagger

Posts: 5382

Joined: Friday, 25th November 2011, 07:36

Post Thursday, 8th January 2015, 21:23

Re: Comsmological Politics and Godly Rivalries

Source code clearly isn't canon - Ask any designer and they'll let you know such petty implementation details are beneath them. It's likely the coder just couldn't be bothered to do it properly, ie:

  Code:
static bool _god_hates_brand(const int brand)

Would contain the list of gods which actually hate various brands, while a second method:

  Code:
static bool _god_reminds_you_gently_that_this_brand_may_disrupt_your_mental_well_being_and_calm_serenity(const int brand)

would contain the line about Chei and chaos/speed brands. Then when coloring inventory (for example) you'd have to call both methods instead of just one, but that might allow you to do different coloring. For example, wands of hasting wouldn't have to be so violently red, they could be nice a pretty cyan or a tranquil green. Sure, it's messier for the coder to have to call both methods and not just one, so I understand why they'd take the shortcut. I just don't let it interfere with my enlightened understanding of time.

I may be taking this too far <.<

For this message the author tasonir has received thanks: 2
all before, GlassGo

Tartarus Sorceror

Posts: 1776

Joined: Monday, 21st February 2011, 15:57

Location: South Carolina

Post Thursday, 8th January 2015, 21:53

Re: Comsmological Politics and Godly Rivalries

mechanicalmaniac wrote:Here's some of my ideas:
Sif: allied with Vehu, Ash, Chei; enemies with Trog.
Vehu: allied with Sif, Makhleb, Kikubasdfjkl; enemies with Trog and Eliv.
Ash: allied with Sif, Chei, Wulndraste, and maybe Ru; enemies with.... I'm not sure?
Fedhas: allied with Eliv. Enemies with Kikubasdfjkl.


Does "allied" means that a set can be switched among with no loss of piety, or are there other possible meanings?

Leaving a god with no strong conduct (like Sif) should always have wrath or other meaningful penalty. Leaving Sif for Trog might be the only one that could make sense mechanically to allow.

Leaving Ash for Ru for no wrath seems like an easier sell that some of the others.

Tartarus Sorceror

Posts: 1774

Joined: Tuesday, 23rd December 2014, 23:39

Post Thursday, 8th January 2015, 22:09

Re: Comsmological Politics and Godly Rivalries

I don't see the purpose of having rivalries, when the default result of switching gods is to have the first god punish you. More allied gods would be interesting though.

Zin - TSO - Ely: holy
Sif - Veh: magic
Ash - Chei: hybrid characters
Kiku - Yred - Dith: death and darkness
Makhleb - Lugonu: demonic (considering the abyss is full of demons)
Fedhas - Jiyva: non-sentient
Xom - Jiyva: mutant
Qaz - Veh: elemental destruction
Beogh - Trog - Okawaru: physical combat
Xom - Nemelex: random effects
Ru - Ash: binding/restricting yourself
Last edited by Berder on Thursday, 8th January 2015, 22:33, edited 2 times in total.
streaks: 5 fifteen rune octopodes. 15 diverse chars. 13 random chars. 24 NaWn^gozag.
251 total wins Berder hyperborean + misc
83/108 recent wins (76%)
guides: safe tactics value of ac/ev/sh forum toxicity

For this message the author Berder has received thanks: 2
mechanicalmaniac, Pereza0

Tartarus Sorceror

Posts: 1776

Joined: Monday, 21st February 2011, 15:57

Location: South Carolina

Post Thursday, 8th January 2015, 22:17

Re: Comsmological Politics and Godly Rivalries

Maybe a rivalry could mean that a deity will never accept anyone who has ever worshipped a shunned god?

So perhaps, Jivya is so chaotic that it is impossible to switch from Jivya to TSO to Zin. Makhleb is so evil that one cannot switch from Makhleb to TSO, or from Makhleb to Ash to TSO.

But that just takes away options and limits decisions, which is not in the spirit of crawl. I think it is better to have the game allow any switches, but have the wrath penalty to pay.

Ziggurat Zagger

Posts: 8786

Joined: Sunday, 5th May 2013, 08:25

Post Thursday, 8th January 2015, 22:18

Re: Comsmological Politics and Godly Rivalries

If you have sigils on your chest or body, you have been marked by your god and a good god will never accept you as a worshiper. This feature has not yet been implemented.

For this message the author duvessa has received thanks:
Sar

Tartarus Sorceror

Posts: 1774

Joined: Tuesday, 23rd December 2014, 23:39

Post Thursday, 8th January 2015, 22:30

Re: Comsmological Politics and Godly Rivalries

Switching gods is done so infrequently due to wrath, that options to restrict it more don't help gameplay. If more gods were allied then there would be more reason to switch which could make the game more interesting and add variety.
streaks: 5 fifteen rune octopodes. 15 diverse chars. 13 random chars. 24 NaWn^gozag.
251 total wins Berder hyperborean + misc
83/108 recent wins (76%)
guides: safe tactics value of ac/ev/sh forum toxicity

Ziggurat Zagger

Posts: 5382

Joined: Friday, 25th November 2011, 07:36

Post Friday, 9th January 2015, 00:49

Re: Comsmological Politics and Godly Rivalries

I could possibly see myself being tempted to play sif if I could get a free switch into chei later on. The main drawback with that would be gaining sif piety is not kills based, so I'd have to actually train magic, when my end goal is more melee + support magic. But I'm sure there's play styles that could be invented with an easy switch between gods, even if it's mostly just to abuse getting gifts. Otherwise there isn't much point to not just going straight to god #2, outside of gods who really lose steam after 3 runes (Fehdas, Yred).

So something like a sif -> veh switch might be done, but there aren't too many gifting gods that have gifts worth the effort for. I bet some people would start trog and switch out if trog wouldn't smash their heads in. This is probably still inferior to just staying with Trog most 3 rune games, although abandoning trog (without wrath) for extended makes good sense.

Ziggurat Zagger

Posts: 3037

Joined: Sunday, 2nd January 2011, 02:06

Post Friday, 9th January 2015, 01:37

Re: Comsmological Politics and Godly Rivalries

If you dump your girlfriend (or whatever, depending on your gender preference), she won't get less mad at you if you start going out with her sister or her best friend instead of that girl in the other class that she hates. She'd have to have a specific and unusual preference for polyamory from the start before it would be anything but absolutely insane for you to expect her to be okay with it.

A traditionally depicted fantasy deity is much more powerful and much more prone to anger and spite than any real-life significant other that you are likely to have.

For this message the author KoboldLord has received thanks: 3
Arrhythmia, duvessa, rockygargoyle

Vaults Vanquisher

Posts: 430

Joined: Saturday, 1st June 2013, 21:09

Location: Russia

Post Friday, 9th January 2015, 06:44

Re: Comsmological Politics and Godly Rivalries

KoboldLord wrote:If you dump your girlfriend (or whatever, depending on your gender preference), she won't get less mad at you if you start going out with her sister or her best friend instead of that girl in the other class that she hates.


I'm mostly agree with you, but :) this is not always the case. Sometimes she would get less mad. )
English is NOT my native language.

Halls Hopper

Posts: 65

Joined: Tuesday, 1st November 2011, 20:16

Post Sunday, 11th January 2015, 16:40

Re: Comsmological Politics and Godly Rivalries

Only good gods should be able to have alliances and nobly accept changes in followers. Evil and chaotic deities are willing to squabble with each other. That's why they aren't good gods. Sif Muna and Vehumet wouldn't be best buddies because they both dig magic. They aren't going to meetups for Magic-Loving Deities. If anything, they should feud even more than unrelated deities, since they have entirely different philosophies of magic. There's just no flavor advantage to providing more god-switching opportunities, just extra chances to cheeze the god system, while actually eliminating the part of god-switching that did provide flavor, namely wrath.

However, it could potentially be really cool if there were, say, special temple vaults themed for the different deities, that would react differently to the player depending on what deity they worshipped. A Trog temple could be packed with trolls and giants, and if they spot a worshipper of Sif or Veh, the whole temple berserks. A temple of Veh might be filled with deep elf casters that attack pretty much everyone except maybe other Veh worshippers, and so on. Something like that would introduce some more flavor of the gods and their interactions into the game world in a way that is interactive for the player.

For this message the author JFunk has received thanks:
mechanicalmaniac

Vaults Vanquisher

Posts: 430

Joined: Saturday, 1st June 2013, 21:09

Location: Russia

Post Monday, 12th January 2015, 00:52

Re: Comsmological Politics and Godly Rivalries

Yeah, I was thinking about floors (maybe in Panda) filled with god's wrath, instead\with usual boring Panlords.
Something like floor where Trog wrath rages, constantly trowing at you packs of his beloved buddies.
English is NOT my native language.

For this message the author GlassGo has received thanks:
mechanicalmaniac

Vaults Vanquisher

Posts: 508

Joined: Sunday, 16th June 2013, 14:01

Post Monday, 12th January 2015, 12:12

Re: Comsmological Politics and Godly Rivalries

I don't like the idea of allies, I prefer thinking of the pantheon as a block of apartments and some gods have to share apartments. Some are decent parings but other are like the odd couple. It's all like a slice of life but with gods.
Like Saint Young Men.

For this message the author 1010011010 has received thanks:
mechanicalmaniac

Barkeep

Posts: 3890

Joined: Wednesday, 14th August 2013, 23:25

Location: USA

Post Monday, 12th January 2015, 16:05

Re: Comsmological Politics and Godly Rivalries

Moved to CYC, as this doesn't really fit in dungeon crawling advice. Do note that several folks in this thread want to discuss this at least semi-seriously, however, and respect that. Thank you! Carry on.
User avatar

Snake Sneak

Posts: 94

Joined: Tuesday, 6th January 2015, 22:03

Location: Eagleland

Post Monday, 12th January 2015, 22:50

Re: Comsmological Politics and Godly Rivalries

Berder wrote:I don't see the purpose of having rivalries, when the default result of switching gods is to have the first god punish you. More allied gods would be interesting though.

Zin - TSO - Ely: holy
Sif - Veh: magic
Ash - Chei: hybrid characters
Kiku - Yred - Dith: death and darkness
Makhleb - Lugonu: demonic (considering the abyss is full of demons)
Fedhas - Jiyva: non-sentient
Xom - Jiyva: mutant
Qaz - Veh: elemental destruction
Beogh - Trog - Okawaru: physical combat
Xom - Nemelex: random effects
Ru - Ash: binding/restricting yourself


Lugonu - Xom - Jiyva: chaos

JFunk wrote:However, it could potentially be really cool if there were, say, special temple vaults themed for the different deities, that would react differently to the player depending on what deity they worshipped. A Trog temple could be packed with trolls and giants, and if they spot a worshipper of Sif or Veh, the whole temple berserks. A temple of Veh might be filled with deep elf casters that attack pretty much everyone except maybe other Veh worshippers, and so on. Something like that would introduce some more flavor of the gods and their interactions into the game world in a way that is interactive for the player.


This is a cool idea.

Snake Sneak

Posts: 101

Joined: Tuesday, 23rd September 2014, 23:03

Post Tuesday, 13th January 2015, 01:24

Re: Comsmological Politics and Godly Rivalries

KoboldLord wrote:A traditionally depicted fantasy deity is ... much more prone to anger and spite than any real-life significant other that you are likely to have.

You see, gentlemen, behind every great man, there is a woman... urging him on. And so it was with my Stella. She urged me on into outer space. Uh, not that she meant to. But with her continual, eternal, confounded nagging, well, I think of her constantly. And every time I do, I go further out into space.

Ziggurat Zagger

Posts: 5382

Joined: Friday, 25th November 2011, 07:36

Post Tuesday, 13th January 2015, 02:53

Re: Comsmological Politics and Godly Rivalries

SaidTheAlligatorKingToHisSon wrote:
KoboldLord wrote:A traditionally depicted fantasy deity is ... much more prone to anger and spite than any real-life significant other that you are likely to have.

You see, gentlemen, behind every great man, there is a woman... urging him on. And so it was with my Stella. She urged me on into outer space. Uh, not that she meant to. But with her continual, eternal, confounded nagging, well, I think of her constantly. And every time I do, I go further out into space.

Should anyone be wondering, this is star trek (the original series), the episode "I, Mudd". Man creates hundreds of androids to serve him without question and live the perfect life. Sadly, as is often the case in these kinds of stories, it doesn't end up going so well. Transcript here: http://www.chakoteya.net/startrek/41.htm

For this message the author tasonir has received thanks:
GlassGo

Snake Sneak

Posts: 101

Joined: Tuesday, 23rd September 2014, 23:03

Post Thursday, 15th January 2015, 07:49

Re: Comsmological Politics and Godly Rivalries

Folks who can't handle a self-reference paradox are real suckers.
I love obscure references...
User avatar

Pandemonium Purger

Posts: 1337

Joined: Saturday, 7th July 2012, 02:28

Location: Limbo

Post Thursday, 15th January 2015, 08:51

Re: Comsmological Politics and Godly Rivalries

the chei implementation is very much lacking in coolness

i mean seriously you get instant penance for hasting an enemy, wearing boots of speed is for no apparent reason forbidden (they have no effect) - draining your piety like mad for no reason at all - and quick blades are also banned because ???

that's not very fitting for the take-it-easy god of cool who is way chiller than all those hotheads in the pantheon who think they're the real shit

instead you should take a piety hit on hasting monsters (wtf r u doing), boots of speed should just not work ("You feel like going fast for a bit, but then the feeling subsides into taking it easier.") and quick blades should be OK

for more information see our LearnDB page, "Taking Proper Care of your Cheibriados" or call 1-420-CHEI
take it easy
  Code:
!lg * won !DD-- min=turns -log
<Sequell> 20749. Bloax, XL24 VSTm, T:13320: http://crawl.lantea.net/crawl/morgue/Bloax/morgue-Bloax-20140907-000920.txt

Did you know that I like ruining crawl every now and then? Go check it out.

Abyss Ambulator

Posts: 1205

Joined: Friday, 8th November 2013, 17:02

Post Thursday, 15th January 2015, 17:50

Re: Comsmological Politics and Godly Rivalries

Come on, Chei is OP as is, you can't go making him even better. :lol:

Return to Crazy Yiuf's Corner

Who is online

Users browsing this forum: No registered users and 23 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.