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:
Murilo Brito 2025-05-26 12:42:35 -03:00 committed by GitHub
commit 307af1fd77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1074 additions and 128 deletions

1
module/data/action.mjs Normal file → Executable file
View 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({})