Merge pull request #555 from neovatar/13th_Age-neovatar

Fixes for 13th_Age-neovatar character sheet
This commit is contained in:
SteveKoontz
2015-01-15 09:03:18 -08:00
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -479,14 +479,14 @@
<input style="width:100%;" class="sheet-center" title="@{repeating_icon_X_points}" name="attr_points" value="number" type="number" />
</span>
<span style="width:30%" class="sheet-table-data sheet-center">
<select name="attr_iconcheck-macro" style="width:7em;display:inlineblock;">
<option value="/em checks icon relationship with icon '@{name}' (positive)!&#x00A;/roll [[@{points}]]d6sd">Positive</option>
<option value="/em checks icon relationship with icon '@{name}' (positive)!&#x00A;/roll [[@{points}]]d6sd">Conflicted</option>
<option value="/em checks icon relationship with icon '@{name}' (positive)!&#x00A;/roll [[@{points}]]d6sd">Negative</option>
<select name="attr_reltype" style="width:7em;display:inlineblock;">
<option value="positive">positive</option>
<option value="conflicted">conflicted</option>
<option value="negative">negative</option>
</select>
</span>
<span style="width:15%" class="sheet-table-data sheet-center">
<button title="@{repeating_icon_X_iconcheck}" type="roll" value="@{iconcheck-macro}"></button>
<button title="@{repeating_icon_X_iconcheck}" type="roll" value="/em checks icon relationship with icon '@{name}' (@{reltype})!&#x00A;/roll [[@{points}]]d6sd"></button>
</span>
</div>
</div>
+5 -5
View File
@@ -479,14 +479,14 @@
<input style="width:100%;" class="sheet-center" title="@{repeating_icon_X_points}" name="attr_points" value="number" type="number" />
</span>
<span style="width:30%" class="sheet-table-data sheet-center">
<select name="attr_iconcheck-macro" style="width:7em;display:inlineblock;">
<option value="/em checks icon relationship with icon '@{name}' (positive)!&#x00A;/roll [[@{points}]]d6sd">Positive</option>
<option value="/em checks icon relationship with icon '@{name}' (positive)!&#x00A;/roll [[@{points}]]d6sd">Conflicted</option>
<option value="/em checks icon relationship with icon '@{name}' (positive)!&#x00A;/roll [[@{points}]]d6sd">Negative</option>
<select name="attr_reltype" style="width:7em;display:inlineblock;">
<option value="positive">positive</option>
<option value="conflicted">conflicted</option>
<option value="negative">negative</option>
</select>
</span>
<span style="width:15%" class="sheet-table-data sheet-center">
<button title="@{repeating_icon_X_iconcheck}" type="roll" value="@{iconcheck-macro}"></button>
<button title="@{repeating_icon_X_iconcheck}" type="roll" value="/em checks icon relationship with icon '@{name}' (@{reltype})!&#x00A;/roll [[@{points}]]d6sd"></button>
</span>
</div>
</div>