mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 06:51:30 -04:00
Undid "Immortal" name change
Fixed json errors Added Korean and Czech flags
This commit is contained in:
parent
3c40e0247f
commit
965217d95c
BIN
android/Images/FlagIcons/Czeck.png
Normal file
BIN
android/Images/FlagIcons/Czeck.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
android/Images/FlagIcons/Korean.png
Normal file
BIN
android/Images/FlagIcons/Korean.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
@ -540,7 +540,7 @@
|
|||||||
Simplified_Chinese:"组建骑乘单位时产能积累速率+15%"
|
Simplified_Chinese:"组建骑乘单位时产能积累速率+15%"
|
||||||
Polish:"+15% do produkcji jednostek kawalerii"
|
Polish:"+15% do produkcji jednostek kawalerii"
|
||||||
Russian:"+15% Производство при постройке конных юнитов в данном городе"
|
Russian:"+15% Производство при постройке конных юнитов в данном городе"
|
||||||
Czech:""+15% produkce při výstavbě jízdních jednotek v tomto městě
|
Czech:"+15% produkce při výstavbě jízdních jednotek v tomto městě"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Circus Maximus":{
|
"Circus Maximus":{
|
||||||
|
@ -1115,7 +1115,7 @@
|
|||||||
French:"Points de personnage illustre"
|
French:"Points de personnage illustre"
|
||||||
Portuguese:"Pontos de grandes pessoas"
|
Portuguese:"Pontos de grandes pessoas"
|
||||||
Russian:"Очки великих людей"
|
Russian:"Очки великих людей"
|
||||||
Czech:"Body Velké osobnosti
|
Czech:"Body Velké osobnosti"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Current points":{
|
"Current points":{
|
||||||
@ -1889,7 +1889,7 @@
|
|||||||
Russian:"Вы победили, завоевав всех!"
|
Russian:"Вы победили, завоевав всех!"
|
||||||
Simplified_Chinese:"恭喜!你赢得了征服胜利!"
|
Simplified_Chinese:"恭喜!你赢得了征服胜利!"
|
||||||
Portuguese:"Você ganhou uma vitória de dominação!",
|
Portuguese:"Você ganhou uma vitória de dominação!",
|
||||||
Czech:"Dosáhli jste vítězství díky dominanci!
|
Czech:"Dosáhli jste vítězství díky dominanci!"
|
||||||
}
|
}
|
||||||
// TODO (4)
|
// TODO (4)
|
||||||
"You have achieved victory through the awesome power of your Culture. Your civilization's greatness - the magnificence of its monuments and the power of its artists - have astounded the world! Poets will honor you as long as beauty brings gladness to a weary heart.":{
|
"You have achieved victory through the awesome power of your Culture. Your civilization's greatness - the magnificence of its monuments and the power of its artists - have astounded the world! Poets will honor you as long as beauty brings gladness to a weary heart.":{
|
||||||
|
@ -2080,7 +2080,7 @@
|
|||||||
Simplified_Chinese:"治疗I"
|
Simplified_Chinese:"治疗I"
|
||||||
French:"Médecin"
|
French:"Médecin"
|
||||||
Russian:"Медик"
|
Russian:"Медик"
|
||||||
Czech:"Zdravotník I
|
Czech:"Zdravotník I"
|
||||||
}
|
}
|
||||||
|
|
||||||
"This unit and all others in adjacent tiles heal 5 additional HP per turn":{
|
"This unit and all others in adjacent tiles heal 5 additional HP per turn":{
|
||||||
|
@ -243,7 +243,7 @@
|
|||||||
attackSound:"metalhit"
|
attackSound:"metalhit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Persian Immortal",
|
name:"Immortal",
|
||||||
replaces:"Spearman",
|
replaces:"Spearman",
|
||||||
uniqueTo:"Persia",
|
uniqueTo:"Persia",
|
||||||
unitType:"Melee",
|
unitType:"Melee",
|
||||||
|
@ -233,6 +233,12 @@ class GameInfo {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// for(tile in tileMap.values)
|
||||||
|
// for(unit in tile.getUnits()){
|
||||||
|
// if(unit.name=="Immortal") unit.name="Persian Immortal"
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
for (civInfo in civilizations) civInfo.setNationTransient()
|
for (civInfo in civilizations) civInfo.setNationTransient()
|
||||||
for (civInfo in civilizations) civInfo.setTransients()
|
for (civInfo in civilizations) civInfo.setTransients()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user