RavenRed: Just a quick thought in regards to a possibel reworking of the way that locks work in ToME. The way it works now, anyone can basically "brute force" a lock with relatively little Disarming skill by just standing there, pressing 'o' and waiting the x hundred turns required.

From what I can see in the code, the difficulty of a lock appears to be fixed.

/* Extract the difficulty */
j = i - get_flag(o_ptr, FLAG_LOCKED);

- (cmd2.c)

(Please correct my awful attempts at reading code... as required) which would appear to say that lockpicking gets easier (as your Disarm skill grows), but never harder. For mine, picking locks should never be easy.

My solution is to allow lock "strengths" on both chests and doors to vary drastically between levels and between locks on individual levels. Difficulty should scale up to about 8x the "standard" difficulty (perhaps at a rate of 1x per 12 dungeon levels) with variance within any given level based on the quality of the lock.

"Unique" locks could be highly rare, and require a specific "Key" to be placed somewhere on the level. Yes, it may be easier just to bash it down, if possible.

This may then be modified further for doors (and possibly chests, if you want "steel" to be harder to unlock than "wooden). Another key is to make doors no longer tunnelable. Either Bash them down, Magic them open or pick their locks.

Similarly, Doors can diversify somewhat. Instead of just "Power 1", "Power 2", you can have

Please note that door strength is separate from the lock power. If you find an rotting wooden door with (for some reason) a particularly strong lock, you'd be better served spelling or smashing than trying to work at the keyhole with picks and hooks. Similarly, a sttel door isn't really worth testing your strength against.

However, it's not all about increasing difficulty. A new item: "Lockpicks" (wearable in the Bow slot) will substantially increase your Disarm skill (when applied to lockpicking). Indeed, a basic lockpick is necessary to even pick locks at all. "Fine", "Hobbit Made" and "Master's" versions would be available, with predictably enhanced effects. What this will mean is that sneaky-type characters will have an advantage in dungeons, especially in the late game, where doors of Adamant may make life especially difficult. (Oh, and I'm not letting spellcaster off... see here for the mods to Disarm)...

2c worth and counting...

Chatter

FeathinSilyar: Sounds fun, though typically if a door offers me much trouble I just tunnel around it. Sometimes even when I'm at a spot where I can tell there's a secret door rather than trying to search it out I'd just tunnel. This could be very useful in vaults though, where it'd be combined with permanent walls. Or special levels, especially with the 'unique' locks.

Orvin: See related idea at http://forum.t-o-m-e.net/viewtopic.php?t=7028

IdeaArchive/DungeonFeatures/Doors and Locks (last edited 2006-02-04 12:43:38 by 58)