RC-88 | String Set Input

This commit is contained in:
Oliver-Akins 2025-01-10 00:54:16 -07:00
parent d0374880bc
commit 000f490584
7 changed files with 95 additions and 6 deletions

View file

@ -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` },