Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 12:46:44 +02:00
parent 039df5c10a
commit a308181834
1421 changed files with 9940 additions and 547 deletions

View File

@ -10,10 +10,10 @@
"wp" : 5,
"fel" : 5
}
let skills = ["Intuition", "Lore (Local)", "Perception"]
let skills = ["Intuition", "Savoir (Local)", "Perception"]
let skillAdvancements = [10, 10, 10]
let talents = []
let trappings = ["Mail Coat", "Mail Chausses", "Mail Coif", "Hand Weapon"]
let trappings = ["Cotte de Mailles", "Chausses de Mailles", "Coiffe de Mailles", "Arme simple"]
let items = []
let updateObj = this.actor.toObject();
@ -48,7 +48,7 @@
}
else
{
ui.notifications.warn(`Could not find ${talent}`, {permanent : true})
ui.notifications.warn(`Impossible de trouver ${talent}`, {permanent : true})
}
}
@ -65,7 +65,7 @@
}
else
{
ui.notifications.warn(`Could not find ${trapping}`, {permanent : true})
ui.notifications.warn(`Impossible de trouver ${trapping}`, {permanent : true})
}
}