2020-05-24 21:02:04 +02:00
< form class = "{{cssClass}}" autocomplete = "off" >
2022-12-15 10:41:19 +01:00
{{>'systems/foundryvtt-reve-de-dragon/templates/scripts/autocomplete-script.hbs'}}
2020-05-21 21:48:20 +02:00
{{!-- Sheet Header --}}
< header class = "sheet-header" >
2020-11-20 11:40:32 +01:00
< div class = "header-fields" >
2022-11-28 14:36:25 +01:00
< div class = "flexcol" >
< div class = "flexrow" >
< h1 class = "charname" > < input name = "name" type = "text" value = "{{name}}" placeholder = "Name" / > < / h1 >
2022-10-05 19:29:16 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-buttons.html"}}
2022-11-28 14:36:25 +01:00
< / div >
< div class = "flexrow" >
2023-12-04 01:21:05 +01:00
< img class = "profile-img" src = "{{img}}" data-edit = "img" data-tooltip = "{{name}}" / >
2022-11-28 14:36:25 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-compteurs.html"}}
2022-10-05 19:29:16 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-etat.html"}}
2022-12-16 01:22:09 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-hautreve.html"}}
2020-11-20 11:40:32 +01:00
< / div >
2020-05-21 21:48:20 +02:00
< / div >
2020-11-20 11:40:32 +01:00
< / div >
2020-05-21 21:48:20 +02:00
< / header >
{{!-- Sheet Tab Navigation --}}
< nav class = "sheet-tabs tabs" data-group = "primary" >
2022-12-29 02:24:18 +01:00
{{#if options.isObserver}}
2023-12-04 01:21:05 +01:00
< a class = "item" data-tab = "carac" data-tooltip = "Caractéristiques" > Carac.< / a >
< a class = "item" data-tab = "competences" data-tooltip = "Caractéristiques" > Compétences< / a >
< a class = "item" data-tab = "combat" data-tooltip = "Combat et santé" > Combat< / a >
< a class = "item" data-tab = "connaissances" data-tooltip = "Savoirs et tâches" > Savoirs& Taches< / a >
< a class = "item" data-tab = "hautreve" data-tooltip = "Haut-rêve" > Haut-Rêve< / a >
2022-12-29 02:24:18 +01:00
{{/if}}
2023-12-04 01:21:05 +01:00
< a class = "item" data-tab = "items" data-tooltip = "Liste d'équipement" > Équipement< / a >
< a class = "item" data-tab = "description" data-tooltip = "Description et compagnons" > Description< / a >
2022-12-29 02:24:18 +01:00
< / nav >
2022-12-15 10:41:19 +01:00
2022-12-29 02:24:18 +01:00
{{!-- Sheet Body --}}
< section class = "sheet-body" >
{{#if options.isObserver}}{{!-- Carac Tab --}}
< div class = "tab items" data-group = "primary" data-tab = "carac" >
< div class = "flexrow" >
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/vue-detaillee.html"}}
< / div >
< div class = "grid grid-2col" >
< div class = "flex-group-left flexcol" >
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/carac-main.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/carac-total.html"}}
2021-05-24 17:32:18 +02:00
< / div >
2022-12-29 02:24:18 +01:00
< div class = "flex-group-left flexcol" >
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/carac-derivee.html"}}
2020-05-24 20:19:57 +02:00
< / div >
2020-05-22 00:48:43 +02:00
< / div >
2022-12-29 02:24:18 +01:00
< / div >
{{/if}}
{{#if options.isObserver}}{{!-- Compétences Tab --}}
< div class = "tab competences" data-group = "primary" data-tab = "competences" >
< div class = "flexrow" >
2023-06-20 02:58:51 +02:00
< span >
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/vue-detaillee.html"}}
< / span >
2022-12-29 02:24:18 +01:00
< span class = "flexrow" > < a class = "show-hide-competences" >
{{#if options.showCompNiveauBase}}
< i class = "fa-regular fa-filter-slash" > < / i > Montrer tout
{{else}}
< i class = "fa-regular fa-filter" > < / i > Filtrer
{{/if}}
< / a > < / span >
2023-02-05 20:26:44 +01:00
< span class = "embed-inline" >
2022-12-29 02:24:18 +01:00
< input class = "recherche flex-grow" type = "text" value = "{{options.recherche.text}}" name = "recherche" size = "8" data-dtype = "String" placeholder = "" / >
< / span >
< span >
2023-06-20 02:58:51 +02:00
{{#if options.vueDetaillee}}
{{#if @root.options.vueArchetype}}
2023-12-08 18:56:59 +01:00
< a class = "competence-archetype toggle-archetype chat-card-button-pushed" data-tooltip = "Retour à la vue détaillée des compétences" >
< i class = "fa-solid fa-up-right-from-square" > < / i > Incarnation
< / a >
2023-06-20 02:58:51 +02:00
{{else}}
2023-12-08 18:56:59 +01:00
< a class = "competence-archetype toggle-archetype chat-card-button" data-tooltip = "Gestion de l'archétype et de la réincarnation" >
< i class = "fa-solid fa-people-line" > < / i > Archétype
< / a >
2023-06-20 02:58:51 +02:00
{{/if}}
{{/if}}
2022-12-29 02:24:18 +01:00
< / span >
< / div >
2023-06-20 02:58:51 +02:00
< div class = "grid {{#if (and options.vueDetaillee options.vueArchetype)}}grid-competence-archetype{{else}}grid-2col{{/if}}" >
2022-12-29 02:24:18 +01:00
< div class = "competence-column" >
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.generale) categorie="Compétences générales"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.particuliere) categorie="Compétences Particulières"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.specialisee) categorie="Compétences Spécialisées"}}
2020-12-09 23:37:19 +01:00
< / div >
2022-12-29 02:24:18 +01:00
< div class = "competence-column" >
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/xp-competences.html"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.melee) categorie="Compétences de Mêlée"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.tir) categorie="Compétences de Tir"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.lancer) categorie="Compétences de Lancer"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.connaissance) categorie="Connaissances"}}
{{#if (or system.attributs.hautrevant.value options.vueDetaillee)}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence-categorie.html" competences=(filtreTriCompetences byCateg.draconic) categorie="Draconic"}}
{{/if}}
2020-06-12 22:46:04 +02:00
< / div >
2023-06-20 02:58:51 +02:00
{{#if (and options.vueDetaillee options.vueArchetype)}}
< div >
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/archetype.hbs"}}
< / div >
{{/if}}
2020-05-22 00:48:43 +02:00
< / div >
2022-12-29 02:24:18 +01:00
< / div >
{{/if}}
{{#if options.isObserver}}{{!-- Combat Tab --}}
< div class = "tab combat" data-group = "primary" data-tab = "combat" >
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/combat.html"}}< hr >
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/blessures.html"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/maladies-poisons.html"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/possessions.html"}}
2021-04-27 00:30:46 +02:00
< / div >
2022-12-29 02:24:18 +01:00
{{/if}}
{{#if options.isObserver}}{{!-- Connaissances Tab --}}
2021-01-27 23:35:45 +01:00
< div class = "tab connaissances" data-group = "primary" data-tab = "connaissances" >
2022-12-29 02:31:29 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/astrologie.html"}}
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/taches.html"}}
2023-03-24 19:38:15 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/chirurgie.html"}}
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/oeuvres.html"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/jeux.html"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/alchimie.html"}}
2020-11-04 18:00:42 +01:00
< / div >
2022-12-29 02:24:18 +01:00
{{/if}}
{{#if options.isObserver}}{{!-- hautreve Tab --}}
2020-11-26 23:33:05 +01:00
< div class = "tab hautreve " data-group = "primary" data-tab = "hautreve" style = "height:200px" >
< div >
2022-09-07 18:47:56 +02:00
{{#if system.attributs.hautrevant.value}}
2021-04-03 03:04:48 +02:00
< h3 > Haut rêvant< / h3 >
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/haut-revant.html"}}
2021-04-03 23:51:25 +02:00
{{else}}
2022-09-26 03:36:18 +02:00
< h3 > Vous n'avez pas le don de haut-rêve< / h3 >
< p > Attribuer la Tête de Dragon 'Don de Haut Rêve' pour rendre le personnage Haut-Rêvant.< / p >
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/non-haut-revant.html"}}
2021-04-03 03:04:48 +02:00
{{/if}}
2022-09-26 03:36:18 +02:00
< br > < br >
2021-06-05 01:53:30 +02:00
< / div >
2020-11-26 23:33:05 +01:00
< / div >
2022-12-29 02:24:18 +01:00
{{/if}}
2020-05-21 21:48:20 +02:00
2020-11-26 23:33:05 +01:00
{{!-- Equipment Tab --}}
< div class = "tab items" data-group = "primary" data-tab = "items" >
2022-12-18 22:51:10 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/inventaire-monnaie.html"}}
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/inventaire.html"}}
2023-11-21 16:03:26 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/liens-animaux.hbs"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/liens-vehicules.hbs"}}
2020-11-26 23:33:05 +01:00
< / div >
2023-11-21 16:03:26 +01:00
2020-11-26 23:33:05 +01:00
{{!-- Biography Tab --}}
< div class = "tab biography" data-group = "primary" data-tab = "description" >
< article class = "flexrow" >
< ul class = "item-list alterne-list" >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.race" > Race :< / label >
< input class = "flex-grow" type = "text" name = "system.race" value = "{{system.race}}" data-dtype = "String" / >
2020-11-26 23:33:05 +01:00
< / li >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.sexe" > Sexe :< / label >
< input class = "flex-grow" type = "text" name = "system.sexe" value = "{{system.sexe}}" data-dtype = "String" / >
2020-11-26 23:33:05 +01:00
< / li >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.age" > Age :< / label >
< input class = "flex-grow" type = "text" name = "system.age" value = "{{system.age}}" data-dtype = "String" / >
2020-11-26 23:33:05 +01:00
< / li >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.taille" > Taille :< / label >
< input class = "flex-grow" type = "text" name = "system.taille" value = "{{system.taille}}" data-dtype = "String" / >
2020-11-26 23:33:05 +01:00
< / li >
2023-01-24 22:30:50 +01:00
< li class = "item flexrow list-item" >
< label for = "system.poids" > Poids :< / label >
< input class = "flex-grow" type = "text" name = "system.poids" value = "{{system.poids}}" data-dtype = "String" / >
< / li >
2024-10-01 01:59:51 +02:00
< li class = "item flexrow list-item" >
< label for = "system.metier" > Métier :< / label >
< input class = "flex-grow" type = "text" name = "system.metier" value = "{{system.metier}}" data-dtype = "String" / >
< / li >
2020-11-26 23:33:05 +01:00
< / ul >
< ul class = "item-list alterne-list" >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.main" > Main directrice :< / label >
2022-12-30 02:55:11 +01:00
< div class = "autocomplete" >
< input type = "text" class = "selection-main-directrice" name = "system.main" value = "{{system.main}}" data-dtype = "String" / >
{{>'systems/foundryvtt-reve-de-dragon/templates/scripts/autocomplete.hbs' proposals=options.mainsDirectrices className='selection-main-directrice'}}
< / div >
2020-11-26 23:33:05 +01:00
< / li >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.heure" > Heure de naissance :< / label >
< select type = "text" name = "system.heure" value = "{{system.heure}}" data-dtype = "String" >
{{#select system.heure}}
2022-11-01 01:03:35 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-heures.html"}}
2021-06-02 13:37:06 +02:00
{{/select}}
< / select >
2020-11-26 23:33:05 +01:00
< / li >
< li class = "item flexrow list-item" >
2021-06-02 13:37:06 +02:00
< label > Beauté :< / label >
2022-09-07 18:47:56 +02:00
< input type = "text" value = "{{system.beaute}}" data-dtype = "String" disabled / >
2020-11-26 23:33:05 +01:00
< / li >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.cheveux" > Cheveux :< / label >
< input class = "flex-grow" type = "text" name = "system.cheveux" value = "{{system.cheveux}}" data-dtype = "String" / >
2021-06-02 13:37:06 +02:00
< / li >
< li class = "item flexrow list-item" >
2022-09-07 18:47:56 +02:00
< label for = "system.yeux" > Yeux :< / label >
< input class = "flex-grow" type = "text" name = "system.yeux" value = "{{system.yeux}}" data-dtype = "String" / >
2020-11-26 23:33:05 +01:00
< / li >
2024-10-02 00:46:11 +02:00
< a class = "chat-card-button description-aleatoire" data-tooltip = "Déterminer aléatoirement les détails de description" > Description < i class = "fa-solid fa-dice-d20" > < / i > < / a >
2020-11-26 23:33:05 +01:00
< / ul >
< / article >
2020-12-15 08:37:52 +01:00
2023-11-21 16:03:26 +01:00
< article class = "flexcol" >
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/liens-suivants.hbs"}}
< / article >
2020-11-26 23:33:05 +01:00
< article class = "flexcol" >
< h3 > Biographie : < / h3 >
2022-12-15 00:36:12 +01:00
< div class = "form-group large-editor" >
2023-01-28 16:34:09 +01:00
{{editor biographie target="system.biographie" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
2020-09-06 14:11:59 +02:00
< / div >
2020-11-26 23:33:05 +01:00
< h3 > Notes : < / h3 >
2022-12-15 00:36:12 +01:00
< div class = "form-group large-editor" >
2023-01-28 16:34:09 +01:00
{{editor notes target="system.notes" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
2020-08-29 22:52:41 +02:00
< / div >
2022-09-26 23:01:29 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/xp-journal.html"}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/editor-notes-mj.html"}}
2020-11-26 23:33:05 +01:00
< / article >
< / div >
2020-06-12 22:46:04 +02:00
2020-05-21 21:48:20 +02:00
< / section >
< / form >