|
From: SourceForge.net <no...@so...> - 2009-06-09 17:04:03
|
Bugs item #2771416, was opened at 2009-04-17 17:13 Message generated for change (Comment added) made by eddyanthony You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=2771416&group_id=25576 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: None >Group: To be fixed For 5.16.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: LegacyKing (amaitland) Assigned to: Nobody/Anonymous (nobody) Summary: Spell Times Var Tag broken in htm statblock SRD and #5 Initial Comment: - PCGen 5.16 RC3 - create moster/add kit: Angel (Astral Deva) Default - export (or preview) using d20/fantasy/htmlxml/csheet_fantasy_statblock5.htm or d20/fantasy/htmlxml/csheet_fantasy_statblock_SRD.htm (and maybe others aswell) The list of spells there looks like aid (0/null) continual flame (0/null) ... heal(DC21, 1/null) ... I would expect to have 'day' as default for TIMEUNIT, and some text for TIMES=ATWILL, yielding something like aid (at will), continual flame (at will) ... heal(DC21, 1/day) ... I hope that information is enough to reproduce the bug. Thanks for all the good work, Susan ---------------------------------------------------------------------- >Comment By: Eddy Anthony (eddyanthony) Date: 2009-06-09 13:04 Message: I believe this is a code issue, this effects the innate spell output on all the stat block sheets and the sheet code hasn't changed in that area from 5.14 where I found this to be working as it should. There seem to be 2 SPELLMEM sub-tokens not working as they should: SPELLMEM.%class.%spellbook.%level.%spell.TIMES and SPELLMEM.%class.%spellbook.%level.%spell.TIMEUNIT TIMES is working with the acception of At Will spells where it outputs "0", it should output "At Will" which is what the sheet is expecting. TIMEUNIT is outputting "null" in all cases, it should output the time unit defaulting to "Day". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=2771416&group_id=25576 |