mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04: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
|
orig: 100, 100
|
||||||
offset: 0, 0
|
offset: 0, 0
|
||||||
index: -1
|
index: -1
|
||||||
UnitIcons/Immortal
|
UnitIcons/Persian Immortal
|
||||||
rotate: false
|
rotate: false
|
||||||
xy: 896, 1010
|
xy: 896, 1010
|
||||||
size: 100, 100
|
size: 100, 100
|
||||||
@ -3602,7 +3602,7 @@ UnitPromotionIcons/Operational Range
|
|||||||
orig: 50, 50
|
orig: 50, 50
|
||||||
offset: 0, 0
|
offset: 0, 0
|
||||||
index: -1
|
index: -1
|
||||||
UnitPromotionIcons/Range
|
UnitPromotionIcons/Extended Range
|
||||||
rotate: false
|
rotate: false
|
||||||
xy: 1266, 16
|
xy: 1266, 16
|
||||||
size: 50, 50
|
size: 50, 50
|
||||||
|
@ -464,53 +464,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Starting Era
|
// Starting Era, the Era names don't need to translate.
|
||||||
|
|
||||||
"Starting Era":{
|
"Starting Era":{
|
||||||
Italian:"Epoca iniziale"
|
Italian:"Epoca iniziale"
|
||||||
Simplified_Chinese:"开始时代"
|
Simplified_Chinese:"开始时代"
|
||||||
Korean:"시작 시대"
|
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"
|
German: "Untätige Einheiten anzeigen bei Rundenende"
|
||||||
French:"Vérifier les unités inactives"
|
French:"Vérifier les unités inactives"
|
||||||
Russian:"Найти незанятые юниты"
|
Russian:"Найти незанятые юниты"
|
||||||
Korean:"턴이 끝나기 전에 미행동 유닛 보기
|
Korean:"턴이 끝나기 전에 미행동 유닛 보기"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Move units with a single tap":{
|
"Move units with a single tap":{
|
||||||
|
@ -172,6 +172,9 @@
|
|||||||
Japanese:"爆撃力"
|
Japanese:"爆撃力"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"Range":{
|
||||||
|
Simplified_Chinese:"攻击范围"
|
||||||
|
}
|
||||||
|
|
||||||
/////// Unit actions
|
/////// Unit actions
|
||||||
|
|
||||||
|
@ -387,7 +387,7 @@
|
|||||||
French:"Hoplite"
|
French:"Hoplite"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Immortal":{ // Persian unique
|
"Persian Immortal":{ // Persian unique
|
||||||
Italian:"Immortale"
|
Italian:"Immortale"
|
||||||
Simplified_Chinese:"波斯长生军"
|
Simplified_Chinese:"波斯长生军"
|
||||||
}
|
}
|
||||||
@ -1683,12 +1683,12 @@
|
|||||||
Simplified_Chinese:"警戒能力"
|
Simplified_Chinese:"警戒能力"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Range":{
|
"Extended Range":{
|
||||||
Italian:"Raggio di tiro ampliato"
|
Italian:"Raggio di tiro ampliato"
|
||||||
German:"Reichweite"
|
German:"Reichweite"
|
||||||
French:"Portée"
|
French:"Portée"
|
||||||
Russian:"Обзор"
|
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":{
|
"+1 Range":{
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
unitTypes:["Ranged","Siege"]
|
unitTypes:["Ranged","Siege"]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name:"Range",
|
name:"Extended Range",
|
||||||
prerequisites:["Accuracy III","Barrage III","Targeting II","Bombardment II", "Wolfpack II"],
|
prerequisites:["Accuracy III","Barrage III","Targeting II","Bombardment II", "Wolfpack II"],
|
||||||
effect:"+1 Range",
|
effect:"+1 Range",
|
||||||
unitTypes:["Ranged","Siege","WaterRanged","WaterSubmarine"]
|
unitTypes:["Ranged","Siege","WaterRanged","WaterSubmarine"]
|
||||||
|
@ -243,7 +243,7 @@
|
|||||||
attackSound:"metalhit"
|
attackSound:"metalhit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Immortal",
|
name:"Persian Immortal",
|
||||||
replaces:"Spearman",
|
replaces:"Spearman",
|
||||||
uniqueTo:"Persia",
|
uniqueTo:"Persia",
|
||||||
unitType:"Melee",
|
unitType:"Melee",
|
||||||
@ -423,7 +423,7 @@
|
|||||||
requiredTech:"Machinery",
|
requiredTech:"Machinery",
|
||||||
upgradesTo:"Gatling Gun",
|
upgradesTo:"Gatling Gun",
|
||||||
obsoleteTech:"Industrialization",
|
obsoleteTech:"Industrialization",
|
||||||
promotions:["Range"],
|
promotions:["Extended Range"],
|
||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"arrow"
|
attackSound:"arrow"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user