mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 23:29:53 +07:00
Typo fix: dicipline -> discipline
This commit is contained in:
Before Width: | Height: | Size: 825 B After Width: | Height: | Size: 825 B |
@ -98,14 +98,14 @@
|
||||
column:2
|
||||
},
|
||||
{
|
||||
name:"Dicipline",
|
||||
name:"Discipline",
|
||||
description:"+15% combat strength for melee units which have another military unit in an adjacent tile",
|
||||
row:1,
|
||||
column:4
|
||||
},
|
||||
{
|
||||
name:"Military Tradition",
|
||||
description:"Military units gain 50% more Experience from combat", // todo from here
|
||||
description:"Military units gain 50% more Experience from combat",
|
||||
requires:["Warrior Code"],
|
||||
row:2,
|
||||
column:2
|
||||
@ -113,7 +113,7 @@
|
||||
{
|
||||
name:"Military Caste",
|
||||
description:"Each city with a garrison increases happiness by 1 and culture by 2",
|
||||
requires:["Dicipline"],
|
||||
requires:["Discipline"],
|
||||
row:2,
|
||||
column:4
|
||||
},
|
||||
@ -307,7 +307,7 @@
|
||||
{
|
||||
name:"Autocracy",
|
||||
era:"Industrial",
|
||||
description:"-33% unit upkeep costs", // todo!
|
||||
description:"-33% unit upkeep costs",
|
||||
policies:[
|
||||
{
|
||||
name:"Populism",
|
||||
|
@ -3231,7 +3231,7 @@
|
||||
Spanish:"Chichén Itzá"
|
||||
}
|
||||
"Lighthouse":{}
|
||||
"The Great Lighthouse"{}
|
||||
"The Great Lighthouse":{}
|
||||
"Stable":{
|
||||
Italian:"Scuderia"
|
||||
Russian:"Конюшня"
|
||||
|
Reference in New Issue
Block a user