Difference between revisions of "Tavern Tales"
From Roll20 Wiki
Stephen D. (Talk | contribs) m (→Macro for rolling with Attribute) |
Andreas J. (Talk | contribs) (cleanup) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{cleanup}} | |
− | + | ||
+ | Tavern Tales is a free fatasy-themed RPG. Available at [http://www.taverntalesrpg.com Taverntalesrpg.com] | ||
+ | __TOC__ | ||
− | == | + | ==Character Sheet== |
− | + | Tavern Tales have a [[Character Sheet]] in the Roll20 sheet dropdown, created in 2018 by plexsoup. | |
− | + | * [https://github.com/Roll20/roll20-character-sheets/tree/master/Tavern-Tales sheet sourcecode] | |
− | / | + | |
− | = | + | {| role="presentation" class="wikitable mw-collapsible mw-collapsed" |
− | + | | code for old custom sheet | |
+ | |- | ||
+ | | | ||
− | + | <nowiki> | |
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="sheet-TavernTalesSheetBody"> | <div class="sheet-TavernTalesSheetBody"> | ||
<div class="sheet-2colrow"> | <div class="sheet-2colrow"> | ||
Line 171: | Line 168: | ||
</div> <!-- sheet-col --> | </div> <!-- sheet-col --> | ||
</div> <!-- 2col-row --> | </div> <!-- 2col-row --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> <!-- sheet-TavernTalesSheetBody --> | </div> <!-- sheet-TavernTalesSheetBody --> | ||
− | + | </nowiki> | |
− | |||
− | + | <nowiki> | |
Line 284: | Line 275: | ||
} | } | ||
</nowiki> | </nowiki> | ||
− | + | |} | |
+ | |||
+ | ==Generic Macros== | ||
+ | {{notebox|The macros might not work with the existing Roll20 sheet.}} | ||
+ | * '''Roll Median 3d20:''' <code>/roll {3d20dl1}dh1</code> | ||
+ | |||
+ | * '''Roll with "Increase", aka Max 3d20''' <code>/roll {3d20}kh1</code> | ||
+ | |||
+ | * '''Roll with "Decrease", aka Min 3d20''' <code>/roll {3d20}kl1</code> | ||
+ | |||
+ | '''Macro for rolling with Attribute:''' | ||
+ | |||
+ | <code>/roll {3d20dl1}dh1 + ?{You have @{Selected|Spirit} Spirit, @{Selected|Mind} Mind, @{Selected|Brawn} Brawn, @{Selected|Finesse} Finesse, @{Selected|Toughness} Toughness, @{Selected|Life} Life, and @{Selected|Block} Block. What value would you like to add to the roll?|0} | ||
+ | </code> | ||
+ | <br> | ||
+ | <br> | ||
[[Category:Games]] | [[Category:Games]] |
Latest revision as of 16:46, 10 May 2020
This is outdated, or could otherwise do with some cleanup. |
Tavern Tales is a free fatasy-themed RPG. Available at Taverntalesrpg.com
Contents |
[edit] Character Sheet
Tavern Tales have a Character Sheet in the Roll20 sheet dropdown, created in 2018 by plexsoup.
code for old custom sheet |
<div class="sheet-TavernTalesSheetBody"> <div class="sheet-2colrow"> <div class="sheet-col"> <div class="sheet-Attributes"> <h3>Attributes</h3> <table> <tr> <th>Brawn: </th> <td> <input type="number" name="attr_brawn" /> </td> <td><button type='roll' style="background-color:darkred" value='/roll {3d20kl1} + @{Brawn} for decreased brawn' name='roll_DecBrawn'>Decreased</button></td> <td><button type='roll' value='/roll {3d20dl1}dh1 + @{Brawn} for brawn' name='roll_Brawn'>Normal</button></td> <td><button type='roll' style="background-color:lightgreen" value='/roll {3d20kh1} + @{Brawn} for increased brawn' name='roll_IncBrawn'>Increased</button></td> </tr> <tr> <th>Mind: </th> <td><input type="number" name="attr_mind" /></td> <td><button type='roll' style="background-color:darkred" value='/roll {3d20kl1} + @{Mind} for decreased mind' name='roll_DecMind'>Decreased</button></td> <td><button type='roll' value='/roll {3d20dl1}dh1 + @{Mind} for brawn' name='roll_Mind'>Normal</button></td> <td><button type='roll' style="background-color:lightgreen" value='/roll {3d20kh1} + @{Mind} for increased mind' name='roll_IncMind'>Increased</button></td> </tr> <tr> <th>Finesse: </th> <td><input type="number" name="attr_finesse" /></td> <td><button type='roll' style="background-color:darkred" value='/roll {3d20kl1} + @{Finesse} for decreased Finesse'>Decreased</button></td> <td><button type='roll' value='/roll {3d20dl1}dh1 + @{Finesse} for Finesse'>Normal</button></td> <td><button type='roll' style="background-color:lightgreen" value='/roll {3d20kh1} + @{Finesse} for increased Finesse'>Increased</button></td> </tr> <tr> <th>Spirit: </th> <td><input type="number" name="attr_spirit" /></td> <td><button type='roll' style="background-color:darkred" value='/roll {3d20kl1} + @{Spirit} for decreased Spirit'>Decreased</button></td> <td><button type='roll' value='/roll {3d20dl1}dh1 + @{Spirit} for Spirit'>Normal</button></td> <td><button type='roll' style="background-color:lightgreen" value='/roll {3d20kh1} + @{Spirit} for increased Spirit'>Increased</button></td> </tr> </table> </div> <div class="sheet-combatDamage"> <input type="number" name="attr_currentDamageDice" value="1"/> d <select name="attr_currentDamageDieType" class="sheet-dieTypeSelect" value="8"> <option value="6">6</option> <option value="8">8</option> </select> + <select name="attr_currentDamageModifierAttribute" style="width:100px;"> <option value="@{Brawn}" selected="selected">Brawn</option> <option value="@{Finesse}">Finesse</option> <option value="@{Mind}">Mind</option> <option value="@{Spirit}">Spirit</option> </select> <button type='roll' value='/roll @{currentDamageDice}d@{currentDamageDieType} + @{currentDamageModifierAttribute} for damage'> Damage</button> </div> <div class="sheet-defense"> <p>Toughness: <input type="number" name="attr_toughness" /> Life: <input type="number" name="attr_life" /> MaxLife: <input type="number" name="attr_life_max" value="@{toughness}*4" /></p> <p>Block: <input type="number" name="attr_block" /> Soak: <input type="number" name="attr_soak" /> Advantage: <input type="number" name="attr_advantage" /></p> </div> <div class="sheet-equipment"> <div class="sheet-Weapons"> <h3>Weapons (name, keywords)</h3> <fieldset class="repeating_weapons"> <input type="text" class="sheet-TTitemName" name="attr_WeaponName" /> <input type="text" class="sheet-TTitemDesc" name="attr_weaponKeywords" /> </fieldset> </div> <div class="sheet-Armor"> <h3>Armor (name, properties)</h3> <fieldset class="repeating_armor"> <input type="text" class="sheet-TTitemName" name="attr_ArmorName" /> <input type="text" class="sheet-TTitemDesc" name="attr_armorKeywords" /> </fieldset> </div> <div class="sheet-MiscEquipment"> <h3>Other Equipment (name, description)</h3> <fieldset class="repeating_miscEquipment"> <input type="text" class="sheet-TTitemName" name="attr_EquipmentName" /> <input type="text" class="sheet-TTitemDesc" name="attr_equipmentDescription" /> </fieldset> </div> <div class="sheet-Gold"> <h3>Gold</h3> <input type="number" name="attr_gold"/> </div> </div> <!-- Equipment --> </div> <!-- sheet-col --> <div class="sheet-col"> <div class="sheet-logo"> <img src="http://i.imgur.com/1ZKy6mc.jpg"> </div> <div class="sheet-buffs"> <h3>Buffs and Debuffs</h3> <textarea class="sheet-BuffEntryField" name="attr_BuffsAndDebuffs"></textarea> </div> <div class="sheet-traits"> <h3>Traits (Name, Description, Type)</h3> <fieldset class="repeating_Traits"> <!-- <input type="text" class="sheet-TTtraitName" name="attr_TraitName" /> --> <!-- <input type="text" class="sheet-TTtraitDesc" name="attr_TraitDescription" /> --> <textarea class="sheet-TTtraitName" name="attr_TraitName" rows="2"></textarea> <textarea class="sheet-TTtraitDesc" name="attr_TraitDescription" rows="2"></textarea> <!-- <select class="sheet-TTTraitType" name="attr_TraitType" value="Combat"> <option value="Combat">C</option> <option value="Exploration">E</option> <option value="Interaction">I</option> </select> --> </fieldset> </div> </div> <!-- sheet-col --> </div> <!-- 2col-row --> </div> <!-- sheet-TavernTalesSheetBody -->
|
[edit] Generic Macros
The macros might not work with the existing Roll20 sheet. |
- Roll Median 3d20:
/roll {3d20dl1}dh1
- Roll with "Increase", aka Max 3d20
/roll {3d20}kh1
- Roll with "Decrease", aka Min 3d20
/roll {3d20}kl1
Macro for rolling with Attribute:
/roll {3d20dl1}dh1 + ?{You have @{Selected|Spirit} Spirit, @{Selected|Mind} Mind, @{Selected|Brawn} Brawn, @{Selected|Finesse} Finesse, @{Selected|Toughness} Toughness, @{Selected|Life} Life, and @{Selected|Block} Block. What value would you like to add to the roll?|0}