ALl features OK, excetp creatures sub-type, WIP3
This commit is contained in:
@@ -106,9 +106,9 @@ export default class PersonnageDataModel extends foundry.abstract.TypeDataModel
|
||||
// Sorcellerie
|
||||
sorcellerie: new fields.SchemaField({
|
||||
runes: new fields.HTMLField({ initial: "" }),
|
||||
creaturesinvoquees: new fields.HTMLField({ initial: "" }),
|
||||
demonslies: new fields.HTMLField({ initial: "" }),
|
||||
enchantements: new fields.HTMLField({ initial: "" }),
|
||||
creaturesinvoquees: new fields.ArrayField(new fields.StringField(), { initial: [] }),
|
||||
demonslies: new fields.ArrayField(new fields.StringField(), { initial: [] }),
|
||||
enchantements: new fields.ArrayField(new fields.StringField(), { initial: [] }),
|
||||
invocationsencours: new fields.HTMLField({ initial: "" }),
|
||||
coutPouvoirInvocations: new fields.NumberField({ initial: 0, integer: true })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user