mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-03 13:42:33 +00:00
Merge pull request #8884 from tapiochre/CortexPrime-TalesOfXadia-Update
Cortex prime tales of xadia update
This commit is contained in:
@@ -205,6 +205,7 @@
|
||||
img[alt="PC6"],
|
||||
img[alt="PC7"],
|
||||
img[alt="PC8"],
|
||||
img[alt="PC9"],
|
||||
img[alt="Cat1"],
|
||||
img[alt="Cat2"] {
|
||||
visibility: hidden;
|
||||
@@ -230,6 +231,7 @@
|
||||
input[name="attr_Portrait"][value="PC6"] + div img[alt="PC6"],
|
||||
input[name="attr_Portrait"][value="PC7"] + div img[alt="PC7"],
|
||||
input[name="attr_Portrait"][value="PC8"] + div img[alt="PC8"],
|
||||
input[name="attr_Portrait"][value="PC9"] + div img[alt="PC9"],
|
||||
input[name="attr_Portrait"][value="Cat1"] + div img[alt="Cat1"],
|
||||
input[name="attr_Portrait"][value="Cat2"] + div img[alt="Cat2"] {
|
||||
visibility: visible;
|
||||
@@ -432,7 +434,8 @@
|
||||
input[name="attr_Portrait"]:not([value^="PC5"]) ~ div .sheet-PC5,
|
||||
input[name="attr_Portrait"]:not([value^="PC6"]) ~ div .sheet-PC6,
|
||||
input[name="attr_Portrait"]:not([value^="PC7"]) ~ div .sheet-PC7,
|
||||
input[name="attr_Portrait"]:not([value^="PC8"]) ~ div .sheet-PC8 {
|
||||
input[name="attr_Portrait"]:not([value^="PC8"]) ~ div .sheet-PC8,
|
||||
input[name="attr_Portrait"]:not([value^="PC9"]) ~ div .sheet-PC9 {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC4.png" alt="PC4" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC5.png" alt="PC5" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC6.png" alt="PC6" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC7.png" alt="PC7" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC8.png" alt="PC8" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC9.png" alt="PC9" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/catalyst1.png" alt="Cat1" />
|
||||
<img class="sheet-hide" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/catalyst2.png" alt="Cat2" />
|
||||
</div>
|
||||
@@ -32,6 +35,7 @@
|
||||
<div><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC6.png" align="middle" width="45" height="45" alt="" /><input type="radio" name="attr_Portrait" value="PC6"></div>
|
||||
<div><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC7.png" align="middle" width="45" height="45" alt="" /><input type="radio" name="attr_Portrait" value="PC7"></div>
|
||||
<div><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC8.png" align="middle" width="45" height="45" alt="" /><input type="radio" name="attr_Portrait" value="PC8"></div>
|
||||
<div><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC9.png" align="middle" width="45" height="45" alt="" /><input type="radio" name="attr_Portrait" value="PC9"></div>
|
||||
<div><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/catalyst1.png" align="middle" width="45" height="45" alt="" /><input type="radio" name="attr_Portrait" value="Cat1"></div>
|
||||
<div><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/catalyst2.png" align="middle" width="45" height="45" alt="" /><input type="radio" name="attr_Portrait" value="Cat2"></div>
|
||||
</div>
|
||||
@@ -310,6 +314,28 @@
|
||||
<option value="12">12</option>
|
||||
</select>
|
||||
</h3>
|
||||
<h3>
|
||||
Singing
|
||||
<select class="sheet-editDice" name="attr_Singing">
|
||||
<option value="2">Select</option>
|
||||
<option value="4">4</option>
|
||||
<option value="6">6</option>
|
||||
<option value="8">8</option>
|
||||
<option value="10">10</option>
|
||||
<option value="12">12</option>
|
||||
</select>
|
||||
</h3>
|
||||
<h3>
|
||||
Sneaking
|
||||
<select class="sheet-editDice" name="attr_Sneaking">
|
||||
<option value="2">Select</option>
|
||||
<option value="4">4</option>
|
||||
<option value="6">6</option>
|
||||
<option value="8">8</option>
|
||||
<option value="10">10</option>
|
||||
<option value="12">12</option>
|
||||
</select>
|
||||
</h3>
|
||||
<h3>
|
||||
Spear Fighting
|
||||
<select class="sheet-editDice" name="attr_SpearFighting">
|
||||
@@ -474,6 +500,7 @@
|
||||
<img class="sheet-portrait" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC6.png" alt="PC6" />
|
||||
<img class="sheet-portrait" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC7.png" alt="PC7" />
|
||||
<img class="sheet-portrait" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC8.png" alt="PC8" />
|
||||
<img class="sheet-portrait" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/PC9.png" alt="PC9" />
|
||||
<img class="sheet-portrait" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/catalyst1.png" alt="Cat1" />
|
||||
<img class="sheet-portrait" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/catalyst2.png" alt="Cat2" />
|
||||
</div>
|
||||
@@ -499,7 +526,7 @@
|
||||
<div>
|
||||
<button class="sheet-blank-roll-button" type="roll" name="roll_DicePool"
|
||||
value="/me attempts to ?{What are you trying to achieve?}
|
||||
&{template:Cortex} {{name=@{Name}}} {{portrait=@{Portrait}}} {{Catalyst_dice_size=@{Catalyst}}} {{Catalyst=[[1d@{Catalyst}]]}} {{Agility_dice_size=@{Agility}}} {{Agility=[[1d@{Agility}]]}} {{Awareness_dice_size=@{Awareness}}} {{Awareness=[[1d@{Awareness}]]}} {{Influence_dice_size=@{Influence}}} {{Influence=[[1d@{Influence}]]}} {{intellect_dice_size=@{intellect}}} {{intellect=[[1d@{intellect}]]}} {{Spirit_dice_size=@{Spirit}}} {{Spirit=[[1d@{Spirit}]]}} {{Strength_dice_size=@{Strength}}} {{Strength=[[1d@{Strength}]]}} {{trait_name=[[0d0 + ?{How are you attempting this action?|Agility,2|Awareness,3|Influence,4|Intellect,5|Spirit,6|Strength,7|Catalyst,1}]]}} {{Devotion_dice_size=@{Devotion}}} {{Devotion=[[1d@{Devotion}]]}} {{Liberty_dice_size=@{Liberty}}} {{Liberty=[[1d@{Liberty}]]}} {{Glory_dice_size=@{Glory}}} {{Glory=[[1d@{Glory}]]}} {{Mastery_dice_size=@{Mastery}}} {{Mastery=[[1d@{Mastery}]]}} {{Justice_dice_size=@{Justice}}} {{Justice=[[1d@{Justice}]]}} {{Truth_dice_size=@{Truth}}} {{Truth=[[1d@{Truth}]]}} {{Value=[[0d0 + ?{What's driving your motivation?|Devotion,1|Liberty,2|Glory,3|Mastery,4|Justice,5|Truth,6}]]}} {{Distinction_dice_size=8}} {{Distinction=[[1d8]]}} {{Hinder_dice_size=4}} {{Hinder=[[1d4]]}} {{Distinction_Hinder=[[0d0 +?{Does your distinction help or hinder?|Help,1|Hinder,2}]]}} {{Specialty6=[[1d6]]}} {{Specialty8=[[1d8]]}} {{Specialty10=[[1d10]]}} {{Specialty12=[[1d12]]}} {{Specialty_Apply=[[0d0 +?{Do you have a relevant specialty?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Asset6=[[1d6]]}} {{Asset8=[[1d8]]}} {{Asset10=[[1d10]]}} {{Asset12=[[1d12]]}} {{Asset=[[0d0 +?{Do you have a relevant asset?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Stress6=[[1d6]]}} {{Stress8=[[1d8]]}} {{Stress10=[[1d10]]}} {{Stress12=[[1d12]]}} {{TargetStress=[[0d0 +?{Does your target have any stress?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} ">Dice Pool Builder</button>
|
||||
&{template:Cortex} {{name=@{Name}}} {{portrait=@{Portrait}}} {{Catalyst_dice_size=@{Catalyst}}} {{Catalyst=[[1d@{Catalyst}]]}} {{Agility_dice_size=@{Agility}}} {{Agility=[[1d@{Agility}]]}} {{Awareness_dice_size=@{Awareness}}} {{Awareness=[[1d@{Awareness}]]}} {{Influence_dice_size=@{Influence}}} {{Influence=[[1d@{Influence}]]}} {{Intellect_dice_size=@{Intellect}}} {{Intellect=[[1d@{Intellect}]]}} {{Spirit_dice_size=@{Spirit}}} {{Spirit=[[1d@{Spirit}]]}} {{Strength_dice_size=@{Strength}}} {{Strength=[[1d@{Strength}]]}} {{trait_name=[[0d0 + ?{How are you attempting this action?|Agility,2|Awareness,3|Influence,4|Intellect,5|Spirit,6|Strength,7|Catalyst,1}]]}} {{Devotion_dice_size=@{Devotion}}} {{Devotion=[[1d@{Devotion}]]}} {{Liberty_dice_size=@{Liberty}}} {{Liberty=[[1d@{Liberty}]]}} {{Glory_dice_size=@{Glory}}} {{Glory=[[1d@{Glory}]]}} {{Mastery_dice_size=@{Mastery}}} {{Mastery=[[1d@{Mastery}]]}} {{Justice_dice_size=@{Justice}}} {{Justice=[[1d@{Justice}]]}} {{Truth_dice_size=@{Truth}}} {{Truth=[[1d@{Truth}]]}} {{Value=[[0d0 + ?{What's driving your motivation?|Devotion,1|Liberty,2|Glory,3|Mastery,4|Justice,5|Truth,6}]]}} {{Distinction_dice_size=8}} {{Distinction=[[1d8]]}} {{Hinder_dice_size=4}} {{Hinder=[[1d4]]}} {{Distinction_Hinder=[[0d0 +?{Does your distinction help or hinder?|Help,1|Hinder,2}]]}} {{Specialty6=[[1d6]]}} {{Specialty8=[[1d8]]}} {{Specialty10=[[1d10]]}} {{Specialty12=[[1d12]]}} {{Specialty_Apply=[[0d0 +?{Do you have a relevant specialty?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Asset6=[[1d6]]}} {{Asset8=[[1d8]]}} {{Asset10=[[1d10]]}} {{Asset12=[[1d12]]}} {{Asset=[[0d0 +?{Do you have a relevant asset?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Stress6=[[1d6]]}} {{Stress8=[[1d8]]}} {{Stress10=[[1d10]]}} {{Stress12=[[1d12]]}} {{TargetStress=[[0d0 +?{Does your target have any stress?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} ">Dice Pool Builder</button>
|
||||
<span style="font-size: 11px;">This may not work on the Roll20 Beta Mobile app.</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -994,10 +1021,10 @@
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<input type="hidden" class="sheet-locked" name="attr_SpearFighting" value="0" />
|
||||
<input type="hidden" class="sheet-locked" name="attr_Singing" value="0" />
|
||||
<div class="sheet-specialties">
|
||||
<h2>
|
||||
<input type="hidden" class="sheet-locked" name="attr_SpearFighting" value="0" />
|
||||
<input type="hidden" class="sheet-locked" name="attr_Singing" value="0" />
|
||||
<span>
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d4-280x280.png" align="left" width="25" height="25" alt="d4" />
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d6-280x280.png" align="left" width="25" height="25" alt="d6" />
|
||||
@@ -1005,7 +1032,7 @@
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d10-280x280.png" align="left" width="25" height="25" alt="d10" />
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d12-280x280.png" align="left" width="25" height="25" alt="d12" />
|
||||
</span>
|
||||
Spear Fighting
|
||||
Singing
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
@@ -1024,6 +1051,21 @@
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<input type="hidden" class="sheet-locked" name="attr_SpearFighting" value="0" />
|
||||
<div class="sheet-specialties">
|
||||
<h2>
|
||||
<input type="hidden" class="sheet-locked" name="attr_SpearFighting" value="0" />
|
||||
<span>
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d4-280x280.png" align="left" width="25" height="25" alt="d4" />
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d6-280x280.png" align="left" width="25" height="25" alt="d6" />
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d8-280x280.png" align="left" width="25" height="25" alt="d8" />
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d10-280x280.png" align="left" width="25" height="25" alt="d10" />
|
||||
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d12-280x280.png" align="left" width="25" height="25" alt="d12" />
|
||||
</span>
|
||||
Spear Fighting
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<input type="hidden" class="sheet-locked" name="attr_Strategy" value="0" />
|
||||
<div class="sheet-specialties">
|
||||
<h2>
|
||||
@@ -1426,6 +1468,32 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-PC9">
|
||||
<div class="sheet-distinction">
|
||||
<h2>Skywing Elf <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
|
||||
<div class="sheet-trigger">
|
||||
<strong>Elf Grace: </strong> Spend a <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/plotpoint.png" alt="Plot Point" width="16" height="16" align="top" /> to step up your <strong>Agility</strong> die in your dice pool for a test, contest, or challenge that factors in your elven speed and balance.
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-distinction">
|
||||
<h2>Silent Scout <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
|
||||
</div>
|
||||
<div class="sheet-distinction">
|
||||
<h2>Dashing Do-Gooder <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
|
||||
<div>
|
||||
<div class="sheet-trigger">
|
||||
<strong>Pay it Forward: </strong> When you step down a value die to step up someone else’s value in a test, contest, or challenge, you may also recover one of their stress dice equal to your original value die rating.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-distinction">
|
||||
<div>
|
||||
<div class="sheet-trigger">
|
||||
<strong>Hinder:</strong> Gain a <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/plotpoint.png" alt="Plot Point" width="16" height="16" align="top" /> when you switch out a distinction’s <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d8-280x280.png" alt="8" width="16" height="16" align="top" /> for a<img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d4-280x280.png" alt="4" width="16" height="16" align="top" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h1>Assets</h1>
|
||||
<input class="locked" type="hidden" name="attr_Portrait" value="PC0" />
|
||||
@@ -1479,6 +1547,10 @@
|
||||
<li>Luceat Candorem (Dazzling Lights)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sheet-PC9 sheet-distinction">
|
||||
<h2>Long Dagger <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Tales-of-Xadia-Playtest/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
|
||||
<p class="sheet-trigger">A dagger as long as Easgann’s forearm that can parry any blade.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-asset">
|
||||
<div class="sheet-distinction">
|
||||
@@ -2103,6 +2175,6 @@
|
||||
|
||||
|
||||
<!--
|
||||
&{template:Cortex} {{name=@{Name}}} {{portrait=@{Portrait}}} {{Catalyst_dice_size=@{Catalyst}}} {{Catalyst=[[1d@{Catalyst}]]}} {{Agility_dice_size=@{Agility}}} {{Agility=[[1d@{Agility}]]}} {{Awareness_dice_size=@{Awareness}}} {{Awareness=[[1d@{Awareness}]]}} {{Influence_dice_size=@{Influence}}} {{Influence=[[1d@{Influence}]]}} {{intellect_dice_size=@{intellect}}} {{intellect=[[1d@{intellect}]]}} {{Spirit_dice_size=@{Spirit}}} {{Spirit=[[1d@{Spirit}]]}} {{Strength_dice_size=@{Strength}}} {{Strength=[[1d@{Strength}]]}} {{trait_name=[[0d0 + ?{How are you attempting this action?|Agility,2|Awareness,3|Influence,4|Intellect,5|Spirit,6|Strength,7|Catalyst,1}]]}} {{Devotion_dice_size=@{Devotion}}} {{Devotion=[[1d@{Devotion}]]}} {{Liberty_dice_size=@{Liberty}}} {{Liberty=[[1d@{Liberty}]]}} {{Glory_dice_size=@{Glory}}} {{Glory=[[1d@{Glory}]]}} {{Mastery_dice_size=@{Mastery}}} {{Mastery=[[1d@{Mastery}]]}} {{Justice_dice_size=@{Justice}}} {{Justice=[[1d@{Justice}]]}} {{Truth_dice_size=@{Truth}}} {{Truth=[[1d@{Truth}]]}} {{Value=[[0d0 + ?{What's driving your motivation?|Devotion,1|Liberty,2|Glory,3|Mastery,4|Justice,5|Truth,6}]]}} {{Distinction_dice_size=8}} {{Distinction=[[1d8]]}} {{Hinder_dice_size=4}} {{Hinder=[[1d4]]}} {{Distinction_Hinder=[[0d0 +?{Does your distinction help or hinder?|Help,1|Hinder,2}]]}} {{Specialty6=[[1d6]]}} {{Specialty8=[[1d8]]}} {{Specialty10=[[1d10]]}} {{Specialty12=[[1d12]]}} {{Specialty_Apply=[[0d0 +?{Do you have a relevant specialty?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Asset6=[[1d6]]}} {{Asset8=[[1d8]]}} {{Asset10=[[1d10]]}} {{Asset12=[[1d12]]}} {{Asset=[[0d0 +?{Do you have a relevant asset?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Stress6=[[1d6]]}} {{Stress8=[[1d8]]}} {{Stress10=[[1d10]]}} {{Stress12=[[1d12]]}} {{TargetStress=[[0d0 +?{Does your target have any stress?|No,0|D6,6|D8,8|D10,10|D12,12}]]}}
|
||||
&{template:Cortex} {{name=@{Name}}} {{portrait=@{Portrait}}} {{Catalyst_dice_size=@{Catalyst}}} {{Catalyst=[[1d@{Catalyst}]]}} {{Agility_dice_size=@{Agility}}} {{Agility=[[1d@{Agility}]]}} {{Awareness_dice_size=@{Awareness}}} {{Awareness=[[1d@{Awareness}]]}} {{Influence_dice_size=@{Influence}}} {{Influence=[[1d@{Influence}]]}} {{Intellect_dice_size=@{Intellect}}} {{Intellect=[[1d@{Intellect}]]}} {{Spirit_dice_size=@{Spirit}}} {{Spirit=[[1d@{Spirit}]]}} {{Strength_dice_size=@{Strength}}} {{Strength=[[1d@{Strength}]]}} {{trait_name=[[0d0 + ?{How are you attempting this action?|Agility,2|Awareness,3|Influence,4|Intellect,5|Spirit,6|Strength,7|Catalyst,1}]]}} {{Devotion_dice_size=@{Devotion}}} {{Devotion=[[1d@{Devotion}]]}} {{Liberty_dice_size=@{Liberty}}} {{Liberty=[[1d@{Liberty}]]}} {{Glory_dice_size=@{Glory}}} {{Glory=[[1d@{Glory}]]}} {{Mastery_dice_size=@{Mastery}}} {{Mastery=[[1d@{Mastery}]]}} {{Justice_dice_size=@{Justice}}} {{Justice=[[1d@{Justice}]]}} {{Truth_dice_size=@{Truth}}} {{Truth=[[1d@{Truth}]]}} {{Value=[[0d0 + ?{What's driving your motivation?|Devotion,1|Liberty,2|Glory,3|Mastery,4|Justice,5|Truth,6}]]}} {{Distinction_dice_size=8}} {{Distinction=[[1d8]]}} {{Hinder_dice_size=4}} {{Hinder=[[1d4]]}} {{Distinction_Hinder=[[0d0 +?{Does your distinction help or hinder?|Help,1|Hinder,2}]]}} {{Specialty6=[[1d6]]}} {{Specialty8=[[1d8]]}} {{Specialty10=[[1d10]]}} {{Specialty12=[[1d12]]}} {{Specialty_Apply=[[0d0 +?{Do you have a relevant specialty?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Asset6=[[1d6]]}} {{Asset8=[[1d8]]}} {{Asset10=[[1d10]]}} {{Asset12=[[1d12]]}} {{Asset=[[0d0 +?{Do you have a relevant asset?|No,0|D6,6|D8,8|D10,10|D12,12}]]}} {{Stress6=[[1d6]]}} {{Stress8=[[1d8]]}} {{Stress10=[[1d10]]}} {{Stress12=[[1d12]]}} {{TargetStress=[[0d0 +?{Does your target have any stress?|No,0|D6,6|D8,8|D10,10|D12,12}]]}}
|
||||
-->
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 240 KiB |
Reference in New Issue
Block a user