Let Ashenzari consider your hands cursed


Although the central place for design discussion is ##crawl-dev on freenode, some may find it helpful to discuss requests and suggestions here first.

Ziggurat Zagger

Posts: 5382

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

Post Thursday, 24th September 2015, 17:59

Let Ashenzari consider your hands cursed

So Ashenzari doesn't allow for you to curse your hands, and so it can't buff your UC skill, making it a somewhat weaker god for unarmed characters (although still useful for other bonuses).

I think it would be fairly simple to create a system where your hands are (considered) cursed - I'd recommend modeling it after elemental evokers. When you start worshipping Ash, your hands are "inert". As you get experience, it goes towards recharging your hand's cursed status, and after killing a few hundred things, your hands are considered cursed. Wielding a blowgun, bread, or anything immediately reverts your hands to inert, and you have to go back to charging them up again. You get a warning before wielding something if your hands are currently considered cursed. You could even make this require a remove curse scroll.

The gains of allowing UC characters to get the full benefit of ash should be obvious; it does come at the cost of slightly more complexity to ash, but it doesn't impact weapon users at all, so I don't think it's too terribly much complexity. I'm not sure how discoverable this would be, although a line in the god's description might be enough?

Vestibule Violator

Posts: 1508

Joined: Monday, 21st November 2011, 07:40

Post Thursday, 24th September 2015, 18:01

Re: Let Ashenzari consider your hands cursed

Or simply allow a curse weapon scroll read when your hand are empty to curse your hands. Probably prompt first.
Usual account: pblur on kelbi

Ziggurat Zagger

Posts: 5382

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

Post Thursday, 24th September 2015, 18:06

Re: Let Ashenzari consider your hands cursed

If I recall that's a bit more technically challenging because your hands aren't considered an object by the game's code, but if someone wanted to change that, byrel's solution would avoid introducing a new mechanic/complexity, which is good.

Tomb Titivator

Posts: 909

Joined: Thursday, 3rd January 2013, 20:32

Post Thursday, 24th September 2015, 18:09

Re: Let Ashenzari consider your hands cursed

Is there a reason why a god needs complete parity between backgrounds? It's already untrue of most of the pantheon.

Anyway, worshipping Ash with uncursed hands is not that bad, it just takes a bit longer to build initial piety -- about on par with the not-enough-RC games that are being discussed elsewhere. Losing the buff to your weapon skill is compensated by all the XP you can save on your other skills, and it's not unique to Tm since plenty of characters would rather be able to swap to launchers, rods, weapon brands, etc.
Wins (Does not include my GrEE^Veh 15-runer...stupid experimental branch)

For this message the author tedric has received thanks: 2
Rast, TeshiAlair
User avatar

Barkeep

Posts: 4435

Joined: Tuesday, 11th January 2011, 12:28

Post Thursday, 24th September 2015, 19:59

Re: Let Ashenzari consider your hands cursed

tedric wrote:Losing the buff to your weapon skill is compensated by all the XP you can save on your other skills

It isn't, as training UC very high is good, and skills get much(!) more expensive at high levels.
I am not a very good player. My mouth is a foul pit of LIES. KNOW THIS.

Tomb Titivator

Posts: 808

Joined: Sunday, 23rd June 2013, 15:20

Post Thursday, 24th September 2015, 20:15

Re: Let Ashenzari consider your hands cursed

Sooo can we get an extra evo boost if one curses a Rod? I think the "non enhancer magical staff boosts spellcasting" is awesome, and having something similar for the last, third class of wieldable items would be awesome.
User avatar

Dungeon Master

Posts: 502

Joined: Wednesday, 7th March 2012, 13:25

Location: Lexington, KY, US

Post Thursday, 24th September 2015, 21:39

Re: Let Ashenzari consider your hands cursed

le_nerd wrote:Sooo can we get an extra evo boost if one curses a Rod? I think the "non enhancer magical staff boosts spellcasting" is awesome, and having something similar for the last, third class of wieldable items would be awesome.


They already do that: a cursed rod (or staff of energy) gives twice as much evo boost as for an elemental staff (the same as the spellcasting boost from non-enhancer, non-evocable staves), but no weapon skill boost:

  Code:
        // Rods and staves with an evokable ability but no melee effect.
        else if (is_weapon(*wpn)
                 && item_is_evokable(*wpn, false, false, false, false, false))
        {
            boost[SK_EVOCATIONS] = 2;
        }

For this message the author neil has received thanks:
le_nerd

Tomb Titivator

Posts: 808

Joined: Sunday, 23rd June 2013, 15:20

Post Thursday, 24th September 2015, 21:48

Re: Let Ashenzari consider your hands cursed

Oooohhhh. Thank you, Neill! Your commentary is always appreciated.
User avatar

Zot Zealot

Posts: 982

Joined: Monday, 29th September 2014, 09:04

Post Thursday, 24th September 2015, 22:33

Re: Let Ashenzari consider your hands cursed

Funnily enough I'm working on this right now: https://github.com/crawl/crawl/pull/113

It currently works by adding two new god abilities that consume scrolls, but I'm reworking so it uses the same interface as everything else (this is not so hard, actually, I have it working but with unacceptable UI).

For this message the author chequers has received thanks: 2
jason0320, tasonir
User avatar

Shoals Surfer

Posts: 293

Joined: Tuesday, 19th February 2013, 18:55

Post Sunday, 25th October 2015, 05:14

Re: Let Ashenzari consider your hands cursed

how about just letting cursed rings give uc buff?

i don't play alot of ash so idk if this would be good, just an idea
I love pitsprint and pitsprint culture.
dpeg wrote:The only good player is a dead player.

Return to Game Design Discussion

Who is online

Users browsing this forum: No registered users and 122 guests

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