forked from public/foundryvtt-wh4-lang-fr-fr
Fix sur carrieres + nouvelles traductions
This commit is contained in:
@ -134,6 +134,33 @@ export class WH4FRPatchConfig {
|
||||
game.wfrp4e.config.species["helf"] = "Haut Elfe";
|
||||
game.wfrp4e.config.species["welf"] = "Elfe Sylvain";
|
||||
|
||||
game.wfrp4e.config.subspecies = {
|
||||
human : {
|
||||
reiklander: {
|
||||
name : "Reiklander",
|
||||
skills : [
|
||||
"Soins aux animaux",
|
||||
"Charme",
|
||||
"Calme",
|
||||
"Evaluation",
|
||||
"Ragot",
|
||||
"Marchandage",
|
||||
"Langue (Bretonnien)",
|
||||
"Langue (Wastelander)",
|
||||
"Commandement",
|
||||
"Savoir (Reikland)",
|
||||
"Corps à corps (Base)",
|
||||
"Projectiles (Arc)"
|
||||
],
|
||||
talents : [
|
||||
"Destinée",
|
||||
"Affable, Perspicace",
|
||||
3
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
game.wfrp4e.config.statusEffects = [
|
||||
{
|
||||
icon: "systems/wfrp4e/icons/conditions/bleeding.png",
|
||||
|
Reference in New Issue
Block a user