Enhance fip

This commit is contained in:
2021-01-25 11:16:45 +01:00
parent 05a2b02482
commit b22b8022f1
5 changed files with 28 additions and 11 deletions

View File

@ -161,6 +161,7 @@ export class SoSActor extends Actor {
modifierList: SoSUtility.fillRange(-10, +10),
tnList: SoSUtility.fillRange(6, 20)
}
flipData.statList['nostat'] = { label: "No stat (ie defaulting skills)", value: 0, cardsuit: "none" }
let html = await renderTemplate('systems/foundryvtt-shadows-over-sol/templates/dialog-flip.html', flipData);
new SoSFlipDialog(flipData, html).render(true);
}