Diverses prise en compte technique
This commit is contained in:
parent
98917d6e74
commit
6b1b43e0a3
@ -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.3",
|
"version": "10.0.4",
|
||||||
"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.3.zip",
|
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-10.0.4.zip",
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
|
@ -128,6 +128,7 @@
|
|||||||
"talent": {
|
"talent": {
|
||||||
"utilisation": "",
|
"utilisation": "",
|
||||||
"prerequis": "",
|
"prerequis": "",
|
||||||
|
"resumebeonus": "",
|
||||||
"used": false,
|
"used": false,
|
||||||
"templates": [
|
"templates": [
|
||||||
"base",
|
"base",
|
||||||
|
@ -36,20 +36,18 @@
|
|||||||
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.prerequis" value="{{system.prerequis}}" data-dtype="String" />
|
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.prerequis" value="{{system.prerequis}}" data-dtype="String" />
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="flexrow item">
|
||||||
|
<label class="generic-label item-field-label-medium">Résumé (si bonus) </label>
|
||||||
|
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.resumebeonus" value="{{system.resumebeonus}}" data-dtype="String" />
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="flexrow item">
|
<li class="flexrow item">
|
||||||
<label class="generic-label item-field-label-medium">Déja utilisé ? </label>
|
<label class="generic-label item-field-label-medium">Déja utilisé ? </label>
|
||||||
<input class="predilection-maitrise" type="checkbox" name="system.used" {{checked system.used}} />
|
<input class="predilection-maitrise" type="checkbox" name="system.used" {{checked system.used}} />
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
{{#if system.isbonus}}
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-automation.html}}
|
||||||
<li class="flexrow item">
|
|
||||||
<label class="generic-label item-field-label-long">Formule de bonus </label>
|
|
||||||
</li>
|
|
||||||
<li class="flexrow item">
|
|
||||||
<textarea rows="3" type="text" class="padd-right color-class-common"
|
|
||||||
data-dtype="String">{{predilection.bonusformula}}</textarea>
|
|
||||||
</li>
|
|
||||||
{{/if}}
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user