PDA

View Full Version : Robot Armor question



GunbunnyFuFu
October 29th, 2016, 14:25
Good morning!

As I continue to slog through Savage Rifts in order to get it into Fantasy Grounds, I've run into a snag and I'm turning to the Well of Knowledge in order to help me figure it out.

I've got Robot armor listed in Savage Rifts with the following code:


<robotarmor>
<name type="string">Robot Armor</name>
<catname type="string">Robot Armor</catname>
<itemclass type="string">armor</itemclass>
<source type="string">reference.robotarmor@The Tomorrow Legion Player's Guide</source>
<width type="number">750</width>
<columns>
<col_001>
<name type="string">name</name>
<heading type="string">Type</heading>
<type type="string">tablestringfield</type>
<width type="number">120</width>
</col_001>
<col_002>
<name type="string">size</name>
<heading type="string">Size</heading>
<type type="string">tablenumberfield</type>
<width type="number">30</width>
<center/>
</col_002>
<col_003>
<name type="string">crew</name>
<heading type="string">Crew</heading>
<type type="string">tablestringfield</type>
<width type="number">50</width>
<center/>
</col_003>
<col_004>
<name type="string">strength</name>
<type type="string">tablestringfield</type>
<heading type="string">Str</heading>
<width type="number">50</width>
<center/>
</col_004>
<col_005>
<name type="string">toughness</name>
<heading type="string">Tough</heading>
<type type="string">tablenumberfield</type>
<width type="number">50</width>
<center/>
</col_005>
<col_006>
<name type="string">protection</name>
<heading type="string">Armor</heading>
<type type="string">tablenumberfield</type>
<width type="number">50</width>
<center/>
</col_006>
<col_007>
<name type="string">pace</name>
<heading type="string">Pace</heading>
<type type="string">tablestringfield</type>
<width type="number">50</width>
<center/>
</col_007>
<col_008>
<name type="string">cost</name>
<heading type="string">Cost</heading>
<type type="string">tablestringfield</type>
<width type="number">50</width>
</col_008>
<col_009>
<name type="string">note</name>
<heading type="string">Notes</heading>
<type type="string">tablestringfield</type>
</col_009>
</columns>
<notes type="formattedtext">
</notes>
</robotarmor>


That produces the table output I need for Robot Armor. However, when I click on the Robot Armor gear item, I only get partial information back (see screen capture)15913

Is there something that I'm doing wrong, or will I need to code an extension so that all the robot armor statistics are displayed correctly when I click on them?

Thanks much,

Gunbunny