Ajout artefacts + revue talents
This commit is contained in:
parent
11db607f16
commit
e4d7ff4ca3
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "fvtt-hawkmoon-cyd",
|
||||
"description": "Hawmoon RPG for FoundryVTT (CYD system - French)",
|
||||
"version": "10.0.6",
|
||||
"version": "10.0.7",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uberwald/LeRatierBretonnien",
|
||||
@ -15,7 +15,7 @@
|
||||
"gridUnits": "m",
|
||||
"license": "LICENSE.txt",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-10.0.6.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-10.0.7.zip",
|
||||
"packs": [
|
||||
{
|
||||
"type": "Item",
|
||||
|
@ -211,6 +211,7 @@
|
||||
"artefact": {
|
||||
"complexite": 0,
|
||||
"branche": "",
|
||||
"branche2": "none",
|
||||
"dureerealisation": "",
|
||||
"tempsroute": "",
|
||||
"effetdejeu": "",
|
||||
|
@ -36,15 +36,30 @@
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Branche secondaire : </label>
|
||||
<select class="item-field-label-long" type="text" name="system.branche2" value="{{system.branche2}}"
|
||||
data-dtype="string">
|
||||
<option value="none">Aucune</option>
|
||||
{{#select system.branche2}}
|
||||
<option value="alchimie">Alchimie</option>
|
||||
<option value="biologie">Biologie</option>
|
||||
<option value="electricite">Electricité</option>
|
||||
<option value="mecanique">Mécanique</option>
|
||||
<option value="scienceesprit">Science de l'Esprit</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Durée de réalisation : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.dureerealisation"
|
||||
<input type="text" class="padd-right item-field-label-long" name="system.dureerealisation"
|
||||
value="{{system.dureerealisation}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Temps de mise en route : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.tempsroute"
|
||||
<input type="text" class="padd-right item-field-label-long" name="system.tempsroute"
|
||||
value="{{system.tempsroute}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
@ -90,7 +105,7 @@
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">Compétence associée : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.competences"
|
||||
<input type="text" class="padd-right item-field-label-long" name="system.competences"
|
||||
value="{{system.competences}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user