mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 14:12:28 +00:00
Merge pull request #555 from neovatar/13th_Age-neovatar
Fixes for 13th_Age-neovatar character sheet
This commit is contained in:
@@ -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)!
/roll [[@{points}]]d6sd">Positive</option>
|
||||
<option value="/em checks icon relationship with icon '@{name}' (positive)!
/roll [[@{points}]]d6sd">Conflicted</option>
|
||||
<option value="/em checks icon relationship with icon '@{name}' (positive)!
/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})!
/roll [[@{points}]]d6sd"></button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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)!
/roll [[@{points}]]d6sd">Positive</option>
|
||||
<option value="/em checks icon relationship with icon '@{name}' (positive)!
/roll [[@{points}]]d6sd">Conflicted</option>
|
||||
<option value="/em checks icon relationship with icon '@{name}' (positive)!
/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})!
/roll [[@{points}]]d6sd"></button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user