Ajout race pour creature : #200

This commit is contained in:
sladecraven 2021-10-08 17:29:56 +02:00
parent 15c2bc395b
commit a8707370ea
3 changed files with 12 additions and 2 deletions

View File

@ -2,11 +2,11 @@
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "Rêve de Dragon RPG for FoundryVTT",
"version": "1.5.4",
"version": "1.5.6",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.9",
"templateVersion": 116,
"templateVersion": 118,
"author": "LeRatierBretonnien",
"authors": [
{

View File

@ -4,6 +4,7 @@
"templates": {
"description": {
"description": "Description ...",
"race": "",
"notesmj": "Notes du MJ"
},
"subacteurs": {

View File

@ -160,10 +160,19 @@
{{!-- Biography Tab --}}
<div class="tab description" data-group="primary" data-tab="description">
<div class="form-group">
<span class="item-name"><h4>Race</h4></span>
<input type="text" name="data.race" value="{{data.race}}" data-dtype="String" />
</div>
<div class="form-group editor">
<span class="item-name"><h4>Description</h4>
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html"}}
</div>
</section>