mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
remove unused field
This commit is contained in:
parent
4d64a99bb9
commit
3182a3be6c
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ export default class DHWeapon extends BaseDataItem {
|
||||||
damage: new fields.SchemaField({
|
damage: new fields.SchemaField({
|
||||||
dice: new fields.StringField({ choices: SYSTEM.GENERAL.diceTypes, initial: 'd6' }),
|
dice: new fields.StringField({ choices: SYSTEM.GENERAL.diceTypes, initial: 'd6' }),
|
||||||
bonus: new fields.NumberField({ nullable: true, initial: null }),
|
bonus: new fields.NumberField({ nullable: true, initial: null }),
|
||||||
value: new FormulaField({ initial: 'd6' }),
|
|
||||||
type: new fields.StringField({
|
type: new fields.StringField({
|
||||||
required: true,
|
required: true,
|
||||||
choices: SYSTEM.GENERAL.damageTypes,
|
choices: SYSTEM.GENERAL.damageTypes,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue