diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a1dc1..83c77c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ - Compendiums : - PoW: - Updated all French compendiums from official French translation. + - Added missing items pattern : "Spirit of the Qamarist Pattern", "Ghostlands Yodhaniya Pattern" and "Kökejin’s Heart of the Wind Pattern". + - Added missing title : "Astradhari". + - Added mantras : "Summon Mantra : [One Implement]" and "Countering Mantra". - Fixed : "Urbane and Worldly" advantage was misspelled "Wroldly" (thx to Cernunnos). - Fixed : "Passion for [Foreign Performing Art Form]" from "Passion" to "Distinction" type. - Fixed : "Flowering Deceptions" from "Kata" to "Shuji" type. diff --git a/system/lang/en-en.json b/system/lang/en-en.json index 0a06012..2589c95 100644 --- a/system/lang/en-en.json +++ b/system/lang/en-en.json @@ -389,7 +389,7 @@ "cohort": { "tab": "Cohorts", "title": "Cohorts", - "leader": "Battle Readiness", + "leader": "Leader", "abilities": "Abilities" }, "fortification": { diff --git a/system/lang/es-es.json b/system/lang/es-es.json index 3dd80ac..263ba6d 100644 --- a/system/lang/es-es.json +++ b/system/lang/es-es.json @@ -389,7 +389,7 @@ "cohort": { "tab": "Cohorts", "title": "Cohorts", - "leader": "Battle Readiness", + "leader": "Leader", "abilities": "Abilities" }, "fortification": { diff --git a/system/lang/fr-fr.json b/system/lang/fr-fr.json index 0775f92..8cd2e61 100644 --- a/system/lang/fr-fr.json +++ b/system/lang/fr-fr.json @@ -389,7 +389,7 @@ "cohort": { "tab": "Régiments", "title": "Régiment", - "leader": "Aptitude au combat", + "leader": "Leader", "abilities": "Capacités" }, "fortification": { diff --git a/system/template.json b/system/template.json index 78af9a3..faa2649 100644 --- a/system/template.json +++ b/system/template.json @@ -285,8 +285,8 @@ }, "army_fortification": { "templates": ["basics"], - "difficulty": "", - "attrition_reduction": "", + "difficulty": 0, + "attrition_reduction": 0, "notes": "" } } diff --git a/system/templates/items/army-cohort/army-cohort-entry.html b/system/templates/items/army-cohort/army-cohort-entry.html index f81f452..a557e10 100644 --- a/system/templates/items/army-cohort/army-cohort-entry.html +++ b/system/templates/items/army-cohort/army-cohort-entry.html @@ -1,12 +1,12 @@