Corrections après tests de combat
Some checks failed
Release Creation / build (release) Failing after 1m34s

This commit is contained in:
2026-04-14 18:59:09 +02:00
parent 63c0153860
commit b3cf0b0aa1
29 changed files with 121 additions and 124 deletions

View File

@@ -85,6 +85,7 @@ export class CelestopolWeapon extends foundry.abstract.TypeDataModel {
choices: Object.keys(SYSTEM.WEAPON_DAMAGE_TYPES) }),
portee: new fields.StringField({ required: true, nullable: false, initial: "contact",
choices: Object.keys(SYSTEM.WEAPON_RANGE_TYPES) }),
equipped: new fields.BooleanField({ initial: false }),
description: new fields.HTMLField({ required: true, textSearch: true }),
}
}