Add Hero Level max
This commit is contained in:
@ -1381,6 +1381,15 @@ export class PegasusActor extends Actor {
|
||||
return options.join("\n")
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getMaxLevelRemainingList() {
|
||||
let options = []
|
||||
for (let i = 0; i <= 12; i++) {
|
||||
options.push(`<option value="${i}">${i}</option>`)
|
||||
}
|
||||
return options.join("\n")
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
async startRoll(rollData) {
|
||||
this.syncRoll(rollData);
|
||||
|
Reference in New Issue
Block a user