Guest User

enyllion.html

a guest
Apr 25th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.68 KB | Source Code | 0 0
  1. <input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="PJ" /><span></span>
  2. <input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="PNJ" /><span></span>
  3. <input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Ennemi" /><span></span>
  4.  
  5. <div class="logo">
  6.     <img src="https://i.ibb.co/gMzcSHr1/logo-enyllion.png" style="width: 105px; height: auto;"/>
  7. </div>
  8. <div class="title-sheet">
  9.     <span class="title-sheet">Les Chroniques d'Enyllion</span>
  10. </div>
  11.  
  12. <div class="sheet-tab-content sheet-tab1">
  13.     <input type="hidden" class="tabstoggle" name="attr_sheetTab"  value="PC_principal"/>
  14.     <div class="part-of-sheet-buttons-wrapper">
  15.         <div class="buttons">
  16.             <button type="action" name="act_PC_principal" class="part-of-sheet-buttons">Principal</button>
  17.             <button type="action" name="act_PC_equipment" class="part-of-sheet-buttons">Equipement</button>
  18.             <button type="action" name="act_PC_grimoire" class="part-of-sheet-buttons">Grimoire et familiers</button>
  19.             <button type="action" name="act_PC_necromancy" class="part-of-sheet-buttons">Nécromancie</button>
  20.             <button type="action" name="act_PC_notes" class="part-of-sheet-buttons">Notes</button>
  21.         </div>    
  22.     </div>
  23.     <div class="pc-principal">
  24.         <div class="perso areas" style="margin-top: 15px;">
  25.             <div class="section-title">Infos personnage</div>
  26.             <span class="char-textbox-label" style="margin-left: 80px;">Nom :</span><input type="text" class="char-textbox" name="attr_character_name" style="margin-left: 5px;"/>
  27.             <span class="char-textbox-label" style="margin-left: 12px;">Sexe :</span><input class="char-textbox" type="text" name="attr_character_sex" style="margin-left: 5px;"/>
  28.             <span class="char-textbox-label" style="margin-left: 33px;">Race :</span>
  29.             <select class="char-textbox" name="attr_character_race" id="character_race" style="margin-left: 5px;">
  30.                 <option value="0">-Choisir-</option>
  31.                 <option value="1">Humain</option>
  32.                 <option value="2">Nain</option>
  33.                 <option value="3">Elfe</option>
  34.                 <option value="4">Demi-Elfe</option>
  35.                 <option value="5">Saurien</option>
  36.                 <option value="6">Demi-Ork</option>
  37.                 <option value="7">Felika</option>
  38.                 <option value="8">Vampire</option>
  39.                 <option value="9">Lycan</option>
  40.                 <option value="10">Succube</option>
  41.                 <option value="11">Animorphe</option>
  42.             </select>
  43.             <br>
  44.             <span class="char-textbox-label" style="margin-left: 70px;">Ethnie :</span><input class="char-textbox" type="text" name="attr_character_ethnie" style="margin-left: 5px;"/>
  45.             <span class="char-textbox-label" style="margin-left: 15px;">Age :</span><input class="char-textbox" type="text" name="attr_character_age" style="margin-left: 5px;"/>
  46.             <span class="char-textbox-label" style="margin-left: 21px;">Classe :</span>
  47.             <select class="char-textbox" name="attr_character_class" style="margin-left: 5px;">
  48.                 <option value="0">-Choisir-</option>
  49.                 <option value="1">Aventurier</option>
  50.                 <option value="2">Barbare</option>
  51.                 <option value="3">Marchand</option>
  52.                 <option value="4">Chevalier</option>
  53.                 <option value="5">Sentinelle de la lumière</option>
  54.                 <option value="6">Druide</option>
  55.                 <option value="7">Dévot</option>
  56.                 <option value="8">Mage</option>
  57.                 <option value="9">Roublard</option>
  58.                 <option value="10">Spadassin</option>
  59.             </select>
  60.             <br>
  61.             <span class="char-textbox-label" style="margin-left: 4px;">Lieu de naissance :</span><input class="char-textbox" type="text" name="attr_character_bornPlace" style="margin-left: 5px;"/>
  62.             <span class="char-textbox-label" style="margin-left: 5px;">Poids :</span><input class="char-textbox" type="text" name="attr_character_weigth" style="margin-left: 5px;"/>
  63.             <span class="char-textbox-label" style="margin-left: 5px;">Spécialité :</span><input class="char-textbox" type="text" name="attr_character_speciality" style="margin-left: 5px;"/>
  64.             <br>
  65.             <span class="char-textbox-label" style="margin-left: 63px;">Divinité :</span><input class="char-textbox" type="text" name="attr_character_divinity" style="margin-left: 5px;"/>
  66.             <span class="char-textbox-label" style="margin-left: 9px;">Taille :</span><input class="char-textbox" type="text" name="attr_character_height" style="margin-left: 5px;"/>
  67.             <span class="char-textbox-label" style="margin-left: 22px;">Guilde :</span><input class="char-textbox" type="text" name="attr_character_guild" style="margin-left: 5px;"/>
  68.             <br>
  69.             <span class="char-textbox-label" style="margin-left: 27px;">Classe sociale :</span><input class="char-textbox" type="text" name="attr_character_socialClass" style="margin-left: 5px;"/>
  70.         </div>
  71.         <div class="carac areas" style="margin-top: 15px;">
  72.             <div class="section-title">Caractéristiques</div>
  73.             <div class="perso-char">
  74.                 <span class="textbox-label" style="margin-left: 30px; margin-top:10px;">FO</span>
  75.                 <span class="textbox-label" style="margin-left: 40px;">DEX</span>
  76.                 <span class="textbox-label" style="margin-left: 32px;">CON</span>
  77.                 <span class="textbox-label" style="margin-left: 38px;">PE</span>
  78.                 <br>
  79.                 <input class="textbox-stat" type="number" value="0" name="attr_FO"/>
  80.                 <input class="textbox-stat" type="number" value="0" name="attr_DEX"/>
  81.                 <input class="textbox-stat" type="number" value="0" name="attr_CON"/>
  82.                 <input class="textbox-stat" type="number" value="0" name="attr_PE"/>
  83.                 <br>
  84.                 <button type="roll" class="sheet-d100-dice" style="margin-left:30px;" title="Force" name="roll_FO" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Force}} {{Carac=[[@{FO}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  85.                 <button type="roll" class="sheet-d100-dice" style="margin-left:45px;" title="Dexterité" name="roll_DEX" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Dexterité}} {{Carac=[[@{DEX}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  86.                 <button type="roll" class="sheet-d100-dice" style="margin-left:47px;" title="Constitution" name="roll_CON" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Constitution}} {{Carac=[[@{CON}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  87.                 <button type="roll" class="sheet-d100-dice" style="margin-left:49px;" title="Perception" name="roll_PE" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Perception}} {{Carac=[[@{PE}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  88.                 <br>
  89.                 <span class="textbox-label" style="margin-left: 30px;">ED</span>
  90.                 <span class="textbox-label" style="margin-left: 45px;">CH</span>
  91.                 <span class="textbox-label" style="margin-left: 47px;">PO</span>
  92.                 <span class="textbox-label" style="margin-left: 50px;">SF</span>
  93.                 <br>
  94.                 <input class="textbox-stat" type="number" value="0" name="attr_ED"/>
  95.                 <input class="textbox-stat" type="number" value="0" name="attr_CH"/>
  96.                 <input class="textbox-stat" type="number" value="0" name="attr_PO"/>
  97.                 <input class="textbox-stat" type="number" value="0" name="attr_SF"/>
  98.                 <br>
  99.                 <button type="roll" class="sheet-d100-dice" style="margin-left:30px;"title="Education" name="roll_ED" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Education}} {{Carac=[[@{ED}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  100.                 <button type="roll" class="sheet-d100-dice" style="margin-left:45px;"title="Charisme" name="roll_CH" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Charisme}} {{Carac=[[@{CH}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  101.                 <button type="roll" class="sheet-d100-dice" style="margin-left:47px;"title="Pouvoir/Chance" name="roll_PO" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Pouvoir/Chance}} {{Carac=[[@{PO}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  102.                 <button type="roll" class="sheet-d100-dice" style="margin-left:49px;"title="Sang-Froid" name="roll_SF" value="&{template:enyllion} {{perso=@{Name&#125; }} {{name=Sang-Froid}} {{Carac=[[@{SF}+?{Modificateur|0}]]}}  {{Roll=[[1D100]]}}"></button>
  103.             </div>
  104.         </div>
  105.         <div class="health areas" style="margin-top: 15px;">
  106.             <div class="section-title">Santé</div>
  107.         </div>
  108.     </div>
  109.     <div class="pc-equipment">
  110.         <span>Equipment</span>
  111.     </div>
  112.     <div class="pc-grimoire">
  113.         <span>Grimoire</span>
  114.     </div>
  115.     <div class="pc-necromancy">
  116.         <span>Necromancy</span>
  117.     </div>
  118.     <div class="pc-notes">
  119.         <span>Notes</span>
  120.     </div>
  121. </div>
  122.  
  123. <div class="sheet-tab-content sheet-tab2">
  124.     <input type="hidden" class="tabstoggle" name="attr_PNJ_sheetTab"  value="NPC_principal"/>
  125.     <div class="part-of-sheet-buttons-wrapper">
  126.         <div class="buttons">
  127.             <button type="action" name="act_NPC_principal" class="part-of-sheet-buttons">Principal</button>
  128.             <button type="action" name="act_NPC_equipment" class="part-of-sheet-buttons">Equipement</button>
  129.             <button type="action" name="act_NPC_grimoire" class="part-of-sheet-buttons">Grimoire et familiers</button>
  130.         </div>    
  131.     </div>
  132.     <div class="npc-principal">
  133.        
  134.     </div>
  135.     <div class="npc-equipment">
  136.        
  137.     </div>
  138.     <div class="npc-grimoire">
  139.        
  140.     </div>
  141. </div>
  142.  
  143. <div class="sheet-tab-content sheet-tab3">
  144.     <input type="hidden" class="tabstoggle" name="attr_ennemi_sheetTab"  value="monster"/>
  145.     <div class="part-of-sheet-buttons-wrapper">
  146.         <div class="buttons">
  147.             <button type="action" name="act_monster" class="part-of-sheet-buttons">Monstre</button>
  148.             <button type="action" name="act_dragon" class="part-of-sheet-buttons">Dragon</button>
  149.             <button type="action" name="act_demon" class="part-of-sheet-buttons">Démon</button>
  150.             <button type="action" name="act_ennemi" class="part-of-sheet-buttons">Ennemi</button>
  151.         </div>    
  152.     </div>
  153.     <div class="monster">
  154.        
  155.     </div>
  156.     <div class="dragon">
  157.        
  158.     </div>
  159.     <div class="demon">
  160.        
  161.     </div>
  162.     <div class="ennemi">
  163.        
  164.     </div>
  165. </div>
  166. <!--Début scripts-->
  167. <script type="text/worker">
  168.     const buttonlist = ["PC_principal","PC_equipment","PC_grimoire", "PC_necromancy", "PC_notes"];
  169.     buttonlist.forEach(button => {
  170.         on(`clicked:${button}`, function() {
  171.             setAttrs({
  172.                 sheetTab: button
  173.             });
  174.         });
  175.     });
  176.  
  177.     const buttonlist2 = ["NPC_principal","NPC_equipment","NPC_grimoire"];
  178.     buttonlist2.forEach(button => {
  179.         on(`clicked:${button}`, function() {
  180.             setAttrs({
  181.                 PNJ_sheetTab: button
  182.             });
  183.         });
  184.     });
  185.  
  186.     const buttonlist3 = ["monster","dragon","demon", "ennemi"];
  187.     buttonlist3.forEach(button => {
  188.         on(`clicked:${button}`, function() {
  189.             setAttrs({
  190.                 ennemi_sheetTab: button
  191.             });
  192.         });
  193.     });
  194. </script>
Advertisement
Add Comment
Please, Sign In to add comment