Sync v9
This commit is contained in:
parent
4afa62df4c
commit
c2c335181b
@ -18,7 +18,7 @@ export class PegasusRollDialog extends Dialog {
|
|||||||
options.height = 360;
|
options.height = 360;
|
||||||
} else if (rollData.mode == "weapon") {
|
} else if (rollData.mode == "weapon") {
|
||||||
html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-weapon.html', rollData);
|
html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-weapon.html', rollData);
|
||||||
options.height = 460;
|
options.height = 320;
|
||||||
} else {
|
} else {
|
||||||
html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-skill.html', rollData);
|
html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-skill.html', rollData);
|
||||||
}
|
}
|
||||||
|
@ -163,6 +163,6 @@
|
|||||||
"templateVersion": 57,
|
"templateVersion": 57,
|
||||||
"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.1.0",
|
"version": "0.1.1",
|
||||||
"background" : "./images/ui/pegasus_welcome_page.webp"
|
"background" : "./images/ui/pegasus_welcome_page.webp"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{{#if notapplicable}}
|
{{#if notapplicable}}
|
||||||
<option value="notapplicable">Not applicable</option>
|
<option value="notapplicable">Not applicable</option>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<option value="touch">Touch</option>
|
||||||
<option value="touchself">Touch/Self</option>
|
<option value="touchself">Touch/Self</option>
|
||||||
<option value="tz">Threat Zone</option>
|
<option value="tz">Threat Zone</option>
|
||||||
<option value="close">Close</option>
|
<option value="close">Close</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user