Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
9333 Bug Report minor always 2014-12-15 11:03 2014-12-16 21:41
rigrig Remote  
PleasingFungus CDO  
normal Console  
closed 0.16 ancient branch  
1f26642 done  
none    
none 0.16 ancient branch  
0009333: Spell statistics not shown in Memorisation->Describe
When looking at a spell description through the memorisation interface, spell statistics like power are missing.
When looking at the same spell through reading the book they are shown, but means having to figure out which book contains the spell. This can be quite tedious, especially when it's in an artefact book.

To reproduce:
1) have a spell book with at least one spell you don't know in your inventory
2) (For comparison): read the book, select a spell to view its description
You see output like:
Throw Frost

This spell throws a small puff of frost.

This spell will have no effect right now: You can't see any valid targets.

Level: 2        Schools: Conjuration/Ice        Fail: 0%

Power : ######
Range : @------>
Hunger: None
Noise : Quiet

(M)emorise this spell.


3) Go back to the main screen
4) Go to the Memorisation screen
5) Switch to Description mode
6) Select a spell
Result: output like
Throw Frost

This spell throws a small puff of frost.


Expected result: the same output as when viewing the spell through reading a book.
Issue History
2014-12-15 11:03 rigrig New Issue
2014-12-16 03:17 PleasingFungus Note Added: 0028079
2014-12-16 03:17 PleasingFungus Status new => resolved
2014-12-16 03:17 PleasingFungus Fixed in Branch => 0.16 development branch
2014-12-16 03:17 PleasingFungus Resolution open => done
2014-12-16 03:17 PleasingFungus Assigned To => PleasingFungus
2014-12-16 21:41 rigrig Note Added: 0028086
2014-12-16 21:41 rigrig Status resolved => closed

Notes
(0028079)
PleasingFungus   
2014-12-16 03:17   
Fixed in 1f65572, thanks!
(0028086)
rigrig   
2014-12-16 21:41   
Verified that spell stats now show up, thanks.