Page 1 of 1

Voratun in early game

Posted: Mon Feb 21, 2011 5:39 pm
by Canderel
Right so voratun sometimes gets generated, and well I've been told, it's not so bad, it's usually plain, and you can't wield or sell it anyway.

Right... But the skeleton warrior (lvl 4) can wield it, and smack me for 85 damage... My little 100 shield rune didn't do much there. The worst part is, only the log file told me it was voratun, the actual hover text didn't show any weapons at all. :-(

I'm OK if they wield the steel, or even dwarven-steel (though then it MUST drop so I can get it), but the voratun being wielded, and not at least displayed is... not cool. Not cool at all.

Re: Voratun in early game

Posted: Mon Feb 21, 2011 6:35 pm
by Grey
I agree. You can tell sorta by looking at the enemy's strength stat, since the game cheats the strength stat requirement (which actually makes it even more unfair). However it's not exactly very nice to have to tooltip over every single skeleton you encounter in case they are wielding an incredibly imbalanced weapon...

Personally I think the game simply needs stronger controls over material types. Or, forgetting that, not letting the enemy cheat the stats on equipment. Would it be that hard to introduce?

Re: Voratun in early game

Posted: Mon Feb 21, 2011 6:50 pm
by yufra
Grey wrote: Personally I think the game simply needs stronger controls over material types. Or, forgetting that, not letting the enemy cheat the stats on equipment. Would it be that hard to introduce?
There currently are filters, but they are fairly limited in scope right now checking things like type/subtype/name/unique and the existence or non-existence of any property (but not the actual value). Support for a more generic filter where you can pass a function could be useful. For example:

Code: Select all

no_voratun_filter = {material_level = function(e) return e.material_level < 4 end}
I'll tinker and see if I can extend this.

Re: Voratun in early game

Posted: Mon Feb 21, 2011 7:00 pm
by Grey
The problem of course would be that the filter would have to scale with the monster's level or stats. By the same token, maybe higher level monsters should have a minimum filter?

Re: Voratun in early game

Posted: Mon Feb 21, 2011 7:01 pm
by edge2054
How about capping material level in starting dungeons for both monster generation and loot?

Personally I think skeletons (and other npcs) should be generated with good weapons on occasion and I think the game should cheat the stats to do it. I just don't think it should happen in starting dungeons.

The new dwarf dungeon was especially bad for this. Between skeleton archers and skeleton warriors I ended up dying 4 or 5 times to get through to the end (I cheat ressed). I know the undead starting zone is just as bad (though I rarely play undead anymore) and most people will avoid Kor'Pul until they get Trollmire + another dungeon under their belt because of skeleton warriors (and skeleton mages but that's a different subject).

Re: Voratun in early game

Posted: Mon Feb 21, 2011 7:23 pm
by yufra
Actually there is already support for a function in the "special" value of the filter table:

Code: Select all

filter = {special=function(e) return e.material_level < 4 end}
I will still probably tinker with trying to extend the entire filter system... seems to be an emerging pattern of mine. :wink:

Re: Voratun in early game

Posted: Mon Feb 21, 2011 11:39 pm
by Marcotte
While it is pretty frustrating to get smacked by a voratun-wielding skeleton at low level, I would say that a more game-breaking version of the problem is when the alchemist golem starts with a high material weapon/armor. Then its stats get increased, which is an advantage that will last the whole game. And if you use quickbirth, for as many games as you wish. (And it is easily scummable by repeatedly restarting your character until it happens too.)

Re: Voratun in early game

Posted: Tue Feb 22, 2011 1:29 am
by Nevuk
I was wondering why I once had a level 6 golem with 36 strength and stralite plate armor. Seemed pretty ridiculous.

Re: Voratun in early game

Posted: Tue Feb 22, 2011 5:23 am
by Canderel
Marcotte wrote:While it is pretty frustrating to get smacked by a voratun-wielding skeleton at low level, I would say that a more game-breaking version of the problem is when the alchemist golem starts with a high material weapon/armor. Then its stats get increased, which is an advantage that will last the whole game. And if you use quickbirth, for as many games as you wish. (And it is easily scummable by repeatedly restarting your character until it happens too.)
:shock: :shock: :shock: :shock:

But let's get an alchemist winner first.