Files
roll20-character-sheets/3DX-Corvos/3dx-corvos.html
T
ap.gabriel.p da6acb7e40 Major Fix. Solve problem with textareas.
Fix textareas that had duplicate names rendering many of them unusable.
2025-08-14 18:56:27 -03:00

855 lines
71 KiB
HTML

<div class="Root">
<!-- HEADER LOGO START -->
<div class="Corvos__Header">
<span class="Corvos__Logo"></span>
<span class="Corvos__Letreiro"></span>
<span class="Corvos__Ghostbox"></span>
</div>
<!-- HEADER LOGO END -->
<!-- TABS START -->
<input type="radio" id="radiopersonagem" class="charsheet Radio__Personagem" value="0" name="attr_tab" checked>
<label for="radiopersonagem" class="TabLabel__Personagem">PDJ</label>
<input type="radio" id="radiohabilidades" class="charsheet Radio__Habilidades" value="1" name="attr_tab">
<label for="radiohabilidades" class="TabLabel__Habilidades">HABILIDADES</label>
<input type="radio" id="radioanotacoes" class="charsheet Radio__Anotacoes" value="2" name="attr_tab">
<label for="radioanotacoes" class="TabLabel__Anotacoes">ANOTAÇÕES</label>
<!-- TABS END -->
<!-- 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}]]}}">
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Iniciativa</span>
</button>
</div>
<div class="Rolagens__Box">
<button type="roll" name="roll-1d6gen" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxgenerico} {{dadogenerico=1d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[1d6]]}}">
<span class="charsheet HabilidadesCard__Button--Text OpenSans">1d6</span>
</button>
</div>
<div class="Rolagens__Box">
<button type="roll" name="roll-2d6gen" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxgenerico} {{dadogenerico=2d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[2d6]]}}">
<span class="charsheet HabilidadesCard__Button--Text OpenSans">2d6</span>
</button>
</div>
<div class="Rolagens__Box">
<button type="roll" name="roll-3d6gen" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxgenerico} {{dadogenerico=3d6}} {{namepdj=@{personagem}}} {{macrocalculo=[[3d6]]}}">
<span class="charsheet HabilidadesCard__Button--Text OpenSans">3d6</span>
</button>
</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">
<label for="personagem" class="Nivel_P__Label OpenSans">NÍVEL</label>
<input type="text" name="attr_nivel_personagem" class="Nivel_P__Input OpenSans">
</div>
</div>
<!-- NOME -->
<div class="Column__Triple">
<div class="Personagem__Box">
<label for="personagem" class="Personagem__Label OpenSans">NOME</label>
<input type="text" name="attr_personagem" class="Personagem__Input OpenSans" placeholder="Campo obrigatório">
</div>
</div>
<!-- INFORMACAO -->
<div class="Column__Triple">
<div class="Informacao__Wrap">
<!-- IDADE -->
<div class="Informacao__Box">
<label for="idade" class="Informacao__Label Left__Label OpenSans">IDADE</label>
<input type="text" name="attr_idade" size="1" class="Informacao__Input OpenSans">
</div>
<!-- ALTURA -->
<div class="Informacao__Box">
<label for="altura" class="Informacao__Label OpenSans">ALTURA</label>
<input type="text" name="attr_altura" size="1" class="Informacao__Input Middle__Input OpenSans">
</div>
<!-- PESO -->
<div class="Informacao__Box">
<label for="peso" class="Informacao__Label Right__Label OpenSans">PESO</label>
<input type="text" name="attr_peso" size="1" class="Informacao__Input OpenSans">
</div>
</div>
</div>
<!-- NOME DO JOGADOR -->
<div class="Column__Triple">
<div class="Jogador__Box">
<label for="peso" class="Jogador__Label OpenSans">NOME DO JOGADOR</label>
<input type="text" name="attr_jogador" size="1" class="Jogador__Input OpenSans">
</div>
</div>
</div>
<!-- HEADER END -->
<!---->
<!-- DESCRIPTION START -->
<div class="Description">
<div class="Column__Triple__Description">
<!-- CONCEITO -->
<div class="DescriptionL__Box First__Box">
<label for="arquetipo" class="DescriptionL__Label OpenSans First__Label">CONCEITO</label>
<textarea name="attr_arquetipo" rows="9" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
<!-- DÁDIVA-->
<div class="DescriptionL__Box">
<label for="temperamento" class="DescriptionL__Label OpenSans">DÁDIVA</label>
<textarea name="attr_temperamento" rows="2" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
<!-- PERSONALIDADE -->
<div class="DescriptionL__Box Last__Box Resize">
<label for="peculiaridades" class="DescriptionL__Label OpenSans">PERSONALIDADE</label>
<textarea name="attr_peculiaridades" rows="9" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
</div>
<div class="Column__Triple__Description">
<!-- HISTÓRIA -->
<div class="DescriptionL__Box First__Box">
<label for="hist" class="DescriptionL__Label OpenSans First__Label">HISTÓRIA</label>
<textarea name="attr_hist" rows="12" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
<!-- OBJETIVO PESSOAL -->
<div class="DescriptionL__Box Last__Box Resize">
<label for="objet" class="DescriptionL__Label OpenSans">OBJETIVO PESSOAL</label>
<textarea name="attr_objet" rows="11" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
</div>
<div class="Column__Triple__Description">
<!-- PONTO FRACO -->
<div class="DescriptionL__Box First__Box">
<label for="pontof" class="DescriptionL__Label OpenSans First__Label">PONTO FRACO</label>
<textarea name="attr_pontof" rows="12" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
<!-- COMPLICAÇÕES -->
<div class="DescriptionL__Box Last__Box Resize">
<label for="complica" class="DescriptionL__Label OpenSans">COMPLICAÇÕES</label>
<textarea name="attr_complica" rows="11" class="DescriptionL__Textarea OpenSans"></textarea>
</div>
</div>
</div>
<!-- DESCRIPTION END-->
<!---->
<!-- GAMEPLAY START -->
<div class="Gameplay">
<div class="Gameplay__Wrap--Left">
<!-- JOGADA DE DANO START -->
<div class="Armas__Wrap">
<label for="armas" class="Armas__Label OpenSans">JOGADA DE DANO</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>
<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>
<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>
<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>
</div>
</div>
<!-- JOGADA DE DANO END -->
<!-- PROFICIÊNCIAS START -->
<div class="Proficiencias__Box">
<label class="Proficiencias__Title OpenSans">PROFICIÊNCIAS</label>
<div class="Proficiencias__Wrap--Column">
<!-- PROFICIENCIAS COLUNA ESQUERDA -->
<div class="Proficiencias__Wrap__L">
<!-- BASE -->
<label class="Proficiencias__Label OpenSans">BASE</label>
<!-- REFLEXO -->
<div class="Proficiencias__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 type="text" name="attr_nv1" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia1" size="1" class="Proficiencias__Name OpenSans" value="Reflexo" readonly>
</div>
<!-- VIGOR -->
<div class="Proficiencias__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>
<input type="text" name="attr_nv2" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia2" size="1" class="Proficiencias__Name OpenSans" value="Vigor" readonly>
</div>
<!-- VONTADE -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia3}}} {{nomenivel=(@{nv3})}} {{macrocalculo=[[3d6+@{nv3}]]}}"></button>
<input type="text" name="attr_nv3" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia3" size="1" class="Proficiencias__Name OpenSans" value="Vontade" readonly>
</div>
<!-- AVENTURA -->
<label class="Proficiencias__Label OpenSans">AVENTURA</label>
<!-- AGILIDADE -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia4}}} {{nomenivel=(@{nv4})}} {{macrocalculo=[[3d6+@{nv4}]]}}"></button>
<input type="text" name="attr_nv4" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia4" size="1" class="Proficiencias__Name OpenSans" value="Agilidade" readonly>
</div>
<!-- ATUAÇÃO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia5}}} {{nomenivel=(@{nv5})}} {{macrocalculo=[[3d6+@{nv5}]]}}"></button>
<input type="text" name="attr_nv5" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia5" size="1" class="Proficiencias__Name OpenSans" value="Atuação" readonly>
</div>
<!-- FORÇA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia6}}} {{nomenivel=(@{nv6})}} {{macrocalculo=[[3d6+@{nv6}]]}}"></button>
<input type="text" name="attr_nv6" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia6" size="1" class="Proficiencias__Name OpenSans" value="Força" readonly>
</div>
<!-- FURTIVIDADE -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia7}}} {{nomenivel=(@{nv7})}} {{macrocalculo=[[3d6+@{nv7}]]}}"></button>
<input type="text" name="attr_nv7" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia7" size="1" class="Proficiencias__Name OpenSans" value="Furtividade" readonly>
</div>
<!-- HISTÓRIA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia8}}} {{nomenivel=(@{nv8})}} {{macrocalculo=[[3d6+@{nv8}]]}}"></button>
<input type="text" name="attr_nv8" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia8" size="1" class="Proficiencias__Name OpenSans" value="História" readonly>
</div>
<!-- MALÍCIA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia9}}} {{nomenivel=(@{nv9})}} {{macrocalculo=[[3d6+@{nv9}]]}}"></button>
<input type="text" name="attr_nv9" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia9" size="1" class="Proficiencias__Name OpenSans" value="Malícia" readonly>
</div>
<!-- MANUSEIO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia10}}} {{nomenivel=(@{nv10})}} {{macrocalculo=[[3d6+@{nv10}]]}}"></button>
<input type="text" name="attr_nv10" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia10" size="1" class="Proficiencias__Name OpenSans" value="Manuseio" readonly>
</div>
<!-- MEDICINA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia11}}} {{nomenivel=(@{nv11})}} {{macrocalculo=[[3d6+@{nv11}]]}}"></button>
<input type="text" name="attr_nv11" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia11" size="1" class="Proficiencias__Name OpenSans" value="Medicina" readonly>
</div>
<!-- OCULTISMO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia12}}} {{nomenivel=(@{nv12})}} {{macrocalculo=[[3d6+@{nv12}]]}}"></button>
<input type="text" name="attr_nv12" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia12" size="1" class="Proficiencias__Name OpenSans" value="Ocultismo" readonly>
</div>
<!-- PERCEPÇÃO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia13}}} {{nomenivel=(@{nv13})}} {{macrocalculo=[[3d6+@{nv13}]]}}"></button>
<input type="text" name="attr_nv13" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia13" size="1" class="Proficiencias__Name OpenSans" value="Percepção" readonly>
</div>
<!-- PILOTAGEM -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia14}}} {{nomenivel=(@{nv14})}} {{macrocalculo=[[3d6+@{nv14}]]}}"></button>
<input type="text" name="attr_nv14" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia14" size="1" class="Proficiencias__Name OpenSans" value="Pilotagem" readonly>
</div>
<!-- RACIOCÍNIO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia15}}} {{nomenivel=(@{nv15})}} {{macrocalculo=[[3d6+@{nv15}]]}}"></button>
<input type="text" name="attr_nv15" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia15" size="1" class="Proficiencias__Name OpenSans" value="Raciocínio" readonly>
</div>
<!-- RELIGIÃO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia16}}} {{nomenivel=(@{nv16})}} {{macrocalculo=[[3d6+@{nv16}]]}}"></button>
<input type="text" name="attr_nv16" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia16" size="1" class="Proficiencias__Name OpenSans" value="Religião" readonly>
</div>
<!-- SOBREVIVÊNCIA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia17}}} {{nomenivel=(@{nv17})}} {{macrocalculo=[[3d6+@{nv17}]]}}"></button>
<input type="text" name="attr_nv17" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia17" size="1" class="Proficiencias__Name OpenSans" value="Sobrevivência" readonly>
</div>
</div>
<!-- PROFICIENCIAS COLUNA DIREITA -->
<div class="Proficiencias__Wrap__R">
<!-- BASE -->
<label class="Proficiencias__Label OpenSans">COMBATE</label>
<!-- ARMADURA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia18}}} {{nomenivel=(@{nv18})}} {{macrocalculo=[[3d6+@{nv18}]]}}"></button>
<input type="text" name="attr_nv18" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia18" size="1" class="Proficiencias__Name OpenSans" value="Armadura" readonly>
</div>
<!-- ARMAS À DISTÂNCIA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia19}}} {{nomenivel=(@{nv19})}} {{macrocalculo=[[3d6+@{nv19}]]}}"></button>
<input type="text" name="attr_nv19" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia19" size="1" class="Proficiencias__Name OpenSans" value="Armas à Distância" readonly>
</div>
<!-- ARMAS BRANCAS -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia20}}} {{nomenivel=(@{nv20})}} {{macrocalculo=[[3d6+@{nv20}]]}}"></button>
<input type="text" name="attr_nv20" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia20" size="1" class="Proficiencias__Name OpenSans" value="Armas Brancas" readonly>
</div>
<!-- ARMAS INATAS -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia21}}} {{nomenivel=(@{nv21})}} {{macrocalculo=[[3d6+@{nv21}]]}}"></button>
<input type="text" name="attr_nv21" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia21" size="1" class="Proficiencias__Name OpenSans" value="Armas Inatas" readonly>
</div>
<!-- ARTILHARIA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia22}}} {{nomenivel=(@{nv22})}} {{macrocalculo=[[3d6+@{nv22}]]}}"></button>
<input type="text" name="attr_nv22" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia22" size="1" class="Proficiencias__Name OpenSans" value="Artilharia" readonly>
</div>
<!-- BLOQUEIO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia23}}} {{nomenivel=(@{nv23})}} {{macrocalculo=[[3d6+@{nv23}]]}}"></button>
<input type="text" name="attr_nv23" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia23" size="1" class="Proficiencias__Name OpenSans" value="Bloqueio" readonly>
</div>
<!-- DESARMADO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia24}}} {{nomenivel=(@{nv24})}} {{macrocalculo=[[3d6+@{nv24}]]}}"></button>
<input type="text" name="attr_nv24" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia24" size="1" class="Proficiencias__Name OpenSans" value="Desarmado" readonly>
</div>
<!-- MAGIA AUXILIAR -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia25}}} {{nomenivel=(@{nv25})}} {{macrocalculo=[[3d6+@{nv25}]]}}"></button>
<input type="text" name="attr_nv25" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia25" size="1" class="Proficiencias__Name OpenSans" value="Magia Auxiliar" readonly>
</div>
<!-- MAGIA DEFENSIVA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia26}}} {{nomenivel=(@{nv26})}} {{macrocalculo=[[3d6+@{nv26}]]}}"></button>
<input type="text" name="attr_nv26" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia26" size="1" class="Proficiencias__Name OpenSans" value="Magia Defensiva" readonly>
</div>
<!-- MAGIA OFENSIVA -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia27}}} {{nomenivel=(@{nv27})}} {{macrocalculo=[[3d6+@{nv27}]]}}"></button>
<input type="text" name="attr_nv27" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia27" size="1" class="Proficiencias__Name OpenSans" value="Magia Ofensiva" readonly>
</div>
<!-- PODERES INATOS -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia28}}} {{nomenivel=(@{nv28})}} {{macrocalculo=[[3d6+@{nv28}]]}}"></button>
<input type="text" name="attr_nv28" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia28" size="1" class="Proficiencias__Name OpenSans" value="Poderes Inatos" readonly>
</div>
<!-- SOCIAL -->
<label class="Proficiencias__Label OpenSans">SOCIAL</label>
<!-- ENGANAÇÃO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia29}}} {{nomenivel=(@{nv29})}} {{macrocalculo=[[3d6+@{nv29}]]}}"></button>
<input type="text" name="attr_nv29" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia29" size="1" class="Proficiencias__Name OpenSans" value="Enganação" readonly>
</div>
<!-- INTUIÇÃO -->
<div class="Proficiencias__Row">
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxproficiencia} {{namepdj=@{personagem}}} {{nomeproficiencia=@{proficiencia30}}} {{nomenivel=(@{nv30})}} {{macrocalculo=[[3d6+@{nv30}]]}}"></button>
<input type="text" name="attr_nv30" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia30" size="1" class="Proficiencias__Name OpenSans" value="Intuição" readonly>
</div>
<!-- PERSUASÃO -->
<div class="Proficiencias__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__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia31" size="1" class="Proficiencias__Name OpenSans" value="Persuasão" readonly>
</div>
<!-- PRESENÇA -->
<div class="Proficiencias__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>
<input type="text" name="attr_nv32" size="1" class="Proficiencias__Nivel OpenSans" value="0">
<input type="text" name="attr_proficiencia32" size="1" class="Proficiencias__Name OpenSans" value="Presença" readonly>
</div>
<!-- PROFICIENCIAS ESPECIAIS E CONTADOR -->
<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>
<input type="text" name="attr_nvsoma" size="1" class="Proficiencias__Contador--Input" id="suminput" value="(@{nv1})+(@{nv2})+(@{nv3})+(@{nv4})+(@{nv5})+(@{nv6})+(@{nv7})+(@{nv8})+(@{nv9})+(@{nv10})+(@{nv11})+(@{nv12})+(@{nv13})+(@{nv14})+(@{nv15})+(@{nv16})+(@{nv17})+(@{nv18})+(@{nv19})+(@{nv20})+(@{nv21})+(@{nv22})+(@{nv23})+(@{nv24})+(@{nv25})+(@{nv26})+(@{nv27})+(@{nv28})+(@{nv29})+(@{nv30})+(@{nv31})+(@{nv32})" disabled="true">
</div>
</div>
</div>
</div>
<!-- PROFICIÊNCIAS END -->
</div>
<div class="Gameplay__Wrap--Right">
<!-- VIDA -->
<div class="Status__Box">
<div class="Status__Box--InnerBox">
<label for="vida" class="Status__Label Left__Label OpenSans">VIDA</label>
<div class="StatusDesc__Wrap">
<div class="Status__Box--InnerBox">
<label for="vida" class="Status__Description OpenSans" id="subtitle">ATUAL</label>
<input type="text" name="attr_vidaatual" size="1" class="Status__Input OpenSans Status__Box--Left">
</div>
<div class="Status__Box--InnerBox">
<label for="vida" class="Status__Description OpenSans" id="subtitle">MÁX.</label>
<input type="text" name="attr_vidamax" size="1" class="Status__Input OpenSans">
</div>
</div>
</div>
<div class="Status__Box--InnerBox">
<label for="rd" class="Status__Label Right__Label OpenSans">RD</label>
<div class="Status__Box--InnerBox">
<input type="text" name="attr_rd" size="1" class="Status__Input OpenSans">
</div>
</div>
</div>
<!-- INVENTÁRIO START -->
<div class="Inventory__Wrap">
<!-- INVENTÁRIO -->
<div class="Inventory__Box First__Box">
<label for="posses" class="Inventory__Label OpenSans">INVENTÁRIO</label>
<textarea name="attr_posses" rows="27" class="Inventory__Textarea OpenSans"></textarea>
</div>
<!-- RECURSOS -->
<div class="Inventory__Box">
<label for="recursos" class="Inventory__Label Square__Label OpenSans">RECURSOS</label>
<div class="Resource__Wrap">
<div class="Resource__Column ResourceButton">
<label for="botao" class="Resource__Label OpenSans Hidden">BOTÃO</label>
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso1}}} {{nomequant=(@{recursoquantidadeatual1})}} {{macrocalculo=[[1d6]]}}"></button>
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso2}}} {{nomequant=(@{recursoquantidadeatual2})}} {{macrocalculo=[[1d6]]}}"></button>
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso3}}} {{nomequant=(@{recursoquantidadeatual3})}} {{macrocalculo=[[1d6]]}}"></button>
<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>
<button type="roll" name="roll_danoCheck" size="1" class="Armas__Input Armas__Button OpenSans" value="&{template:3dxrecurso} {{namepdj=@{personagem}}} {{nomerecurso=@{recurso9}}} {{nomequant=(@{recursoquantidadeatual9})}} {{macrocalculo=[[1d6]]}}"></button>
</div>
<div class="Resource__Column ResourceNome">
<label for="nome" class="Resource__Label OpenSans" id="subtitle">NOME</label>
<input type="text" name="attr_recurso1" size="1" class="Resource__Input OpenSans">
<input type="text" name="attr_recurso2" size="1" class="Resource__Input OpenSans">
<input type="text" name="attr_recurso3" size="1" class="Resource__Input OpenSans">
<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">
<input type="text" name="attr_recurso9" 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>
<div class="QuantInner__Column">
<input type="text" name="attr_recursoquantidadeatual1" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
<input type="text" name="attr_recursoquantidadeatual2" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
<input type="text" name="attr_recursoquantidadeatual3" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
<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">
<input type="text" name="attr_recursoquantidadeatual9" size="1" class="Resource__Input OpenSans" id="resizeresourceinput">
</div>
</div>
<div class="Resource__Column ResourceQuant">
<label for="botao" class="Resource__Label OpenSans" id="subtitle">MÁX.</label>
<div class="QuantInner__Column">
<input type="text" name="attr_recursoquantidademaxima1" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
<input type="text" name="attr_recursoquantidademaxima2" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
<input type="text" name="attr_recursoquantidademaxima3" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
<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">
<input type="text" name="attr_recursoquantidademaxima9" size="1" class="Resource__Input OpenSans" id="resizeresourceinput" value="3">
</div>
</div>
</div>
</div>
</div>
<!-- INVENTÁRIO END -->
</div>
<!-- PROGESSÃO START -->
<div class="Habilidades__Section">
<div class="Habilidades__Box">
<label for="habilidades" class="Habilidades__Label OpenSans">PROGRESSÃO</label>
<textarea name="attr_habilidades" rows="54" class="Habilidades__Input OpenSans LeftAlign"></textarea>
</div>
</div>
<!-- PROGESSÃO END -->
</div>
<!-- GAMEPLAY END -->
</div>
<!-- TAB PERSONAGEM END -->
<!---->
<!-- TAB HABILIDADES START -->
<div class="charsheet Tab__Display Tab__Habilidades">
<fieldset class="repeating_Hab1" style="display: none;">
<!-- CARD WRAPPER START -->
<div class="charsheet HabilidadesCard__Column">
<!-- HABILIDADES CARD 1 START -->
<div class="charsheet HabilidadesCard__Div">
<label name="attr_habilidadenome1" size="1" class="charsheet HabilidadesCard__Nome OpenSans" id="resizeresourceinput">HABILIDADE</label>
<button type="roll" name="roll_habilidade" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxhabilidade} {{namepdj=@{personagem}}} {{nomehab=@{habilidadenome1}}} {{requisito=@{habilidaderequisito1}}} {{efeito=@{habilidadeefeito1}}} {{limitacao=@{habilidadelimitacao1}}} {{proficiencianome=@{habilidadeproficiencianome1}}} {{proficiencia=[[@{habilidadeproficiencia1}]]}} {{danonomea=@{habilidadedanonome1}}} {{danoa=[[@{habilidadedano1}]]}} {{danonomeb=@{habilidadedanonome2}}} {{danob=[[@{habilidadedano2}]]}} {{danonomec=@{habilidadedanonome3}}} {{danoc=[[@{habilidadedano3}]]}} {{curanome=@{habilidadecuranome1}}} {{cura=[[@{habilidadecura1}]]}} {{recursonome=@{habilidaderecursonome1}}} {{recurso=[[@{habilidaderecurso1}]]}} {{imagem=[img](@{habilidadeimagem1})}}">
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Lançar</span>
</button>
<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>
</div>
<div class="charsheet HabilidadesCard__Atributo">
<label class="charsheet HabilidadesCard__Label OpenSans">Requisito:</label>
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderequisito1" rows="2" id="resizeresourceinput" placeholder="Descrição"></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>
</div>
<div class="charsheet HabilidadesCard__Atributo">
<label class="charsheet HabilidadesCard__Label OpenSans">Limitação:</label>
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadelimitacao1" rows="4" id="resizeresourceinput" placeholder="Descrição"></textarea>
</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">
</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">
</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__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__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>
<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__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__Input2 OpenSans" type="text" name="attr_habilidaderecurso1" size="1" id="resizeresourceinput" value="1d6">
</div>
</div>
<div class="charsheet HabilidadesCard__Atributo">
<label class="charsheet HabilidadesCard__Label OpenSans">Imagem / Gif:</label>
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeimagem1" size="1" id="resizeresourceinput" placeholder="Inserir link (URL)">
</div>
</div>
</div>
<!-- HABILIDADES CARD 1 END -->
<!-- HABILIDADES CARD 2 START -->
<div class="charsheet HabilidadesCard__Div">
<label name="attr_habilidadenome2" size="1" class="charsheet HabilidadesCard__Nome OpenSans" id="resizeresourceinput"> HABILIDADE</label>
<button type="roll" name="roll_habilidade" size="1" class="charsheet HabilidadesCard__Button OpenSans" style="padding-block: 0.3rem;" value="&{template:3dxhabilidade} {{namepdj=@{personagem}}} {{nomehab=@{habilidadenome2}}} {{requisito=@{habilidaderequisito2}}} {{efeito=@{habilidadeefeito2}}} {{limitacao=@{habilidadelimitacao2}}} {{proficiencianome=@{habilidadeproficiencianome2}}} {{proficiencia=[[@{habilidadeproficiencia2}]]}} {{danonomea=@{habilidadedanonome4}}} {{danoa=[[@{habilidadedano4}]]}} {{danonomeb=@{habilidadedanonome5}}} {{danob=[[@{habilidadedano5}]]}} {{danonomec=@{habilidadedanonome6}}} {{danoc=[[@{habilidadedano6}]]}} {{curanome=@{habilidadecuranome2}}} {{cura=[[@{habilidadecura2}]]}} {{recursonome=@{habilidaderecursonome2}}} {{recurso=[[@{habilidaderecurso2}]]}} {{imagem=[img](@{habilidadeimagem2})}}">
<span class="charsheet HabilidadesCard__Button--Text OpenSans">Lançar</span>
</button>
<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>
</div>
<div class="charsheet HabilidadesCard__Atributo">
<label class="charsheet HabilidadesCard__Label OpenSans">Requisito:</label>
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidaderequisito2" rows="2" id="resizeresourceinput" placeholder="Descrição"></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>
</div>
<div class="charsheet HabilidadesCard__Atributo">
<label class="charsheet HabilidadesCard__Label OpenSans">Limitação:</label>
<textarea class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadelimitacao2" rows="4" id="resizeresourceinput" placeholder="Descrição"></textarea>
</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">
</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" >
</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__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__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>
<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__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__Input2 OpenSans" type="text" name="attr_habilidaderecurso2" size="1" id="resizeresourceinput" value="1d6">
</div>
</div>
<div class="charsheet HabilidadesCard__Atributo">
<label class="charsheet HabilidadesCard__Label OpenSans">Imagem / Gif:</label>
<input class="charsheet HabilidadesCard__Input OpenSans" type="text" name="attr_habilidadeimagem2" size="1" id="resizeresourceinput" placeholder="Inserir link (URL)">
</div>
</div>
</div>
<!-- HABILIDADES CARD 2 END -->
</div>
<!-- CARD WRAPPER 1 END -->
</fieldset>
<div class="repcontainer" data-groupname="repeating_Hab1">
<div class="repitem">
<div class="itemcontrol">
<button class="btn btn-danger pictos repcontrol_del">#</button>
<a class="btn repcontrol_move"></a>
</div>
<!-- my-repeating-section HTML -->
</div>
</div>
<h2 class="charsheet HabilidadesCard__Aviso OpenSans">ATENÇÃO: Não deixe os campos de rolagem (3d6, 2d6, etc) vazios para evitar bugs.</h2>
</div>
<!-- TAB HABILIDADES END -->
<!-- TAB ANOTACOES START -->
<div class="charsheet Tab__Display Tab__Anotacoes">
<div class="Tab__Anotacoes--Wrap">
<div class="Tab_Anotacoes--Column">
<label for="anotacoes1" class="Tab__Anotacoes--Label OpenSans">ANOTAÇÕES 1</label>
<textarea name="attr_anotacoes1" rows="20" class="Tab__Anotacoes--Input OpenSans LeftAlign"></textarea>
</div>
<div class="Tab_Anotacoes--Column">
<label for="anotacoes2" class="Tab__Anotacoes--Label OpenSans">ANOTAÇÕES 2</label>
<textarea name="attr_anotacoes2" rows="20" class="Tab__Anotacoes--Input OpenSans LeftAlign"></textarea>
</div>
</div>
</div>
<!-- TAB ANOTACOES END-->
</div>
<!-- ROLL TEMPLATE HABILIDADE START -->
<rolltemplate class="sheet-rolltemplate-3dxhabilidade">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<div class="sheet-roll-attribute sheet-roll-attribute-first">
<span class="sheet-roll-desc">Nome</span>
<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-value">{{requisito}}</span>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-first">
<span class="sheet-roll-desc">Efeito</span>
<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-value">{{limitacao}}</span>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-first">
<span class="sheet-roll-desc">Proficiência</span>
<div class="sheet-roll-value-wrapper">
<span class="sheet-roll-value-roll">{{proficiencia}}</span>
<span class="sheet-roll-value-nome">{{proficiencianome}}</span>
</div>
</div>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-second">
<span class="sheet-roll-desc">Dano 1</span>
<div class="sheet-roll-value-wrapper">
<span class="sheet-roll-value-roll">{{danoa}}</span>
<span class="sheet-roll-value-nome">{{danonomea}}</span>
</div>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-second">
<span class="sheet-roll-desc">Dano 2</span>
<div class="sheet-roll-value-wrapper">
<span class="sheet-roll-value-roll">{{danob}}</span>
<span class="sheet-roll-value-nome">{{danonomeb}}</span>
</div>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-second">
<span class="sheet-roll-desc">Dano 3</span>
<div class="sheet-roll-value-wrapper">
<span class="sheet-roll-value-roll">{{danoc}}</span>
<span class="sheet-roll-value-nome">{{danonomec}}</span>
</div>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-first">
<span class="sheet-roll-desc">Cura</span>
<div class="sheet-roll-value-wrapper">
<span class="sheet-roll-value-roll">{{cura}}</span>
<span class="sheet-roll-value-nome">{{curanome}}</span>
</div>
</div>
<div class="sheet-roll-attribute sheet-roll-attribute-second">
<span class="sheet-roll-desc">Recurso</span>
<div class="sheet-roll-value-wrapper">
<span class="sheet-roll-value-roll">{{recurso}}</span>
<span class="sheet-roll-value-nome">{{recursonome}}</span>
</div>
</div>
<span class="sheet-roll-imagem">{{imagem}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE DANO -->
<rolltemplate class="sheet-rolltemplate-3dxdano">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-dano">Dano</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
<div class="sheet-roll-wrapaction">
<span class="sheet-roll-actionname">{{nomeataque}}</span>
<span class="sheet-roll-dicename">{{nomedado}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE PROFICIENCIA -->
<rolltemplate class="sheet-rolltemplate-3dxproficiencia">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-proficiencia">Proficiência</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
<div class="sheet-roll-wrapaction">
<span class="sheet-roll-actionname">{{nomeproficiencia}}</span>
<span class="sheet-roll-levelname">{{nomenivel}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE RECURSO -->
<rolltemplate class="sheet-rolltemplate-3dxrecurso">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-recurso">Recurso</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
<div class="sheet-roll-wrapaction">
<span class="sheet-roll-actionname">{{nomerecurso}}</span>
<span class="sheet-roll-namequant">{{nomequant}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE INICIATIVA -->
<rolltemplate class="sheet-rolltemplate-3dxiniciativa">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-iniciativa">Iniciativa</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE GENERICO -->
<rolltemplate class="sheet-rolltemplate-3dxgenerico">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-generico">{{dadogenerico}}</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE SORTE -->
<rolltemplate class="sheet-rolltemplate-3dxsorte">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-sorte">Sorte</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
</div>
</rolltemplate>
<!-- ROLL TEMPLATE ESQUIVA -->
<rolltemplate class="sheet-rolltemplate-3dxesquiva">
<div class="sheet-roll-container">
<span class="sheet-roll-namepdj">{{namepdj}}</span>
<div class="sheet-roll-wrap">
<span class="sheet-roll-esquiva">Esquiva</span>
<span class="sheet-roll-macroresult">{{macrocalculo}}</span>
</div>
</div>
</rolltemplate>
<!-- END OF SHEET -->