Add all systems effects scripts + translations
This commit is contained in:
@ -10,10 +10,11 @@ let characteristics = {
|
||||
"wp" : 15,
|
||||
"fel" : 0
|
||||
}
|
||||
let skills = ["Cool", "Dodge", "Intimidate", "Leadership"]
|
||||
//let skills = ["Cool", "Dodge", "Intimidate", "Leadership"]
|
||||
let skills = ["Calme", "Esquive", "Intimidation", "Commandement"]
|
||||
let skillAdvancements = [15, 15, 10, 5]
|
||||
let talents = ["Combat Aware", "Combat Reflexes", "Feint", "Resolute"]
|
||||
let trappings = ["Mail Coat", "Mail Chausses", "Mail Coif", "Hand Weapon", "Shield"]
|
||||
let talents = ["Vigilance", "Combat Instinctif", "Feinte", "Déterminé"]
|
||||
let trappings = ["Cotte de Mailles", "Chausses de Mailles", "Coiffe de Mailles", "Arme simple", "Bouclier"]
|
||||
let items = [];
|
||||
|
||||
let updateObj = this.actor.toObject();
|
||||
@ -48,7 +49,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})
|
||||
}
|
||||
}
|
||||
|
||||
@ -65,7 +66,7 @@ for (let trapping of trappings)
|
||||
}
|
||||
else
|
||||
{
|
||||
ui.notifications.warn(`Could not find ${trapping}`, {permanent : true})
|
||||
ui.notifications.warn(`Impossible de trouver ${trapping}`, {permanent : true})
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user