Fix Talent, prayer and db
This commit is contained in:
parent
58f6c81cbd
commit
00fe4f0447
@ -97,7 +97,7 @@ Hooks.once('init', () => {
|
|||||||
},
|
},
|
||||||
// Auto-translate duration
|
// Auto-translate duration
|
||||||
"spells_duration_range_target_damage": (value) => {
|
"spells_duration_range_target_damage": (value) => {
|
||||||
--console.log("Spell duration/range/damage/target :", value);
|
//console.log("Spell duration/range/damage/target :", value);
|
||||||
if ( value == "" ) return ""; // Hop !
|
if ( value == "" ) return ""; // Hop !
|
||||||
if ( value == "Touch" ) return "Contact"; // Hop !
|
if ( value == "Touch" ) return "Contact"; // Hop !
|
||||||
if ( value == "You" ) return "Vous"; // Hop !
|
if ( value == "You" ) return "Vous"; // Hop !
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "WH4-fr-translation",
|
"name": "WH4-fr-translation",
|
||||||
"title": "Traduction du module WH4 en Français.",
|
"title": "Traduction du module WH4 en Français.",
|
||||||
"description": "La traduction du module WH4.",
|
"description": "La traduction du module WH4.",
|
||||||
"version": "0.40",
|
"version": "0.41",
|
||||||
"minimumCoreVersion" : "0.5.1",
|
"minimumCoreVersion" : "0.5.1",
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
"esmodules": ["babele-register.js"],
|
"esmodules": ["babele-register.js"],
|
||||||
|
Loading…
Reference in New Issue
Block a user