Skip to content

Commit

Permalink
The Hand of Vecna weighs 200.
Browse files Browse the repository at this point in the history
It's a heavy burden to bear, a true source of evil that drags most adventurers down with it. The hand is quite powerful, it it's powers should have some weight to them - literally. Specifically, 50 for half-physical damage, 50 for slotless cold resistance, 50 for hungerless regeneration, 25 for the invoke, and 25 for the ability to wield it and gain drain resistance. The Hand is guaranteed in every game of Hack'EM, so I challenge the player to some inventory management when confronted with Vecna's hand.
  • Loading branch information
elunna committed Sep 23, 2023
1 parent 6bb2136 commit fee9baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ FOOD("tripe ration", 140, 2, 10, 0, FLESH, 200, CLR_BROWN),
FOOD("corpse", 0, 1, 0, 0, FLESH, 0, CLR_BROWN),
/* body parts (currently only for base object: the Eye of Vecna) */
FOOD("eyeball", 0, 1, 1, 0, FLESH, 5, CLR_WHITE),
FOOD("severed hand", 0, 1,300, 0, FLESH, 40, CLR_BROWN),
FOOD("severed hand", 0, 1,200, 0, FLESH, 40, CLR_BROWN),
FOOD("egg", 85, 1, 1, 1, FLESH, 80, CLR_WHITE),
FOOD("meatball", 0, 1, 1, 0, FLESH, 5, CLR_BROWN),
FOOD("meat stick", 0, 1, 1, 0, FLESH, 5, CLR_BROWN),
Expand Down

0 comments on commit fee9baf

Please sign in to comment.