Add missing icon

This commit is contained in:
sladecraven 2022-08-17 15:36:50 +02:00
parent 6b1ef2ab6b
commit 8b4d28029e
3 changed files with 7 additions and 2 deletions

View File

@ -180,9 +180,9 @@
"styles": [ "styles": [
"styles/simple.css" "styles/simple.css"
], ],
"templateVersion": 103, "templateVersion": 104,
"title": "Pegasus RPG", "title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg", "url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
"version": "0.6.15", "version": "0.6.16",
"background" : "./images/ui/pegasus_welcome_page.webp" "background" : "./images/ui/pegasus_welcome_page.webp"
} }

View File

@ -618,6 +618,7 @@
"ts_f": "", "ts_f": "",
"ts_s": "", "ts_s": "",
"ts_r": "", "ts_r": "",
"negativeman": false,
"man": "", "man": "",
"cost": 0, "cost": 0,
"space": 0 "space": 0

View File

@ -52,6 +52,10 @@
{{/select}} {{/select}}
</select> </select>
</li> </li>
<li class="flexrow"><label class="generic-label">MAN : Apply as negative ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="data.negativeman" {{checked data.negativeman}}/></label>
</li>
<li class="flexrow"><label class="generic-label">MAN</label> <li class="flexrow"><label class="generic-label">MAN</label>
<select class="competence-base flexrow" type="text" name="data.man" value="{{data.man}}" data-dtype="String"> <select class="competence-base flexrow" type="text" name="data.man" value="{{data.man}}" data-dtype="String">