forked from GitHub-Mirrors/foundry-sw5e
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:
parent
b3344ba8b9
commit
0be98ab20c
7 changed files with 59 additions and 7 deletions
|
@ -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});
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue