Advertisement
Guest User

Character Sheet HTML

a guest
Jan 11th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 97.58 KB | None | 0 0
  1. <input type="radio" class="sheet-tab sheet-tab1" name="attr_core-tab" value="1" title="Basic Info" checked="checked"/>
  2. <span class="sheet-tab sheet-tab1" style='line-height: 40px;'>BASIC INFO</span>
  3. <input type="radio" class="sheet-tab sheet-tab2" name="attr_core-tab" value="2" title="Skills" />
  4. <span class="sheet-tab sheet-tab2" style='line-height: 40px;'>SKILLS</span>
  5. <input type="radio" class="sheet-tab sheet-tab3" name="attr_core-tab" value="3" title="Spells" />
  6. <span class="sheet-tab sheet-tab3" style='line-height: 40px;'>SPELLS</span>
  7. <input type="radio" class="sheet-tab sheet-tab4" name="attr_core-tab" value="4" title="Equipment" />
  8. <span class="sheet-tab sheet-tab4" style='line-height: 40px;'>EQUIPMENT</span>
  9.  
  10. <input type="radio" class="sheet-tab sheet-tab99" name="attr_core-tab" value="99" title="All" />
  11. <span class="sheet-tab sheet-tab99" style='line-height: 40px;'>ALL</span>
  12. <div class="sheet-section-core">
  13.     <p>
  14.     <div class='sheet-2colrow'>
  15.         <div class='sheet-col'>
  16.             <h3 style="text-align: center; color: #FFF; background-color: #000;">Character Information</h3>
  17.             <table style"width: 100%;">
  18.                 <tr>
  19.                     <td>Name </td>
  20.                     <td><input type="text" name="attr_Name" style="width: 200px" /></td>
  21.                 </tr>
  22.                 <tr>
  23.                     <td>Aliases</td>
  24.                     <td><input type="text" name="attr_Alias" style="width: 200px"/></td>
  25.                 </tr>
  26.                 <tr>
  27.                     <td>Gender</td>
  28.                     <td><input type="text" name="attr_Gender" style="width: 58px" /> Age <input type="number" name="attr_Age" style="width: 58px" /></td>
  29.                 </tr>
  30.                 <tr>
  31.                     <td>Hit Points (Real)</td>
  32.                     <td><input type="number" name="attr_Hit-Points-Real" /></td>
  33.                 </tr>
  34.                 <tr>
  35.                     <td>Hit Points (Stun)</td>
  36.                     <td><input type="number" name="attr_Hit-Points-Stun" /></td>
  37.                 </tr>
  38.                 <tr>
  39.                     <td>Magic Points</td>
  40.                     <td><input type="number" name="attr_Magic-Points" /></td>
  41.                 </tr>
  42.             </table>
  43.         </div>
  44.         <div class='sheet-col'>
  45.             <h3 style="text-align: center; color: #FFF; background-color: #000;">Stats</h3>
  46.             <table style="width: 100%;">
  47.                 <tbody>
  48.                     <tr>
  49.                         <td><input type="checkbox" name="attr_SUCCESS-WILL"  /></td>
  50.                         <td>Will</td>
  51.                         <td><input type="number" name="attr_WILL" /></td>
  52.                         <td>x3</td>
  53.                         <td><input type="number" name="attr_X3" value="(@{WILL}*3)" disabled="true" /></td>
  54.                         <td>x4</td>
  55.                         <td><input type="number" name="attr_X4" value="(@{WILL}*4)" disabled="true" /></td>
  56.                         <td>x5</td>
  57.                         <td><input type="number" name="attr_X5" value="(@{WILL})*5" disabled="true" /></td>
  58.                         <td><button type="roll" name="roll_Willpower" value="/me rolls Will [[d100]]" /></td>
  59.                     </tr>
  60.                     <tr>
  61.                         <td><input type="checkbox" name="attr_SUCCESS-LEARN"  /></td>
  62.                         <td>Learn</td>
  63.                         <td><input type="number" name="attr_LEARN" /></td>
  64.                         <td>x3</td>
  65.                         <td><input type="number" name="attr_X3" value="(@{LEARN}*3)" disabled="true" /></td>
  66.                         <td>x4</td>
  67.                         <td><input type="number" name="attr_X4" value="(@{LEARN}*4)" disabled="true" /></td>
  68.                         <td>x5</td>
  69.                         <td><input type="number" name="attr_X5" value="(@{LEARN}*5)" disabled="true" /></td>
  70.                         <td><button type="roll" name="roll_Learn" value="/me rolls Learn [[d100]]" /></td>
  71.                     </tr>
  72.                     <tr>
  73.                         <td><input type="checkbox" name="attr_SUCCESS-ESSENCE"  /></td>
  74.                         <td>Essence</td>
  75.                         <td><input type="number" name="attr_ESSENCE" /></td>
  76.                         <td>x3</td>
  77.                         <td><input type="number" name="attr_X3" value="(@{ESSENCE}*3)" disabled="true" /></td>
  78.                         <td>x4</td>
  79.                         <td><input type="number" name="attr_X4" value="(@{ESSENCE}*4)" disabled="true" /></td>
  80.                         <td>x5</td>
  81.                         <td><input type="number" name="attr_X5" value="(@{ESSENCE}*5)" disabled="true" /></td>
  82.                         <td><button type="roll"  name="roll_Essence" value="/me rolls Essence [[d100]]" /></td>
  83.                     </tr>
  84.                 </tbody>
  85.             </table>
  86.             <br>
  87.             <table style="width: 37%;">
  88.                 <tr>
  89.                     <td>Hero Points</td>
  90.                     <td><input type="number" name="attr_HERO-PTS" /></td>
  91.                 </tr>
  92.                 <tr>
  93.                     <td>Hero Overflow</td>
  94.                     <td><input type="number" name="attr_HERO-OFW" /></td>
  95.                 </tr>
  96.             </table>
  97.         </div>
  98.     </div>
  99. </p>
  100. <hr/>
  101. <p>
  102.         <div class='sheet-row'>
  103.             <h3 style="text-align: center; color: #FFF; background-color: #000;">
  104.                 Sanity Points
  105.                 <button type="roll" value="/me rolls Sanity (@{Sanity}) and gets [[1d100]]"></button></h3>
  106.             <br>
  107.             <table style="width: 100%; text-align: center; font-size: 10px;">
  108.                 <tr>
  109.                     <td><strong>0</strong><br><input type="radio" value="0" name="attr_Sanity" /></td>
  110.                     <td>1<br><input type="radio" value="1" name="attr_Sanity" /></td>
  111.                     <td>2<br><input type="radio" value="2" name="attr_Sanity" /></td>
  112.                     <td>3<br><input type="radio" value="3" name="attr_Sanity" /></td>
  113.                     <td>4<br><input type="radio" value="4" name="attr_Sanity" /></td>
  114.                     <td>5<br><input type="radio" value="5" name="attr_Sanity" /></td>
  115.                     <td>6<br><input type="radio" value="6" name="attr_Sanity" /></td>
  116.                     <td>7<br><input type="radio" value="7" name="attr_Sanity" /></td>
  117.                     <td>8<br><input type="radio" value="8" name="attr_Sanity" /></td>
  118.                     <td>9<br><input type="radio" value="9" name="attr_Sanity" /></td>
  119.                     <td>10<br><input type="radio" value="10" name="attr_Sanity" /></td>
  120.                     <td>11<br><input type="radio" value="11" name="attr_Sanity" /></td>
  121.                     <td>12<br><input type="radio" value="12" name="attr_Sanity" /></td>
  122.                     <td>13<br><input type="radio" value="13" name="attr_Sanity" /></td>
  123.                     <td>14<br><input type="radio" value="14" name="attr_Sanity" /></td>
  124.                     <td>15<br><input type="radio" value="15" name="attr_Sanity" /></td>
  125.                     <td>16<br><input type="radio" value="16" name="attr_Sanity" /></td>
  126.                     <td>17<br><input type="radio" value="17" name="attr_Sanity" /></td>
  127.                     <td>18<br><input type="radio" value="18" name="attr_Sanity" /></td>
  128.                     <td>19<br><input type="radio" value="19" name="attr_Sanity" /></td>
  129.                 </tr>
  130.                 <tr>
  131.                     <td class="bold">20<br><input type="radio" value="20" name="attr_Sanity" /></td>
  132.                     <td>21<br><input type="radio" value="21" name="attr_Sanity" /></td>
  133.                     <td>22<br><input type="radio" value="22" name="attr_Sanity" /></td>
  134.                     <td>23<br><input type="radio" value="23" name="attr_Sanity" /></td>
  135.                     <td>24<br><input type="radio" value="24" name="attr_Sanity" /></td>
  136.                     <td>25<br><input type="radio" value="25" name="attr_Sanity" /></td>
  137.                     <td>26<br><input type="radio" value="26" name="attr_Sanity" /></td>
  138.                     <td>27<br><input type="radio" value="27" name="attr_Sanity" /></td>
  139.                     <td>28<br><input type="radio" value="28" name="attr_Sanity" /></td>
  140.                     <td>29<br><input type="radio" value="29" name="attr_Sanity" /></td>
  141.                     <td class="bold">30<br><input type="radio" value="30" name="attr_Sanity" /></td>
  142.                     <td>31<br><input type="radio" value="31" name="attr_Sanity" /></td>
  143.                     <td>32<br><input type="radio" value="32" name="attr_Sanity" /></td>
  144.                     <td>33<br><input type="radio" value="33" name="attr_Sanity" /></td>
  145.                     <td>34<br><input type="radio" value="34" name="attr_Sanity" /></td>
  146.                     <td>35<br><input type="radio" value="35" name="attr_Sanity" /></td>
  147.                     <td>36<br><input type="radio" value="36" name="attr_Sanity" /></td>
  148.                     <td>37<br><input type="radio" value="37" name="attr_Sanity" /></td>
  149.                     <td>38<br><input type="radio" value="38" name="attr_Sanity" /></td>
  150.                     <td>39<br><input type="radio" value="39" name="attr_Sanity" /></td>
  151.                 </tr>
  152.                 <tr>
  153.                     <td class="bold">40<br><input type="radio" value="40" name="attr_Sanity" /></td>
  154.                     <td>41<br><input type="radio" value="41" name="attr_Sanity" /></td>
  155.                     <td>42<br><input type="radio" value="42" name="attr_Sanity" /></td>
  156.                     <td>43<br><input type="radio" value="43" name="attr_Sanity" /></td>
  157.                     <td>44<br><input type="radio" value="44" name="attr_Sanity" /></td>
  158.                     <td>45<br><input type="radio" value="45" name="attr_Sanity" checked="true" /></td>
  159.                     <td>46<br><input type="radio" value="46" name="attr_Sanity" /></td>
  160.                     <td>47<br><input type="radio" value="47" name="attr_Sanity" /></td>
  161.                     <td>48<br><input type="radio" value="48" name="attr_Sanity" /></td>
  162.                     <td>49<br><input type="radio" value="49" name="attr_Sanity" /></td>
  163.                     <td class="bold">50<br><input type="radio" value="50" name="attr_Sanity" /></td>
  164.                     <td>51<br><input type="radio" value="51" name="attr_Sanity" /></td>
  165.                     <td>52<br><input type="radio" value="52" name="attr_Sanity" /></td>
  166.                     <td>53<br><input type="radio" value="53" name="attr_Sanity" /></td>
  167.                     <td>54<br><input type="radio" value="54" name="attr_Sanity" /></td>
  168.                     <td>55<br><input type="radio" value="55" name="attr_Sanity" /></td>
  169.                     <td>56<br><input type="radio" value="56" name="attr_Sanity" /></td>
  170.                     <td>57<br><input type="radio" value="57" name="attr_Sanity" /></td>
  171.                     <td>58<br><input type="radio" value="58" name="attr_Sanity" /></td>
  172.                     <td>59<br><input type="radio" value="59" name="attr_Sanity" /></td>
  173.                 </tr>
  174.                 <tr>
  175.                     <td>60<br><input type="radio" value="60" name="attr_Sanity" /></td>
  176.                     <td>61<br><input type="radio" value="61" name="attr_Sanity" /></td>
  177.                     <td>62<br><input type="radio" value="62" name="attr_Sanity" /></td>
  178.                     <td>63<br><input type="radio" value="63" name="attr_Sanity" /></td>
  179.                     <td>64<br><input type="radio" value="64" name="attr_Sanity" /></td>
  180.                     <td>65<br><input type="radio" value="65" name="attr_Sanity" /></td>
  181.                     <td>66<br><input type="radio" value="66" name="attr_Sanity" /></td>
  182.                     <td>67<br><input type="radio" value="67" name="attr_Sanity" /></td>
  183.                     <td>68<br><input type="radio" value="68" name="attr_Sanity" /></td>
  184.                     <td>69<br><input type="radio" value="69" name="attr_Sanity" /></td>
  185.                     <td>70<br><input type="radio" value="70" name="attr_Sanity" /></td>
  186.                     <td>71<br><input type="radio" value="71" name="attr_Sanity" /></td>
  187.                     <td>72<br><input type="radio" value="72" name="attr_Sanity" /></td>
  188.                     <td>73<br><input type="radio" value="73" name="attr_Sanity" /></td>
  189.                     <td>74<br><input type="radio" value="74" name="attr_Sanity" /></td>
  190.                     <td>75<br><input type="radio" value="75" name="attr_Sanity" /></td>
  191.                     <td>76<br><input type="radio" value="76" name="attr_Sanity" /></td>
  192.                     <td>77<br><input type="radio" value="77" name="attr_Sanity" /></td>
  193.                     <td>78<br><input type="radio" value="78" name="attr_Sanity" /></td>
  194.                     <td>79<br><input type="radio" value="79" name="attr_Sanity" /></td>
  195.                 </tr>
  196.                 <tr>
  197.                     <td>80<br><input type="radio" value="80" name="attr_Sanity" /></td>
  198.                     <td>81<br><input type="radio" value="81" name="attr_Sanity" /></td>
  199.                     <td>82<br><input type="radio" value="82" name="attr_Sanity" /></td>
  200.                     <td>83<br><input type="radio" value="83" name="attr_Sanity" /></td>
  201.                     <td>84<br><input type="radio" value="84" name="attr_Sanity" /></td>
  202.                     <td>85<br><input type="radio" value="85" name="attr_Sanity" /></td>
  203.                     <td>86<br><input type="radio" value="86" name="attr_Sanity" /></td>
  204.                     <td>87<br><input type="radio" value="87" name="attr_Sanity" /></td>
  205.                     <td>88<br><input type="radio" value="88" name="attr_Sanity" /></td>
  206.                     <td>89<br><input type="radio" value="89" name="attr_Sanity" /></td>
  207.                     <td>90<br><input type="radio" value="90" name="attr_Sanity" /></td>
  208.                     <td>91<br><input type="radio" value="91" name="attr_Sanity" /></td>
  209.                     <td>92<br><input type="radio" value="92" name="attr_Sanity" /></td>
  210.                     <td>93<br><input type="radio" value="93" name="attr_Sanity" /></td>
  211.                     <td>94<br><input type="radio" value="94" name="attr_Sanity" /></td>
  212.                     <td>95<br><input type="radio" value="95" name="attr_Sanity" /></td>
  213.                     <td>96<br><input type="radio" value="96" name="attr_Sanity" /></td>
  214.                     <td>97<br><input type="radio" value="97" name="attr_Sanity" /></td>
  215.                     <td>98<br><input type="radio" value="98" name="attr_Sanity" /></td>
  216.                     <td>99<br><input type="radio" value="99" name="attr_Sanity" /></td>
  217.                 </tr>
  218.             </table>
  219.         </div>
  220. </p>
  221. <p>
  222.     <h3 style="text-align: center; color: #FFF; background-color: #000;">Insanities</h3>
  223.     <div class="insanities-header">
  224.         <div class="inline bold" style="width: 90%">Name</div>
  225.         <div class="inline bold" style="width: 45.5px">Level</div>
  226.     </div>
  227.     <div class="insanities-table" style="margin-top: 10px;">
  228.          <fieldset class="repeating_Insanities">
  229.                 <div>
  230.                     <div class="insanities-row inline" style="width: 90%">
  231.                         <input type="text" style="width: 100%" name="attr_INSANITY-NAME"/>
  232.                     </div>
  233.                     <div class="insanities-row inline">
  234.                         <input type="number" name="attr_INSANITY-SKILL"/>
  235.                     </div>
  236.                 </div>
  237.             </fieldset>
  238.     </div>
  239. </p>
  240. <hr/>
  241. <p>
  242.     <h3 style="text-align: center; color: #FFF; background-color: #000;">Sanity Sheet</h3>
  243.         <div class="sanity-sheet-header">
  244.         <div class="inline bold" style="width: 50%">Name</div>
  245.         <div class="inline bold" style="width: 45.5px">Cur</div>
  246.         <div class="inline bold" style="width: 45.5px">Max</div>
  247.     </div>
  248.     <div class="sanity-table" style="margin-top: 10px;">
  249.         <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  250.             <input type="text" style="width: 100%" value="Byankee" disabled/>
  251.         </div>
  252.     <div class="sanity-sheet-row inline">
  253.         <input type="number" name="attr_SANITY-CURRENT" />
  254.     </div>
  255.     <div class="sanity-sheet-row inline">
  256.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  257.     </div>
  258.         <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  259.             <input type="text" style="width: 100%" value="Cannibalism" disabled/>
  260.         </div>
  261.     <div class="sanity-sheet-row inline">
  262.         <input type="number" name="attr_SANITY-CURRENT" />
  263.     </div>
  264.     <div class="sanity-sheet-row inline">
  265.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  266.     </div>
  267.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  268.             <input type="text" style="width: 100%" value="Carcosa" disabled/>
  269.         </div>
  270.     <div class="sanity-sheet-row inline">
  271.         <input type="number" name="attr_SANITY-CURRENT" />
  272.     </div>
  273.     <div class="sanity-sheet-row inline">
  274.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  275.     </div>
  276.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  277.             <input type="text" style="width: 100%" value="Cold-Blooded Killing/Guilt" disabled/>
  278.         </div>
  279.     <div class="sanity-sheet-row inline">
  280.         <input type="number" name="attr_SANITY-CURRENT" />
  281.     </div>
  282.     <div class="sanity-sheet-row inline">
  283.         <input type="number" name="attr_SANITY-MAX" value="60" disabled/>
  284.     </div>
  285.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  286.             <input type="text" style="width: 100%" value="Dark Young" disabled/>
  287.         </div>
  288.     <div class="sanity-sheet-row inline">
  289.         <input type="number" name="attr_SANITY-CURRENT" />
  290.     </div>
  291.     <div class="sanity-sheet-row inline">
  292.         <input type="number" name="attr_SANITY-MAX" value="40" disabled/>
  293.     </div>
  294.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  295.             <input type="text" style="width: 100%" value="Dimensional Shambler" disabled/>
  296.         </div>
  297.     <div class="sanity-sheet-row inline">
  298.         <input type="number" name="attr_SANITY-CURRENT" />
  299.     </div>
  300.     <div class="sanity-sheet-row inline">
  301.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  302.     </div>
  303.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  304.             <input type="text" style="width: 100%" value="Dinosaurs" disabled/>
  305.         </div>
  306.     <div class="sanity-sheet-row inline">
  307.         <input type="number" name="attr_SANITY-CURRENT" />
  308.     </div>
  309.     <div class="sanity-sheet-row inline">
  310.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  311.     </div>
  312.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  313.             <input type="text" style="width: 100%" value="Dying/Death (Self)" disabled/>
  314.         </div>
  315.     <div class="sanity-sheet-row inline">
  316.         <input type="number" name="attr_SANITY-CURRENT" />
  317.     </div>
  318.     <div class="sanity-sheet-row inline">
  319.         <input type="number" name="attr_SANITY-MAX" value="50" disabled/>
  320.     </div>
  321.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  322.             <input type="text" style="width: 100%" value="Fire Vampire" disabled/>
  323.         </div>
  324.     <div class="sanity-sheet-row inline">
  325.         <input type="number" name="attr_SANITY-CURRENT" />
  326.     </div>
  327.     <div class="sanity-sheet-row inline">
  328.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  329.     </div>
  330.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  331.             <input type="text" style="width: 100%" value="Gate" disabled/>
  332.         </div>
  333.     <div class="sanity-sheet-row inline">
  334.         <input type="number" name="attr_SANITY-CURRENT" />
  335.     </div>
  336.     <div class="sanity-sheet-row inline">
  337.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  338.     </div>
  339.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  340.             <input type="text" style="width: 100%" value="Ghosts" disabled/>
  341.         </div>
  342.     <div class="sanity-sheet-row inline">
  343.         <input type="number" name="attr_SANITY-CURRENT" />
  344.     </div>
  345.     <div class="sanity-sheet-row inline">
  346.         <input type="number" name="attr_SANITY-MAX" value="16" disabled/>
  347.     </div>
  348.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  349.             <input type="text" style="width: 100%" value="Ghoul" disabled/>
  350.         </div>
  351.     <div class="sanity-sheet-row inline">
  352.         <input type="number" name="attr_SANITY-CURRENT" />
  353.     </div>
  354.     <div class="sanity-sheet-row inline">
  355.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  356.     </div>
  357.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  358.             <input type="text" style="width: 100%" value="Gross out" disabled/>
  359.         </div>
  360.     <div class="sanity-sheet-row inline">
  361.         <input type="number" name="attr_SANITY-CURRENT" />
  362.     </div>
  363.     <div class="sanity-sheet-row inline">
  364.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  365.     </div>
  366.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  367.             <input type="text" style="width: 100%" value="Gug" disabled/>
  368.         </div>
  369.     <div class="sanity-sheet-row inline">
  370.         <input type="number" name="attr_SANITY-CURRENT" />
  371.     </div>
  372.     <div class="sanity-sheet-row inline">
  373.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  374.     </div>
  375.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  376.             <input type="text" style="width: 100%" value="Having Your Limbs Removed" disabled/>
  377.         </div>
  378.     <div class="sanity-sheet-row inline">
  379.         <input type="number" name="attr_SANITY-CURRENT" />
  380.     </div>
  381.     <div class="sanity-sheet-row inline">
  382.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  383.     </div>
  384.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  385.             <input type="text" style="width: 100%" value="Hopping Vampires" disabled/>
  386.         </div>
  387.     <div class="sanity-sheet-row inline">
  388.         <input type="number" name="attr_SANITY-CURRENT" />
  389.     </div>
  390.     <div class="sanity-sheet-row inline">
  391.         <input type="number" name="attr_SANITY-MAX" value="16" disabled/>
  392.     </div>
  393.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  394.             <input type="text" style="width: 100%" value="Horrors of War" disabled/>
  395.         </div>
  396.     <div class="sanity-sheet-row inline">
  397.         <input type="number" name="attr_SANITY-CURRENT" />
  398.     </div>
  399.     <div class="sanity-sheet-row inline">
  400.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  401.     </div>
  402.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  403.             <input type="text" style="width: 100%" value="Human Gore" disabled/>
  404.         </div>
  405.     <div class="sanity-sheet-row inline">
  406.         <input type="number" name="attr_SANITY-CURRENT" />
  407.     </div>
  408.     <div class="sanity-sheet-row inline">
  409.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  410.     </div>
  411.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  412.             <input type="text" style="width: 100%" value="Hunting Horror" disabled/>
  413.         </div>
  414.     <div class="sanity-sheet-row inline">
  415.         <input type="number" name="attr_SANITY-CURRENT" />
  416.     </div>
  417.     <div class="sanity-sheet-row inline">
  418.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  419.     </div>
  420.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  421.             <input type="text" style="width: 100%" value="KBC Building" disabled/>
  422.         </div>
  423.     <div class="sanity-sheet-row inline">
  424.         <input type="number" name="attr_SANITY-CURRENT" />
  425.     </div>
  426.     <div class="sanity-sheet-row inline">
  427.         <input type="number" name="attr_SANITY-MAX" value="30" disabled/>
  428.     </div>
  429.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  430.             <input type="text" style="width: 100%" value="Lengite" disabled/>
  431.         </div>
  432.     <div class="sanity-sheet-row inline">
  433.         <input type="number" name="attr_SANITY-CURRENT" />
  434.     </div>
  435.     <div class="sanity-sheet-row inline">
  436.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  437.     </div>
  438.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  439.             <input type="text" style="width: 100%" value="Lich" disabled/>
  440.         </div>
  441.     <div class="sanity-sheet-row inline">
  442.         <input type="number" name="attr_SANITY-CURRENT" />
  443.     </div>
  444.     <div class="sanity-sheet-row inline">
  445.         <input type="number" name="attr_SANITY-MAX" value="16" disabled/>
  446.     </div>
  447.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  448.             <input type="text" style="width: 100%" value="Marriage" disabled/>
  449.         </div>
  450.     <div class="sanity-sheet-row inline">
  451.         <input type="number" name="attr_SANITY-CURRENT" />
  452.     </div>
  453.     <div class="sanity-sheet-row inline">
  454.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  455.     </div>
  456.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  457.             <input type="text" style="width: 100%" value="Mi-go" disabled/>
  458.         </div>
  459.     <div class="sanity-sheet-row inline">
  460.         <input type="number" name="attr_SANITY-CURRENT" />
  461.     </div>
  462.     <div class="sanity-sheet-row inline">
  463.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  464.     </div>
  465.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  466.             <input type="text" style="width: 100%" value="Moonbeast" disabled/>
  467.         </div>
  468.     <div class="sanity-sheet-row inline">
  469.         <input type="number" name="attr_SANITY-CURRENT" />
  470.     </div>
  471.     <div class="sanity-sheet-row inline">
  472.         <input type="number" name="attr_SANITY-MAX" value="16" disabled/>
  473.     </div>
  474.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  475.             <input type="text" style="width: 100%" value="Near Death Experiences" disabled/>
  476.         </div>
  477.     <div class="sanity-sheet-row inline">
  478.         <input type="number" name="attr_SANITY-CURRENT" />
  479.     </div>
  480.     <div class="sanity-sheet-row inline">
  481.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  482.     </div>
  483.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  484.             <input type="text" style="width: 100%" value="Quickening (Highlander)" disabled/>
  485.         </div>
  486.     <div class="sanity-sheet-row inline">
  487.         <input type="number" name="attr_SANITY-CURRENT" />
  488.     </div>
  489.     <div class="sanity-sheet-row inline">
  490.         <input type="number" name="attr_SANITY-MAX" value="6" disabled/>
  491.     </div>
  492.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  493.             <input type="text" style="width: 100%" value="Serpent Men" disabled/>
  494.         </div>
  495.     <div class="sanity-sheet-row inline">
  496.         <input type="number" name="attr_SANITY-CURRENT" />
  497.     </div>
  498.     <div class="sanity-sheet-row inline">
  499.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  500.     </div>
  501.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  502.             <input type="text" style="width: 100%" value="Shantak" disabled/>
  503.         </div>
  504.     <div class="sanity-sheet-row inline">
  505.         <input type="number" name="attr_SANITY-CURRENT" />
  506.     </div>
  507.     <div class="sanity-sheet-row inline">
  508.         <input type="number" name="attr_SANITY-MAX" value="12" disabled/>
  509.     </div>
  510.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  511.             <input type="text" style="width: 100%" value="Shape Shifting" disabled/>
  512.         </div>
  513.     <div class="sanity-sheet-row inline">
  514.         <input type="number" name="attr_SANITY-CURRENT" />
  515.     </div>
  516.     <div class="sanity-sheet-row inline">
  517.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  518.     </div>
  519.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  520.             <input type="text" style="width: 100%" value="Shoggoth" disabled/>
  521.         </div>
  522.     <div class="sanity-sheet-row inline">
  523.         <input type="number" name="attr_SANITY-CURRENT" />
  524.     </div>
  525.     <div class="sanity-sheet-row inline">
  526.         <input type="number" name="attr_SANITY-MAX" value="40" disabled/>
  527.     </div>
  528.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  529.             <input type="text" style="width: 100%" value="Specter" disabled/>
  530.         </div>
  531.     <div class="sanity-sheet-row inline">
  532.         <input type="number" name="attr_SANITY-CURRENT" />
  533.     </div>
  534.     <div class="sanity-sheet-row inline">
  535.         <input type="number" name="attr_SANITY-MAX" value="16" disabled/>
  536.     </div>
  537.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  538.             <input type="text" style="width: 100%" value="Time and Space Distortion" disabled/>
  539.         </div>
  540.     <div class="sanity-sheet-row inline">
  541.         <input type="number" name="attr_SANITY-CURRENT" />
  542.     </div>
  543.     <div class="sanity-sheet-row inline">
  544.         <input type="number" name="attr_SANITY-MAX" value="14" disabled/>
  545.     </div>
  546.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  547.             <input type="text" style="width: 100%" value="Torture" disabled/>
  548.         </div>
  549.     <div class="sanity-sheet-row inline">
  550.         <input type="number" name="attr_SANITY-CURRENT" />
  551.     </div>
  552.     <div class="sanity-sheet-row inline">
  553.         <input type="number" name="attr_SANITY-MAX" value="20" disabled/>
  554.     </div>
  555.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  556.             <input type="text" style="width: 100%" value="Witnessing Resurrection" disabled/>
  557.         </div>
  558.     <div class="sanity-sheet-row inline">
  559.         <input type="number" name="attr_SANITY-CURRENT" />
  560.     </div>
  561.     <div class="sanity-sheet-row inline">
  562.         <input type="number" name="attr_SANITY-MAX" value="14" disabled/>
  563.     </div>
  564.     <div class="sanity-sheet-row inline" style="width: 50%; height: 30px;">
  565.             <input type="text" style="width: 100%" value="Zombie" disabled/>
  566.         </div>
  567.     <div class="sanity-sheet-row inline">
  568.         <input type="number" name="attr_SANITY-CURRENT" />
  569.     </div>
  570.     <div class="sanity-sheet-row inline">
  571.         <input type="number" name="attr_SANITY-MAX" value="16" disabled/>
  572.     </div>
  573.     <fieldset class="repeating_Sanity-Sheet">
  574.         <div>
  575.             <div class="sanity-sheet-row inline" style="width: 50%">
  576.                 <input type="text" style="width: 100%" name="attr_SANITY-NAME"/>
  577.             </div>
  578.             <div class="sanity-sheet-row inline">
  579.                <input type="number" name="attr_SANITY-CURRENT" />
  580.             </div>
  581.             <div class="sanity-sheet-row inline">
  582.                 <input type="number" name="attr_SANITY-MAX" />
  583.             </div>
  584.         </div>
  585.     </fieldset>
  586.     </div>
  587. </p>
  588. </div>
  589. <div class="sheet-section-skills">
  590.     <p>
  591.     <h3 style="text-align: center; color: #FFF; background-color: #000;">Combat/Weapon Skills</h3>
  592.     <input style="position: relative; margin-top:-45px; margin-left: -107px; width: 100%" type="checkbox" class="sheet-collapse-show1" name="attr_collapse-show1"></input>
  593.     <div class="sheet-collapse1">
  594.     <div class='sheet-2colrow'>
  595.         <div class='sheet-col'>
  596.             <table style="width: 100%;">
  597.                 <tr>
  598.                     <td style="width: 20px;"></td>
  599.                     <td><strong>Natural Weapons</strong></td>
  600.                     <td></td>
  601.                     <td></td>
  602.                 </tr>
  603.                     <td><input type="checkbox" name="attr_Success-Block"  /></td>
  604.                     <td><button type="roll" value="/me rolls Block (fist parry) (@{Block}) and gets [[d100]]" />Block (fist parry) (25) </td>
  605.                     <td><input type="number" name="attr_Block"  /></td>
  606.                 </tr>
  607.                 <tr>
  608.                     <td><input type="checkbox" name="attr_Success-Catch"  /></td>
  609.                     <td><button type="roll" value="/me rolls Catch (for thrown things only) (@{Catch}) and gets [[d100]]" />Catch (for thrown things only) </td>
  610.                     <td><input type="number" name="attr_Catch"  /></td>
  611.                 </tr>
  612.                 <tr>
  613.                     <td><input type="checkbox" name="attr_Success-Constitution-Endurance"  /></td>
  614.                     <td><button type="roll" value="/me rolls Constitution/Endurance (@{Constitution-Endurance}) and gets [[d100]]" />Constitution/Endurance (25) </td>
  615.                     <td><input type="number" name="attr_Constitution-Endurance"  /></td>
  616.                  </tr>
  617.                 <tr>
  618.                     <td><input type="checkbox" name="attr_Success-Dexterity-Man-Dodge"  /></td>
  619.                     <td><button type="roll" value="/me rolls Dexterity/Man/Dodge (@{Dexterity-Man-Dodge}) and gets [[d100]]" />Dexterity/Man/Dodge (25) [80/110] </td>
  620.                     <td><input type="number" name="attr_Dexterity-Man-Dodge"  /></td>
  621.                 </tr>
  622.                 <tr>
  623.                     <td><input type="checkbox" name="attr_Success-Grapple"  /></td>
  624.                     <td><button type="roll" value="/me rolls Grapple (@{Grapple}) and gets [[d100]]" />Grapple (25) [special] </td>
  625.                     <td><input type="number" name="attr_Grapple"  /></td>
  626.                 </tr>
  627.                 <tr>
  628.                     <td><input type="checkbox" name="attr_Success-Luck"  /></td>
  629.                     <td><button type="roll" value="/me rolls Luck (@{Luck}) and gets [[d100]]" />Luck (25) </td>
  630.                     <td><input type="number" name="attr_Luck"  /></td>
  631.                     </tr>
  632.                 <tr>
  633.                     <td><input type="checkbox" name="attr_Success-Martial-Arts1"  /></td>
  634.                     <td><button type="roll" value="/me rolls Martial Arts @{NAME-Martial-Arts1} (@{Martial-Arts1}) and gets [[d100]]" >Martial Arts</button>
  635.                         <input type="text" style="width: 150px" name="attr_NAME-Martial-Arts1" /> </td>
  636.                     <td><input type="number" name="attr_Martial-Arts1"  /></td>
  637.                     <td></td>
  638.                 </tr>
  639.                 <tr>
  640.                     <td><input type="checkbox" name="attr_Success-Martial-Arts2"  /></td>
  641.                     <td><button type="roll" value="/me rolls Martial Arts @{NAME-Martial-Arts2} (@{Martial-Arts2}) and gets [[d100]]" >Martial Arts</button>
  642.                         <input type="text" style="width: 150px" name="attr_NAME-Martial-Arts2" /> </td>
  643.                     <td><input type="number" name="attr_Martial-Arts2"  /></td>
  644.                     <td></td>
  645.                 </tr>
  646.                 <tr>
  647.                     <td><input type="checkbox" name="attr_Success-Martial-Arts3"  /></td>
  648.                     <td><button type="roll" value="/me rolls Martial Arts @{NAME-Martial-Arts3} (@{Martial-Arts3}) and gets [[d100]]" >Martial Arts</button>
  649.                         <input type="text" style="width: 150px" name="attr_NAME-Martial-Arts3" /> </td>
  650.                     <td><input type="number" name="attr_Martial-Arts3"  /></td>
  651.                     <td></td>
  652.                 </tr>
  653.                 <tr>
  654.                     <td><input type="checkbox" name="attr_Success-Strength"  /></td>
  655.                     <td><button type="roll" value="/me rolls Strength (@{Strength}) and gets [[d100]]" />Strength (25) [dmg bonus at 80/110] </td>
  656.                     <td><input type="number" name="attr_Strength"  /></td>
  657.                 </tr>
  658.                 <tr>
  659.                     <td><input type="checkbox" name="attr_Success-Unarmed"  /></td>
  660.                     <td><button type="roll" value="/me rolls Unarmed (@{Unarmed}) and gets [[d100]]" />Unarmed (25) [d3] </td>
  661.                     <td><input type="number" name="attr_Unarmed"  /></td>
  662.                 </tr>
  663.                 <tr>
  664.                     <td style="width: 20px;"></td>
  665.                     <td style="padding-top: 20px;"><strong>Held Weapons</strong></td>
  666.                     <td></td>
  667.                     <td></td>
  668.                 </tr>
  669.                 <tr>
  670.                     <td><input type="checkbox" name="attr_Success-Axes"  /></td>
  671.                     <td><button type="roll" value="/me rolls Axes (@{Axes}) and gets [[d100]]" />Axes (20) [Hand: d6. Large: d8] </td>
  672.                     <td><input type="number" name="attr_Axes"  /></td>
  673.                 </tr>
  674.                 <tr>
  675.                     <td><input type="checkbox" name="attr_Success-Axe-Parry"  /></td>
  676.                     <td><button type="roll" value="/me rolls Axe Parry (@{Axe-Parry}) and gets [[d100]]" />Axe Parry </td>
  677.                     <td><input type="number" name="attr_Axe-Parry"  /></td>
  678.                 </tr>
  679.                 <tr>
  680.                     <td><input type="checkbox" name="attr_Success-Clubs-Brawling"  /></td>
  681.                     <td><button type="roll" value="/me rolls Clubs/Brawling (@{Clubs-Brawling}) and gets [[d100]]" />Clubs/Brawling (40) [d6/d8]</td>
  682.                     <td><input type="number" name="attr_Clubs-Brawling"  /></td>
  683.                 </tr>
  684.                 <tr>
  685.                     <td><input type="checkbox" name="attr_Success-Clubs-Brawling-block-parry"  /></td>
  686.                     <td><button type="roll" value="/me rolls Clubs/Brawling block/parry (@{Clubs-Brawling-block-parry}) and gets [[d100]]"/>Clubs/Brawling block/parry </td>
  687.                     <td><input type="number" name="attr_Clubs-Brawling-block-parry"  /></td>
  688.                 </tr>
  689.                 <tr>
  690.                     <td><input type="checkbox" name="attr_Success-Flail"  /></td>
  691.                     <td><button type="roll" value="/me rolls Flail (@{Flail}) and gets [[d100]]" />Flail (Block at -20) [D8] </td>
  692.                     <td><input type="number" name="attr_Flail"  /></td>
  693.                 </tr>
  694.                 <tr>
  695.                     <td><input type="checkbox" name="attr_Success-Knives"  /></td>
  696.                     <td><button type="roll" value="/me rolls Knives (@{Knives}) and gets [[d100]]" />Knives (25) [Small: d4. Large: d6] </td>
  697.                     <td><input type="number" name="attr_Knives"  /></td>
  698.                 </tr>
  699.                 <tr>
  700.                     <td><input type="checkbox" name="attr_Success-Knife-Parry"  /></td>
  701.                     <td><button type="roll" value="/me rolls Knife Parry (@{Knife-Parry}) and gets [[d100]]" />Knife Parry </td>
  702.                     <td><input type="number" name="attr_Knife-Parry"  /></td>
  703.                 </tr>
  704.                 <tr>
  705.                     <td><input type="checkbox" name="attr_Success-Fast-Draw-Knife"  /></td>
  706.                     <td><button type="roll" value="/me rolls Fast Draw Knife (@{Fast-Draw-Knife}) and gets [[d100]]" />Fast Draw Knife </td>
  707.                     <td><input type="number" name="attr_Fast-Draw-Knife"  /></td>
  708.                 </tr>
  709.                 <tr>
  710.                     <td><input type="checkbox" name="attr_Success-Swords"  /></td>
  711.                     <td><button type="roll" value="/me rolls Swords (@{Swords}) and gets [[d100]]" />Swords (15) [Cane: d6. Regular: d8] </td>
  712.                     <td><input type="number" name="attr_Swords"  /></td>
  713.                 </tr>
  714.                 <tr>
  715.                     <td><input type="checkbox" name="attr_Success-Sword-Parry"  /></td>
  716.                     <td><button type="roll" value="/me rolls Sword Parry (@{Sword-Parry}) and gets [[d100]]" />Sword Parry </td>
  717.                     <td><input type="number" name="attr_Sword-Parry"  /></td>
  718.                 </tr>
  719.                 <tr>
  720.                     <td><input type="checkbox" name="attr_Success-Fast-Draw-Sword"  /></td>
  721.                     <td><button type="roll" value="/me rolls Fast Draw Sword (@{Fast-Draw-Sword}) and gets [[d100]]" />Fast Draw Sword </td>
  722.                     <td><input type="number" name="attr_Fast-Draw-Sword"  /></td>
  723.                 <tr>
  724.                     <td><input type="checkbox" name="attr_Success-Whip"  /></td>
  725.                     <td><button type="roll" value="/me rolls Whip (@{Whip}) and gets [[d100]]" />Whip [d3 or grapple] </td>
  726.                     <td><input type="number" name="attr_Whip"  /></td>
  727.                 </tr>
  728.                 </tr>
  729.             </table>
  730.         </div>
  731.         <div class='sheet-col'>
  732.             <table style="width: 100%;">
  733.                 <tr>
  734.                     <td style="width: 20px;"></td>
  735.                     <td><strong>Firearms</strong></td>
  736.                     <td></td>
  737.                     <td></td>
  738.                 </tr>
  739.                 <tr>
  740.                     <td><input type="checkbox" name="attr_Success-Fast-Draw-Pistol"  /></td>
  741.                     <td><button type="roll" value="/me rolls Fast Draw Pistol (@{Fast-Draw-Pistol}) and gets [[d100]]"/>Fast Draw Pistol </td>
  742.                     <td><input type="number" name="attr_Fast-Draw-Pistol"  /></td>
  743.                     </tr>
  744.                 <tr>
  745.                     <td><input type="checkbox" name="attr_Success-Fast-Draw-Slung-Weapon"  /></td>
  746.                     <td><button type="roll" value="/me rolls Fast Draw Slung Weapon (@{Fast-Draw-Slung-Weapon}) and gets [[d100]]" />Fast Draw Slung Weapon</td>
  747.                     <td><input type="number" name="attr_Fast-Draw-Slung-Weapon"  /></td>
  748.                     </tr>
  749.                 <tr>
  750.                     <td><input type="checkbox" name="attr_Success-Heavy-Weapon1"  /></td>
  751.                     <td><button type="roll" value="/me rolls Heavy Weapon @{NAME-HEAVY-WEAPON1} (@{Heavy-Weapon1}) and gets [[d100]]">Heavy Weapon</button>
  752.                     <input type="text" style="width: 150px" name="attr_NAME-HEAVY-WEAPON1" /> </td>
  753.                     <td><input type="number" name="attr_Heavy-Weapon1"  /></td>
  754.                 </tr>
  755.                 <tr>
  756.                     <td><input type="checkbox" name="attr_Success-Heavy-Weapon2"  /></td>
  757.                     <td><button type="roll" value="/me rolls Heavy Weapon @{NAME-HEAVY-Weapon2} (@{Heavy-Weapon2}) and gets [[d100]]">Heavy Weapon</button>
  758.                     <input type="text" style="width: 150px" name="attr_NAME-HEAVY-Weapon2" /> </td>
  759.                     <td><input type="number" name="attr_Heavy-Weapon2"  /></td>
  760.                 </tr>
  761.                 <tr>
  762.                     <td><input type="checkbox" name="attr_Success-Pistol"  /></td>
  763.                     <td><button type="roll" value="/me rolls Pistol (@{Pistol}) and gets [[d100]]" />Pistol (20) </td>
  764.                     <td><input type="number" name="attr_Pistol"  /></td>
  765.                 </tr>
  766.                 <tr>
  767.                     <td><input type="checkbox" name="attr_Success-Rifle-Assault-Rifle"  /></td>
  768.                     <td><button type="roll" value="/me rolls Rifle/Assault Rifle (@{Rifle-Assault-Rifle}) and gets [[d100]]" />Rifle/Assault Rifle (25) </td>
  769.                     <td><input type="number" name="attr_Rifle-Assault-Rifle"  /></td>
  770.                 </tr>
  771.                 <tr>
  772.                     <td><input type="checkbox" name="attr_Success-Shotgun"  /></td>
  773.                     <td><button type="roll" value="/me rolls Shotgun (@{Shotgun}) and gets [[d100]]" />Shotgun (30) </td>
  774.                     <td><input type="number" name="attr_Shotgun"  /></td>
  775.                 </tr>
  776.                 <tr>
  777.                     <td><input type="checkbox" name="attr_Success-Submachine-Gun"  /></td>
  778.                     <td><button type="roll" value="/me rolls Submachine Gun (@{Submachine-Gun}) and gets [[d100]]" />Submachine Gun (15) </td>
  779.                     <td><input type="number" name="attr_Submachine-Gun"  /></td>
  780.                 </tr>
  781.                 <tr>
  782.                     <td style="width: 20px;"></td>
  783.                     <td style="padding-top: 20px;"><strong>Missile Weapons</strong></td>
  784.                     <td></td>
  785.                     <td></td>
  786.                 </tr>
  787.                 <tr>
  788.                     <td><input type="checkbox" name="attr_Success-Blowpipe"  /></td>
  789.                     <td><button type="roll" value="/me rolls Blowpipe (@{Blowpipe}) and gets [[d100]]" />Blowpipe [d3+poison] </td>
  790.                     <td><input type="number" name="attr_Blowpipe"  /></td>
  791.                 </tr>
  792.                 <tr>
  793.                     <td><input type="checkbox" name="attr_Success-Bola"  /></td>
  794.                     <td><button type="roll" value="/me rolls Bola (@{Bola}) and gets [[d100]]" />Bola [d4+ grapple] </td>
  795.                     <td><input type="number" name="attr_Bola"  /></td>
  796.                 </tr>
  797.                 <tr>
  798.                     <td><input type="checkbox" name="attr_Success-Boomerang"  /></td>
  799.                     <td><button type="roll" value="/me rolls Boomerang (@{Boomerang}) and gets [[d100]]" />Boomerang [d8] </td>
  800.                     <td><input type="number" name="attr_Boomerang"  /></td>
  801.                 </tr>
  802.                 <tr>
  803.                     <td><input type="checkbox" name="attr_Success-Bow"  /></td>
  804.                     <td><button type="roll" value="/me rolls Bow (@{Bow}) and gets [[d100]]" />Bow [d8] </td>
  805.                     <td><input type="number" name="attr_Bow"  /></td>
  806.                 </tr>
  807.                 <tr>
  808.                     <td><input type="checkbox" name="attr_Success-Crossbow"  /></td>
  809.                     <td><button type="roll" value="/me rolls Crossbow (@{Crossbow}) and gets [[d100]]" />Crossbow (20) </td>
  810.                     <td><input type="number" name="attr_Crossbow"  /></td>
  811.                 </tr>
  812.                 <tr>
  813.                     <td><input type="checkbox" name="attr_Success-Fast-Draw-Arrow-Bolt"  /></td>
  814.                     <td><button type="roll" value="/me rolls Fast Draw Arrow/Bolt (@{Fast-Draw-Arrow-Bolt}) and gets [[d100]]" />Fast Draw Arrow/Bolt </td>
  815.                     <td><input type="number" name="attr_Fast-Draw-Arrow-Bolt"  /></td>
  816.                 </tr>
  817.                 <tr>
  818.                     <td><input type="checkbox" name="attr_Success-Lasso"  /></td>
  819.                     <td><button type="roll" value="/me rolls Lasso (@{Lasso}) and gets [[d100]]" />Lasso [grapple] </td>
  820.                     <td><input type="number" name="attr_Lasso"  /></td>
  821.                 </tr>
  822.                 <tr>
  823.                     <td><input type="checkbox" name="attr_Success-Net-Thrown"  /></td>
  824.                     <td><button type="roll" value="/me rolls Net, Thrown (@{Net-Thrown}) and gets [[d100]]" />Net, Thrown </td>
  825.                     <td><input type="number" name="attr_Net-Thrown"  /></td>
  826.                 </tr>
  827.                 <tr>
  828.                     <td><input type="checkbox" name="attr_Success-Shuriken-Throwing-Star"  /></td>
  829.                     <td><button type="roll" value="/me rolls Shuriken/Throwing Star (@{Shuriken-Throwing-Star}) and gets [[d100]]" />Shuriken/Throwing Star [d4] </td>
  830.                     <td><input type="number" name="attr_Shuriken-Throwing-Star"  /></td>
  831.                 </tr>
  832.                 <tr>
  833.                     <td><input type="checkbox" name="attr_Success-Sling"  /></td>
  834.                     <td><button type="roll" value="/me rolls Sling (@{Sling}) and gets [[d100]]" />Sling [d6] </td>
  835.                     <td><input type="number" name="attr_Sling"  /></td>
  836.                 </tr>
  837.                 <tr>
  838.                     <td><input type="checkbox" name="attr_Success-Spear"  /></td>
  839.                     <td><button type="roll" value="/me rolls Spear (@{Spear}) and gets [[d100]]" />Spear (15) [d8] </td>
  840.                     <td><input type="number" name="attr_Spear"  /></td>
  841.                 </tr>
  842.                 <tr>
  843.                     <td><input type="checkbox" name="attr_Success-Throw-General"  /></td>
  844.                     <td><button type="roll" value="/me rolls Throw (General - Grenade/Rock) (@{Throw-General}) and gets [[d100]]" />Throw (General) (25) </td>
  845.                     <td><input type="number" name="attr_Throw-General"  /></td>
  846.                 </tr>
  847.                 <tr>
  848.                     <td><input type="checkbox" name="attr_Success-Throwing-Axe"  /></td>
  849.                     <td><button type="roll" value="/me rolls Throwing Axe (@{Throwing-Axe}) and gets [[d100]]" />Throwing Axe (15) [d4] </td>
  850.                     <td><input type="number" name="attr_Throwing-Axe"  /></td>
  851.                 </tr>
  852.                 <tr>
  853.                     <td><input type="checkbox" name="attr_Success-Throwing-Knife"  /></td>
  854.                     <td><button type="roll" value="/me rolls Throwing Knife (@{Throwing-Knife}) and gets [[d100]]" />Throwing Knife (15) [d6] </td>
  855.                     <td><input type="number" name="attr_Throwing-Knife"  /></td>
  856.                 </tr>
  857.                 </tr>
  858.             </table>
  859.         </div>
  860.     </div>
  861. </div>
  862. <h3 style="text-align: center; color: #FFF; background-color: #000;">Core Skills</h3>
  863. <input style="position: relative; margin-top:-45px; margin-left: -58px; width: 100%" type="checkbox" class="sheet-collapse-show2" name="attr_collapse-show2" ></input>
  864.     <div class="sheet-collapse2">
  865.     <div class="sheet-3colrow">
  866.         <div class="col">
  867.         <table style="width: 100%;">    
  868.                 <tr>
  869.                     <td><input type="checkbox" name="attr_Success-Accounting"  /></td>
  870.                     <td><button type="roll" value="/me rolls Accounting (@{Accounting}) and gets [[d100]]" />Accounting </td>
  871.                     <td><input type="number" name="attr_Accounting"  /></td>
  872.                 </tr>    
  873.                 <tr>
  874.                     <td><input type="checkbox" name="attr_Success-Acrobatics"  /></td>
  875.                     <td><button type="roll" value="/me rolls Acrobatics (@{Acrobatics}) and gets [[d100]]" />Acrobatics </td>
  876.                     <td><input type="number" name="attr_Acrobatics"  /></td>
  877.                 </tr>                
  878.                 <tr>
  879.                     <td><input type="checkbox" name="attr_Success-Acting"  /></td>
  880.                     <td><button type="roll" value="/me rolls Acting (@{Acting}) and gets [[d100]]" />Acting </td>
  881.                     <td><input type="number" name="attr_Acting"  /></td>
  882.                 </tr>
  883.                 <tr>
  884.                     <td><input type="checkbox" name="attr_Success-Animal-Handling-Training"  /></td>
  885.                     <td><button type="roll" value="/me rolls Animal Handling/Training @{NAME-Animal-Handling-Training} (@{Animal-Handling-Training}) and gets [[d100]]">Animal Handling/Training</button>
  886.                     <input type="text" style="width: 75px" name="attr_NAME-Animal-Handling-Training" /> </td>
  887.                     <td><input type="number" name="attr_Animal-Handling-Training"  /></td>
  888.                 </tr>
  889.                 <tr>
  890.                     <td><input type="checkbox" name="attr_Success-Anthropology"  /></td>
  891.                     <td><button type="roll" value="/me rolls Anthropology (@{Anthropology}) and gets [[d100]]" />Anthropology </td>
  892.                     <td><input type="number" name="attr_Anthropology"  /></td>
  893.                 </tr>
  894.                 <tr>
  895.                     <td><input type="checkbox" name="attr_Success-Appraisal"  /></td>
  896.                     <td><button type="roll" value="/me rolls Appraisal (@{Appraisal}) and gets [[d100]]" />Appraisal </td>
  897.                     <td><input type="number" name="attr_Appraisal"  /></td>
  898.                 </tr>
  899.                 <tr>
  900.                     <td><input type="checkbox" name="attr_Success-Archaeology"  /></td>
  901.                     <td><button type="roll" value="/me rolls Archaeology (@{Archaeology}) and gets [[d100]]" />Archaeology </td>
  902.                     <td><input type="number" name="attr_Archaeology"  /></td>
  903.                 </tr>
  904.                 <tr>
  905.                     <td><input type="checkbox" name="attr_Success-Architecture"  /></td>
  906.                     <td><button type="roll" value="/me rolls Architecture (@{Architecture}) and gets [[d100]]" />Architecture </td>
  907.                     <td><input type="number" name="attr_Architecture"  /></td>
  908.                 </tr>
  909.                 <tr>
  910.                     <td><input type="checkbox" name="attr_Success-Art"  /></td>
  911.                     <td><button type="roll" value="/me rolls Art @{NAME-Art} (@{Art}) and gets [[d100]]">Art</button>
  912.                     <input type="text" style="width: 150px" name="attr_NAME-Art" /> </td>
  913.                     <td><input type="number" name="attr_Art"  /></td>
  914.                 </tr>  
  915.                 <tr>
  916.                     <td><input type="checkbox" name="attr_Success-Art-Lore"  /></td>
  917.                     <td><button type="roll" value="/me rolls Art Lore (@{Art-Lore}) and gets [[d100]]" />Art Lore </td>
  918.                     <td><input type="number" name="attr_Art-Lore"  /></td>
  919.                 <tr>
  920.                 </tr>
  921.                 <tr>
  922.                     <td><input type="checkbox" name="attr_Success-Bargain"  /></td>
  923.                     <td><button type="roll" value="/me rolls Bargain (@{Bargain}) and gets [[d100]]" />Bargain </td>
  924.                     <td><input type="number" name="attr_Bargain"  /></td>
  925.                 </tr>
  926.                 <tr>
  927.                     <td><input type="checkbox" name="attr_Success-Biology"  /></td>
  928.                     <td><button type="roll" value="/me rolls Biology (@{Biology}) and gets [[d100]]" />Biology </td>
  929.                     <td><input type="number" name="attr_Biology"  /></td>
  930.                 </tr>
  931.                 <tr>
  932.                     <td><input type="checkbox" name="attr_Success-Boating"  /></td>
  933.                     <td><button type="roll" value="/me rolls Boating @{NAME-Boating} (@{Boating}) and gets [[d100]]">Boating</button>
  934.                     <input type="text" style="width: 150px" name="attr_NAME-Boating" /> </td>
  935.                     <td><input type="number" name="attr_Boating"  /></td>
  936.                 </tr>
  937.                 <tr>
  938.                     <td><input type="checkbox" name="attr_Success-Botany"  /></td>
  939.                     <td><button type="roll" value="/me rolls Botany (@{Botany}) and gets [[d100]]" />Botany </td>
  940.                     <td><input type="number" name="attr_Botany"  /></td>
  941.                 </tr>
  942.                 <tr>
  943.                     <td><input type="checkbox" name="attr_Success-Bureaucracy"  /></td>
  944.                     <td><button type="roll" value="/me rolls Bureaucracy (@{Bureaucracy}) and gets [[d100]]" />Bureaucracy </td>
  945.                     <td><input type="number" name="attr_Bureaucracy"  /></td>
  946.                 </tr>
  947.                 <tr>
  948.                     <td><input type="checkbox" name="attr_Success-Business-Industry-Lore"  /></td>
  949.                     <td><button type="roll" value="/me rolls Business Industry Lore (@{Business-Industry-Lore}) and gets [[d100]]" />Business/Industry Lore </td>
  950.                     <td><input type="number" name="attr_Business-Industry-Lore"  /></td>
  951.                 </tr>
  952.                 <tr>
  953.                     <td><input type="checkbox" name="attr_Success-Carpentry-Woodcraft"  /></td>
  954.                     <td><button type="roll" value="/me rolls Carpentry Woodcraft (@{Carpentry-Woodcraft}) and gets [[d100]]" />Carpentry/Woodcraft </td>
  955.                     <td><input type="number" name="attr_Carpentry-Woodcraft"  /></td>
  956.                 </tr>
  957.                 <tr>
  958.                     <td><input type="checkbox" name="attr_Success-Chemistry-Alchemy"  /></td>
  959.                     <td><button type="roll" value="/me rolls Chemistry Alchemy (@{Chemistry-Alchemy}) and gets [[d100]]" />Chemistry/Alchemy </td>
  960.                     <td><input type="number" name="attr_Chemistry-Alchemy"  /></td>
  961.                 </tr>
  962.                 <tr>
  963.                     <td><input type="checkbox" name="attr_Success-Climbing"  /></td>
  964.                     <td><button type="roll" value="/me rolls Climbing (@{Climbing}) and gets [[d100]]" />Climbing (40) </td>
  965.                     <td><input type="number" name="attr_Climbing"  /></td>
  966.                 </tr>
  967.                 <tr>
  968.                     <td><input type="checkbox" name="attr_Success-Computer-Use-General"  /></td>
  969.                     <td><button type="roll" value="/me rolls Computer Use, General (@{Computer-Use-General}) and gets [[d100]]" />Computer Use, General (20) </td>
  970.                     <td><input type="number" name="attr_Computer-Use-General"  /></td>
  971.                 </tr>
  972.                 <tr>
  973.                     <td><input type="checkbox" name="attr_Success-Computer-Use-Hacking"  /></td>
  974.                     <td><button type="roll" value="/me rolls Computer Use Hacking (@{Computer-Use-Hacking}) and gets [[d100]]" />Computer Use, Hacking </td>
  975.                     <td><input type="number" name="attr_Computer-Use-Hacking"  /></td>
  976.                 </tr>
  977.                 <tr>
  978.                     <td><input type="checkbox" name="attr_Success-Conceal-Camouflage-Holdout"  /></td>
  979.                     <td><button type="roll" value="/me rolls Conceal Camouflage Holdout (@{Conceal-Camouflage-Holdout}) and gets [[d100]]" />Conceal/Camouflage/Holdout (15) </td>
  980.                     <td><input type="number" name="attr_Conceal-Camouflage-Holdout"  /></td>
  981.                 </tr>
  982.                 <tr>
  983.                     <td><input type="checkbox" name="attr_Success-Contortions"  /></td>
  984.                     <td><button type="roll" value="/me rolls Contortions (@{Contortions}) and gets [[d100]]" />Contortions </td>
  985.                     <td><input type="number" name="attr_Contortions"  /></td>
  986.                 </tr>
  987.                 <tr>
  988.                     <td><input type="checkbox" name="attr_Success-Cooking"  /></td>
  989.                     <td><button type="roll" value="/me rolls Cooking (@{Cooking}) and gets [[d100]]" />Cooking (20) </td>
  990.                     <td><input type="number" name="attr_Cooking"  /></td>
  991.                 </tr>
  992.                 <tr>
  993.                     <td><input type="checkbox" name="attr_Success-Counter-Surveillance"  /></td>
  994.                     <td><button type="roll" value="/me rolls Counter Surveillance (@{Counter-Surveillance}) and gets [[d100]]" />Counter Surveillance </td>
  995.                     <td><input type="number" name="attr_Counter-Surveillance"  /></td>
  996.                 </tr>
  997.                 <tr>
  998.                     <td><input type="checkbox" name="attr_Success-Cryptography"  /></td>
  999.                     <td><button type="roll" value="/me rolls Cryptography (@{Cryptography}) and gets [[d100]]" />Cryptography </td>
  1000.                     <td><input type="number" name="attr_Cryptography"  /></td>
  1001.                 </tr>
  1002.                 <tr>
  1003.                     <td><name="attr_Success-Cthulhu-Mythos"  /></td>
  1004.                     <td><button type="roll" value="/me rolls Cthulhu Mythos (@{Cthulhu-Mythos}) and gets [[d100]]" />Cthulhu Mythos </td>
  1005.                     <td><input type="number" name="attr_Cthulhu-Mythos"  /></td>
  1006.                 </tr>
  1007.                 <tr>
  1008.                     <td><input type="checkbox" name="attr_Success-Dance"  /></td>
  1009.                     <td><button type="roll" value="/me rolls Dance (@{Dance}) and gets [[d100]]" />Dance </td>
  1010.                     <td><input type="number" name="attr_Dance"  /></td>
  1011.                 </tr>
  1012.                 <tr>
  1013.                     <td><input type="checkbox" name="attr_Success-Demolitions"  /></td>
  1014.                     <td><button type="roll" value="/me rolls Demolitions (@{Demolitions}) and gets [[d100]]" />Demolitions </td>
  1015.                     <td><input type="number" name="attr_Demolitions"  /></td>
  1016.                 </tr>                <tr>
  1017.                     <td><input type="checkbox" name="attr_Success-Disguise"  /></td>
  1018.                     <td><button type="roll" value="/me rolls Disguise (@{Disguise}) and gets [[d100]]" />Disguise </td>
  1019.                     <td><input type="number" name="attr_Disguise"  /></td>
  1020.                 </tr>
  1021.                 <tr>
  1022.                     <td><input type="checkbox" name="attr_Success-Dreaming"  /></td>
  1023.                     <td><button type="roll" value="/me rolls Dreaming (@{Dreaming}) and gets [[d100]]" />Dreaming (Ask GM if used) </td>
  1024.                     <td><input type="number" name="attr_Dreaming"  /></td>
  1025.                 </tr>
  1026.                 <tr>
  1027.                     <td><input type="checkbox" name="attr_Success-Dream-Lore"  /></td>
  1028.                     <td><button type="roll" value="/me rolls Dream Lore (@{Dream-Lore}) and gets [[d100]]" />Dream Lore (Ask GM if used) </td>
  1029.                     <td><input type="number" name="attr_Dream-Lore"  /></td>
  1030.                 </tr>
  1031.                 <tr>
  1032.                     <td><input type="checkbox" name="attr_Success-Drive1"  /></td>
  1033.                     <td><button type="roll" value="/me rolls Drive @{NAME-Drive1} (@{Drive1}) and gets [[d100]]">Drive</button>
  1034.                     <input type="text" style="width: 150px" name="attr_NAME-Drive1" /> </td>
  1035.                     <td><input type="number" name="attr_Drive1"  /></td>
  1036.                 </tr>
  1037.                 <tr>
  1038.                     <td><input type="checkbox" name="attr_Success-Drive2"  /></td>
  1039.                     <td><button type="roll" value="/me rolls Drive @{NAME-Drive2} (@{Drive2}) and gets [[d100]]">Drive</button>
  1040.                     <input type="text" style="width: 150px" name="attr_NAME-Drive2" /> </td>
  1041.                     <td><input type="number" name="attr_Drive2"  /></td>
  1042.                 </tr>
  1043.         </table>
  1044.         </div>
  1045.           <div class="col">
  1046.         <table style="width: 100%;">  
  1047.                 <tr>
  1048.                     <td><input type="checkbox" name="attr_Success-Electronics-Electronics-Repair"  /></td>
  1049.                     <td><button type="roll" value="/me rolls Electronics/Electronics Repair (@{Electronics-Electronics-Repair}) and gets [[d100]]" />Electronics/Electronics Repair </td>
  1050.                     <td><input type="number" name="attr_Electronics-Electronics-Repair"  /></td>
  1051.                 </tr>
  1052.                 <tr>
  1053.                     <td><input type="checkbox" name="attr_Success-Empathy"  /></td>
  1054.                     <td><button type="roll" value="/me rolls Empathy (@{Empathy}) and gets [[d100]]" />Empathy </td>
  1055.                     <td><input type="number" name="attr_Empathy"  /></td>
  1056.                 </tr>
  1057.                 <tr>
  1058.                     <td><input type="checkbox" name="attr_Success-Etiquette"  /></td>
  1059.                     <td><button type="roll" value="/me rolls Etiquette (@{Etiquette}) and gets [[d100]]" />Etiquette </td>
  1060.                     <td><input type="number" name="attr_Etiquette"  /></td>
  1061.                 </tr>
  1062.                 <tr>
  1063.                     <td><input type="checkbox" name="attr_Success-Evidence-Analysis"  /></td>
  1064.                     <td><button type="roll" value="/me rolls Evidence Analysis (@{Evidence-Analysis}) and gets [[d100]]" />Evidence Analysis </td>
  1065.                     <td><input type="number" name="attr_Evidence-Analysis"  /></td>
  1066.                 </tr>
  1067.                 <tr>
  1068.                     <td><input type="checkbox" name="attr_Success-Fast-Talk"  /></td>
  1069.                     <td><button type="roll" value="/me rolls Fast Talk (@{Fast-Talk}) and gets [[d100]]" />Fast Talk </td>
  1070.                     <td><input type="number" name="attr_Fast-Talk"  /></td>
  1071.                 </tr>
  1072.                 <tr>
  1073.                     <td><input type="checkbox" name="attr_Success-First-Aid"  /></td>
  1074.                     <td><button type="roll" value="/me rolls First Aid (@{First-Aid}) and gets [[d100]]" />First Aid (30) </td>
  1075.                     <td><input type="number" name="attr_First-Aid"  /></td>
  1076.                 </tr>
  1077.                 <tr>
  1078.                     <td><input type="checkbox" name="attr_Success-Forensics"  /></td>
  1079.                     <td><button type="roll" value="/me rolls Forensics (@{Forensics}) and gets [[d100]]" />Forensics </td>
  1080.                     <td><input type="number" name="attr_Forensics"  /></td>
  1081.                 </tr>
  1082.                 <tr>
  1083.                     <td><input type="checkbox" name="attr_Success-Gambling"  /></td>
  1084.                     <td><button type="roll" value="/me rolls Gambling (@{Gambling}) and gets [[d100]]" />Gambling </td>
  1085.                     <td><input type="number" name="attr_Gambling"  /></td>
  1086.                 </tr>
  1087.                 <tr>
  1088.                     <td><input type="checkbox" name="attr_Success-Gunsmithing"  /></td>
  1089.                     <td><button type="roll" value="/me rolls Gunsmithing (@{Gunsmithing}) and gets [[d100]]" />Gunsmithing </td>
  1090.                     <td><input type="number" name="attr_Gunsmithing"  /></td>
  1091.                 </tr>
  1092.                 <tr>
  1093.                     <td><input type="checkbox" name="attr_Success-History"  /></td>
  1094.                     <td><button type="roll" value="/me rolls History (@{History}) and gets [[d100]]" />History (20) </td>
  1095.                     <td><input type="number" name="attr_History"  /></td>
  1096.                 </tr>
  1097.                 <tr>
  1098.                     <td><input type="checkbox" name="attr_Success-Interrogation"  /></td>
  1099.                     <td><button type="roll" value="/me rolls Interrogation (@{Interrogation}) and gets [[d100]]" />Interrogation </td>
  1100.                     <td><input type="number" name="attr_Interrogation"  /></td>
  1101.                 </tr>
  1102.                 <tr>
  1103.                     <td><input type="checkbox" name="attr_Success-Intimidation"  /></td>
  1104.                     <td><button type="roll" value="/me rolls Intimidation (@{Intimidation}) and gets [[d100]]" />Intimidation </td>
  1105.                     <td><input type="number" name="attr_Intimidation"  /></td>
  1106.                 </tr>
  1107.                 <tr>
  1108.                     <td><input type="checkbox" name="attr_Success-Jump"  /></td>
  1109.                     <td><button type="roll" value="/me rolls Jump (@{Jump}) and gets [[d100]]" />Jump (25) </td>
  1110.                     <td><input type="number" name="attr_Jump"  /></td>
  1111.                 </tr>
  1112.                 <tr>
  1113.                     <td><input type="checkbox" name="attr_Success-Jury-Rig"  /></td>
  1114.                     <td><button type="roll" value="/me rolls Jury Rig (@{Jury-Rig}) and gets [[d100]]" />Jury Rig </td>
  1115.                     <td><input type="number" name="attr_Jury-Rig"  /></td>
  1116.                 </tr>
  1117.                 <tr>
  1118.                     <td><input type="checkbox" name="attr_Success-Law"  /></td>
  1119.                     <td><button type="roll" value="/me rolls Law (@{Law}) and gets [[d100]]" />Law </td>
  1120.                     <td><input type="number" name="attr_Law"  /></td>
  1121.                 </tr>
  1122.                 <tr>
  1123.                     <td><input type="checkbox" name="attr_Success-Library-Use-Research"  /></td>
  1124.                     <td><button type="roll" value="/me rolls Library Use/Research (@{Library-Use-Research}) and gets [[d100]]" />Library Use/Research (25) </td>
  1125.                     <td><input type="number" name="attr_Library-Use-Research"  /></td>
  1126.                 </tr>
  1127.                 <tr>
  1128.                     <td><input type="checkbox" name="attr_Success-Linguistics"  /></td>
  1129.                     <td><button type="roll" value="/me rolls Linguistics (@{Linguistics}) and gets [[d100]]" />Linguistics </td>
  1130.                     <td><input type="number" name="attr_Linguistics"  /></td>
  1131.                 </tr>
  1132.                 <tr>
  1133.                     <td><input type="checkbox" name="attr_Success-Lip-Reading"  /></td>
  1134.                     <td><button type="roll" value="/me rolls Lip Reading (@{Lip-Reading}) and gets [[d100]]" />Lip Reading </td>
  1135.                     <td><input type="number" name="attr_Lip-Reading"  /></td>
  1136.                 </tr>
  1137.                 <tr>
  1138.                     <td><input type="checkbox" name="attr_Success-Listen"  /></td>
  1139.                     <td><button type="roll" value="/me rolls Listen (@{Listen}) and gets [[d100]]" />Listen (25) </td>
  1140.                     <td><input type="number" name="attr_Listen"  /></td>
  1141.                 </tr>
  1142.                 <tr>
  1143.                     <td><input type="checkbox" name="attr_Success-Lock-Lore"  /></td>
  1144.                     <td><button type="roll" value="/me rolls Lock Lore (@{Lock-Lore}) and gets [[d100]]" />Lock Lore </td>
  1145.                     <td><input type="number" name="attr_Lock-Lore"  /></td>
  1146.                 </tr>
  1147.                 <tr>
  1148.                     <td><input type="checkbox" name="attr_Success-Lockpicking-Electronic"  /></td>
  1149.                     <td><button type="roll" value="/me rolls Lockpicking, Electronic (@{Lockpicking-Electronic}) and gets [[d100]]" />Lockpicking, Electronic </td>
  1150.                     <td><input type="number" name="attr_Lockpicking-Electronic"  /></td>
  1151.                 </tr>
  1152.                 <tr>
  1153.                     <td><input type="checkbox" name="attr_Success-Lockpicking-Mechanical"  /></td>
  1154.                     <td><button type="roll" value="/me rolls Lockpicking Mechanical (@{Lockpicking-Mechanical}) and gets [[d100]]" />Lockpicking Mechanical </td>
  1155.                     <td><input type="number" name="attr_Lockpicking-Mechanical"  /></td>
  1156.                 </tr>
  1157.                 <tr>
  1158.                     <td><input type="checkbox" name="attr_Success-Medicine"  /></td>
  1159.                     <td><button type="roll" value="/me rolls Medicine (@{Medicine}) and gets [[d100]]" />Medicine </td>
  1160.                     <td><input type="number" name="attr_Medicine"  /></td>
  1161.                 </tr>
  1162.                 <tr>
  1163.                     <td><input type="checkbox" name="attr_Success-Memory"  /></td>
  1164.                     <td><button type="roll" value="/me rolls Memory (@{Memory}) and gets [[d100]]" />Memory (20) </td>
  1165.                     <td><input type="number" name="attr_Memory"  /></td>
  1166.                 </tr>                
  1167.                 <tr>
  1168.                     <td><input type="checkbox" name="attr_Success-Mimicry"  /></td>
  1169.                     <td><button type="roll" value="/me rolls Mimicry (@{Mimicry}) and gets [[d100]]" />Mimicry </td>
  1170.                     <td><input type="number" name="attr_Mimicry"  /></td>
  1171.                 </tr>                
  1172.                 <tr>
  1173.                     <td><input type="checkbox" name="attr_Success-Natural-History"  /></td>
  1174.                     <td><button type="roll" value="/me rolls Natural History (@{Natural-History}) and gets [[d100]]" />Natural History </td>
  1175.                     <td><input type="number" name="attr_Natural-History"  /></td>
  1176.                 </tr>                
  1177.                 <tr>
  1178.                     <td><input type="checkbox" name="attr_Success-Navigation-Land"  /></td>
  1179.                     <td><button type="roll" value="/me rolls Navigation: Land (@{Navigation-Land}) and gets [[d100]]" />Navigation: Land </td>
  1180.                     <td><input type="number" name="attr_Navigation-Land"  /></td>
  1181.                 </tr>                
  1182.                 <tr>
  1183.                     <td><input type="checkbox" name="attr_Success-Navigation-Sea-Air"  /></td>
  1184.                     <td><button type="roll" value="/me rolls Navigation: Sea/Air (@{Navigation-Sea-Air}) and gets [[d100]]" />Navigation: Sea/Air </td>
  1185.                     <td><input type="number" name="attr_Navigation-Sea-Air"  /></td>
  1186.                 </tr>
  1187.                 <tr>
  1188.                     <td><input type="checkbox" name="attr_Success-Occult-Lore"  /></td>
  1189.                     <td><button type="roll" value="/me rolls Occult Lore (@{Occult-Lore}) and gets [[d100]]" />Occult Lore </td>
  1190.                     <td><input type="number" name="attr_Occult-Lore"  /></td>
  1191.                 </tr>
  1192.                 <tr>
  1193.                     <td><input type="checkbox" name="attr_Success-Opperate-Heavy-Machinery"  /></td>
  1194.                     <td><button type="roll" value="/me rolls Opperate Heavy Machinery (@{Opperate-Heavy-Machinery}) and gets [[d100]]" />Opperate Heavy Machinery </td>
  1195.                     <td><input type="number" name="attr_Opperate-Heavy-Machinery"  /></td>
  1196.                 </tr>
  1197.                 <tr>
  1198.                     <td><input type="checkbox" name="attr_Success-Parachuting"  /></td>
  1199.                     <td><button type="roll" value="/me rolls Parachuting (@{Parachuting}) and gets [[d100]]" />Parachuting </td>
  1200.                     <td><input type="number" name="attr_Parachuting"  /></td>
  1201.                 </tr>
  1202.                 <tr>
  1203.                     <td><input type="checkbox" name="attr_Success-Parkour"  /></td>
  1204.                     <td><button type="roll" value="/me rolls Parkour (@{Parkour}) and gets [[d100]]" />Parkour (See Prerequisites)</td>
  1205.                     <td><input type="number" name="attr_Parkour"  /></td>
  1206.                 </tr>
  1207.                 <tr>
  1208.                     <td><input type="checkbox" name="attr_Success-Perform"  /></td>
  1209.                     <td><button type="roll" value="/me rolls Perform @{NAME-Perform} (@{Perform}) and gets [[d100]]">Perform</button>
  1210.                     <input type="text" style="width: 150px" name="attr_NAME-Perform" /> </td>
  1211.                     <td><input type="number" name="attr_Perform"  /></td>
  1212.                 </tr>
  1213.         </table>    
  1214.         </div>
  1215.          <div class="col">
  1216.         <table style="width: 100%;">  
  1217.                 <tr>
  1218.                     <td><input type="checkbox" name="attr_Success-Pharmacy"  /></td>
  1219.                     <td><button type="roll" value="/me rolls Pharmacy (@{Pharmacy}) and gets [[d100]]" />Pharmacy </td>
  1220.                     <td><input type="number" name="attr_Pharmacy"  /></td>
  1221.                 </tr>
  1222.                 <tr>
  1223.                     <td><input type="checkbox" name="attr_Success-Photography"  /></td>
  1224.                     <td><button type="roll" value="/me rolls Photography (@{Photography}) and gets [[d100]]" />Photography (40) </td>
  1225.                     <td><input type="number" name="attr_Photography"  /></td>
  1226.                 </tr>
  1227.                 <tr>
  1228.                     <td><input type="checkbox" name="attr_Success-Physics-Advanced-Math"  /></td>
  1229.                     <td><button type="roll" value="/me rolls Physics/Advanced Math (@{Physics-Advanced-Math}) and gets [[d100]]" />Physics/Advanced Math </td>
  1230.                     <td><input type="number" name="attr_Physics-Advanced-Math"  /></td>
  1231.                 </tr>
  1232.                 <tr>
  1233.                     <td><input type="checkbox" name="attr_Success-Pilot"  /></td>
  1234.                     <td><button type="roll" value="/me rolls Pilot @{NAME-Pilot} (@{Pilot}) and gets [[d100]]">Pilot</button>
  1235.                     <input type="text" style="width: 150px" name="attr_NAME-Pilot" /> </td>
  1236.                     <td><input type="number" name="attr_Pilot"  /></td>
  1237.                 </tr>
  1238.                 <tr>
  1239.                     <td><input type="checkbox" name="attr_Success-Prestidigitation-Pickpockets"  /></td>
  1240.                     <td><button type="roll" value="/me rolls Prestidigitation/Pickpockets (@{Prestidigitation-Pickpockets}) and gets [[d100]]" />Prestidigitation/Pickpockets </td>
  1241.                     <td><input type="number" name="attr_Prestidigitation-Pickpockets"  /></td>
  1242.                 </tr>
  1243.                 <tr>
  1244.                     <td><input type="checkbox" name="attr_Success-Psychoanalysis-Psychology"  /></td>
  1245.                     <td><button type="roll" value="/me rolls Psychoanalysis/Psychology (@{Psychoanalysis-Psychology}) and gets [[d100]]" />Psychoanalysis/Psychology </td>
  1246.                     <td><input type="number" name="attr_Psychoanalysis-Psychology"  /></td>
  1247.                 </tr>
  1248.                 <tr>
  1249.                     <td><input type="checkbox" name="attr_Success-Religion"  /></td>
  1250.                     <td><button type="roll" value="/me rolls Religion (@{Religion}) and gets [[d100]]" />Religion </td>
  1251.                     <td><input type="number" name="attr_Religion"  /></td>
  1252.                 </tr>
  1253.                 <tr>
  1254.                     <td><input type="checkbox" name="attr_Success-Repair-Mechanical"  /></td>
  1255.                     <td><button type="roll" value="/me rolls Repair: Mechanical (@{Repair-Mechanical}) and gets [[d100]]" />Repair: Mechanical (20) </td>
  1256.                     <td><input type="number" name="attr_Repair-Mechanical"  /></td>
  1257.                 </tr>
  1258.                 <tr>
  1259.                     <td><input type="checkbox" name="attr_Success-Ride1"  /></td>
  1260.                     <td><button type="roll" value="/me rolls Ride @{NAME-Ride1} (@{Ride1}) and gets [[d100]]">Ride</button>
  1261.                     <input type="text" style="width: 150px" name="attr_NAME-Ride1" /> </td>
  1262.                     <td><input type="number" name="attr_Ride1"  /></td>
  1263.                 </tr>
  1264.                 <tr>
  1265.                     <td><input type="checkbox" name="attr_Success-Ride2"  /></td>
  1266.                     <td><button type="roll" value="/me rolls Ride @{NAME-Ride2} (@{Ride2}) and gets [[d100]]">Ride</button>
  1267.                     <input type="text" style="width: 150px" name="attr_NAME-Ride2" /> </td>
  1268.                     <td><input type="number" name="attr_Ride2"  /></td>
  1269.                  </tr>    
  1270.                 <tr>
  1271.                     <td><input type="checkbox" name="attr_Success-Running-Long-Distance"  /></td>
  1272.                     <td><button type="roll" value="/me rolls Running: Long Distance (@{Running-Long-Distance}) and gets [[d100]]" />Running: Long Distance </td>
  1273.                     <td><input type="number" name="attr_Running-Long-Distance"  /></td>
  1274.                 </tr>
  1275.                 <tr>
  1276.                     <td><input type="checkbox" name="attr_Success-Running-Sprinting"  /></td>
  1277.                     <td><button type="roll" value="/me rolls Running: Sprinting (@{Running-Sprinting}) and gets [[d100]]" />Running: Sprinting </td>
  1278.                     <td><input type="number" name="attr_Running-Sprinting"  /></td>
  1279.                 </tr>
  1280.                 <tr>
  1281.                     <td><input type="checkbox" name="attr_Success-Safecracking"  /></td>
  1282.                     <td><button type="roll" value="/me rolls Safecracking (@{Safecracking}) and gets [[d100]]" />Safecracking </td>
  1283.                     <td><input type="number" name="attr_Safecracking"  /></td>
  1284.                 </tr>
  1285.                 <tr>
  1286.                     <td><input type="checkbox" name="attr_Success-SCUBA"  /></td>
  1287.                     <td><button type="roll" value="/me rolls SCUBA (@{SCUBA}) and gets [[d100]]" />SCUBA </td>
  1288.                     <td><input type="number" name="attr_SCUBA"  /></td>
  1289.                 </tr>
  1290.                 <tr>
  1291.                     <td><input type="checkbox" name="attr_Success-Security-Systems-Lore"  /></td>
  1292.                     <td><button type="roll" value="/me rolls Security Systems Lore (@{Security-Systems-Lore}) and gets [[d100]]" />Security Systems Lore </td>
  1293.                     <td><input type="number" name="attr_Security-Systems-Lore"  /></td>
  1294.                 </tr>
  1295.                 <tr>
  1296.                     <td><input type="checkbox" name="attr_Success-Seduction"  /></td>
  1297.                     <td><button type="roll" value="/me rolls Seduction (@{Seduction}) and gets [[d100]]" />Seduction </td>
  1298.                     <td><input type="number" name="attr_Seduction"  /></td>
  1299.                 </tr>
  1300.                 <tr>
  1301.                     <td><input type="checkbox" name="attr_Success-Singing"  /></td>
  1302.                     <td><button type="roll" value="/me rolls Singing (@{Singing}) and gets [[d100]]" />Singing </td>
  1303.                     <td><input type="number" name="attr_Singing"  /></td>
  1304.                 </tr>
  1305.                 <tr>
  1306.                     <td><input type="checkbox" name="attr_Success-Sixth-Sense-Danger-Sense"  /></td>
  1307.                     <td><button type="roll" value="/me rolls Sixth Sense/Danger Sense (@{Sixth-Sense-Danger-Sense}) and gets [[d100]]" />Sixth Sense/Danger Sense </td>
  1308.                     <td><input type="number" name="attr_Sixth-Sense-Danger-Sense"  /></td>
  1309.                 </tr>
  1310.                 <tr>
  1311.                     <td><input type="checkbox" name="attr_Success-Skiing"  /></td>
  1312.                     <td><button type="roll" value="/me rolls Skiing @{NAME-Skiing} (@{Skiing}) and gets [[d100]]">Skiing</button>
  1313.                     <input type="text" style="width: 150px" name="attr_NAME-Skiing" /> </td>
  1314.                     <td><input type="number" name="attr_Skiing"  /></td>
  1315.                 </tr>
  1316.                 <tr>
  1317.                     <td><input type="checkbox" name="attr_Success-Signaling"  /></td>
  1318.                     <td><button type="roll" value="/me rolls Signaling (@{Signaling}) and gets [[d100]]" />Signaling </td>
  1319.                     <td><input type="number" name="attr_Signaling"  /></td>
  1320.                 </tr>
  1321.                 <tr>
  1322.                     <td><input type="checkbox" name="attr_Success-Spot-Hidden-Find"  /></td>
  1323.                     <td><button type="roll" value="/me rolls Spot Hidden/Find (@{Spot-Hidden-Find}) and gets [[d100]]" />Spot Hidden/Find (25) </td>
  1324.                     <td><input type="number" name="attr_Spot-Hidden-Find"  /></td>
  1325.                 </tr>
  1326.                 <tr>
  1327.                     <td><input type="checkbox" name="attr_Success-Feel"  /></td>
  1328.                     <td><button type="roll" value="/me rolls Feel (@{Feel}) and gets [[d100]]" />Feel (15) </td>
  1329.                     <td><input type="number" name="attr_Feel"  /></td>
  1330.                 </tr>
  1331.                 <tr>
  1332.                     <td><input type="checkbox" name="attr_Success-Smell-Taste"  /></td>
  1333.                     <td><button type="roll" value="/me rolls Smell/Taste (@{Smell-Taste}) and gets [[d100]]" />Smell/Taste (15) </td>
  1334.                     <td><input type="number" name="attr_Smell-Taste"  /></td>
  1335.                 </tr>
  1336.                 <tr>
  1337.                     <td><input type="checkbox" name="attr_Success-Spy-Lore"  /></td>
  1338.                     <td><button type="roll" value="/me rolls Spy Lore (@{Spy-Lore}) and gets [[d100]]" />Spy Lore </td>
  1339.                     <td><input type="number" name="attr_Spy-Lore"  /></td>
  1340.                 </tr>
  1341.                 <tr>
  1342.                     <td><input type="checkbox" name="attr_Success-Stealth"  /></td>
  1343.                     <td><button type="roll" value="/me rolls Stealth (@{Stealth}) and gets [[d100]]" />Stealth </td>
  1344.                     <td><input type="number" name="attr_Stealth"  /></td>
  1345.                 </tr>
  1346.                 <tr>
  1347.                     <td><input type="checkbox" name="attr_Success-Streetwise"  /></td>
  1348.                     <td><button type="roll" value="/me rolls Streetwise (@{Streetwise}) and gets [[d100]]" />Streetwise </td>
  1349.                     <td><input type="number" name="attr_Streetwise"  /></td>
  1350.                 </tr>
  1351.                 <tr>
  1352.                     <td><input type="checkbox" name="attr_Success-Surveillance"  /></td>
  1353.                     <td><button type="roll" value="/me rolls Surveillance (@{Surveillance}) and gets [[d100]]" />Surveillance </td>
  1354.                     <td><input type="number" name="attr_Surveillance"  /></td>
  1355.                 </tr>
  1356.                 <tr>
  1357.                     <td><input type="checkbox" name="attr_Success-Survival"  /></td>
  1358.                     <td><button type="roll" value="/me rolls Survival @{NAME-Survival} (@{Survival}) and gets [[d100]]">Survival</button>
  1359.                     <input type="text" style="width: 150px" name="attr_NAME-Survival" /> </td>
  1360.                     <td><input type="number" name="attr_Survival"  /></td>
  1361.                 </tr>
  1362.                 <tr>
  1363.                     <td><input type="checkbox" name="attr_Success-Swim"  /></td>
  1364.                     <td><button type="roll" value="/me rolls Swim (@{Swim}) and gets [[d100]]" />Swim (25) </td>
  1365.                     <td><input type="number" name="attr_Swim"  /></td>
  1366.                 </tr>
  1367.                 <tr>
  1368.                     <td><input type="checkbox" name="attr_Success-Tactics"  /></td>
  1369.                     <td><button type="roll" value="/me rolls Tactics @{NAME-Tactics} (@{Tactics}) and gets [[d100]]">Tactics</button>
  1370.                     <input type="text" style="width: 150px" name="attr_NAME-Tactics" /></td>
  1371.                     <td><input type="number" name="attr_Tactics"  /></td>
  1372.                 </tr>
  1373.                 <tr>
  1374.                     <td><input type="checkbox" name="attr_Success-Teaching"  /></td>
  1375.                     <td><button type="roll" value="/me rolls Teaching (@{Teaching}) and gets [[d100]]" />Teaching </td>
  1376.                     <td><input type="number" name="attr_Teaching"  /></td>
  1377.                 </tr>
  1378.                 <tr>
  1379.                     <td><input type="checkbox" name="attr_Success-Tracking"  /></td>
  1380.                     <td><button type="roll" value="/me rolls Tracking (@{Tracking}) and gets [[d100]]" />Tracking </td>
  1381.                     <td><input type="number" name="attr_Tracking"  /></td>
  1382.                 </tr>
  1383.                 <tr>
  1384.                     <td><input type="checkbox" name="attr_Success-Trapping"  /></td>
  1385.                     <td><button type="roll" value="/me rolls Trapping (@{Trapping}) and gets [[d100]]" />Trapping </td>
  1386.                     <td><input type="number" name="attr_Trapping"  /></td>
  1387.                 </tr>
  1388.                 <tr>
  1389.                     <td><input type="checkbox" name="attr_Success-Zoology-Animal-Lore"  /></td>
  1390.                     <td><button type="roll" value="/me rolls Zoology/Animal Lore (@{Zoology-Animal-Lore}) and gets [[d100]]" />Zoology/Animal Lore </td>
  1391.                     <td><input type="number" name="attr_Zoology-Animal-Lore"  /></td>
  1392.                 </tr>
  1393.         </table>
  1394.         </div>
  1395.     </div>
  1396.     </div>
  1397. <h3 style="text-align: center; color: #FFF; background-color: #000;">Write-in Skills & Languages</h3>
  1398. <input style="position: relative; margin-top:-45px; margin-left: -127px; width: 100%" type="checkbox" class="sheet-collapse-show3" name="attr_collapse-show3" value="1"></input>
  1399.     <div class="sheet-collapse3">
  1400.     <div class='sheet-2colrow'>
  1401.         <div class='sheet-col'>
  1402.             <table style="width: 100%;">
  1403.                 <tr>
  1404.                     <td><input type="checkbox" name="attr_Success-Astronomy"  /></td>
  1405.                     <td><button type="roll" value="/me rolls Astronomy (@{Astronomy}) and gets [[d100]]" />Astronomy </td>
  1406.                     <td><input type="number" name="attr_Astronomy"  /></td>
  1407.                 </tr>
  1408.                 <tr>
  1409.                     <td><input type="checkbox" name="attr_Success-Cartography-Make-Read-Map"  /></td>
  1410.                     <td><button type="roll" value="/me rolls Cartography: Make/Read Map (@{Cartography-Make-Read-Map}) and gets [[d100]]" />Cartography: Make/Read Map </td>
  1411.                     <td><input type="number" name="attr_Cartography-Make-Read-Map"  /></td>
  1412.                 </tr>
  1413.                 <tr>
  1414.                     <td><input type="checkbox" name="attr_Success-Engineering"  /></td>
  1415.                     <td><button type="roll" value="/me rolls Engineering (@{Engineering}) and gets [[d100]]" />Engineering </td>
  1416.                     <td><input type="number" name="attr_Engineering"  /></td>
  1417.                 </tr>
  1418.                 <tr>
  1419.                     <td><input type="checkbox" name="attr_Success-Fire-Investigation"  /></td>
  1420.                     <td><button type="roll" value="/me rolls Fire Investigation (@{Fire-Investigation}) and gets [[d100]]" />Fire Investigation </td>
  1421.                     <td><input type="number" name="attr_Fire-Investigation"  /></td>
  1422.                 </tr>
  1423.                 <tr>
  1424.                     <td><input type="checkbox" name="attr_Success-Forensics-Ballistics"  /></td>
  1425.                     <td><button type="roll" value="/me rolls Forensics: Ballistics (@{Forensics-Ballistics}) and gets [[d100]]" />Forensics: Ballistics </td>
  1426.                     <td><input type="number" name="attr_Forensics-Ballistics"  /></td>
  1427.                 </tr>
  1428.                 <tr>
  1429.                     <td><input type="checkbox" name="attr_Success-Forensics-Computer"  /></td>
  1430.                     <td><button type="roll" value="/me rolls Forensics: Computer (@{Forensics-Computer}) and gets [[d100]]" />Forensics: Computer </td>
  1431.                     <td><input type="number" name="attr_Forensics-Computer"  /></td>
  1432.                 </tr>
  1433.                 <tr>
  1434.                     <td><input type="checkbox" name="attr_Success-Forensics-Entomology"  /></td>
  1435.                     <td><button type="roll" value="/me rolls Forensics: Entomology (@{Forensics-Entomology}) and gets [[d100]]" />Forensics: Entomology </td>
  1436.                     <td><input type="number" name="attr_Forensics-Entomology"  /></td>
  1437.                 </tr>
  1438.                 <tr>
  1439.                     <td><input type="checkbox" name="attr_Success-Forensics-Odontology"  /></td>
  1440.                     <td><button type="roll" value="/me rolls Forensics: Odontology (@{Forensics-Odontology}) and gets [[d100]]" />Forensics: Odontology </td>
  1441.                     <td><input type="number" name="attr_Forensics-Odontology"  /></td>
  1442.                 </tr>
  1443.                 <tr>
  1444.                     <td><input type="checkbox" name="attr_Success-Forensics-Toxicology"  /></td>
  1445.                     <td><button type="roll" value="/me rolls Forensics: Toxicology (@{Forensics-Toxicology}) and gets [[d100]]" />Forensics: Toxicology </td>
  1446.                     <td><input type="number" name="attr_Forensics-Toxicology"  /></td>
  1447.                 </tr>
  1448.                 <tr>
  1449.                     <td><input type="checkbox" name="attr_Success-Forensics-Serology"  /></td>
  1450.                     <td><button type="roll" value="/me rolls Forensics: Serology (@{Forensics-Serology}) and gets [[d100]]" />Forensics: Serology </td>
  1451.                     <td><input type="number" name="attr_Forensics-Serology"  /></td>
  1452.                 </tr>
  1453.                 <tr>
  1454.                     <td><input type="checkbox" name="attr_Success-Geography"  /></td>
  1455.                     <td><button type="roll" value="/me rolls Geography (@{Geography}) and gets [[d100]]" />Geography </td>
  1456.                     <td><input type="number" name="attr_Geography"  /></td>
  1457.                 </tr>
  1458.                 <tr>
  1459.                     <td><input type="checkbox" name="attr_Success-Geology"  /></td>
  1460.                     <td><button type="roll" value="/me rolls Geology (@{Geology}) and gets [[d100]]" />Geology </td>
  1461.                     <td><input type="number" name="attr_Geology"  /></td>
  1462.                 </tr>
  1463.                 <tr>
  1464.                     <td><input type="checkbox" name="attr_Success-Literature"  /></td>
  1465.                     <td><button type="roll" value="/me rolls Literature (@{Literature}) and gets [[d100]]" />Literature </td>
  1466.                     <td><input type="number" name="attr_Literature"  /></td>
  1467.                 </tr>
  1468.                 <tr>
  1469.                     <td><input type="checkbox" name="attr_Success-Meditation"  /></td>
  1470.                     <td><button type="roll" value="/me rolls Meditation (@{Meditation}) and gets [[d100]]" />Meditation </td>
  1471.                     <td><input type="number" name="attr_Meditation"  /></td>
  1472.                 </tr>
  1473.                 <tr>
  1474.                     <td><input type="checkbox" name="attr_Success-Philosophy"  /></td>
  1475.                     <td><button type="roll" value="/me rolls Philosophy (@{Philosophy}) and gets [[d100]]" />Philosophy </td>
  1476.                     <td><input type="number" name="attr_Philosophy"  /></td>
  1477.                 </tr>
  1478.                 <tr>
  1479.                     <td><input type="checkbox" name="attr_Success-Vehicular Accident Reconstruction"  /></td>
  1480.                     <td><button type="roll" value="/me rolls Vehicular Accident Reconstruction (@{Vehicular Accident Reconstruction}) and gets [[d100]]" />Vehicular Accident Reconstruction </td>
  1481.                     <td><input type="number" name="attr_Vehicular Accident Reconstruction"  /></td>
  1482.                 </tr>
  1483.         </table>
  1484.             <fieldset class="repeating_write-in-skills">
  1485.                 <div>
  1486.                     <input type="checkbox" name="attr_Success-write-in-skill"/>
  1487.                     <button type="roll" value="/me rolls @{NAME-write-in-skill} (@{write-in-skill}) and gets [[d100]]"></button>
  1488.                     <input type="text" name="attr_NAME-write-in-skill"/>
  1489.                     <input type="number" name="attr_write-in-skill"  />
  1490.                 </div>          
  1491.             </fieldset>    
  1492.         </div>
  1493.         <div class='sheet-col'>
  1494.             <fieldset class="repeating_languages">
  1495.                 <div>
  1496.                     <input type="checkbox" name="attr_Success-language"/>
  1497.                     <button type="roll" value="/me rolls @{NAME-language} (@{language}) and gets [[d100]]"></button>
  1498.                     <input type="text" name="attr_NAME-language"/>
  1499.                     <input type="number" name="attr_language"  />
  1500.                 </div>
  1501.             </fieldset>    
  1502.         </div>
  1503. </p>
  1504. </div>
  1505. </div>
  1506. </div>
  1507.  
  1508. <div class="sheet-section-spells">
  1509.     <p>
  1510.         <h3 style="text-align: center; color: #FFF; background-color: #000;">Spells</h3>
  1511.         <div class="spells-table">
  1512.             <div>
  1513.                 <div class="inline" style="width: 20%; margin-left: 20px;"><span class="bold">Name</span></div>
  1514.                 <div class="inline" style="width: 45.5px;"><span class="bold">Skill</span></div>
  1515.                 <div class="inline" style="width: 45.5px;"><span class="bold">MP</span></div>
  1516.                 <div class="inline" style="width: 10%;"><span class="bold">Cast Time</span></div>
  1517.                 <div class="inline" style="width: 10%"><span class="bold">Range</span></div>
  1518.                 <div class="inline" style="width: 10%"><span class="bold">Duration</span></div>
  1519.                 <div class="inline" style="width: 12%"><span class="bold">School</span></div>
  1520.                 <div class="inline" style="width: 45.5px"><span class="bold">SanL</span></div>
  1521.                 <div class="inline"><span class="bold">WitSL</span></div>
  1522.             </div>
  1523.             <fieldset class="repeating_spells">
  1524.                 <div>
  1525.                     <input type="checkbox" name="attr_SPELL-SUCCESS"  />
  1526.                     <div class="spells-name-row inline" style="width: 20%">
  1527.                         <input type="text" style="width: 100%" name="attr_SPELL-NAME"/>
  1528.                     </div>
  1529.                     <div class="spells-skill-row inline" style="width: 45.5px">
  1530.                         <input type="number" name="attr_SPELL-SKILL" />
  1531.                     </div>
  1532.                     <div class="spells-mp-row inline" style="width: 45.5px">
  1533.                         <input type="number" name="attr_SPELL-MP"/>
  1534.                     </div>
  1535.                     <div class="spells-cast-row inline" style="width: 10%">
  1536.                         <input type="text" style="width: 100%" name="attr_SPELL-CAST"/>
  1537.                     </div>
  1538.                     <div class="spells-range-row inline" style="width: 10%">
  1539.                         <input type="text" style="width: 100%" name="attr_SPELL-RANGE"/>
  1540.                     </div>
  1541.                     <div class="spells-duration-row inline" style="width: 10%">
  1542.                         <input type="text" style="width: 100%" name="attr_SPELL-DURATION"/>
  1543.                     </div>
  1544.                     <div class="spells-school-row inline" style="width: 12%">
  1545.                         <input type="text" style="width: 100%" name="attr_SPELL-SCHOOL"/>
  1546.                     </div>
  1547.                     <div class="spells-san-loss-row inline" style="width: 45.5px">
  1548.                         <input type="number" name="attr_SPELL-SAN-LOSS"/>
  1549.                     </div>
  1550.                     <div class="spells-wit-san-loss-row inline">
  1551.                         <input type="number" name="attr_SPELL-WIT-SAN-LOSS"/>
  1552.                     </div>
  1553.                     <button type="roll" name="roll_SPELL" value="/me casts @{SPELL-NAME} (@{SPELL-SKILL}) and gets [[d100]]"></button>
  1554.                     <br>
  1555.                     <input type="checkbox" class="sheet-collapse-show" name="attr_collapse-show4" value="1">Description</input>
  1556.                     <div class="sheet-collapse"><textarea></textarea></div>
  1557.                 </div>
  1558.             </fieldset>
  1559.         </div>
  1560.     </p>
  1561. </div>
  1562.  
  1563. <div class="sheet-section-gear">
  1564.     <br>
  1565.     <h3 style="text-align: center; color: #FFF; background-color: #000;">Currency</h3>
  1566.         <div class="currency">
  1567.         <div class="currency-header">
  1568.             <div class="inline bold" style="width: 30%;">Currency</div>
  1569.             <div class="inline bold" style="width: 30%;">Amount</div>
  1570.         </div>
  1571.         <fieldset class="repeating_currency">
  1572.             <div>
  1573.                 <div class="inline" style="width: 30%;"><input type="text" name="attr_currency-name" style="width: 100%"/></div>
  1574.                 <div class="inline" style="width: 10%;"><input type="text" name="attr_currency-amount" style="width: 100%" /></div>
  1575.             </div>
  1576.         </fieldset>    
  1577.     </div>
  1578. <br>
  1579.     <h3 style="text-align: center; color: #FFF; background-color: #000;">Items</h3>
  1580.     <div class="items">
  1581.         <div class="items-header">
  1582.             <div class="inline bold" style="width: 10%;">Quantity</div>
  1583.             <div class="inline bold" style="width: 20%;">Name</div>
  1584.             <div class="inline bold" style="width: 10%;">Weight</div>
  1585.             <div class="inline bold" style="width: 50%;">Description</div>
  1586.         </div>
  1587.         <fieldset class="repeating_items">
  1588.             <div>
  1589.                 <div class="inline" style="width: 10%;"><input type="text" name="attr_item-quantity" style="width: 100%" /></div>
  1590.                 <div class="inline" style="width: 20%;"><input type="text" name="attr_item-name" style="width: 100%"/></div>
  1591.                 <div class="inline" style="width: 10%;"><input type="text" name="attr_item-weight" style="width: 100%" /></div>
  1592.                 <div class="inline" style="width: 50%;"><input type="text" name="attr_item-description" style="width: 100%" /></div>
  1593.             </div>
  1594.     </fieldset>    
  1595.     </div>
  1596. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement