forked from GitHub-Mirrors/foundry-sw5e
Update Starship Data with new structure
Updated to bring actor data inline with the starship class. Still need to do derived data for starship
This commit is contained in:
parent
4cae2c0de3
commit
22c962d4d3
4 changed files with 63 additions and 23 deletions
|
@ -122,14 +122,14 @@
|
|||
<div class="form-group">
|
||||
<label>{{localize "SW5E.StockCost"}}</label>
|
||||
<div class="form-fields">
|
||||
<input type="text" placeholder="0" name="data.constBaseCost" value="{{data.constBaseCost}}" data-dtype="Number"/>
|
||||
<input type="text" placeholder="0" name="data.buildBaseCost" value="{{data.buildBaseCost}}" data-dtype="Number"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>{{localize "SW5E.MinConstWorkforce"}}</label>
|
||||
<div class="form-fields">
|
||||
<input type="text" placeholder="0" name="data.constMinWorkforce" value="{{data.constMinWorkforce}}" data-dtype="Number"/>
|
||||
<input type="text" placeholder="0" name="data.buildMinWorkforce" value="{{data.buildMinWorkforce}}" data-dtype="Number"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue