Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old October 23, 2010, 07:19   #1
Chud
Swordsman
 
Join Date: Jun 2010
Posts: 309
Chud is on a distinguished road
Drops to benefit monsters before they die?

This is probably an impractical and difficult idea, but...

As I understand it now (from what people have said; I have not looked at the code for this myself), item drops are generated at the time a monster is killed, correct?

How difficult would it be to change that so that drops are generated at the time the monster is generated, and then at least certain benefits of whatever it's carrying might apply to it?

Thus, for example, you're wondering why your fire bolt has no effect on that Swordsman, and then he drops Firestar and it makes sense... or, Boldor is moving faster than you know he's supposed to, and he drops a whatever of speed.

I have a hunch that this would be a major re-write to implement, and perhaps difficult to balance also, but it would add some fun realism and unpredictability. Although I know why this happens, I've still thought on occasion "the novice priest was carrying *that*?? And he didn't think to use it against me???"

Of course, certain possibilities could make already-difficult monsters much more dangerous than they already are, too...

:-)
Chud is offline   Reply With Quote
Old October 23, 2010, 07:30   #2
Derakon
Prophet
 
Derakon's Avatar
 
Join Date: Dec 2009
Posts: 9,022
Derakon is on a distinguished road
NetHack has this, which leads to the infamous "Gnome with a Wand of Death" issue. Angband of course doesn't have wands of death, but it does have players with far fewer hitpoints than monsters do; a monster with a wand of firebolt is far more dangerous than a player with same. There's also the question of sorting out what creatures can use what items. Can dragons wear helms? What about crowns? How many amulets could a hydra wear? (Ignoring for the moment that hydas only carry cash)

That said, I'm not opposed to the concept on principle. I just think it'd be a loooot of work, and almost certainly variant territory. But if you implement it, let us know so we can try it out!

(A notional object-oriented implementation of Angband would probably be better-suited to this as presumably both the player and all monsters would be descended from a root Creature class with an inventory and equipment slots)
Derakon is offline   Reply With Quote
Old October 23, 2010, 07:49   #3
Atarlost
Swordsman
 
Join Date: Apr 2007
Posts: 441
Atarlost is on a distinguished road
You can also look forward to never ever finding healing potions because the monsters you've been fighting drank them all.
__________________
One Ring to rule them all. One Ring to bind them.
One Ring to bring them all and in the darkness interrupt the movie.
Atarlost is offline   Reply With Quote
Old October 23, 2010, 08:19   #4
Adley
Adept
 
Adley's Avatar
 
Join Date: Feb 2010
Location: Unangband, Morgoth's throne
Posts: 185
Adley is on a distinguished road
Quote:
Originally Posted by Atarlost View Post
You can also look forward to never ever finding healing potions because the monsters you've been fighting drank them all.
You don't need healing potions. Morgoth will have 10 rods of *healing* and 10 of speed
__________________
Quote:
Originally Posted by Derakon View Post
Sadly, every character ever created in Angband was given a magnifying glass by their eccentric uncle for their fifth birthday...
Adley is offline   Reply With Quote
Old October 23, 2010, 14:20   #5
Timo Pietilä
Prophet
 
Join Date: Apr 2007
Location: Climbing up from hole I just dug.
Posts: 4,096
Timo Pietilä is on a distinguished road
Quote:
Originally Posted by Adley View Post
You don't need healing potions. Morgoth will have 10 rods of *healing* and 10 of speed
I'm thinking more likely he will have scrolls of banishments and rods of teleport other. *destruction* for emergency.
Timo Pietilä is offline   Reply With Quote
Old October 23, 2010, 15:35   #6
NotMorgoth
Adept
 
Join Date: Feb 2008
Posts: 234
NotMorgoth is on a distinguished road
And what if Sauron has the One Ring?
NotMorgoth is offline   Reply With Quote
Old October 23, 2010, 17:34   #7
Derakon
Prophet
 
Derakon's Avatar
 
Join Date: Dec 2009
Posts: 9,022
Derakon is on a distinguished road
Oddly enough, the One Ring won't make Sauron that much stronger. His speed would increase by 17%, his melee attacks would do ~25% more damage on average, and he'd patch his acid resistance hole, but that's about it.
Derakon is offline   Reply With Quote
Old October 23, 2010, 20:12   #8
Atarlost
Swordsman
 
Join Date: Apr 2007
Posts: 441
Atarlost is on a distinguished road
But patching his acid resistance hole is almost like increasing his hitpoints by 50%. Possibly more if you've got a big non-slay weapon like the Glaive of Pain or a dearth of high level slay evil weapons in your randart set since slay evil isn't available in rings like acid brand is.
__________________
One Ring to rule them all. One Ring to bind them.
One Ring to bring them all and in the darkness interrupt the movie.
Atarlost is offline   Reply With Quote
Old October 23, 2010, 20:34   #9
EpicMan
Swordsman
 
Join Date: Dec 2009
Location: Dallas, Texas, USA
Posts: 455
EpicMan is on a distinguished road
I think it would be a lot easier to code (add pointer to item array, give monsters powers of carried gear) than it would be to balance.

It would also require additional AI to use activations, devices and the like.

Angband as-is is probably too long a game for "the uruk reads a scroll of *destruction* - more - you die"

I think a monster-uses-drops variant would either need a shorter dungeon or be balanced around an ironman-style "don't go back to the previous floor" so that total play time is shorter.


Such a game would be brutal, but crazy fun. Kind of like the earlier versions of Zangband.

Hmm, maybe I need to download Git and try this out...
EpicMan is offline   Reply With Quote
Old October 23, 2010, 21:02   #10
Adley
Adept
 
Adley's Avatar
 
Join Date: Feb 2010
Location: Unangband, Morgoth's throne
Posts: 185
Adley is on a distinguished road
You die?
Uniques don't die by destruction. they get WOR.
__________________
Quote:
Originally Posted by Derakon View Post
Sadly, every character ever created in Angband was given a magnifying glass by their eccentric uncle for their fifth birthday...
Adley is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Great" drops replaced by "good" drops in vaults: bug or feature? PowerWyrm Vanilla 14 February 27, 2010 15:54
[Z]Sorting through all the drops, how? Phant Variants 1 September 2, 2009 04:05
feature request: appropriate drops for select monsters Donald Jonker Vanilla 7 May 27, 2009 09:22
Extra Damage Die AceRimmer Vanilla 4 October 1, 2008 18:41
Why did i die? danvari Vanilla 11 August 28, 2008 14:10


All times are GMT +1. The time now is 12:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.