mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 03:18:18 +07:00
1. rename the unit "Immortal" and the Promotion "Range" 2. fix the korean translation, it lost a ("). (#1216)
* update * update * update * update * update * update * update * range extension
This commit is contained in:
parent
69953173aa
commit
362c67e348
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@ -3126,7 +3126,7 @@ UnitIcons/Hwach'a
|
||||
orig: 100, 100
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
UnitIcons/Immortal
|
||||
UnitIcons/Persian Immortal
|
||||
rotate: false
|
||||
xy: 896, 1010
|
||||
size: 100, 100
|
||||
@ -3602,7 +3602,7 @@ UnitPromotionIcons/Operational Range
|
||||
orig: 50, 50
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
UnitPromotionIcons/Range
|
||||
UnitPromotionIcons/Extended Range
|
||||
rotate: false
|
||||
xy: 1266, 16
|
||||
size: 50, 50
|
||||
|
@ -464,53 +464,13 @@
|
||||
|
||||
|
||||
|
||||
// Starting Era
|
||||
// Starting Era, the Era names don't need to translate.
|
||||
|
||||
"Starting Era":{
|
||||
Italian:"Epoca iniziale"
|
||||
Simplified_Chinese:"开始时代"
|
||||
Korean:"시작 시대"
|
||||
}
|
||||
|
||||
"Ancient":{
|
||||
Italian:"Antica"
|
||||
Korean:"고대"
|
||||
}
|
||||
|
||||
"Classic":{
|
||||
Italian:"Classica"
|
||||
Korean:"고전"
|
||||
}
|
||||
|
||||
"Medieval":{
|
||||
Italian:"Medievale"
|
||||
Korean:"중세"
|
||||
}
|
||||
|
||||
"Renaissance":{
|
||||
Italian:"Rinascimentale"
|
||||
Korean:"르네상스"
|
||||
}
|
||||
|
||||
"Industrial":{
|
||||
Italian:"Industriale"
|
||||
Korean:"산업"
|
||||
}
|
||||
|
||||
"Modern":{
|
||||
Italian:"Moderna"
|
||||
Korean:"현대"
|
||||
}
|
||||
|
||||
"Information":{
|
||||
Italian:"Informatica"
|
||||
Korean:"정보"
|
||||
}
|
||||
|
||||
"Future":{
|
||||
Italian:"Futura"
|
||||
Korean:"미래"
|
||||
}
|
||||
|
||||
////
|
||||
|
||||
@ -776,7 +736,7 @@
|
||||
German: "Untätige Einheiten anzeigen bei Rundenende"
|
||||
French:"Vérifier les unités inactives"
|
||||
Russian:"Найти незанятые юниты"
|
||||
Korean:"턴이 끝나기 전에 미행동 유닛 보기
|
||||
Korean:"턴이 끝나기 전에 미행동 유닛 보기"
|
||||
}
|
||||
|
||||
"Move units with a single tap":{
|
||||
|
@ -172,6 +172,9 @@
|
||||
Japanese:"爆撃力"
|
||||
}
|
||||
|
||||
"Range":{
|
||||
Simplified_Chinese:"攻击范围"
|
||||
}
|
||||
|
||||
/////// Unit actions
|
||||
|
||||
|
@ -387,7 +387,7 @@
|
||||
French:"Hoplite"
|
||||
}
|
||||
|
||||
"Immortal":{ // Persian unique
|
||||
"Persian Immortal":{ // Persian unique
|
||||
Italian:"Immortale"
|
||||
Simplified_Chinese:"波斯长生军"
|
||||
}
|
||||
@ -1683,12 +1683,12 @@
|
||||
Simplified_Chinese:"警戒能力"
|
||||
}
|
||||
|
||||
"Range":{
|
||||
"Extended Range":{
|
||||
Italian:"Raggio di tiro ampliato"
|
||||
German:"Reichweite"
|
||||
French:"Portée"
|
||||
Russian:"Обзор"
|
||||
Simplified_Chinese:"Range"// the unit attribute and the promotions ability have the same name,if we do not solve this problem,i will not translate it.
|
||||
Simplified_Chinese:"射程拓展"
|
||||
}
|
||||
|
||||
"+1 Range":{
|
||||
|
@ -49,7 +49,7 @@
|
||||
unitTypes:["Ranged","Siege"]
|
||||
}
|
||||
{
|
||||
name:"Range",
|
||||
name:"Extended Range",
|
||||
prerequisites:["Accuracy III","Barrage III","Targeting II","Bombardment II", "Wolfpack II"],
|
||||
effect:"+1 Range",
|
||||
unitTypes:["Ranged","Siege","WaterRanged","WaterSubmarine"]
|
||||
|
@ -243,7 +243,7 @@
|
||||
attackSound:"metalhit"
|
||||
},
|
||||
{
|
||||
name:"Immortal",
|
||||
name:"Persian Immortal",
|
||||
replaces:"Spearman",
|
||||
uniqueTo:"Persia",
|
||||
unitType:"Melee",
|
||||
@ -423,7 +423,7 @@
|
||||
requiredTech:"Machinery",
|
||||
upgradesTo:"Gatling Gun",
|
||||
obsoleteTech:"Industrialization",
|
||||
promotions:["Range"],
|
||||
promotions:["Extended Range"],
|
||||
hurryCostModifier:20,
|
||||
attackSound:"arrow"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user