Add all systems effects scripts + translations
This commit is contained in:
@ -10,10 +10,10 @@ let characteristics = {
|
||||
"wp" : 15,
|
||||
"fel" : 0
|
||||
}
|
||||
let skills = ["Channelling", "Cool", "Dodge", "Entertain (Storytelling)", "Intuition", "Language (Magick)", "Lore (Magic)", "Perception"]
|
||||
let skills = ["Focalisation", "Calme", "Esquive", "Divertissement (Narration)", "Intuition", "Langue (Magick)", "Savoir (Magie)", "Perception"]
|
||||
let skillAdvancements = [5, 15, 10, 10, 15, 10, 10, 20]
|
||||
let talents = ["Arcane Magic", "Petty Magic", "Second Sight"]
|
||||
let trappings = ["Hand Weapon", "Quarterstaff", "Ritual Dress incorporating many ingredients and fetishes"]
|
||||
let talents = ["Magie des Arcanes", "Magie Mineure", "Seconde Vue"]
|
||||
let trappings = ["Arme simple", "(2M) Bâton de combat", "Robe de rituel incorporant des ingrédients et des fétiches"]
|
||||
let items = [];
|
||||
|
||||
let updateObj = this.actor.toObject();
|
||||
@ -48,7 +48,7 @@ for (let talent of talents)
|
||||
}
|
||||
else
|
||||
{
|
||||
ui.notifications.warn(`Could not find ${talent}`, {permanent : true})
|
||||
ui.notifications.warn(`Impossible de trouver ${talent}`, {permanent : true})
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user