mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 22:52:32 +00:00
607 lines
63 KiB
HTML
607 lines
63 KiB
HTML
<div class="sheet-tab-content sheet-section-currency">
|
|
<h4>Currency</h4>
|
|
<br>
|
|
|
|
<div class="sheet-body">
|
|
|
|
<input type="radio" name="attr_tab9" class="sheet-tab sheet-tab42" value="1" checked/><span class="sheet-tab sheet-tab42">Standard</span>
|
|
<input type="radio" name="attr_tab9" class="sheet-tab sheet-tab43" value="2"/><span class="sheet-tab sheet-tab43">Dragonlance</span>
|
|
<input type="radio" name="attr_tab9" class="sheet-tab sheet-tab44" value="3"/><span class="sheet-tab sheet-tab44">Dark Sun</span>
|
|
<input type="radio" name="attr_tab9" class="sheet-tab sheet-tab45" value="4"/><span class="sheet-tab sheet-tab45">Ravenloft</span>
|
|
<input type="radio" name="attr_tab9" class="sheet-tab sheet-tab59" value="5"/><span class="sheet-tab sheet-tab59">Maztica</span>
|
|
<input type="radio" name="attr_tab9" class="sheet-tab sheet-tab75" value="6"/><span class="sheet-tab sheet-tab75">BirthRight</span>
|
|
<br>
|
|
<br>
|
|
|
|
<div class="sheet-tab-content sheet-section-currency-standard">
|
|
|
|
<label>PP:</label><input type="text" name="attr_platinum" title="@{platinum}" value="0" class="sheet-short">
|
|
<label>GP:</label><input type="text" name="attr_gold" title="@{gold}" value="0" class="sheet-short">
|
|
<label>EP:</label><input type="text" name="attr_electrum" title="@{electrum}" value="0" class="sheet-short">
|
|
<label>SP:</label><input type="text" name="attr_silver" title="@{silver}" value="0" class="sheet-short">
|
|
<label>CP:</label><input type="text" name="attr_copper" title="@{copper}" value="0" class="sheet-short">
|
|
<button type="roll" name="roll_add-currency1" title="%{add-currency1}" value="/w @{character_name} Calculates [[ [[?{How many coins are you moving?|0} + [[ [[ [[?{Which type of coins?|Copper,@{copper}]] ]] Copper|Silver,@{silver}]] ]] Silver|Electrum,@{electrum}]] ]] Electrum|Gold,@{gold}]] ]] Gold|Platinum,@{platinum}]] ]] Platinum}]]-?{Which type of coins?} to your previous total of [[ [[?{Which type of coins?} bringing your total to [[?{How many coins are you moving?}+[[?{Which type of coins?}.">Calculator</button>
|
|
<br>
|
|
<br>
|
|
<label>Total Currency Weight:</label><input type="text" name="attr_curweight" title="@{curweight}" value="(((@{copper})+(@{silver})+(@{electrum})+(@{gold})+(@{platinum}))/50)*@{click-to-add-weight1}" class="sheet-short" disabled> <input type="checkbox" name="attr_click-to-add-weight1" title="@{click-to-add-weight1}" value="1"/><span></span><br>
|
|
<br>
|
|
<h4>Currency Conversion Calculator</h4>
|
|
<table>
|
|
<tr class="sheet-default-header">
|
|
<td>Currency</td>
|
|
<td>|Quantity</td>
|
|
<td>|Copper</td>
|
|
<td>|Silver</td>
|
|
<td>|Electrum</td>
|
|
<td>|Gold</td>
|
|
<td>|Platinum</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Copper</td>
|
|
<td><input type="text" name="attr_copperquantity" title="@{copperquantity}" value="@{copper}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper1" title="@{copper1}" class="sheet-short" value="@{copperquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver" title="@{copsilver}" class="sheet-short" value="@{copperquantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum" title="@{copelectrum}" class="sheet-short" value="@{copperquantity}/10/5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold" title="@{copgold}" class="sheet-short" value="@{copperquantity}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum" title="@{copplatinum}" class="sheet-short" value="@{copperquantity}/10/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Silver</td>
|
|
<td><input type="text" name="attr_silverquantity" title="@{silverquantity}" value="@{silver}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper1" title="@{copper1}" class="sheet-short" value="@{silverquantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver" title="@{copsilver}" class="sheet-short" value="@{silverquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum" title="@{copelectrum}" class="sheet-short" value="@{silverquantity}/5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold" title="@{copgold}" class="sheet-short" value="@{silverquantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum" title="@{copplatinum}" class="sheet-short" value="@{silverquantity}/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Electrum</td>
|
|
<td><input type="text" name="attr_electrumquantity" title="@{electrumquantity}" value="@{electrum}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper1" title="@{copper1}" class="sheet-short" value="@{electrumquantity}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver" title="@{copsilver}" class="sheet-short" value="@{electrumquantity}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum" title="@{copelectrum}" class="sheet-short" value="@{electrumquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copgold" title="@{copgold}" class="sheet-short" value="@{electrumquantity}/2" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum" title="@{copplatinum}" class="sheet-short" value="@{electrumquantity}/2/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Gold</td>
|
|
<td><input type="text" name="attr_goldquantity" title="@{goldquantity}" value="@{gold}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper1" title="@{copper1}" class="sheet-short" value="@{goldquantity}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver" title="@{copsilver}" class="sheet-short" value="@{goldquantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum" title="@{copelectrum}" class="sheet-short" value="@{goldquantity}*2" disabled/></td>
|
|
<td><input type="text" name="attr_copgold" title="@{copgold}" class="sheet-short" value="@{goldquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum" title="@{copplatinum}" class="sheet-short" value="@{goldquantity}/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Platinum</td>
|
|
<td><input type="text" name="attr_platinumquantity" title="@{platinumquantity}" value="@{platinum}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper1" title="@{copper1}" class="sheet-short" value="@{platinumquantity}*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver" title="@{copsilver}" class="sheet-short" value="@{platinumquantity}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum" title="@{copelectrum}" class="sheet-short" value="@{platinumquantity}*2*5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold" title="@{copgold}" class="sheet-short" value="@{platinumquantity}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum" title="@{copplatinum}" class="sheet-short" value="@{platinumquantity}*1" disabled/></td>
|
|
</tr>
|
|
</table>
|
|
<label>(100 Copper = 10 Silver = 2 Electrum = 1 Gold = 1/5 Platinum)</label>
|
|
</div>
|
|
|
|
<div class="sheet-tab-content sheet-section-currency-dragonlance">
|
|
|
|
<label>PP:</label><input type="text" name="attr_platinum2" title="@{platinum2}" value="0" class="sheet-short">
|
|
<label>St:</label><input type="text" name="attr_steel" title="@{steel}" value="0" class="sheet-short">
|
|
<label>Br:</label><input type="text" name="attr_bronze" title="@{bronze}" value="0" class="sheet-short">
|
|
<label>Ir:</label><input type="text" name="attr_iron" title="@{iron}" value="0" class="sheet-short">
|
|
<label>SP:</label><input type="text" name="attr_silver2" title="@{silver2}" value="0" class="sheet-short">
|
|
<label>GP:</label><input type="text" name="attr_gold2" title="@{gold2}" value="0" class="sheet-short">
|
|
<label>CP:</label><input type="text" name="attr_copper2" title="@{copper2}" value="0" class="sheet-short">
|
|
<button type="roll" name="roll_add-currency2" title="%{add-currency2}" value="/w @{character_name} Calculates [[ [[?{How many coins are you moving?|0} + [[ [[ [[?{Which type of coins?|Copper,@{copper2}]] ]] Copper|Gold,@{gold2}]] ]] Gold|Silver,@{silver2}]] ]] Silver|Iron,@{iron}]] ]] Iron|Bronze,@{bronze}]] ]] Bronze|Steel,@{steel}]] ]] Steel|Platinum,@{platinum2}]] ]] Platinum}]]-?{Which type of coins?} to your previous total of [[ [[?{Which type of coins?} bringing your total to [[?{How many coins are you moving?}+[[?{Which type of coins?}.">Calculator</button>
|
|
<br>
|
|
<br>
|
|
<label>Total Currency Weight:</label><input type="text" name="attr_curweight2" title="@{curweight2}" value="(((@{copper2})+(@{gold2})+(@{silver2})+(@{iron})+(@{bronze})+(@{steel})+(@{platinum2}))/50)*@{click-to-add-weight2}" class="sheet-short" disabled> <input type="checkbox" name="attr_click-to-add-weight2" title="@{click-to-add-weight2}" value="1"/><span></span><br>
|
|
<br>
|
|
<h4>Currency Conversion Calculator</h4>
|
|
<table>
|
|
<tr>
|
|
<td class="sheet-default-header">Currency</td>
|
|
<td class="sheet-default-header">|Quantity</td>
|
|
<td class="sheet-default-header">|Copper</td>
|
|
<td class="sheet-default-header">|Gold</td>
|
|
<td class="sheet-default-header">|Silver</td>
|
|
<td class="sheet-default-header">|Iron</td>
|
|
<td class="sheet-default-header">|Bronze</td>
|
|
<td class="sheet-default-header">|Steel</td>
|
|
<td class="sheet-default-header">|Platinum</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Copper</td>
|
|
<td><input type="text" name="attr_copper2quantity" title="@{copper2quantity}" value="@{copper2}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{copper2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{copper2quantity}/5*2" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{copper2quantity}/5" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{copper2quantity}/50" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{copper2quantity}/50" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{copper2quantity}/100" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{copper2quantity}/500" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Gold</td>
|
|
<td><input type="text" name="attr_gold2quantity" title="@{gold2quantity}" value="@{gold2}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{gold2quantity}*5/2" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{gold2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{gold2quantity}/2" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{gold2quantity}/20" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{gold2quantity}/20" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{gold2quantity}/40" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{gold2quantity}/200" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Silver</td>
|
|
<td><input type="text" name="attr_silver2quantity" title="@{silver2quantity}" value="@{silver2}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{silver2quantity}*5" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{silver2quantity}*2" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{silver2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{silver2quantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{silver2quantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{silver2quantity}/20" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{silver2quantity}/100" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Iron</td>
|
|
<td><input type="text" name="attr_iron2quantity" title="@{iron2quantity}" value="@{iron}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{iron2quantity}*50" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{iron2quantity}*20" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{iron2quantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{iron2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{iron2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{iron2quantity}/2" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{iron2quantity}/10" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Bronze</td>
|
|
<td><input type="text" name="attr_bronze2quantity" title="@{bronze2quantity}" value="@{bronze}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{bronze2quantity}*50" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{bronze2quantity}*20" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{bronze2quantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{bronze2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{bronze2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{bronze2quantity}/2" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{bronze2quantity}/10" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Steel</td>
|
|
<td><input type="text" name="attr_steel2quantity" title="@{steel2quantity}" value="@{steel}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{steel2quantity}*100" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{steel2quantity}*40" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{steel2quantity}*20" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{steel2quantity}*2" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{steel2quantity}*2" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{steel2quantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{steel2quantity}/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Platinum</td>
|
|
<td><input type="text" name="attr_platinum2quantity" title="@{platinum2quantity}" value="@{platinum2}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper3" title="@{copper3}" class="sheet-short" value="@{platinum2quantity}*500" disabled/></td>
|
|
<td><input type="text" name="attr_gold3" title="@{gold3}" class="sheet-short" value="@{platinum2quantity}*200" disabled/></td>
|
|
<td><input type="text" name="attr_silver3" title="@{silver3}" class="sheet-short" value="@{platinum2quantity}*100" disabled/></td>
|
|
<td><input type="text" name="attr_iron3" title="@{iron3}" class="sheet-short" value="@{platinum2quantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_bronze3" title="@{bronze3}" class="sheet-short" value="@{platinum2quantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_steel3" title="@{steel3}" class="sheet-short" value="@{platinum2quantity}*5" disabled/></td>
|
|
<td><input type="text" name="attr_platinum3" title="@{platinum3}" class="sheet-short" value="@{platinum2quantity}*1" disabled/></td>
|
|
</tr>
|
|
</table>
|
|
<label>(100 Copper = 40 Gold = 20 Silver = 2 Iron/Bronze = 1 Steel = 1/5 Platinum)</label>
|
|
</div>
|
|
|
|
<div class="sheet-tab-content sheet-section-currency-dark-sun">
|
|
|
|
<label>PP:</label><input type="text" name="attr_platinum5" title="@{platinum5}" value="0" class="sheet-short">
|
|
<label>GP:</label><input type="text" name="attr_gold5" title="@{gold5}" value="0" class="sheet-short">
|
|
<label>EP:</label><input type="text" name="attr_electrum5" title="@{electrum5}" value="0" class="sheet-short">
|
|
<label>SP:</label><input type="text" name="attr_silver5" title="@{silver5}" value="0" class="sheet-short">
|
|
<label>CP:</label><input type="text" name="attr_copper5" title="@{copper5}" value="0" class="sheet-short">
|
|
<label>Cer:</label><input type="text" name="attr_ceramic-piece" title="@{ceramic-piece}" value="0" class="sheet-short">
|
|
<label>Bit:</label><input type="text" name="attr_bit" title="@{bit}" value="0" class="sheet-short">
|
|
<button type="roll" name="roll_add-currency3" title="%{add-currency3}" value="/w @{character_name} Calculates [[ [[?{How many coins are you moving?|0} + [[ [[ [[?{Which type of coins?|Bit,@{bit}]] ]] Bit|Ceramic Piece,@{ceramic-piece}]] ]] Ceramic|Copper,@{copper5}]] ]] Copper|Silver,@{silver5}]] ]] Silver|Electrum,@{electrum5}]] ]] Electrum|Gold,@{gold5}]] ]] Gold|Platinum,@{platinum5}]] ]] Platinum}]]-?{Which type of coins?} to your previous total of [[ [[?{Which type of coins?} bringing your total to [[?{How many coins are you moving?}+[[?{Which type of coins?}.">Calculator</button>
|
|
<br>
|
|
<br>
|
|
<label>Total Currency Weight:</label><input type="text" name="attr_curweight3" title="@{curweight3}" value="((@{bit}/500)+((@{ceramic-piece})+(@{copper5})+(@{silver5})+(@{gold5})+(@{platinum5}))/50)*@{click-to-add-weight3}" class="sheet-short" disabled> <input type="checkbox" name="attr_click-to-add-weight3" title="@{click-to-add-weight3}" value="1"/><span></span><br>
|
|
<br>
|
|
<h4>Currency Conversion Calculator</h4>
|
|
<table>
|
|
<tr>
|
|
<td class="sheet-default-header">Currency</td>
|
|
<td class="sheet-default-header">|Quantity</td>
|
|
<td class="sheet-default-header">|Bits</td>
|
|
<td class="sheet-default-header">|Ceramic</td>
|
|
<td class="sheet-default-header">|Copper</td>
|
|
<td class="sheet-default-header">|Silver</td>
|
|
<td class="sheet-default-header">|Electrum</td>
|
|
<td class="sheet-default-header">|Gold</td>
|
|
<td class="sheet-default-header">|Platinum</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Bits</td>
|
|
<td><input type="text" name="attr_bitquantity" title="@{bitquantity}" value="@{bit}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{bitquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic1" title="@{ceramic1}" class="sheet-short" value="@{bitquantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{bitquantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_silver9" title="@{silver9}" class="sheet-short" value="@{bitquantity}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_electrum9" title="@{electrum9}" class="sheet-short" value="@{bitquantity}/10/10/5" disabled/></td>
|
|
<td><input type="text" name="attr_gold9" title="@{gold9}" class="sheet-short" value="@{bitquantity}/10/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_platinum9" title="@{platinum9}" class="sheet-short" value="@{bitquantity}/10/10/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Ceramic</td>
|
|
<td><input type="text" name="attr_ceramicquantity" title="@{ceramicquantity}" value="@{ceramic-piece}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{ceramicquantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic9" title="@{ceramic1}" class="sheet-short" value="@{ceramicquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{ceramicquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver9" title="@{copsilver9}" class="sheet-short" value="@{ceramicquantity}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum9" title="@{copelectrum9}" class="sheet-short" value="@{ceramicquantity}/10/5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold9" title="@{copgold9}" class="sheet-short" value="@{ceramicquantity}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum9" title="@{copplatinum9}" class="sheet-short" value="@{ceramicquantity}/10/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Copper</td>
|
|
<td><input type="text" name="attr_copperquantity9" title="@{copperquantity9}" value="@{copper5}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{copperquantity9}*10" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic1" title="@{ceramic1}" class="sheet-short" value="@{copperquantity9}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{copperquantity9}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver9" title="@{copsilver9}" class="sheet-short" value="@{copperquantity9}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum9" title="@{copelectrum9}" class="sheet-short" value="@{copperquantity9}/10/5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold9" title="@{copgold9}" class="sheet-short" value="@{copperquantity9}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum9" title="@{copplatinum9}" class="sheet-short" value="@{copperquantity9}/10/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Silver</td>
|
|
<td><input type="text" name="attr_silverquantity9" title="@{silverquantity9}" value="@{silver5}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{silverquantity9}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic1" title="@{ceramic1}" class="sheet-short" value="@{silverquantity9}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{silverquantity9}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver9" title="@{copsilver9}" class="sheet-short" value="@{silverquantity9}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum9" title="@{copelectrum9}" class="sheet-short" value="@{silverquantity9}/5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold9" title="@{copgold9}" class="sheet-short" value="@{silverquantity9}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum9" title="@{copplatinum9}" class="sheet-short" value="@{silverquantity9}/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Electrum</td>
|
|
<td><input type="text" name="attr_electrumquantity9" title="@{electrumquantity9}" value="@{electrum5}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{electrumquantity9}*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic1" title="@{ceramic1}" class="sheet-short" value="@{electrumquantity9}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{electrumquantity9}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver9" title="@{copsilver9}" class="sheet-short" value="@{electrumquantity9}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum9" title="@{copelectrum9}" class="sheet-short" value="@{electrumquantity9}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copgold9" title="@{copgold9}" class="sheet-short" value="@{electrumquantity9}/2" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum9" title="@{copplatinum9}" class="sheet-short" value="@{electrumquantity9}/2/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Gold</td>
|
|
<td><input type="text" name="attr_goldquantity9" title="@{goldquantity9}" value="@{gold5}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{goldquantity9}*10*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic1" title="@{ceramic1}" class="sheet-short" value="@{goldquantity9}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{goldquantity9}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver9" title="@{copsilver9}" class="sheet-short" value="@{goldquantity9}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum9" title="@{copelectrum9}" class="sheet-short" value="@{goldquantity9}*2" disabled/></td>
|
|
<td><input type="text" name="attr_copgold9" title="@{copgold9}" class="sheet-short" value="@{goldquantity9}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum9" title="@{copplatinum9}" class="sheet-short" value="@{goldquantity9}/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Platinum</td>
|
|
<td><input type="text" name="attr_platinumquantity9" title="@{platinumquantity9}" value="@{platinum5}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_bit1" title="@{bit1}" class="sheet-short" value="@{platinumquantity9}*10*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_ceramic1" title="@{ceramic1}" class="sheet-short" value="@{platinumquantity9}*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copper9" title="@{copper9}" class="sheet-short" value="@{platinumquantity9}*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver9" title="@{copsilver9}" class="sheet-short" value="@{platinumquantity9}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum9" title="@{copelectrum9}" class="sheet-short" value="@{platinumquantity9}*5*2" disabled/></td>
|
|
<td><input type="text" name="attr_copgold9" title="@{copgold9}" class="sheet-short" value="@{platinumquantity9}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum9" title="@{copplatinum9}" class="sheet-short" value="@{platinumquantity9}*1" disabled/></td>
|
|
</tr>
|
|
</table>
|
|
<label>(1,000 Bits = 100 Ceramics = 100 Copper = 10 Silver = 2 Electrum = 1 Gold = 1/5 Platinum)</label>
|
|
</div>
|
|
|
|
<div class="sheet-tab-content sheet-section-currency-ravenloft">
|
|
|
|
<label>PP:</label><input type="text" name="attr_platinum4" title="@{platinum4}" value="0" class="sheet-short">
|
|
<label>GP:</label><input type="text" name="attr_gold4" title="@{gold4}" value="0" class="sheet-short">
|
|
<label>Kr:</label><input type="text" name="attr_kroner" title="@{kroner}" value="0" class="sheet-short">
|
|
<label>EP:</label><input type="text" name="attr_electrum4" title="@{electrum4}" value="0" class="sheet-short">
|
|
<label>SP:</label><input type="text" name="attr_silver4" title="@{silver4}" value="0" class="sheet-short">
|
|
<label>CP:</label><input type="text" name="attr_copper4" title="@{copper4}" value="0" class="sheet-short">
|
|
<button type="roll" name="roll_add-currency4" title="%{add-currency4}" value="/w @{character_name} Calculates [[ [[?{How many coins are you moving?|0} + [[ [[ [[?{Which type of coins?|Copper,@{copper4}]] ]] Copper|Silver,@{silver4}]] ]] Silver|Electrum,@{electrum4}]] ]] Electrum|Kroner,@{kroner}]] ]] Kroner|Gold,@{gold4}]] ]] Gold|Platinum,@{platinum4}]] ]] Platinum}]]-?{Which type of coins?} to your previous total of [[ [[?{Which type of coins?} bringing your total to [[?{How many coins are you moving?}+[[?{Which type of coins?}.">Calculator</button>
|
|
<br>
|
|
<br>
|
|
<label>Total Currency Weight:</label><input type="text" name="attr_curweight4" title="@{curweight4}" value="(((@{kroner})/25)+((@{copper4})+(@{silver4})+(@{electrum4})+(@{gold4})+(@{platinum4}))/50)*@{click-to-add-weight4}" class="sheet-short" disabled> <input type="checkbox" name="attr_click-to-add-weight4" title="@{click-to-add-weight4}" value="1"/><span></span><br>
|
|
<br>
|
|
<h4>Currency Conversion Calculator</h4>
|
|
<table>
|
|
<tr>
|
|
<td class="sheet-default-header">Currency</td>
|
|
<td class="sheet-default-header">|Quantity</td>
|
|
<td class="sheet-default-header">|Copper</td>
|
|
<td class="sheet-default-header">|Silver</td>
|
|
<td class="sheet-default-header">|Electrum</td>
|
|
<td class="sheet-default-header">|Kroner</td>
|
|
<td class="sheet-default-header">|Gold</td>
|
|
<td class="sheet-default-header">|Platinum</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Copper</td>
|
|
<td><input type="text" name="attr_copperquantity8" title="@{copperquantity8}" value="@{copper4}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper8" title="@{copper8}" class="sheet-short" value="@{copperquantity8}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver8" title="@{copsilver8}" class="sheet-short" value="@{copperquantity8}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum8" title="@{copelectrum8}" class="sheet-short" value="@{copperquantity8}/10/5" disabled/></td>
|
|
<td><input type="text" name="attr_copkroner" title="@{copkroner}" class="sheet-short" value="@{copperquantity8}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_copgold8" title="@{copgold8}" class="sheet-short" value="@{copperquantity8}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum8" title="@{copplatinum8}" class="sheet-short" value="@{copperquantity8}/10/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Silver</td>
|
|
<td><input type="text" name="attr_silverquantity8" title="@{silverquantity8}" value="@{silver4}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper8" title="@{copper8}" class="sheet-short" value="@{silverquantity8}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver8" title="@{copsilver8}" class="sheet-short" value="@{silverquantity8}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum8" title="@{copelectrum8}" class="sheet-short" value="@{silverquantity8}/5" disabled/></td>
|
|
<td><input type="text" name="attr_copkroner" title="@{copkroner}" class="sheet-short" value="@{silverquantity8}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copgold8" title="@{copgold8}" class="sheet-short" value="@{silverquantity8}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum8" title="@{copplatinum8}" class="sheet-short" value="@{silverquantity8}/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Electrum</td>
|
|
<td><input type="text" name="attr_electrumquantity8" title="@{electrumquantity8}" value="@{electrum4}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper8" title="@{copper8}" class="sheet-short" value="@{electrumquantity8}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver8" title="@{copsilver8}" class="sheet-short" value="@{electrumquantity8}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum8" title="@{copelectrum8}" class="sheet-short" value="@{electrumquantity8}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copkroner" title="@{copkroner}" class="sheet-short" value="@{electrumquantity8}/2" disabled/></td>
|
|
<td><input type="text" name="attr_copgold8" title="@{copgold8}" class="sheet-short" value="@{electrumquantity8}/2" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum8" title="@{copplatinum8}" class="sheet-short" value="@{electrumquantity8}/2/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Kroner</td>
|
|
<td><input type="text" name="attr_kronerquantity" title="@{kronerquantity}" value="@{kroner}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper8" title="@{copper8}" class="sheet-short" value="@{kronerquantity}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver8" title="@{copsilver8}" class="sheet-short" value="@{kronerquantity}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum8" title="@{copelectrum8}" class="sheet-short" value="@{kronerquantity}*2" disabled/></td>
|
|
<td><input type="text" name="attr_copkroner" title="@{copkroner}" class="sheet-short" value="@{kronerquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copgold8" title="@{copgold8}" class="sheet-short" value="@{kronerquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum8" title="@{copplatinum8}" class="sheet-short" value="@{kronerquantity}/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Gold</td>
|
|
<td><input type="text" name="attr_goldquantity8" title="@{goldquantity8}" value="@{gold4}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper8" title="@{copper8}" class="sheet-short" value="@{goldquantity8}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver8" title="@{copsilver8}" class="sheet-short" value="@{goldquantity8}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum8" title="@{copelectrum8}" class="sheet-short" value="@{goldquantity8}*2" disabled/></td>
|
|
<td><input type="text" name="attr_copkroner" title="@{copkroner}" class="sheet-short" value="@{goldquantity8}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copgold8" title="@{copgold8}" class="sheet-short" value="@{goldquantity8}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum8" title="@{copplatinum8}" class="sheet-short" value="@{goldquantity8}/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Platinum</td>
|
|
<td><input type="text" name="attr_platinumquantity8" title="@{platinumquantity8}" value="@{platinum4}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper8" title="@{copper8}" class="sheet-short" value="@{platinumquantity8}*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver8" title="@{copsilver8}" class="sheet-short" value="@{platinumquantity8}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copelectrum8" title="@{copelectrum8}" class="sheet-short" value="@{platinumquantity8}*5*2" disabled/></td>
|
|
<td><input type="text" name="attr_copkroner" title="@{copkroner}" class="sheet-short" value="@{platinumquantity8}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copgold8" title="@{copgold8}" class="sheet-short" value="@{platinumquantity8}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum8" title="@{copplatinum8}" class="sheet-short" value="@{platinumquantity8}*1" disabled/></td>
|
|
</tr>
|
|
</table>
|
|
<label>(100 Copper = 10 Silver = 2 Electrum = 1 Kroner = 1 Gold = 1/5 Platinum)</label>
|
|
</div>
|
|
|
|
<div class="sheet-tab-content sheet-section-currency-maztica">
|
|
|
|
<label>Tq:</label><input type="text" name="attr_turquoise" title="@{turquoise}" value="0" class="sheet-short">
|
|
<label>Gq:</label><input type="text" name="attr_goldquill" title="@{goldquill}" value="0" class="sheet-short">
|
|
<label>Jd:</label><input type="text" name="attr_jade" title="@{jade}" value="0" class="sheet-short">
|
|
<label>Cr:</label><input type="text" name="attr_coralbud" title="@{coralbud}" value="0" class="sheet-short">
|
|
<label>CB:</label><input type="text" name="attr_copperblade" title="@{copperblade}" value="0" class="sheet-short">
|
|
<label>Em:</label><input type="text" name="attr_earmaize" title="@{earmaize}" value="0" class="sheet-short">
|
|
<label>Cb:</label><input type="text" name="attr_cocoabean" title="@{cocoabean}" value="0" class="sheet-short">
|
|
<button type="roll" name="roll_add-currency5" title="%{add-currency5}" value="/w @{character_name} Calculates [[ [[?{How many coins are you moving?|0} + [[ [[ [[?{Which type of coins?|Cocoa Bean,@{cocoabean}]] ]] Cocoa Bean|Ear of Maize,@{earmaize}]] ]] Ear of Maize|Copper Blade,@{copperblade}]] ]] Copper Blade|Coral Bud,@{coralbud}]] ]] Coral Bud|Jade,@{jade}]] ]] Jade|Gold Quill,@{goldquill}]] ]] Gold Quill|Turquoise,@{turquoise}]] ]] Turquoise}]]-?{Which type of coins?} to your previous total of [[ [[?{Which type of coins?} bringing your total to [[?{How many coins are you moving?}+[[?{Which type of coins?}.">Calculator</button>
|
|
<br>
|
|
<br>
|
|
<label>Total Currency Weight:</label><input type="text" name="attr_curweight5" title="@{curweight5}" value="(((@{cocoabean})+(@{copperblade})+(@{coralbud})+(@{jade})+(@{goldquill})+(@{turquoise}))/50)*@{click-to-add-weight5}" class="sheet-short" disabled> <input type="checkbox" name="attr_click-to-add-weight5" title="@{click-to-add-weight5}" value="1"/><span></span><br>
|
|
<br>
|
|
<h4>Currency Conversion Calculator</h4>
|
|
<table>
|
|
<tr>
|
|
<td class="sheet-default-header">Currency</td>
|
|
<td class="sheet-default-header">|Quantity</td>
|
|
<td class="sheet-default-header">|Cocoa</td>
|
|
<td class="sheet-default-header">|Maize</td>
|
|
<td class="sheet-default-header">|Blade</td>
|
|
<td class="sheet-default-header">|Coral</td>
|
|
<td class="sheet-default-header">|Jade</td>
|
|
<td class="sheet-default-header">|Quill</td>
|
|
<td class="sheet-default-header">|Turquoise</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Cocoa Bean</td>
|
|
<td><input type="text" name="attr_cocoabeanquantity" title="@{cocoabeanquantity}" value="@{cocoabean}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{cocoabeanquantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{cocoabeanquantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{cocoabeanquantity}/10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{cocoabeanquantity}/10/2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{cocoabeanquantity}/10/10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{cocoabeanquantity}/10/10/5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{cocoabeanquantity}/10/10/10" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Maize Ear</td>
|
|
<td><input type="text" name="attr_earofmaizequantity" title="@{earofmaizequantity}" value="@{earmaize}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{earofmaizequantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{earofmaizequantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{earofmaizequantity}/10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{earofmaizequantity}/10/2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{earofmaizequantity}/10/10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{earofmaizequantity}/10/10/5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{earofmaizequantity}/10/10/10" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">C. Blade</td>
|
|
<td><input type="text" name="attr_copperbladequantity" title="@{copperbladequantity}" value="@{copperblade}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{copperbladequantity}*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{copperbladequantity}*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{copperbladequantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{copperbladequantity}/2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{copperbladequantity}/10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{copperbladequantity}/10/5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{copperbladequantity}/10/10" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Coral Bud</td>
|
|
<td><input type="text" name="attr_coralbudquantity" title="@{coralbudquantity}" value="@{coralbud}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{coralbudquantity}*10*2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{coralbudquantity}*10*2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{coralbudquantity}*2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{coralbudquantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{coralbudquantity}/5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{coralbudquantity}/5/5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{coralbudquantity}/5/5/2" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Jade</td>
|
|
<td><input type="text" name="attr_jadestonequantity" title="@{jadestonequantity}" value="@{jade}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{jadestonequantity}*10*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{jadestonequantity}*10*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{jadestonequantity}*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{jadestonequantity}*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{jadestonequantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{jadestonequantity}/5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{jadestonequantity}/5/2" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Quill</td>
|
|
<td><input type="text" name="attr_quillofgoldquantity" title="@{quillofgoldquantity}" value="@{goldquill}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{quillofgoldquantity}*10*10*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{quillofgoldquantity}*10*10*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{quillofgoldquantity}*10*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{quillofgoldquantity}*5*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{quillofgoldquantity}*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{quillofgoldquantity}" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{quillofgoldquantity}/2" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Turquoise</td>
|
|
<td><input type="text" name="attr_turquoisestonequantity" title="@{turquoisestonequantity}" value="@{turquoise}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_cocoaquantity" title="@{cocoaquantity}" value="@{turquoisestonequantity}*10*10*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_maizequantity" title="@{maizequantity}" value="@{turquoisestonequantity}*10*10*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_bladequantity" title="@{bladequantity}" value="@{turquoisestonequantity}*10*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_coralquantity" title="@{coralquantity}" value="@{turquoisestonequantity}*10*5" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_jadequantity" title="@{jadequantity}" value="@{turquoisestonequantity}*10" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_quillquantity" title="@{quillquantity}" value="@{turquoisestonequantity}*2" class="sheet-short" disabled/></td>
|
|
<td><input type="text" name="attr_turquoisequantity" title="@{turquoisequantity}" value="@{turquoisestonequantity}" class="sheet-short" disabled/></td>
|
|
</tr>
|
|
</table>
|
|
<label>(100 Cocoa Beans = 100 Ear of Maize = 10 Copper Blade = 5 Coral Bud = 1 Jade = 1/5 Gold Quill = 1/10 Turquoise)</label>
|
|
</div>
|
|
|
|
<div class="sheet-tab-content sheet-section-currency-birthright">
|
|
|
|
<label>PP:</label><input type="text" name="attr_platinum6" title="@{platinum6}" value="0" class="sheet-short">
|
|
<label>GP:</label><input type="text" name="attr_gold6" title="@{gold6}" value="0" class="sheet-short">
|
|
<label>GB:</label><input type="text" name="attr_goldbar" title="@{goldbar}" value="0" class="sheet-short">
|
|
<label>SP:</label><input type="text" name="attr_silver6" title="@{silver6}" value="0" class="sheet-short">
|
|
<label>CP:</label><input type="text" name="attr_copper6" title="@{copper6}" value="0" class="sheet-short">
|
|
<button type="roll" name="roll_add-currency6" title="%{add-currency6}" value="/w @{character_name} Calculates [[ [[?{How many coins are you moving?|0} + [[ [[ [[?{Which type of coins?|Copper,@{copper6}]] ]] Copper|Silver,@{silver6}]] ]] Silver|Gold Bar,@{goldbar}]] ]] Gold Bar|Gold,@{gold6}]] ]] Gold|Platinum,@{platinum6}]] ]] Platinum}]]-?{Which type of coins?} to your previous total of [[ [[?{Which type of coins?} bringing your total to [[?{How many coins are you moving?}+[[?{Which type of coins?}.">Calculator</button>
|
|
<br>
|
|
<br>
|
|
<label>Total Currency Weight:</label><input type="text" name="attr_curweight6" title="@{curweight6}" value="(((@{copper6})+(@{silver6})+(@{gold6})+(@{goldbar}*2000)+(@{platinum6}))/50)*@{click-to-add-weight6}" class="sheet-short" disabled> <input type="checkbox" name="attr_click-to-add-weight6" title="@{click-to-add-weight6}" value="1"/><span></span><br>
|
|
<br>
|
|
<h4>Currency Conversion Calculator</h4>
|
|
<table>
|
|
<tr>
|
|
<td class="sheet-default-header">Currency</td>
|
|
<td class="sheet-default-header">|Quantity</td>
|
|
<td class="sheet-default-header">|Copper</td>
|
|
<td class="sheet-default-header">|Silver</td>
|
|
<td class="sheet-default-header">|Gold Bar</td>
|
|
<td class="sheet-default-header">|Gold</td>
|
|
<td class="sheet-default-header">|Platinum</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Copper</td>
|
|
<td><input type="text" name="attr_copperquantity7" title="@{copperquantity7}" value="@{copper6}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper7" title="@{copper7}" class="sheet-short" value="@{copperquantity7}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver7" title="@{copsilver7}" class="sheet-short" value="@{copperquantity7}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copgb" title="@{copgb}" class="sheet-table-dynamic" value="@{copperquantity7}/10/10/2000" disabled/></td>
|
|
<td><input type="text" name="attr_copgold7" title="@{copgold7}" class="sheet-short" value="@{copperquantity7}/10/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum7" title="@{copplatinum7}" class="sheet-short" value="@{copperquantity7}/10/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Silver</td>
|
|
<td><input type="text" name="attr_silverquantity7" title="@{silverquantity7}" value="@{silver6}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper7" title="@{copper7}" class="sheet-short" value="@{silverquantity7}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver7" title="@{copsilver7}" class="sheet-short" value="@{silverquantity7}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copgb" title="@{copgb}" class="sheet-table-dynamic" value="@{silverquantity7}/10/2000" disabled/></td>
|
|
<td><input type="text" name="attr_copgold7" title="@{copgold7}" class="sheet-short" value="@{silverquantity7}/10" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum7" title="@{copplatinum7}" class="sheet-short" value="@{silverquantity7}/10/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Gold Bar</td>
|
|
<td><input type="text" name="attr_goldbarquantity" title="@{goldbarquantity}" value="@{goldbar}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper7" title="@{copper7}" class="sheet-short" value="@{goldbarquantity}*10*10*2000" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver7" title="@{copsilver7}" class="sheet-short" value="@{goldbarquantity}*10*2000" disabled/></td>
|
|
<td><input type="text" name="attr_copgb" title="@{copgb}" class="sheet-table-dynamic" value="@{goldbarquantity}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copgold7" title="@{copgold7}" class="sheet-short" value="@{goldbarquantity}*2000" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum7" title="@{copplatinum7}" class="sheet-short" value="@{goldbarquantity}/5*2000" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Gold</td>
|
|
<td><input type="text" name="attr_goldquantity7" title="@{goldquantity7}" value="@{gold6}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper7" title="@{copper7}" class="sheet-short" value="@{goldquantity7}*10*10" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver7" title="@{copsilver7}" class="sheet-short" value="@{goldquantity7}*10" disabled/></td>
|
|
<td><input type="text" name="attr_copgb" title="@{copgb}" class="sheet-table-dynamic" value="@{goldquantity7}/2000" disabled/></td>
|
|
<td><input type="text" name="attr_copgold7" title="@{copgold7}" class="sheet-short" value="@{goldquantity7}*1" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum7" title="@{copplatinum7}" class="sheet-short" value="@{goldquantity7}/5" disabled/></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sheet-default-header">Platinum</td>
|
|
<td><input type="text" name="attr_platinumquantity7" title="@{platinumquantity7}" value="@{platinum6}" class="sheet-short"/></td>
|
|
<td><input type="text" name="attr_copper7" title="@{copper7}" class="sheet-short" value="@{platinumquantity7}*10*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copsilver7" title="@{copsilver7}" class="sheet-short" value="@{platinumquantity7}*10*5" disabled/></td>
|
|
<td><input type="text" name="attr_copgb" title="@{copgb}" class="sheet-table-dynamic" value="@{platinumquantity7}*5/2000" disabled/></td>
|
|
<td><input type="text" name="attr_copgold7" title="@{copgold7}" class="sheet-short" value="@{platinumquantity7}*5" disabled/></td>
|
|
<td><input type="text" name="attr_copplatinum7" title="@{copplatinum7}" class="sheet-short" value="@{platinumquantity7}*1" disabled/></td>
|
|
</tr>
|
|
</table>
|
|
<label>(100 Copper = 10 Silver = 1 Gold = 1/5 Platinum) (2,000 Gold = 1 Gold Bar)</label>
|
|
</div>
|
|
|
|
<br>
|
|
<div class="sheet-2colrow sheet-flex">
|
|
<div class="sheet-col">
|
|
<h4>Gem Pouch</h4>
|
|
<fieldset name="repeating_gem" class="repeating_gem">
|
|
<table>
|
|
<thead class="sheet-collapse sheet-show-first">
|
|
<tr class="sheet-default-header">
|
|
<td class="sheet-default-header">Description</td>
|
|
<td class="sheet-default-header">Value</td>
|
|
<td class="sheet-default-header"># Held</td>
|
|
<td class="sheet-default-header">Cut/Size</td>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td class="sheet-td-dynamic50"><input type="text" name="attr_gemdesc" title="@{repeating_gem_$X_gemdesc}" class="sheet-medium-min" placeholder="Item Name"></td>
|
|
<td><input type="number" name="attr_gemvalue" title="@{repeating_gem_$X_gemvalue}" class="sheet-mediumish" placeholder="GP"></td>
|
|
<td><input type="number" name="attr_gemqty" title="@{repeating_gem_$X_gemqty}" class="sheet-mediumish" value="0"></td>
|
|
<td class="sheet-td-dynamic50"><input type="text" name="attr_gemsizecut" title="@{repeating_gem_$X_gemsizecut}" class="sheet-medium-min" placeholder="Size/Cut details"></td>
|
|
</tr>
|
|
</table>
|
|
</fieldset>
|
|
<br>
|
|
<label>Total GP value from gems:</label><input type="text" name="attr_gemstotalvalue" title="@{gemstotalvalue}" value="0" class="sheet-sym" readonly>
|
|
</div>
|
|
<div class="sheet-col sheet-flex-column">
|
|
<h4>Other Items Of Value</h4>
|
|
<textarea style="height: 100%; min-height: 150px" name="attr_otherval" title="@{otherval}"></textarea>
|
|
<div>
|
|
<label>Total GP value from other items:</label><input type="text" name="attr_othervalue" title="@{othervalue}" class="sheet-short">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |