TheTash / l5rcm

Automatically exported from code.google.com/p/l5rcm
GNU General Public License v3.0
0 stars 0 forks source link

Complementary School's informations #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a character
2. Advance 1 o 2 insights
3. View the char or pdf file

In the character sheet, in the School Techniques I would expect to have the 
Effect description, also in the Kata or spells sections the Duration and 
Effect, this seams to be missing from the xml files of the corresponding books.
I try to complete it but there is no XML tag available nor clues on how to do 
it.
Have you omitted it in porpoise, can we complete it with some special tag.

L5RCM v 3.9 OS Debian GNU/Linux

Original issue reported on code.google.com by CarlosBe...@gmail.com on 29 Apr 2014 at 7:19

GoogleCodeExporter commented 9 years ago
I specifically came here tonight hoping to find this very information. Tried 
guessing <Notes></Notes> and <Text></Text>, but these did not work of course. 
Am hoping to find that there is an undocumented tag we can add there, to 
populate the notes field on school techniques, merits, and the like. Thank you!

Original comment by sionat...@gmail.com on 3 Jul 2014 at 3:13

GoogleCodeExporter commented 9 years ago
Technique description and effect are already in place ( look at this xml )

    <Techs>
      <Tech name="The Kami's Whispers" rank="1" id="bat_the_kamis_whispers">
        <Description>
The Komori practice the rituals of the koumori spirits from whom their founder 
is descended, and ferry messages from one to another via the kami. You may 
expend one spell slot to send a whispered message to another individual known 
to you. This message must be no longer in length than thirty seconds per School 
Rank, and may be delivered a maximum distance equal to your School Rank x 100 
miles.
        </Description>
      </Tech>
    </Techs>

Also Kata have descriptions in XML files
  <KataDef mastery="3" element="earth" id="striking_as_earth" name="Striking as Earth">
    <Description>When in the Full Defense Stance you gain Reduction equal to your Earth Ring.  This is cumulative with other forms of Reduction</Description>
    <Requirements/>
  </KataDef>

Version 3.9.4 also add Spell descriptions

Original comment by oppifjel...@gmail.com on 10 Aug 2014 at 11:21

GoogleCodeExporter commented 9 years ago
The description doesn't show in the PDF file, so that information is not 
available to the player and is also not visible in the l5rcm client. 
So I guess some code is missing or something.

Original comment by CarlosBe...@gmail.com on 14 Aug 2014 at 7:54