Add all systems effects scripts + translations
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
let spells = await game.wfrp4e.utility.findAll("spell", "Loading Spells")
|
||||
let spells = await game.wfrp4e.utility.findAll("spell", "Chargement des sorts")
|
||||
|
||||
let lore = (await game.wfrp4e.tables.rollTable("random-caster", {hideDSN: true})).text
|
||||
this.script.scriptNotification(lore)
|
||||
if (lore == "GM's Choice") {
|
||||
if (lore == "Au choix") {
|
||||
return
|
||||
}
|
||||
|
||||
else if (lore == "Arcane Magic") {
|
||||
else if (lore == "Magie des Arcanes") {
|
||||
lore = "Arcane"
|
||||
}
|
||||
|
||||
else if (lore == "Petty Magic") {
|
||||
else if (lore == "Magie Mineure ") {
|
||||
lore = "petty"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user