mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Update karyu.html (#7083)
Update da ficha de Karyu, acrescentando Botões de rolagem, organizando as ocupações e acrescentando uma e acrescentando checkbox de ferimento e uma barra a mais nos caminhos. Alterações Acréscimo de botões de rolagem na ficha Acréscimo de caixas de ferimento adicionais Acréscimo da caixa de Karma na ficha Acréscimo da barra de escritas "reviravoltas" Acréscimo do botão de rolagem com vantagem e desvantagem. Changes Addition of scroll buttons on the plug Addition of additional injury boxes Adding the Karma box to the form Addition of the "twists" writing bar Addition of the scroll button with advantage and disadvantage.
This commit is contained in:
+71
-42
@@ -16,9 +16,13 @@
|
||||
<input type="number" style="width:40px;height:30px" name="attr_aura" placeholder="1" />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<h3>Sincronização:</h3>
|
||||
<h3>Sincronização:</h3>
|
||||
<input type="number" style="width:40px;height:30px" name="attr_sinx" placeholder="0" />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<h3>Karma:</h3>
|
||||
<input type="number" style="width:40px;height:30px" name="attr_karma" placeholder="0" />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<span>
|
||||
<h3>Nagen:</h3>
|
||||
@@ -39,11 +43,12 @@
|
||||
<input type="checkbox"> <br/>
|
||||
<input type="text" style="width:370px" class="sheet.path1.3" name="attr_caminho1.3" placeholder="Evento do caminho" />
|
||||
<input type="checkbox"> <br/>
|
||||
<input type="text" class="reviravolta" name="attr_reviravolta" placeholder="Reviravolta" /><br/>
|
||||
<p> </p>
|
||||
</div>
|
||||
|
||||
<div class='sheet-col lacos'>
|
||||
<h3>Laços:</h3>
|
||||
<h3>Laços:</h3>
|
||||
<fieldset class="repeating_bonds" name="attr_bond">
|
||||
<tr>
|
||||
<td><input type="text" name="attr_bondname"></td>
|
||||
@@ -62,13 +67,28 @@
|
||||
<div class='sheet-col'>
|
||||
<h3>Atributos:</h3>
|
||||
Agilidade <input type="number" name="attr_agi" class="atr" style="width:40px;height:30px"/>
|
||||
Força <input type="number" name="attr_for" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_agicheck" title='agicheck' value=" [[{@{agi}d6sd + ?{Dado de Sincronizacao|0}d10sd}kh2+?{Técnica ou Ocupacao|0}]]"></button>
|
||||
Força <input type="number" name="attr_for" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_forcheck" title='forcheck' value=" [[{@{for}d6sd + ?{Dado de Sincronizacao|0}d10sd}kh2+?{Técnica ou Ocupacao|0}]]"></button>
|
||||
Instinto <input type="number" name="attr_ins" class="atr" style="width:40px;height:30px"/>
|
||||
Presença <input type="number" name="attr_pre" class="atr" style="width:40px;height:30px"/>
|
||||
Razão <input type="number" name="attr_raz" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_inscheck" title='inscheck' value=" [[{@{ins}d6sd + ?{Dado de Sincronizacao|0}d10sd}kh2+?{Técnica ou Ocupacao|0}]]"></button>
|
||||
Presença <input type="number" name="attr_pre" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_precheck" title='precheck' value=" [[{@{pre}d6sd + ?{Dado de Sincronizacao|0}d10sd}kh2+?{Técnica ou Ocupacao|0}]]"></button>
|
||||
Razão <input type="number" name="attr_raz" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_razcheck" title='razcheck' value=" [[{@{raz}d6sd + ?{Dado de Sincronizacao|0}d10sd}kh2+?{Técnica ou Ocupacao|0}]]"></button>
|
||||
Vontade <input type="number" name="attr_von" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_voncheck" title='vonccheck' value=" [[{@{von}d6sd + ?{Dado de Sincronizacao|0}d10sd}kh2+?{Técnica ou Ocupacao|0}]]"></button>
|
||||
</div>
|
||||
<p> </p>
|
||||
|
||||
<div class='sheet-col VD'>
|
||||
<h3>Vantagem/Desvantagem:</h3>
|
||||
<input type="number" disabled=true name="attr_vd" class="atr" style="width:40px;height:30px"/>
|
||||
<button type="roll" name="attr_VD" title='VDcheck' value=" [[{?{Valor com vantagem ou desvantagem|0}d6sd+?{Dado de Sincronização|0}d10sd}kh2 + ?{Técnica ou Ocupação|0}]]"></button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
<div class='sheet-8colrow'>
|
||||
@@ -76,23 +96,23 @@
|
||||
<h3>Atributos Derivados:</h3>
|
||||
<b>Limiar de Defesa</b> (Instinto)
|
||||
<input type="number" disabled=true value="@{Aura}+@{agi}+@{ins}+@{evasao}+@{DefMod}" name="attr_DefIns"> <br/>
|
||||
<b>Limiar de Defesa</b> (Razão)
|
||||
<b>Limiar de Defesa</b> (Razão)
|
||||
<input type="number" disabled=true value="@{Aura}+@{agi}+@{raz}+@{evasao}+@{DefMod}" name="attr_DefRaz">
|
||||
Bônus/Penalidade de Defesa
|
||||
Bônus/Penalidade de Defesa
|
||||
<input type="number" style="width:40px;height:30px" name="attr_DefMod" value="0" /> <br />
|
||||
<b>Limiar de Proteção</b>
|
||||
<b>Limiar de Proteção</b>
|
||||
<input type="number" disabled=true value="@{Aura}+@{For}+@{Bloqueio}+@{ProtMod}" name="attr_Prot">
|
||||
Bônus/Penalidade de Proteção
|
||||
Bônus/Penalidade de Proteção
|
||||
<input type="number" style="width:40px;height:30px" name="attr_ProtMod" value="0" /> <br />
|
||||
<b>Limiar de Canalização</b>
|
||||
<b>Limiar de Canalização</b>
|
||||
<input type="number" disabled=true value="@{Aura}+@{CanMod}+2" name="attr_Can">
|
||||
Bônus/Penalidade de Canalização
|
||||
Bônus/Penalidade de Canalização
|
||||
<input type="number" style="width:40px;height:30px" name="attr_CanMod" value="0" /> <br />
|
||||
<b>Barra de Vigor</b> Máxima
|
||||
<b>Barra de Vigor</b> Máxima
|
||||
<input type="number" disabled=true value="@{Aura}+@{for}+@{von}+@{VigMod}" name="attr_VigMax">
|
||||
Atual
|
||||
<input type="number" value="@{VigMax}">
|
||||
Bônus/Penalidade de Vigor:
|
||||
Bônus/Penalidade de Vigor:
|
||||
<input type="number" style="width:40px;height:30px" name="attr_VigMod" value="0" /> <br />
|
||||
</div>
|
||||
</div>
|
||||
@@ -102,6 +122,10 @@
|
||||
<div class='sheet-col injury'>
|
||||
<h3>Ferimento:</h3>
|
||||
<input type="checkbox" name="attr_injury" class="checkboxInjury">
|
||||
<input type="checkbox" name="attr_injury1" class="checkboxInjury1">
|
||||
<input type="checkbox" name="attr_injury2" class="checkboxInjury2">
|
||||
<input type="checkbox" name="attr_injury3" class="checkboxInjury3">
|
||||
<input type="checkbox" name="attr_injury4" class="checkboxInjury4">
|
||||
</div>
|
||||
|
||||
|
||||
@@ -110,7 +134,7 @@
|
||||
|
||||
<div class='sheet-3colrow'>
|
||||
|
||||
<h3>Ocupações:</h3>
|
||||
<h3>Ocupações:</h3>
|
||||
|
||||
<div class='sheet-col'>
|
||||
Artista <select name="attr_artista" class="ocu" style="width:40px;height:30px">
|
||||
@@ -131,22 +155,33 @@
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select> <br />
|
||||
</div>
|
||||
|
||||
<div class='sheet-col'>
|
||||
<div class='sheet-col'>
|
||||
Diplomata <select name="attr_diplomata" class="ocu" style="width:40px;height:30px" checked='true'>
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select> <br />
|
||||
</select> <br />
|
||||
</div>
|
||||
Engenheiro <select name="attr_engen" class="ocu" style="width:40px;height:30px">
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select> <br />
|
||||
Místico <select name="attr_mistico" class="ocu" style="width:40px;height:30px" >
|
||||
Medico <select name="attr_med" class="ocu" style="width:40px;height:30px">
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select> <br />
|
||||
Místico <select name="attr_mistico" class="ocu" style="width:40px;height:30px" >
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select> <br />
|
||||
Piloto <select name="attr_piloto" class="ocu" style="width:40px;height:30px%" >
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
@@ -155,12 +190,6 @@
|
||||
</div>
|
||||
|
||||
<div class='sheet-col'>
|
||||
Piloto <select name="attr_piloto" class="ocu" style="width:40px;height:30px%" >
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select> <br />
|
||||
Trapaceiro <select name="attr_trapaceiro" class="ocu" style="width:40px;height:30px%" >
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
@@ -186,7 +215,7 @@
|
||||
</div>
|
||||
|
||||
<div class='sheet-col'>
|
||||
Agarrão <img src="https://cdn-images-1.medium.com/max/800/1*dKFHUTB3MRedKsNk1JbhiA.png" style="width:35px;height:35px">
|
||||
Agarrão <img src="https://cdn-images-1.medium.com/max/800/1*dKFHUTB3MRedKsNk1JbhiA.png" style="width:35px;height:35px">
|
||||
<select name="attr_agarrao" class="esl" style="width:40px;height:30px">
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
@@ -218,7 +247,7 @@
|
||||
|
||||
<div class='sheet-col'>
|
||||
|
||||
Projétil <img src="https://cdn-images-1.medium.com/max/800/1*Nsi0Ol2lRVvuNOYJb8oxrQ.png" style="width:35px;height:35px">
|
||||
Projétil <img src="https://cdn-images-1.medium.com/max/800/1*Nsi0Ol2lRVvuNOYJb8oxrQ.png" style="width:35px;height:35px">
|
||||
<select name="attr_projetil" class="esl" style="width:40px;height:30px" checked='true'>
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
@@ -238,7 +267,7 @@
|
||||
|
||||
<p> </p>
|
||||
|
||||
Evasão <img src="https://cdn-images-1.medium.com/max/800/1*eBRhDYyN_mFCbGZ6Cqhuww.png" style="width:35px;height:35px">
|
||||
Evasão <img src="https://cdn-images-1.medium.com/max/800/1*eBRhDYyN_mFCbGZ6Cqhuww.png" style="width:35px;height:35px">
|
||||
<select name="attr_evasao" class="esl" style="width:40px;height:30px">
|
||||
<option value="0">0</option>
|
||||
<option value="1">1</option>
|
||||
@@ -255,43 +284,43 @@
|
||||
<h3>Trunfos:</h3>
|
||||
|
||||
<input type="text" name="attr_trunfo1nome" placeholder="Trunfo 1" /><br />
|
||||
<textarea name="attr_trunfo1" placeholder="Descrição do Trunfo" rows="10" cols="40"></textarea><br />
|
||||
<textarea name="attr_trunfo1" placeholder="Descrição do Trunfo" rows="10" cols="40"></textarea><br />
|
||||
<input type="text" name="attr_trunfo2nome" placeholder="Trunfo 2" /><br />
|
||||
<textarea name="attr_trunfo2" placeholder="Descrição do Trunfo" rows="10" cols="40"></textarea><br />
|
||||
<textarea name="attr_trunfo2" placeholder="Descrição do Trunfo" rows="10" cols="40"></textarea><br />
|
||||
</div>
|
||||
|
||||
<div class='sheet-col'>
|
||||
|
||||
<h3>Técnicas:</h3>
|
||||
<h3>Técnicas:</h3>
|
||||
<fieldset class="repeating_techs" name="attr_techs">
|
||||
<input type="text" name="attr_tech" placeholder="Nome da Técnica"/> <br />
|
||||
<input type="text" name="attr_tech" placeholder="Nome da Técnica"/> <br />
|
||||
|
||||
<span>Tipo de Técnica:</span><br />
|
||||
<span>Tipo de Técnica:</span><br />
|
||||
<select name="attr_skilltype" class="tipo" checked='true'>
|
||||
<option>Agarrão</option>
|
||||
<option>Agarrão</option>
|
||||
<option>Bloqueio</option>
|
||||
<option>Combo</option>
|
||||
<option>Evasão</option>
|
||||
<option>Evasão</option>
|
||||
<option>Golpe</option>
|
||||
<option>Nenhum</option>
|
||||
<option>Projétil</option>
|
||||
<option>Projétil</option>
|
||||
</select> <br />
|
||||
|
||||
<span>Elemento de Técnica:</span><br />
|
||||
<span>Elemento de Técnica:</span><br />
|
||||
<select name="attr_skillelement" class="tipo" checked='true'>
|
||||
<option>Água</option>
|
||||
<option>Água</option>
|
||||
<option>Ar</option>
|
||||
<option>Éter</option>
|
||||
<option>Éter</option>
|
||||
<option>Fogo</option>
|
||||
<option>Terra</option>
|
||||
</select><br />
|
||||
|
||||
<span>Descrição da Técnica:</span>
|
||||
<textarea name="attr_skilldescription" placeholder="Descrição da Técnica" rows="10" cols="40"></textarea><br />
|
||||
<span>Descrição da Técnica:</span>
|
||||
<textarea name="attr_skilldescription" placeholder="Descrição da Técnica" rows="10" cols="40"></textarea><br />
|
||||
|
||||
Nagen <input type="number" style="width:40px;height:30px" name="attr_nagen"> Dano <input type="number" style="width:40px;height:30px" name="attr_damage">
|
||||
Ougi <input type="checkbox" name="attr_ougi"> <input type="text" style="width:300px" placeholder="Efeito do Ougi" name="attr_ougieffect"><br />
|
||||
<p> </p>
|
||||
</fieldset>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user