Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

View File

@ -10,10 +10,10 @@ let characteristics = {
"wp" : 0,
"fel" : 0
}
let skills = ["Cool", "Dodge"]
let skills = ["Calme", "Esquive"]
let skillAdvancements = [10, 10]
let talents = ["Combat Reflexes"]
let trappings = ["Leather Jack", "Leather Skullcap", "Leather Leggings", "Shield"]
let talents = ["Combat Instinctif"]
let trappings = ["Veste de cuir", "Calotte de cuir", "Jambières de cuir", "Bouclier"]
let items = []
let updateObj = this.actor.toObject();
@ -48,7 +48,7 @@ let characteristics = {
}
else
{
ui.notifications.warn(`Could not find ${talent}`, {permanent : true})
ui.notifications.warn(`Impossible de trouver ${talent}`, {permanent : true})
}
}
@ -65,7 +65,7 @@ let characteristics = {
}
else
{
ui.notifications.warn(`Could not find ${trapping}`, {permanent : true})
ui.notifications.warn(`Impossible de trouver ${trapping}`, {permanent : true})
}
}