422 lines
14 KiB
HTML
422 lines
14 KiB
HTML
<form class="l5r5e dice-picker-dialog" autocomplete="off">
|
||
|
||
<!--TODO Localization !-->
|
||
|
||
<h1>{{localize 'l5r5e.twenty_questions.title'}}</h1>
|
||
<div>
|
||
Renseignez vos réponses au jeu des vingt questions sur ce formulaire et notez-y des éléments à utiliser
|
||
ultérieurement !
|
||
<br><i>Livre de Règles de La Légende des Cinq Anneaux, Chapitre 2 : Création de personnage, p. 41-95</i>
|
||
</div>
|
||
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part1.title'}}</h2>
|
||
<div>
|
||
1. A quel clan appartient votre personnage ? (p. 41)
|
||
<input type="text" name="step1_clan" value="{{actor.identity.clan}}">
|
||
|
||
<div>
|
||
Augmentation d'Anneau (1)
|
||
<select name="rings">
|
||
<option value="none">En choisir un</option>
|
||
{{#each elementsList as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
|
||
<div>
|
||
Augmentation de compétence (1)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
|
||
<div>
|
||
<label>
|
||
Statut
|
||
<input type="number" name="step1_social_status" min="0" max="100" value="{{actor.social.status}}">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
2. A quelle famille appartient votre personnage ? (p. 49)
|
||
<input type="text" name="step2_family" value="{{actor.identity.family}}">
|
||
|
||
<div>
|
||
Augmentation d'Anneau (1)
|
||
<select name="rings">
|
||
<option value="none">En choisir un</option>
|
||
{{#each elementsList as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
<div>
|
||
Augmentation de compétence (2)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
|
||
<div>
|
||
<label>
|
||
Fortune de départ :
|
||
<input type="text" name="step2_wealth">
|
||
<!-- TODO add to template.json -->
|
||
</label>
|
||
</div>
|
||
|
||
<div>
|
||
<label>
|
||
Gloire
|
||
<input type="number" name="step2_social_glory" min="0" max="100" value="{{actor.social.glory}}">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part2.title'}}</h2>
|
||
<div>
|
||
3. Quelle est l'École votre personnage, et quel rôle remplit-elle ? (p. 56)
|
||
|
||
<label>
|
||
École
|
||
<input type="text" name="step3_school" value="{{actor.identity.school}}">
|
||
</label>
|
||
|
||
<label>
|
||
Rôles
|
||
<input type="text" name="step3_roles" value="{{actor.identity.roles}}">
|
||
</label>
|
||
|
||
<div>
|
||
Augmentations d'Anneau (2)
|
||
<select name="rings">
|
||
<option value="none">En choisir un</option>
|
||
{{#each elementsList as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</select>
|
||
<select name="rings">
|
||
<option value="none">En choisir un</option>
|
||
{{#each elementsList as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
<div>
|
||
Augmentations de compétence (3-5)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
|
||
<!--TODO in feat or props ? -->
|
||
Types de techniques accessibles
|
||
<div>
|
||
{{localizeFeat 'title'}}
|
||
{{#each featsList as |feat|}}
|
||
<label><input type="checkbox" name="step3_feat_{{feat}}">{{localizeFeat feat}}</label>
|
||
{{/each}}
|
||
<label>
|
||
</div>
|
||
|
||
<div>
|
||
Techniques de départ (2-5)
|
||
<textarea name="step3_feats"></textarea>
|
||
<!-- TODO Drag n drop feats-->
|
||
</div>
|
||
|
||
<div>
|
||
Capacité d'école
|
||
<textarea name="step3_school_ability"></textarea>
|
||
</div>
|
||
|
||
<div>
|
||
Équipement de départ
|
||
<textarea name="step3_equipment"></textarea>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<label>
|
||
Honneur
|
||
<input type="number" name="step3_social_honor" min="0" max="100" value="{{actor.social.honor}}">
|
||
</label>
|
||
</div>
|
||
|
||
<div>
|
||
4. De quelle manière votre personnage se démarque-t-il au sein de son école ? (p. 88)
|
||
<textarea name="step4_stand_out"></textarea>
|
||
|
||
Augmentation d'Anneau (1)
|
||
<select name="rings">
|
||
<option value="none">En choisir un</option>
|
||
{{#each elementsList as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part3.title'}}</h2>
|
||
<div>
|
||
5. Qui est le seigneur de votre personnage et quel est le devoir de votre personnage envers lui ? (p. 88)
|
||
Choisissez un giri:
|
||
<textarea name="step5_social_giri">{{actor.social.giri}}</textarea>
|
||
</div>
|
||
<div>
|
||
6. Que désire votre personnage, et en quoi ce désir risque-t-il de l’empêcher d’accomplir son devoir ? (p. 90)
|
||
Choisissez un ninjō:
|
||
<textarea name="step6_social_ninjo">{{actor.social.ninjo}}</textarea>
|
||
</div>
|
||
<div>
|
||
7. Quelle relation votre personnage entretient-il avec son clan ? (p. 91)
|
||
<textarea name="step7_clan_relations"></textarea>
|
||
|
||
<div>
|
||
Augmentation de compétence (1)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
|
||
OU
|
||
|
||
<label>
|
||
Augmentation de la gloire (+5)
|
||
<input type="number" name="step7_social_add_glory" value="0">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
8. Que pense votre personnage du bushido ? (p. 91)
|
||
<textarea name="step8_bushido"></textarea>
|
||
|
||
<div>
|
||
Augmentation de compétence (1)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
|
||
OU
|
||
|
||
<label>
|
||
Augmentation de l'honneur
|
||
<input type="number" name="step8_social_add_honor" value="0">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part4.title'}}</h2>
|
||
<div>
|
||
9. Quelle est à ce jour la plus belle réussite de votre personnage ? (p. 92)
|
||
<textarea name="step9_success"></textarea>
|
||
|
||
Aptitude (1)
|
||
<textarea name="step9_distinction"></textarea>
|
||
</div>
|
||
<div>
|
||
10. Quel est le frein principal dans la vie de votre personnage ? (p. 92)
|
||
<textarea name="step10_difficulty"></textarea>
|
||
|
||
Coup du sort (1)
|
||
<textarea name="step10_adversity"></textarea>
|
||
</div>
|
||
<div>
|
||
11. Quelle activité apaise le plus votre personnage ? (p. 93)
|
||
<textarea name="step11_calms"></textarea>
|
||
|
||
Passion (1)
|
||
<textarea name="step11_passion"></textarea>
|
||
</div>
|
||
<div>
|
||
12. Quelle inquiétude, crainte ou manie tracasse le plus votre personnage ? (p. 93)
|
||
<textarea name="step12_worries"></textarea>
|
||
|
||
Défaillance (1)
|
||
<textarea name="step12_failure"></textarea>
|
||
</div>
|
||
<div>
|
||
13. De qui votre personnage a-t-il le plus appris au cours de sa vie ? (p. 93)
|
||
<textarea name="step13_most_learn"></textarea>
|
||
|
||
<div>
|
||
Augmentation de compétence (1)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
|
||
Désavantage (1)
|
||
<textarea name="step13_disadvantage"></textarea>
|
||
</div>
|
||
<div>
|
||
OU
|
||
Avantage (1)
|
||
<textarea name="step13_advantage"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part5.title'}}</h2>
|
||
<div>
|
||
14. Que remarque-t-on en premier chez votre personnage ? (p. 93)
|
||
<textarea name="step14_first_sight"></textarea>
|
||
|
||
Particularités
|
||
<textarea name="step14_special_features"></textarea>
|
||
</div>
|
||
<div>
|
||
15. Comment votre personnage réagit-il aux situations stressantes ? (p. 94)
|
||
<textarea name="step15_stress"></textarea>
|
||
</div>
|
||
<div>
|
||
16. Quelles relations votre personnage entretient-il avec des familles, des organisations, des traditions et des
|
||
clans différents ? (p. 94)
|
||
<textarea name="step16_relations"></textarea>
|
||
|
||
Objet (Rareté inférieur ou égale à 7)
|
||
<textarea name="step16_item"></textarea>
|
||
</div>
|
||
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part6.title'}}</h2>
|
||
<div>
|
||
17. Comment les parents de votre personnage le décriraient-ils ? (p. 95)
|
||
<textarea name="step17_parents_pov"></textarea>
|
||
|
||
Augmentation de compétence (1)
|
||
<select name="skills">
|
||
<option value="none">En choisir une</option>
|
||
{{#each skillsList as |skills catId|}}
|
||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||
{{#each skills as |obj|}}
|
||
<option value="{{obj.id}}">{{obj.label}}</option>
|
||
{{/each}}
|
||
</optgroup>
|
||
{{/each}}
|
||
</select>
|
||
</div>
|
||
<div>
|
||
18. En l’honneur de qui votre personnage a-t-il été prénommé ? (p. 95)
|
||
<textarea name="step18_heritage_name"></textarea>
|
||
|
||
<label>
|
||
Résultat du 1er D10 [[/r 1d10]]
|
||
<input type="number" name="step18_heritage_1">
|
||
</label>
|
||
|
||
<label>
|
||
Résultat du 2eme D10 [[/r 1d10]]
|
||
<input type="number" name="step18_heritage_2">
|
||
</label>
|
||
</div>
|
||
<div>
|
||
19. Quel est le prénom de votre personnage ? (p. 95)
|
||
<textarea name="step19_firstname"></textarea>
|
||
</div>
|
||
|
||
<h2>{{localize 'l5r5e.twenty_questions.part7.title'}}</h2>
|
||
<div>
|
||
20. Comment envisagez-vous la mort de votre personnage ? (p. 95)
|
||
<textarea name="step20_death"></textarea>
|
||
</div>
|
||
|
||
<div class="form-group">
|
||
<button name="roll" type="submit">
|
||
Générer un nouveau personnage <i class='fas fa-arrow-circle-right'></i>
|
||
</button>
|
||
</div>
|
||
</form> |