mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge pull request #59 from Foundryborne/feature/49-enhace-feature-sheet
Enhace feature sheet and apply new standard style to applications
This commit is contained in:
commit
307af1fd77
24 changed files with 1074 additions and 128 deletions
1
module/data/action.mjs
Normal file → Executable file
1
module/data/action.mjs
Normal file → Executable file
|
|
@ -4,6 +4,7 @@ export default class DaggerheartAction extends foundry.abstract.DataModel {
|
|||
return {
|
||||
id: new fields.StringField({}),
|
||||
name: new fields.StringField({ initial: 'New Action' }),
|
||||
img: new fields.StringField({ initial: '' }),
|
||||
damage: new fields.SchemaField({
|
||||
type: new fields.StringField({ choices: SYSTEM.GENERAL.damageTypes, nullable: true, initial: null }),
|
||||
value: new fields.StringField({})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue