More work on starship sizes as "classes"

getting there, this seems to be droppable, but doesn't show on sheet yet.
This commit is contained in:
supervj 2021-05-22 01:05:50 -04:00
parent b3344ba8b9
commit 0be98ab20c
7 changed files with 59 additions and 7 deletions

View file

@ -169,7 +169,7 @@ export default class ActorSheet5eStarship extends ActorSheet5e {
const refuel = this.actor.data.effect.changes[fuelcappos].value;
this.actor.update({"data.attributes.fuel.value": refuel});
}
}
function engineSliderUpdate(num) {
var symbol;
var coefficient;
@ -232,4 +232,3 @@ export default class ActorSheet5eStarship extends ActorSheet5e {
document.querySelector('#weaponslideroutput').value = slideroutput;
this.actor.update({"data.attributes.weaponpow": coefficient});
}
}