forked from public/foundryvtt-wh4-lang-fr-fr
Fix spell damage parsing + EiS actors
This commit is contained in:
@ -445,7 +445,7 @@ export default async function statParserFR(statString, type = "npc") {
|
||||
moneys[mondeyDef.key] += (moneyParsed && moneyParsed[1]) ? Number(moneyParsed[1]) : 0
|
||||
}
|
||||
}
|
||||
} else if (def.name.includes('spell')) {
|
||||
} else if (def.name.toLowerCase().includes('spell')) {
|
||||
console.log("Found spells section!!!!", name, def, def.lore || "NO LORE")
|
||||
// Lore management, firs pass
|
||||
if (def.lore) {
|
||||
|
Reference in New Issue
Block a user