Trap/door feature branch

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Nomad
    replied
    Originally posted by Nick
    • Nomad's improved template rooms with specific trap positions are included.
    Doesn't look like these are being generated correctly - I'm still seeing randomly positioned traps in the special rooms. I think it just needs a few tweaks to build_room_template() in gen-room.c - get rid of this code for random traps in treasure rooms:

    Code:
    case '8': {
    
    	/* Put something nice in this square
    	 * Object (80%) or Stairs (20%) */
    	if (randint0(100) < 80)
    		place_object(c, y, x, c->depth, false, false, ORIGIN_SPECIAL, 0);
    	else
    		place_random_stairs(c, y, x);
    
    	/* Some monsters to guard it */
    	vault_monsters(c, y, x, c->depth + 2, randint0(2) + 3);
    
    [bc=blue]	/* And some traps too */
    	vault_traps(c, y, x, 4, 4, randint0(3) + 2);[/bc]
    
    	break;
    And add a copy of the trap-handling code from build_vault():

    Code:
    [bc=blue]	/* Trap */
    case '^': place_trap(c, y, x, -1, c->depth); break;[/bc]
    (My one tiny area of Angband code knowledge! But sadly my GitHub login is long since lost to the mists of time.)

    Leave a comment:


  • Ingwe Ingweron
    replied
    Any chance of getting the detection line back?

    Leave a comment:


  • Nick
    replied
    Originally posted by Ingwe Ingweron
    Should I assume this change breaks savefile compatabilty?
    Yes, yes you should.

    Nice catch

    Leave a comment:


  • Ingwe Ingweron
    replied
    Originally posted by Nick
    • Disarming has been reworked, so there are now magical and physical traps, and two disarming skills (which are boosted by high INT and DEX respectively). Class aptitude for disarming has been changed to fit this, so for example mages are good at disarming magical traps and poor at physical ones, and warriors are the opposite.
    Should I assume this change breaks savefile compatabilty?

    Leave a comment:


  • Pete Mack
    replied
    Nick--I still recommend checking out NPP traps! They are much more effective since they do ranged damage.

    Leave a comment:


  • Nick
    replied
    There are new Windows and OS X builds up for this branch.

    The changes are:
    • Nomad's improved template rooms with specific trap positions are included.
    • Traps no longer appear on doors (I hope).
    • Disarming has been reworked, so there are now magical and physical traps, and two disarming skills (which are boosted by high INT and DEX respectively). Class aptitude for disarming has been changed to fit this, so for example mages are good at disarming magical traps and poor at physical ones, and warriors are the opposite.
    • There are several new traps. I encourage people to look at the traps file here, and design their own

    Leave a comment:


  • TJS
    replied
    Originally posted by Carnivean
    Of course it's boring. Are you incapable of understanding what I'm talking about? Mages should approach traps differently to rogues and to warriors, and they should be implementing magic as their means of dealing with traps. The game changes should not remove the ability of mages to deal with traps with magic alone, but should be working to be "not boring".
    Geez do you have to be so aggressive? What exactly is the point? This is usually a pretty friendly forum.

    It seems you are against removing mages ability to magically detect traps and haven't suggested any other methods of mages dealing with them by magic, so I asked if you thought trap detection was boring. It was a pretty reasonable question I thought. Obviously not.

    Leave a comment:


  • Nick
    replied
    Originally posted by Carnivean
    Mages should approach traps differently to rogues and to warriors, and they should be implementing magic as their means of dealing with traps. The game changes should not remove the ability of mages to deal with traps with magic alone, but should be working to be "not boring".
    By the end of this, all classes should have noticeably different approaches to traps.

    Leave a comment:


  • Carnivean
    replied
    Originally posted by AnonymousHero
    Did I succeed?
    You convinced me not to play a solo mage in BGII.

    It is an alternative that fits the scenario, but as you say, it sucks.

    Originally posted by TJS
    Mages don't solve everything with magic. They use melee, ranged weapons, stealth, searching, disarming and potions like all the other characters.
    Just because they can doesn't mean that they do. I've never used a ranged weapon as a mage. It should be possible to play the game as a pure mage, because that's how at least some of us play mages.

    Originally posted by TJS
    Even if they did I don't see why it follows that they should be able to magically detect traps if it results in boring gameplay. Are we agreed that just magically detecting traps is boring?
    Of course it's boring. Are you incapable of understanding what I'm talking about? Mages should approach traps differently to rogues and to warriors, and they should be implementing magic as their means of dealing with traps. The game changes should not remove the ability of mages to deal with traps with magic alone, but should be working to be "not boring".

    Originally posted by PowerWyrm
    The new branch seems a good idea. As I said, you don't need to keep magical trap detection but you should keep physical detection. Perhaps take the middle path:
    - remove Trap Detection spells EXCEPT for Rogues (thematic)
    - remove Trap Detection devices
    - keep Detection (spells + devices) detecting traps since they're higher level and would give an alternative to physical detection
    Ok so rogues, who traditionally spot traps with their skills get a trap detection spell, but mages who use spells for everything difficult don't get such a spell? I fail to see how that is thematic at all.

    Originally posted by Nick
    Correct if detecting traps is actually a thing everyone has to do. In this branch, though, everyone automatically sees traps when close enough. Sure, mages could still have a detect traps spell, but would you bother?

    Actually, that's interesting - maybe you would. Maybe (I can't believe I'm saying this) trap detection should come back, but alongside the automatic noticing of traps, so rather than a thing everyone has to do it becomes a planning ahead tool that's only used sometimes.
    I'm glad something new came of my rather scattered, reactionary thoughts on the matter, even if it doesn't help in the long run.

    Leave a comment:


  • Rydel
    replied
    Originally posted by Nomad
    [list=1]
    • Make visible traps less avoidable. (Pretty difficult to achieve with Angband's many escape options.)
    Originally posted by PowerWyrm
    TomeNET has a *lot* of varied traps, and except a few ones that I don't really like (the dreaded "drop all" trap -- which inside a vault could be followed by a fire trap in the next square -- or the seasoned traveler one which decreases your stacks to 1 or 2), they add a lot to the game. And they can be deadly at level 1 as well as at level 50!
    Perhaps some traps could work with the escape options - For example, a "Dimensional Sinkhole" trap, where if you attempt any form of teleportation within a certain range of the trap, it teleports you to the location of the trap instead. (This trap should probably not be allowed in vaults, for obvious reasons.) This trap would also work on monsters as well, so it makes escaping harder, but can be useful when fighting monsters that like to teleport away.

    This particular trap would also be a rare instance of a trap where being alone in the middle of a room actually works well.

    I do like the idea of trapped doors and stairs. Perhaps that could be turned into a deliberate feature.

    Leave a comment:


  • PowerWyrm
    replied
    The new branch seems a good idea. As I said, you don't need to keep magical trap detection but you should keep physical detection. Perhaps take the middle path:
    - remove Trap Detection spells EXCEPT for Rogues (thematic)
    - remove Trap Detection devices
    - keep Detection (spells + devices) detecting traps since they're higher level and would give an alternative to physical detection

    Leave a comment:


  • PowerWyrm
    replied
    TomeNET has a *lot* of varied traps, and except a few ones that I don't really like (the dreaded "drop all" trap -- which inside a vault could be followed by a fire trap in the next square -- or the seasoned traveler one which decreases your stacks to 1 or 2), they add a lot to the game. And they can be deadly at level 1 as well as at level 50!

    Leave a comment:


  • spara
    replied
    I love it! I was too deep already and then read an unIDd scroll of deep descent. Now I was way too deep with my low level ranger and cast "detect doors, stairs and traps" to find the nearest stairs. Found them and soon found out that the way was blocked from all (!) directions with traps. No other way to the stairs than trying to disarm one of the traps. And yes, I set of a trap door, and right next to a bunch of gnome mages. In a moment I was blind and shortly dead.

    About magical disarming. A possibly interesting option might be a spell that, instead of disarming, allows @ to magically jump over one tile to a tile in LOS. You read the spell, select the direction and off you go.

    Leave a comment:


  • nikheizen
    replied
    I edited this in to a previous post, but have you considered scrapping trap detection entirely and leaving ?_Detect Stairs as a level-wide effect?

    Leave a comment:


  • Nick
    replied
    Originally posted by Nomad
    Okay, here's the updated room_template.txt - I've added traps to most of the rooms that contain treasures or item stashes.
    Excellent.

    I will also note for the future that when you offer to do something, it means you've already done it

    Leave a comment:

Working...
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎