forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
"wp" : 0,
|
||||
"fel" : 5
|
||||
}
|
||||
let skills = ["Perception", "Sleight of Hand", "Stealth (Urban)"]
|
||||
let skills = ["Perception", "Escamotage", "Discrétion (Urbaine)"]
|
||||
let skillAdvancements = [10, 10, 10]
|
||||
let talents = ["Criminal", "Etiquette (Criminals)"]
|
||||
let trappings = ["Rope, 10 yards", "Lockpick", "Mask"]
|
||||
let talents = ["Criminel", "Etiquette (Criminels)"]
|
||||
let trappings = ["Corde, 10 mètres", "Outils de crochetage", "Masque"]
|
||||
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})
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user