Use monster experience instead of HD in piety gain calc


Although the central place for design discussion is ##crawl-dev on freenode, some may find it helpful to discuss requests and suggestions here first.

bel

Cocytus Succeeder

Posts: 2184

Joined: Tuesday, 3rd February 2015, 22:05

Post Thursday, 27th June 2019, 02:15

Use monster experience instead of HD in piety gain calc

Monster HD is a fundamental mechanic in the game. However, there is only a very loose relationship between monster HD and how dangerous it actually is. This fact is recognized by the game when it tries to calculate the XP a monster gives on death ("exper_value"). See this function.

Now, it is true that this function is, as someone else aptly described, a "bunch of hacks" stitched together. But from what I can see, it provides a much better gauge of monster difficulty than pure monster HD.

[Just a few examples. Both hobgoblins and rats have 1 HD, but hobgoblins give twice as much XP. I think we can agree that hobgoblins are tougher than rats. An adder gives 13 times as much XP as a rat, but only has twice the HD. I think we can agree that fighting 2 rats (one at a time) is easier than fighting one adder. The difficulty ratio of the two monsters is much closer to 13:1 than it is to 2:1. Worms have the same HD as orc warriors, but orc warriors give 25 times as much XP.]


Assuming we accept the above premise, I propose the following.

In god-conduct.cc, piety is largely based on monster HD. The piety gain code is hard to understand, but it would be a simple matter to replace monster HD with monster experience, with appropriate scaling.

This mechanic can also be used in determining how much HP, say, Makhleb gives on kills. Currently, the HP gain is directly proportional to HD. Make it directly proportional to (monster XP) / (player XL), or something like that.

[Btw, I'm currently trying this out in my attempt to balance DD heal rate in the implementation described in this thread. Using the original Makhleb healing code resulted in a completely broken DD.]

For this message the author bel has received thanks: 2
byrel, quik

Vestibule Violator

Posts: 1508

Joined: Monday, 21st November 2011, 07:40

Post Wednesday, 3rd July 2019, 13:56

Re: Use monster experience instead of HD in piety gain calc

Today I learned that early Okawaru is actually incredibly reliable if you've left a few worms alive you can go back and kill. That's annoying.
Usual account: pblur on kelbi

For this message the author byrel has received thanks:
bel

Slime Squisher

Posts: 392

Joined: Sunday, 11th September 2016, 17:21

Post Saturday, 20th July 2019, 17:35

Re: Use monster experience instead of HD in piety gain calc

Plants have 10 HD and award 0 XP, so I guess I should make a point of chopping them down when I want piety? (They can also be polymorphed into monsters that yield significant amounts of XP, but that's arguably less abusive behavior, as those monsters actually fight back.)

Return to Game Design Discussion

Who is online

Users browsing this forum: No registered users and 28 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.