mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Finish update. Add new inputs. Add Initiative mod.
Finished adding the new updates to the system. Created a variable generic roll input. Added modifier input for initiative. Rework names and visual styles. Added new inputs for movement, luck and dodge.
This commit is contained in:
+85
-40
@@ -89,7 +89,7 @@ label, input, button, select, textarea {
|
||||
height: 100%;
|
||||
}
|
||||
.ui-dialog .charsheet button[type="roll"]:before {
|
||||
color: #484848;
|
||||
color: #686868;
|
||||
font-family: "Pictos";
|
||||
font-size: 1rem;
|
||||
content: "y";
|
||||
@@ -125,7 +125,7 @@ label, input, button, select, textarea {
|
||||
justify-content: center;
|
||||
}
|
||||
.Hidden {
|
||||
opacity: 0%;
|
||||
opacity: 0% !important;
|
||||
}
|
||||
|
||||
.OpenSans {
|
||||
@@ -175,6 +175,9 @@ label, input, button, select, textarea {
|
||||
color: var(--tabtext);
|
||||
font-family: "Open Sans";
|
||||
}
|
||||
.charsheet input[type="radio"]:not(:checked)+label {
|
||||
color: #A9A9A9;
|
||||
}
|
||||
.charsheet .Iniciativa__Box {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
@@ -196,33 +199,22 @@ label, input, button, select, textarea {
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.Nivel_P__Box--Left, .Nivel_P__Box--Right {
|
||||
.Nivel_P__Box {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
border: solid thin var(--boxborder);
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.Nivel_P__Box--Left {
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
width: 35%;
|
||||
}
|
||||
.Nivel_P__Box--Right {
|
||||
border-radius: 0px 10px 10px 0px;
|
||||
width: 65%;
|
||||
width: 7.5%;
|
||||
}
|
||||
|
||||
.Nivel_P__Label--Left, .Nivel_P__Label--Right {
|
||||
.Nivel_P__Label {
|
||||
background: var(--boxbg);
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
padding-block: 0.3rem;
|
||||
width: 100%;
|
||||
}
|
||||
.Nivel_P__Label--Left {
|
||||
border-radius: 10px 0px 0px 0px;
|
||||
}
|
||||
.Nivel_P__Label--Right {
|
||||
border-radius: 0px 10px 0px 0px;
|
||||
}
|
||||
|
||||
.Nivel_P__Input {
|
||||
background: none;
|
||||
@@ -234,7 +226,7 @@ label, input, button, select, textarea {
|
||||
.Column__Triple {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 28.5%;
|
||||
width: 29.5%;
|
||||
}
|
||||
.Column__Double {
|
||||
display: flex;
|
||||
@@ -303,7 +295,7 @@ label, input, button, select, textarea {
|
||||
border: solid thin var(--boxborder);
|
||||
border-radius: 10px;
|
||||
flex-direction: column;
|
||||
width: 22%;
|
||||
width: 25%;
|
||||
}
|
||||
.Jogador__Label {
|
||||
background: var(--boxbg);
|
||||
@@ -450,7 +442,6 @@ label, input, button, select, textarea {
|
||||
.GameplayUpper__Wrap {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-right: 2.5%;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.GameplayUpper__Wrap--Left {
|
||||
@@ -458,7 +449,7 @@ label, input, button, select, textarea {
|
||||
border-top: solid thin var(--boxborder);
|
||||
border-radius: 10px;
|
||||
flex-direction: column;
|
||||
width: 42%;
|
||||
width: 34%;
|
||||
}
|
||||
|
||||
.Status__Wrap {
|
||||
@@ -526,12 +517,49 @@ label, input, button, select, textarea {
|
||||
width: calc(100% - 4px);
|
||||
}
|
||||
|
||||
.Proficiencias__Especiais--Wrap {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
width: 12%;
|
||||
}
|
||||
.Proficiencias__Especiais--Box {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-block: 0.5rem;
|
||||
margin-right: 0.1rem;
|
||||
}
|
||||
.Proficiencias__Especiais--Text {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
.Deslocamento__Box {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
border: solid thin var(--boxborder);
|
||||
border-radius: 10px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
.Deslocamento__Label {
|
||||
background: var(--boxbg);
|
||||
border-radius: 10px 10px 0 0;
|
||||
padding-block: 0.3rem;
|
||||
width: 100%;
|
||||
}
|
||||
.Deslocamento__Input {
|
||||
background: none;
|
||||
border: none;
|
||||
font-size: 14px;
|
||||
padding-block: 0.5rem;
|
||||
}
|
||||
|
||||
.Armas__Wrap {
|
||||
display: flex;
|
||||
border: solid thin var(--boxborder);
|
||||
border-radius: 10px;;
|
||||
flex-direction: column;
|
||||
width: 55%;
|
||||
width: 48%;
|
||||
}
|
||||
.Armas__Label {
|
||||
background: var(--boxbg);
|
||||
@@ -541,11 +569,26 @@ label, input, button, select, textarea {
|
||||
}
|
||||
.Armas__Section {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-inline: 1rem;
|
||||
width: calc(100% - 2rem);
|
||||
padding-left: 0.25rem;
|
||||
width: calc(100% - 1rem);
|
||||
}
|
||||
.Armas__Row {
|
||||
display: flex;
|
||||
height: 1.1rem !important;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 0.2rem;
|
||||
width: 100%;
|
||||
}
|
||||
.Armas__Row--First{
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
.Armas__Nome--First, .Armas__Dano--First {
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
color: #a0a0a0 !important;
|
||||
font-size: 0.55rem;
|
||||
}
|
||||
.Armas__Coluna {
|
||||
align-items: center;
|
||||
@@ -555,17 +598,15 @@ label, input, button, select, textarea {
|
||||
width: 100%;
|
||||
}
|
||||
.ArmasBotao {
|
||||
width: 2%;
|
||||
width: 4% !important;
|
||||
}
|
||||
.ArmasNome {
|
||||
width: 54%;
|
||||
width: 38% !important;
|
||||
}
|
||||
.ArmasDano {
|
||||
width: 20%;
|
||||
}
|
||||
.ArmasQuant {
|
||||
width: 15%;
|
||||
width: 15% !important;
|
||||
}
|
||||
|
||||
.Armas__Description {
|
||||
align-items: center;
|
||||
color: var(--fontsub);
|
||||
@@ -583,7 +624,6 @@ label, input, button, select, textarea {
|
||||
border-bottom: solid thin var(--boxborder);
|
||||
display: flex;
|
||||
padding-block: 0.2rem;
|
||||
width: calc(100% - 1px);
|
||||
}
|
||||
.Armas__Button {
|
||||
align-content: center;
|
||||
@@ -597,7 +637,6 @@ label, input, button, select, textarea {
|
||||
|
||||
.GameplayLower__Wrap {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.Proficiencias__Box {
|
||||
@@ -660,7 +699,7 @@ label, input, button, select, textarea {
|
||||
width: 100%;
|
||||
}
|
||||
.Proficiencias__First--Row {
|
||||
margin-top: 0.75rem;
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
.Proficiencias__Label {
|
||||
align-items: center;
|
||||
@@ -683,6 +722,13 @@ label, input, button, select, textarea {
|
||||
.ProficienciasNome {
|
||||
width: 75%;
|
||||
}
|
||||
.ProficienciasNivel__First, .ProficienciasNome__First {
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
color: #a0a0a0 !important;
|
||||
font-size: 0.55rem;
|
||||
text-align: center !important;
|
||||
}
|
||||
.Proficiencias__Input--Nivel, .Proficiencias__Input--Nome {
|
||||
background: none;
|
||||
border: none;
|
||||
@@ -731,7 +777,7 @@ label, input, button, select, textarea {
|
||||
.Inventory__Textarea {
|
||||
background: none;
|
||||
border: none;
|
||||
padding-bottom: 0.2rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-top: 0.3rem;
|
||||
text-align: start;
|
||||
width: 100%;
|
||||
@@ -879,7 +925,6 @@ label, input, button, select, textarea {
|
||||
}
|
||||
.Rolagens__Box--Generica {
|
||||
margin-left: 0.75rem;
|
||||
width: 15%;
|
||||
}
|
||||
.Rolagens__Button {
|
||||
margin-right: 0.5rem;
|
||||
@@ -892,7 +937,7 @@ label, input, button, select, textarea {
|
||||
border: none;
|
||||
border-bottom: solid thin var(--boxborder);
|
||||
display: flex;
|
||||
width: 100%;
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
.charsheet .Tab__Habilidades {
|
||||
@@ -1360,7 +1405,7 @@ label, input, button, select, textarea {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
text-align: left;
|
||||
width: 12rem;
|
||||
width: 15rem;
|
||||
}
|
||||
.sheet-rolltemplate-3dxhabilidade div.sheet-roll-container div.sheet-roll-attribute span.sheet-roll-value {
|
||||
color: #D0D0D0;
|
||||
|
||||
+141
-106
@@ -1,13 +1,4 @@
|
||||
<div class="Root">
|
||||
<!-- PROFICIENCIAS ESPECIAIS -->
|
||||
<div class="Proficiencias__Wrap__Especial">
|
||||
<button type="roll" name="roll3d6-2_sorte" size="1" class="charsheet HabilidadesCard__Button OpenSans" value="&{template:3dxsorte} {{dadogenerico=3d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6-2]]}}">
|
||||
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Sorte</span>
|
||||
</button>
|
||||
<button type="roll" name="roll3d6-2_esquiva" size="1" class="charsheet HabilidadesCard__Button OpenSans" value="&{template:3dxesquiva} {{dadogenerico=3d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6]]}}">
|
||||
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Esquiva</span>
|
||||
</button>
|
||||
</div>
|
||||
<!-- TABS START -->
|
||||
<input type="radio" id="radiopersonagem" class="charsheet Radio__Personagem" value="0" name="attr_tab" checked>
|
||||
<label for="radiopersonagem" class="TabLabel__Personagem">PERSONAGEM</label>
|
||||
@@ -17,31 +8,27 @@
|
||||
<!-- ROLAGENS EXTRAS START -->
|
||||
<div class="Rolagens__Wrap">
|
||||
<div class="Rolagens__Box">
|
||||
<button type="roll" name="roll-iniciativatop" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxiniciativa} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6 &{tracker}]]}}">
|
||||
<button type="roll" name="roll-iniciativatop" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxiniciativa} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6+@{iniciativa} &{tracker}]]}}">
|
||||
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Iniciativa</span>
|
||||
</button>
|
||||
<input type="text" name="attr_iniciativa" class="charsheet Rolagens__Input OpenSans" size="1" placeholder="+ Mod.">
|
||||
</div>
|
||||
<div class="Rolagens__Box Rolagens__Box--Generica">
|
||||
<button type="roll" name="roll-d6gen" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxgenerico} {{dadogenerico=@{rolagemgenerica}}} {{namepdj=@{personagem}}} {{macrocalculo=[[@{rolagemgenerica}]]}}"></button>
|
||||
<input type="text" name="attr_rolagemgenerica" class="charsheet Rolagens__Input OpenSans" size="1" placeholder="1d6, 2d6 etc">
|
||||
<button type="roll" name="roll-d6gen" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxgenerico} {{dadogenerico=@{rolagemgenerica}}} {{namepdj=@{personagem}}} {{macrocalculo=[[@{rolagemgenerica}]]}}">
|
||||
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Genérico</span>
|
||||
</button>
|
||||
<input type="text" name="attr_rolagemgenerica" class="charsheet Rolagens__Input OpenSans" size="1" placeholder="1d6 etc">
|
||||
</div>
|
||||
</div>
|
||||
<!-- ROLAGENS EXTRAS END -->
|
||||
|
||||
<!-- TAB PERSONAGEM -->
|
||||
<div class="Tab__Display Tab__Personagem">
|
||||
<!-- HEADER START -->
|
||||
<div class="Header">
|
||||
<!-- NÍVEL -->
|
||||
<div class="Nivel_P__Section">
|
||||
<div class="Nivel_P__Box--Left">
|
||||
<label for="personagem" class="Nivel_P__Label--Left OpenSans">NP</label>
|
||||
<input type="text" name="attr_nivel_personagem" class="Nivel_P__Input OpenSans">
|
||||
</div>
|
||||
<div class="Nivel_P__Box--Right">
|
||||
<label for="personagem" class="Nivel_P__Label--Right OpenSans">EXP</label>
|
||||
<input type="text" name="attr_exp_personagem" class="Nivel_P__Input OpenSans">
|
||||
</div>
|
||||
<div class="Nivel_P__Box">
|
||||
<label for="personagem" class="Nivel_P__Label OpenSans">NÍVEL</label>
|
||||
<input type="text" name="attr_nivel_personagem" class="Nivel_P__Input OpenSans">
|
||||
</div>
|
||||
<!-- PERSONAGEM -->
|
||||
<div class="Column__Triple">
|
||||
@@ -134,6 +121,7 @@
|
||||
<div class="Gameplay">
|
||||
<div class="Gameplay__Wrap">
|
||||
<div class="GameplayUpper__Wrap">
|
||||
<!-- GAMEPLAY START -->
|
||||
<div class="GameplayUpper__Wrap--Left">
|
||||
<!-- STATUS START -->
|
||||
<div class="Status__Wrap">
|
||||
@@ -176,55 +164,94 @@
|
||||
<!-- COMPLICAÇÕES START -->
|
||||
<div class="Complicacoes__Box">
|
||||
<label for="complicacoes" class="Complicacoes__Label OpenSans">COMPLICAÇÕES</label>
|
||||
<textarea name="attr_complicacoes" rows="8" class="Complicacoes__Textarea OpenSans"></textarea>
|
||||
<textarea name="attr_complicacoes" rows="6" class="Complicacoes__Textarea OpenSans"></textarea>
|
||||
</div>
|
||||
<!-- COMPLICAÇÕES END-->
|
||||
</div>
|
||||
<!-- GAMEPLAY END -->
|
||||
<!-- PROFICIENCIAS ESPECIAIS START -->
|
||||
<div class="Proficiencias__Especiais--Wrap">
|
||||
<div class="Deslocamento__Box">
|
||||
<label class="Deslocamento__Label OpenSans">DESLOC.</label>
|
||||
<input type="text" name="attr_deslocamento" size="1" class="Deslocamento__Input OpenSans">
|
||||
</div>
|
||||
<div class="Deslocamento__Box">
|
||||
<label class="Deslocamento__Label OpenSans">SORTE</label>
|
||||
<div class="Proficiencias__Especiais--Box">
|
||||
<button type="roll" name="roll3d6-2_sorte" size="1" class="charsheet HabilidadesCard__Button Proficiencias__Especiais--Button OpenSans" value="&{template:3dxsorte} {{dadogenerico=3d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6-2]]}}">
|
||||
<span class="HabilidadesCard__Button--Text Proficiencias__Especiais OpenSans Proficiencias__Especiais--Text">3d6-2</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Deslocamento__Box">
|
||||
<label class="Deslocamento__Label OpenSans">ESQUIVA</label>
|
||||
<div class="Proficiencias__Especiais--Box">
|
||||
<button type="roll" name="roll3d6-2_esquiva" size="1" class="charsheet HabilidadesCard__Button Proficiencias__Especiais--Button OpenSans" value="&{template:3dxesquiva} {{dadogenerico=3d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6]]}}">
|
||||
<span class="HabilidadesCard__Button--Text Proficiencias__Especiais OpenSans Proficiencias__Especiais--Text">3d6</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- PROFICIENCIAS ESPECIAIS END -->
|
||||
<!-- ARMAS START -->
|
||||
<div class="Armas__Wrap">
|
||||
<label for="armas" class="Armas__Label OpenSans">ARMAS</label>
|
||||
<!-- ARMAS -->
|
||||
<div class="Armas__Section">
|
||||
<!-- BOTOES -->
|
||||
<div class="Armas__Coluna ArmasBotao">
|
||||
<label for="nome" class="Armas__Description Hidden">BOTAO</label>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome1}}} {{nomedado=(@{dano1})}} {{macrocalculo=[[@{dano1}]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome2}}} {{nomedado=(@{dano2})}} {{macrocalculo=[[@{dano2}]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome3}}} {{nomedado=(@{dano3})}} {{macrocalculo=[[@{dano3}]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome4}}} {{nomedado=(@{dano4})}} {{macrocalculo=[[@{dano4}]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome5}}} {{nomedado=(@{dano5})}} {{macrocalculo=[[@{dano5}]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome6}}} {{nomedado=(@{dano6})}} {{macrocalculo=[[@{dano6}]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome7}}} {{nomedado=(@{dano7})}} {{macrocalculo=[[@{dano7}]]}}"></button>
|
||||
<div class="Armas__Row Armas__Row--First">
|
||||
<button disabled type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans Hidden" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome1}}} {{nomedado=(@{dano1})}} {{macrocalculo=[[@{dano1}]]}}"></button>
|
||||
<input type="text" name="attr_nome1" size="1" class="Armas__Input ArmasNome Armas__Nome--First OpenSans" value="NOME" disabled>
|
||||
<input type="text" name="attr_dano1" size="1" class="Armas__Input ArmasDano Armas__Dano--First OpenSans" value="DANO" disabled>
|
||||
<input type="text" name="attr_alcance1" size="1" class="Armas__Input ArmasDano Armas__Dano--First OpenSans" value="ALCANCE" disabled>
|
||||
<input type="text" name="attr_area1" size="1" class="Armas__Input ArmasDano Armas__Dano--First OpenSans" value="ÁREA" disabled>
|
||||
</div>
|
||||
<div class="Armas__Coluna ArmasNome">
|
||||
<label for="nome" class="Armas__Description OpenSans" id="subtitle">NOME</label>
|
||||
<input type="text" name="attr_nome1" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_nome2" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_nome3" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_nome4" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_nome5" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_nome6" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_nome7" size="1" class="Armas__Input OpenSans">
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome2}}} {{nomedado=(@{dano2})}} {{macrocalculo=[[@{dano2}]]}}"></button>
|
||||
<input type="text" name="attr_nome2" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano2" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance2" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area2" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
<div class="Armas__Coluna ArmasDano">
|
||||
<label for="dano" class="Armas__Description OpenSans" id="subtitle">DANO</label>
|
||||
<input type="text" name="attr_dano1" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_dano2" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_dano3" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_dano4" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_dano5" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_dano6" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_dano7" size="1" class="Armas__Input OpenSans">
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome3}}} {{nomedado=(@{dano3})}} {{macrocalculo=[[@{dano3}]]}}"></button>
|
||||
<input type="text" name="attr_nome3" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano3" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance3" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area3" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
<div class="Armas__Coluna ArmasQuant">
|
||||
<label for="quantidade" class="Armas__Description OpenSans" id="subtitle">QUANT.</label>
|
||||
<input type="text" name="attr_quantidadearmas1" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_quantidadearmas2" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_quantidadearmas3" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_quantidadearmas4" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_quantidadearmas5" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_quantidadearmas6" size="1" class="Armas__Input OpenSans">
|
||||
<input type="text" name="attr_quantidadearmas7" size="1" class="Armas__Input OpenSans">
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome4}}} {{nomedado=(@{dano4})}} {{macrocalculo=[[@{dano4}]]}}"></button>
|
||||
<input type="text" name="attr_nome4" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano4" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance4" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area4" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome5}}} {{nomedado=(@{dano5})}} {{macrocalculo=[[@{dano5}]]}}"></button>
|
||||
<input type="text" name="attr_nome5" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano5" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance5" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area5" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome6}}} {{nomedado=(@{dano6})}} {{macrocalculo=[[@{dano6}]]}}"></button>
|
||||
<input type="text" name="attr_nome6" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano6" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance6" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area6" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome7}}} {{nomedado=(@{dano7})}} {{macrocalculo=[[@{dano7}]]}}"></button>
|
||||
<input type="text" name="attr_nome7" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano7" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance7" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area7" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
<div class="Armas__Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button ArmasBotao OpenSans" value="&{template:3dxdano} {{namepdj=@{personagem}}} {{nomeataque=@{nome8}}} {{nomedado=(@{dano8})}} {{macrocalculo=[[@{dano8}]]}}"></button>
|
||||
<input type="text" name="attr_nome8" size="1" class="Armas__Input ArmasNome OpenSans">
|
||||
<input type="text" name="attr_dano8" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_alcance8" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
<input type="text" name="attr_area8" size="1" class="Armas__Input ArmasDano OpenSans">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -238,9 +265,9 @@
|
||||
<!-- PROFICIENCIAS COLUNA ESQUERDA -->
|
||||
<div class="Proficiencias__Wrap__L">
|
||||
<div class="Proficiencias__Wrap--Row Proficiencias__First--Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia1}}} {{nomenivel=(@{nv1})}} {{macrocalculo=[[3d6+@{nv1}]]}}"></button>
|
||||
<input placeholder="Nv." type="text" name="attr_nv1" size="1" class="Proficiencias__Input--Nivel OpenSans">
|
||||
<input placeholder="Nome" type="text" name="attr_proficiencia1" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign">
|
||||
<button disabled type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans Hidden" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia1}}} {{nomenivel=(@{nv1})}} {{macrocalculo=[[3d6+@{nv1}]]}}"></button>
|
||||
<input disabled placeholder="Nv." type="text" name="attr_nv1" size="1" class="Proficiencias__Input--Nivel ProficienciasNivel__First OpenSans" value="NV.">
|
||||
<input disabled placeholder="Nome" type="text" name="attr_proficiencia1" size="1" class="Proficiencias__Input--Nome ProficienciasNome__First OpenSans" value="NOME">
|
||||
</div>
|
||||
<div class="Proficiencias__Wrap--Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia2}}} {{nomenivel=(@{nv2})}} {{macrocalculo=[[3d6+@{nv2}]]}}"></button>
|
||||
@@ -387,13 +414,18 @@
|
||||
<input type="text" name="attr_nv30" size="1" class="Proficiencias__Input--Nivel OpenSans">
|
||||
<input type="text" name="attr_proficiencia30" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign">
|
||||
</div>
|
||||
<div class="Proficiencias__Wrap--Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia61}}} {{nomenivel=(@{nv61})}} {{macrocalculo=[[3d6+@{nv61}]]}}"></button>
|
||||
<input type="text" name="attr_nv61" size="1" class="Proficiencias__Input--Nivel OpenSans">
|
||||
<input type="text" name="attr_proficiencia61" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign">
|
||||
</div>
|
||||
</div>
|
||||
<!-- PROFICIENCIAS COLUNA DIREITA -->
|
||||
<div class="Proficiencias__Wrap__R">
|
||||
<div class="Proficiencias__Wrap--Row Proficiencias__First--Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia31}}} {{nomenivel=(@{nv31})}} {{macrocalculo=[[3d6+@{nv31}]]}}"></button>
|
||||
<input type="text" name="attr_nv31" size="1" class="Proficiencias__Input--Nivel OpenSans">
|
||||
<input type="text" name="attr_proficiencia31" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign">
|
||||
<button disabled type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans Hidden" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia31}}} {{nomenivel=(@{nv31})}} {{macrocalculo=[[3d6+@{nv31}]]}}"></button>
|
||||
<input disabled type="text" name="attr_nv31" size="1" class="Proficiencias__Input--Nivel OpenSans Hidden">
|
||||
<input disabled type="text" name="attr_proficiencia31" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign Hidden">
|
||||
</div>
|
||||
<div class="Proficiencias__Wrap--Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia32}}} {{nomenivel=(@{nv32})}} {{macrocalculo=[[3d6+@{nv32}]]}}"></button>
|
||||
@@ -540,6 +572,11 @@
|
||||
<input type="text" name="attr_nv60" size="1" class="Proficiencias__Input--Nivel OpenSans">
|
||||
<input type="text" name="attr_proficiencia60" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign">
|
||||
</div>
|
||||
<div class="Proficiencias__Wrap--Row">
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia62}}} {{nomenivel=(@{nv62})}} {{macrocalculo=[[3d6+@{nv62}]]}}"></button>
|
||||
<input type="text" name="attr_nv62" size="1" class="Proficiencias__Input--Nivel OpenSans">
|
||||
<input type="text" name="attr_proficiencia62" size="1" class="Proficiencias__Input--Nome OpenSans LeftAlign">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -564,8 +601,6 @@
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso4}}} {{nomequant=(@{recursoquantidadeatual4})}} {{macrocalculo=[[1d6]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso5}}} {{nomequant=(@{recursoquantidadeatual5})}} {{macrocalculo=[[1d6]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso6}}} {{nomequant=(@{recursoquantidadeatual6})}} {{macrocalculo=[[1d6]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso7}}} {{nomequant=(@{recursoquantidadeatual7})}} {{macrocalculo=[[1d6]]}}"></button>
|
||||
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso8}}} {{nomequant=(@{recursoquantidadeatual8})}} {{macrocalculo=[[1d6]]}}"></button>
|
||||
</div>
|
||||
<div class="Resource__Column ResourceNome">
|
||||
<label for="nome" class="Resource__Label OpenSans" id="subtitle">NOME</label>
|
||||
@@ -575,8 +610,6 @@
|
||||
<input type="text" name="attr_recurso4" size="1" class="Resource__Input OpenSans">
|
||||
<input type="text" name="attr_recurso5" size="1" class="Resource__Input OpenSans">
|
||||
<input type="text" name="attr_recurso6" size="1" class="Resource__Input OpenSans">
|
||||
<input type="text" name="attr_recurso7" size="1" class="Resource__Input OpenSans">
|
||||
<input type="text" name="attr_recurso8" size="1" class="Resource__Input OpenSans">
|
||||
</div>
|
||||
<div class="Resource__Column ResourceQuant" style="margin-right: 0.5rem">
|
||||
<label for="botao" class="Resource__Label OpenSans" id="subtitle">MIN.</label>
|
||||
@@ -587,8 +620,6 @@
|
||||
<input type="text" name="attr_recursoquantidadeatual4" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
|
||||
<input type="text" name="attr_recursoquantidadeatual5" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
|
||||
<input type="text" name="attr_recursoquantidadeatual6" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
|
||||
<input type="text" name="attr_recursoquantidadeatual7" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
|
||||
<input type="text" name="attr_recursoquantidadeatual8" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
|
||||
</div>
|
||||
</div>
|
||||
<div class="Resource__Column ResourceQuant">
|
||||
@@ -600,8 +631,6 @@
|
||||
<input type="text" name="attr_recursoquantidademaxima4" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
|
||||
<input type="text" name="attr_recursoquantidademaxima5" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
|
||||
<input type="text" name="attr_recursoquantidademaxima6" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
|
||||
<input type="text" name="attr_recursoquantidademaxima7" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
|
||||
<input type="text" name="attr_recursoquantidademaxima8" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -609,7 +638,7 @@
|
||||
<!-- ANOTAÇÕES -->
|
||||
<div class="Inventory__Box Last__Box Bottom__Line">
|
||||
<label for="anotacoes" class="Inventory__Label Square__Label OpenSans">ANOTAÇÕES</label>
|
||||
<textarea name="attr_anotacoes" rows="8" class="Inventory__Textarea OpenSans"></textarea>
|
||||
<textarea name="attr_anotacoes" rows="11" class="Inventory__Textarea OpenSans"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<!-- INVENTÁRIO END -->
|
||||
@@ -617,7 +646,7 @@
|
||||
<div class="Habilidades__Section">
|
||||
<div class="Habilidades__Box">
|
||||
<label for="habilidades" class="Habilidades__Label OpenSans">HABILIDADES</label>
|
||||
<textarea name="attr_habilidades" rows="46" class="Habilidades__Input OpenSans LeftAlign"></textarea>
|
||||
<textarea name="attr_habilidades" rows="47" class="Habilidades__Input OpenSans LeftAlign"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<!-- HABILIDADES END -->
|
||||
@@ -643,59 +672,62 @@
|
||||
<div class="charsheet HabilidadesCard__Wrapper">
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Nome:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadenome1" rows="1" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadenome1" rows="1" id="resizeresourceinput" placeholder="Inserir"></textarea>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Gatilho:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderequisito1" rows="2" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderequisito1" rows="2" id="resizeresourceinput" placeholder="Inserir"></textarea>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Efeito:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeefeito1" rows="4" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeefeito1" rows="6" id="resizeresourceinput" placeholder="Inserir"></textarea>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Usos:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadelimitacao1" rows="4" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadelimitacaonome1" rows="1" id="resizeresourceinput" placeholder="Nº máximo de usos">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadelimitacao1" size="1" id="resizeresourceinput" placeholder="Nº Atual">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Proficiência:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeproficiencianome1" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadeproficiencia1" size="1" id="resizeresourceinput" value="3d6">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeproficiencianome1" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadeproficiencia1" size="1" id="resizeresourceinput" value="3d6+1">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Dano 1:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome1" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano1" size="1" id="resizeresourceinput" value="2d6">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome1" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano1" size="1" id="resizeresourceinput" value="0d6">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Dano 2:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome2" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome2" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano2" size="1" id="resizeresourceinput" value="0d6">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Dano 3:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome3" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome3" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano3" size="1" id="resizeresourceinput" value="0d6">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Cura:</label>
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Restauração:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadecuranome1" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadecuranome1" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadecura1" size="1" id="resizeresourceinput" value=0d6>
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Recurso:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderecursonome1" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderecursonome1" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidaderecurso1" size="1" id="resizeresourceinput" value="1d6">
|
||||
</div>
|
||||
</div>
|
||||
@@ -715,59 +747,62 @@
|
||||
<div class="charsheet HabilidadesCard__Wrapper">
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Nome:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadenome2" rows="1" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadenome2" rows="1" id="resizeresourceinput" placeholder="Inserir"></textarea>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Gatilho:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderequisito2" rows="2" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderequisito2" rows="2" id="resizeresourceinput" placeholder="Inserir"></textarea>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Efeito:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeefeito2" rows="4" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeefeito2" rows="6" id="resizeresourceinput" placeholder="Inserir"></textarea>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Usos:</label>
|
||||
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadelimitacao2" rows="4" id="resizeresourceinput" placeholder="Descrição"></textarea>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadelimitacaonome2" rows="1" id="resizeresourceinput" placeholder="Nº máximo de usos">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadelimitacao2" size="1" id="resizeresourceinput" placeholder="Nº Atual">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Proficiência:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeproficiencianome2" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadeproficiencia2" size="1" id="resizeresourceinput" value="3d6">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeproficiencianome2" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadeproficiencia2" size="1" id="resizeresourceinput" value="3d6+1">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Dano 1:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome4" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano4" size="1" id="resizeresourceinput" value="2d6" >
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome4" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano4" size="1" id="resizeresourceinput" value="0d6" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Dano 2:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome5" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome5" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano5" size="1" id="resizeresourceinput" value="0d6">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Dano 3:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome6" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadedanonome6" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadedano6" size="1" id="resizeresourceinput" value="0d6">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Cura:</label>
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Restauração:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadecuranome2" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadecuranome2" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidadecura2" size="1" id="resizeresourceinput" value="0d6">
|
||||
</div>
|
||||
</div>
|
||||
<div class="charsheet HabilidadesCard__Atributo">
|
||||
<label class="charsheet HabilidadesCard__Label OpenSans">Recurso:</label>
|
||||
<div class="charsheet HabilidadesCard__InputWrapper">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderecursonome2" size="1" id="resizeresourceinput" placeholder="Nome">
|
||||
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderecursonome2" size="1" id="resizeresourceinput" placeholder="Inserir">
|
||||
<input class="charsheet HabilidadesCard__Input2 OpenSans" type="text" name="attr_habilidaderecurso2" size="1" id="resizeresourceinput" value="1d6">
|
||||
</div>
|
||||
</div>
|
||||
@@ -806,7 +841,7 @@
|
||||
<span class="sheet-roll-value">{{nomehab}}</span>
|
||||
</div>
|
||||
<div class="sheet-roll-attribute sheet-roll-attribute-second">
|
||||
<span class="sheet-roll-desc">Requisito</span>
|
||||
<span class="sheet-roll-desc">Gatilho</span>
|
||||
<span class="sheet-roll-value">{{requisito}}</span>
|
||||
</div>
|
||||
<div class="sheet-roll-attribute sheet-roll-attribute-first">
|
||||
@@ -814,7 +849,7 @@
|
||||
<span class="sheet-roll-value">{{efeito}}</span>
|
||||
</div>
|
||||
<div class="sheet-roll-attribute sheet-roll-attribute-second">
|
||||
<span class="sheet-roll-desc">Limitação</span>
|
||||
<span class="sheet-roll-desc">Usos</span>
|
||||
<span class="sheet-roll-value">{{limitacao}}</span>
|
||||
</div>
|
||||
<div class="sheet-roll-attribute sheet-roll-attribute-first">
|
||||
@@ -847,7 +882,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-roll-attribute sheet-roll-attribute-first">
|
||||
<span class="sheet-roll-desc">Cura</span>
|
||||
<span class="sheet-roll-desc">Restauração</span>
|
||||
<div class="sheet-roll-value-wrapper">
|
||||
<span class="sheet-roll-value-roll">{{cura}}</span>
|
||||
<span class="sheet-roll-value-nome">{{curanome}}</span>
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 53 KiB |
Reference in New Issue
Block a user