Added effects panel to both pc and npc.
This commit is contained in:
@@ -13,6 +13,7 @@ export const PreloadTemplates = async function () {
|
||||
`${tpl}actors/character/inventory.html`,
|
||||
`${tpl}actors/character/narrative.html`,
|
||||
`${tpl}actors/character/rings.html`,
|
||||
`${tpl}actors/character/effects.html`,
|
||||
`${tpl}actors/character/skill.html`,
|
||||
`${tpl}actors/character/social.html`,
|
||||
`${tpl}actors/character/stance.html`,
|
||||
@@ -25,6 +26,7 @@ export const PreloadTemplates = async function () {
|
||||
`${tpl}actors/npc/inventory.html`,
|
||||
`${tpl}actors/npc/narrative.html`,
|
||||
`${tpl}actors/npc/rings.html`,
|
||||
`${tpl}actors/npc/effects.html`,
|
||||
`${tpl}actors/npc/social.html`,
|
||||
`${tpl}actors/npc/skill.html`,
|
||||
`${tpl}actors/npc/techniques.html`,
|
||||
|
||||
Reference in New Issue
Block a user