Update profil
This commit is contained in:
parent
e5e08d35cb
commit
c3d3b7741a
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "fvtt-hawkmoon-cyd",
|
"id": "fvtt-hawkmoon-cyd",
|
||||||
"description": "Hawmoon RPG for FoundryVTT (CYD system - French)",
|
"description": "Hawmoon RPG for FoundryVTT (CYD system - French)",
|
||||||
"version": "10.0.2",
|
"version": "10.0.3",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Uberwald/LeRatierBretonnien",
|
"name": "Uberwald/LeRatierBretonnien",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"gridUnits": "m",
|
"gridUnits": "m",
|
||||||
"license": "LICENSE.txt",
|
"license": "LICENSE.txt",
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
|
"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.2.zip",
|
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-10.0.3.zip",
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
|
@ -144,6 +144,8 @@
|
|||||||
"exemples": "",
|
"exemples": "",
|
||||||
"attribut1": "",
|
"attribut1": "",
|
||||||
"attribut2": "",
|
"attribut2": "",
|
||||||
|
"attribut3": "",
|
||||||
|
"competences": "",
|
||||||
"talentsinitie": "",
|
"talentsinitie": "",
|
||||||
"prerequisaguerri": "",
|
"prerequisaguerri": "",
|
||||||
"talentsaguerri": "",
|
"talentsaguerri": "",
|
||||||
|
@ -45,6 +45,26 @@
|
|||||||
{{/select}}
|
{{/select}}
|
||||||
</select>
|
</select>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="flexrow item ">
|
||||||
|
<label class="generic-label item-field-label-long">Attribut principal 3 </label>
|
||||||
|
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
||||||
|
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
|
||||||
|
<option value="none">Aucun</option>
|
||||||
|
{{#select system.attribut3}}
|
||||||
|
{{#each attributs as |attrLabel attrKey|}}
|
||||||
|
<option value="{{attrKey}}">{{attrLabel}}</option>
|
||||||
|
{{/each}}
|
||||||
|
{{/select}}
|
||||||
|
</select>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="flexrow item">
|
||||||
|
<label class="generic-label">Compétences exercées : </label>
|
||||||
|
</li>
|
||||||
|
<li class="flexrow item">
|
||||||
|
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
|
||||||
|
name="system.compétences" data-dtype="String">{{system.compétences}}</textarea>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="flexrow item">
|
<li class="flexrow item">
|
||||||
<label class="generic-label">Talents Initié : </label>
|
<label class="generic-label">Talents Initié : </label>
|
||||||
|
Loading…
Reference in New Issue
Block a user