RC-88 | String Set Input
This commit is contained in:
parent
d0374880bc
commit
000f490584
7 changed files with 95 additions and 6 deletions
|
|
@ -59,7 +59,12 @@ export class WeaponData extends foundry.abstract.TypeDataModel {
|
|||
// #region Sheet Data
|
||||
getFormFields(ctx) {
|
||||
const fields = [
|
||||
{ type: `set`, label: `Traits` },
|
||||
{
|
||||
type: `string-set`,
|
||||
label: `RipCrypt.common.traits`,
|
||||
path: `system.traits`,
|
||||
value: this.traitString,
|
||||
},
|
||||
{ type: `integer`, label: `Short Range` },
|
||||
{ type: `integer`, label: `Long Range` },
|
||||
{ type: `integer`, label: `Damage` },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue