Which trap do you hate the most?

Anything that has spoilers in it should go in here

Moderator: Moderator

Which trap do you hate the most?

Drop/Scatter Items
23
44%
Curse Weapon/Armor
8
15%
Big Damage
2
4%
Speed Drain
4
8%
Piety Reduction
3
6%
No Return
5
10%
Sex/Height/Weight Change
4
8%
Silent Switching
3
6%
 
Total votes: 52

Message
Author
Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

Which trap do you hate the most?

#1 Post by Maylith »

Continuing on from a previous topic to be found here http://www.t-o-m-e.net/forum/viewtopic.php?t=2631:

Let's see which trap is the most despised in ToME. Which one do you hate the most, and why? Do you have a tragic uber-story of loss or death due to a trap to tell?

I hate Scatter Items, but I haven't run into all the traps out there yet. Who knows, my opinion might get revised one of these days..... :D
Last edited by Maylith on Mon Oct 20, 2003 5:36 am, edited 6 times in total.

Neil
Sher'Tul Godslayer
Posts: 2438
Joined: Sat Dec 14, 2002 7:18 pm
Location: California (or sometimes Erebor)
Contact:

#2 Post by Neil »

What does speed drain do? I've never run across that trap (literally :-)

Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

#3 Post by Maylith »

Neil wrote:What does speed drain do? I've never run across that trap (literally :-)
Me either. I don't know; I was just referencing the trap name that Lord Dimwit mentioned, in the other thread, for something that apparently trashed his equipment rather nastily. If he or someone else can explain more fully, or tell me the name to change it to, I can adjust the poll if need be.

Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

#4 Post by Maylith »

?!?!?! Umm........ ok, I didn't delete the poll. Did someone else?

Neil
Sher'Tul Godslayer
Posts: 2438
Joined: Sat Dec 14, 2002 7:18 pm
Location: California (or sometimes Erebor)
Contact:

#5 Post by Neil »

I didn't touch it.

Lord Dimwit
Uruivellas
Posts: 757
Joined: Sat Jan 25, 2003 8:25 am
Location: in The Void, alone

#6 Post by Lord Dimwit »

Maylith wrote:I was just referencing the trap name that Lord Dimwit mentioned, in the other thread, for something that apparently trashed his equipment rather nastily. If he or someone else can explain more fully, or tell me the name to change it to, I can adjust the poll if need be.
The trap is called "trap of Speed Drain," and it's my vote for the worst trap in the world. I've hit it twice before, both times very deep in the dungeon, and it made my day considerably worse both times.

Code: Select all

		case TRAP_OF_DRAIN_SPEED:
		{
			object_type *j_ptr;
			s16b j, chance = 75;
			u32b f1, f2, f3, f4, f5, esp;

			for (j = 0; j < INVEN_TOTAL; j++)
			{
				/* don't bother the overflow slot */
				if (j == INVEN_PACK) continue;

				if (!inventory[j].k_idx) continue;

				j_ptr = &inventory[j];
				object_flags(j_ptr, &f1, &f2, &f3, &f4, &f5, &esp);

				/* is it a non-artifact speed item? */
				if ((!j_ptr->name1) && (f1 & TR1_SPEED))
				{
					if (randint(100) < chance)
					{
						j_ptr->pval = j_ptr->pval / 2;
						if (j_ptr->pval == 0)
						{
							j_ptr->pval--;
						}
						chance /= 2;
						ident = TRUE;
					}
					inven_item_optimize(j);
				}
			}
			if (!ident)
			{
				msg_print("You feel some things in your pack vibrating.");
			}
			else
			{
				combine_pack();
				reorder_pack();
				msg_print("You suddenly feel you have time for self-reflection.");

				/* Recalculate bonuses */
				p_ptr->update |= (PU_BONUS);

				/* Recalculate mana */
				p_ptr->update |= (PU_MANA);

				/* Window stuff */
				p_ptr->window |= (PW_INVEN | PW_EQUIP | PW_PLAYER);
			}
			break;
		}
What this means is that the trap selects one of your worn items that increases speed (it can increase something else as well, like the Coat of Trone), and reduces the speed increase (as well as the stat/ability increase). It then has a 75% chance of reducing that item's bonus by 1/2. The practical upshot of this is that you wander across this trap and your Boots of Speed (+9) suddenly become Boots of Speed (+4) permanently. Or your lovely randart ring that gives +5 to speed, attacks, constitution, and intelligence suddenly gives +2 to all of those.

Because of this damn thing I always lug around Rods of Disarming or some such...
Frobozz Node #9432

Teber
Uruivellas
Posts: 937
Joined: Sun Nov 03, 2002 6:52 pm
Location: Sharden
Contact:

#7 Post by Teber »

deleting the poll? it wasn't me. dunno what happened to it.
if everything's coming your way, you're in the wrong lane

Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

#8 Post by Maylith »

Whoa. I think there may be a bulletin board bug? I went to add the poll back in... and after about 2 topics being added back in, the screen refreshed and I saw the *whole* poll, plus the one vote that I had made..... The topics that I had added back in were duplicated. And then I refreshed it again, and then the pollb was gone again....

Makkoan
Wyrmic
Posts: 210
Joined: Fri Sep 05, 2003 1:19 am
Location: Florida

#9 Post by Makkoan »

Same thing happened to me when I made a poll and edited my post, it disapered and then when I edited it to fix it, it showed double the options.....Hmmmm odd.
www.carm.org
The severity of the itch is inversely proportional to the ability to reach it.
I didn't use to finish sentences, but now I

Xandor Tik'Roth
Keeper
Posts: 1546
Joined: Tue Aug 12, 2003 3:08 pm
Location: The edge of the Abyss

#10 Post by Xandor Tik'Roth »

*Slams head on table* Not again....

I didn't touch the poll either. PM me the poll options you want and I'll see what I can do.

Drop items is really annoying, especially when you're playing a Troll Warrior that has no disarming ability.
And it was such a good idea...

zasvid
Sher'Tul
Posts: 1106
Joined: Mon Jul 07, 2003 7:30 pm
Location: Nargothrond

#11 Post by zasvid »

Drop Everything in the middle of some raging dragon/demon/undead pack is certain death... or after activating recall...

Biff
Higher
Posts: 58
Joined: Thu Oct 09, 2003 6:00 pm
Location: The Great wet north of Canada

#12 Post by Biff »

Curse armor :evil: ...fried my Tharkolleth :( ...but I found Isidur on same level :)
I'll put a vote in when the poll's fixed

fearoffours
Uruivellas
Posts: 656
Joined: Thu Jul 25, 2002 8:07 am
Location: Leafy East Surrey, UK
Contact:

#13 Post by fearoffours »

zasvid - don't forget recall can be deactivated by reading another WoR/casting it again.

Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

#14 Post by Maylith »

Xandor wrote: I didn't touch the poll either. PM me the poll options you want and I'll see what I can do.
I PM'd the other night... but I don't know if it got through.

FWIW, here are the options I had tried to post. If someone else wants to retry, please be my guest...

- Scatter Items
- Drop All Items
- Curse Armor
- Curse Weapon
- trap of heavy damage (e.g. 8 Seeker Bolts)
- Speed Drain
- Something else... (tell us!)

A couple of other traps I considered adding to the poll (but did not) were:
- Missing Money (since it was mentioned in a post)
- Calling Out

Could it possibly be that too many items in a poll could cause it to mess up?

I'll try one more time.....

Vagabond
Uruivellas
Posts: 759
Joined: Mon Jan 06, 2003 7:09 pm
Location: London, UK

#15 Post by Vagabond »

Trap of No return is annoying.. I vote on it :)
Bond

Post Reply