Correction sur calcul du rang
All checks were successful
Release Creation / build (release) Successful in 51s

This commit is contained in:
2026-01-21 10:55:29 +01:00
parent f445741eda
commit 25b6e30aa8
68 changed files with 225 additions and 223 deletions

View File

@@ -11,7 +11,7 @@ export default class ProtectionDataModel extends foundry.abstract.TypeDataModel
prix: new fields.NumberField({ initial: 0, integer: true }),
equipped: new fields.BooleanField({ initial: false }),
points: new fields.NumberField({ initial: 0, integer: true }),
protectiontype: new fields.StringField({ initial: "" }),
protectiontype: new fields.StringField({ initial: "balle" }),
effetsecondaire: new fields.StringField({ initial: "" }),
malusagilite: new fields.NumberField({ initial: 0, integer: true }),
dissimulation: new fields.StringField({ initial: "" })