feat: implement core Foundry VTT system framework, including actor/item data models, spellcasting logic, dice mechanics, and automation scripts
This commit is contained in:
@@ -127,6 +127,7 @@ const nameTranslations: Record<string, string> = {
|
||||
"necromancy": "Necromancy",
|
||||
"blood": "Blood Magic",
|
||||
"wildwitch": "Wild Witch Magic",
|
||||
"take-breather": "Take a Breather",
|
||||
};
|
||||
|
||||
const folderNameTranslations: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user