mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Add automatic successes to join battle/debate/war
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="bio sheet-3colrow">
|
||||
<div class="bio sheet-3colrow">
|
||||
<div class="sheet-col center">
|
||||
<img src="http://i.imgur.com/RgaO9Ft.gif" class="banner" />
|
||||
</div>
|
||||
@@ -631,9 +631,9 @@
|
||||
<h1 class="separator vspace"><span>Combat</span></h1>
|
||||
<div class="combat-equipment">
|
||||
<div class="weapons" style="width: 67%">
|
||||
<div style="width: 32%; display: inline-block" class="center"><button class="tokenaction blank-roll-button" type="roll" name="roll_JoinBattle" value="/me joins the fight\n/r (@{Wits}+@{Awareness}*(1-@{Awareness|max})+?{Stunt or Specialty|0})t[exalted] &{tracker}">Join Battle</button></div>
|
||||
<div style="width: 32%; display: inline-block" class="center"><button class="tokenaction blank-roll-button" type="roll" name="roll_JoinDebate" value="/me joins the argument\n/r (@{Wits}+@{Awareness}*(1-@{Awareness|max})+?{Stunt or Specialty|0})t[exalted] &{tracker}">Join Debate</button></div>
|
||||
<div style="width: 32%; display: inline-block" class="center"><button class="tokenaction blank-roll-button" type="roll" name="roll_JoinWar" value="/me joins the war\n/r (@{Wits}+@{War}*(1-@{War|max})+?{Stunt or Specialty|0})t[exalted] &{tracker}">Join War</button></div>
|
||||
<div style="width: 32%; display: inline-block" class="center"><button class="tokenaction blank-roll-button" type="roll" name="roll_JoinBattle" value="/me joins the fight\n/r (@{Wits}+@{Awareness}*(1-@{Awareness|max})+?{Bonus Dice (Charms, Stunts, etc.)|0})t[exalted]+?{Automatic Successes|0} &{tracker}">Join Battle</button></div>
|
||||
<div style="width: 32%; display: inline-block" class="center"><button class="tokenaction blank-roll-button" type="roll" name="roll_JoinDebate" value="/me joins the argument\n/r (@{Wits}+@{Awareness}*(1-@{Awareness|max})+?{Bonus Dice (Charms, Stunts, etc.)|0})t[exalted]+?{Automatic Successes|0} &{tracker}">Join Debate</button></div>
|
||||
<div style="width: 32%; display: inline-block" class="center"><button class="tokenaction blank-roll-button" type="roll" name="roll_JoinWar" value="/me joins the war\n/r (@{Wits}+@{War}*(1-@{War|max})+?{Bonus Dice (Charms, Stunts, etc.)|0})t[exalted]+?{Automatic Successes|0} &{tracker}">Join War</button></div>
|
||||
<div class="vspace"></div>
|
||||
<span class="span-header center" style="padding: 0px; width: 130px">Weapon / Attack</span>
|
||||
<span class="span-header center" style="padding: 0px; width: 49px">Speed</span>
|
||||
|
||||
Reference in New Issue
Block a user