Bugs item #1495839, was opened at 2006-05-26 22:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=724978&aid=1495839&group_id=132696
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Other
Group: Pre-Alpha
Status: Open
Resolution: None
Priority: 5
Submitted By: Wyrm Tools (wyrmtools)
Assigned to: Wyrm Tools (wyrmtools)
Summary: Per-level hit point adjustment not calculated correctly
Initial Comment:
The d20 SRD specifies that per-level hit point
adjustments (e.g. the Constitution modifier) are to
be evaluated dynamically. That is, if a character's
CON modifier was +1 when they advanced from level 2
to level 3, and +2 when they advanced from level 3 to
level 4, the hit point adjustment due to this
modifier is retroactive to previous levels.
The current implementation evaluates this adjustment
at the time the character attains a new level, but
never updates it. The CharacterLevel object must be
modified to subscribe to the character's HP
adjustment topic and re-evaluate the total adjustment
appropriately.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=724978&aid=1495839&group_id=132696
|