Add monsetr sheet
This commit is contained in:
@ -40,7 +40,7 @@ Hooks.once("init", function () {
|
||||
CONFIG.Actor.documentClass = documents.LethalFantasyActor
|
||||
CONFIG.Actor.dataModels = {
|
||||
character: models.LethalFantasyCharacter,
|
||||
opponent: models.LethalFantasyOpponent,
|
||||
monster: models.LethalFantasyMonster,
|
||||
}
|
||||
|
||||
CONFIG.Item.documentClass = documents.LethalFantasyItem
|
||||
@ -59,7 +59,7 @@ Hooks.once("init", function () {
|
||||
// Register sheet application classes
|
||||
Actors.unregisterSheet("core", ActorSheet)
|
||||
Actors.registerSheet("lethalFantasy", applications.LethalFantasyCharacterSheet, { types: ["character"], makeDefault: true })
|
||||
Actors.registerSheet("lethalFantasy", applications.LethalFantasyOpponentSheet, { types: ["opponent"], makeDefault: true })
|
||||
Actors.registerSheet("lethalFantasy", applications.LethalFantasyMonsterSheet, { types: ["monster"], makeDefault: true })
|
||||
|
||||
Items.unregisterSheet("core", ItemSheet)
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasySkillSheet, { types: ["skill"], makeDefault: true })
|
||||
|
Reference in New Issue
Block a user