mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Translation stuff
Fixed ultra rare bug where a unit that expends all its movement points on roads right before attacking will think that it can attack when it can't
This commit is contained in:
@ -1170,6 +1170,8 @@
|
||||
|
||||
// Technologies (Ancient Era)
|
||||
|
||||
"Agriculture":{}
|
||||
|
||||
"Pottery":{
|
||||
Italian:"Ceramica"
|
||||
Russian:"Керамика"
|
||||
@ -1325,6 +1327,7 @@
|
||||
Romanian:"Serviciu civil"
|
||||
German:"Zivildienst"
|
||||
}
|
||||
"Guilds":{}
|
||||
"Physics":{
|
||||
Italian:"Fisica"
|
||||
Russian:"Физика"
|
||||
@ -1332,6 +1335,7 @@
|
||||
Romanian:"Fizică"
|
||||
German:"Physik"
|
||||
}
|
||||
"Steel":{}
|
||||
"Metal Casting":{
|
||||
Italian:"colata di metallo"
|
||||
Russian:"Литье"
|
||||
@ -1399,6 +1403,7 @@
|
||||
Romanian:"Presă de tipar"
|
||||
German:"Druckpresse"
|
||||
}
|
||||
"Gunpowder":{}
|
||||
"Navigation":{
|
||||
Italian:"Navigazione"
|
||||
Russian:"Навигация"
|
||||
@ -1420,6 +1425,9 @@
|
||||
Romanian:"Economie"
|
||||
German:"Ökonomie"
|
||||
}
|
||||
|
||||
"Metallurgy":{}
|
||||
|
||||
"Chemistry":{
|
||||
Italian:"Chimica"
|
||||
Russian:"Химия"
|
||||
@ -1437,6 +1445,11 @@
|
||||
Romanian:"Teoria științifică"
|
||||
German:"Wissenschaftliche Thorie"
|
||||
}
|
||||
|
||||
"Industrialization":{}
|
||||
"Rifling":{}
|
||||
"Military Science":{}
|
||||
|
||||
"Fertilizer":{
|
||||
Italian:"Fertilizzante"
|
||||
Russian:"Yдобрение"
|
||||
@ -1466,6 +1479,8 @@
|
||||
German:"Dampfkraft"
|
||||
}
|
||||
|
||||
"Dynamite":{}
|
||||
|
||||
|
||||
// Technologies (Modern Era)
|
||||
|
||||
@ -1594,6 +1609,16 @@
|
||||
German:"Zukünftige Technologien"
|
||||
}
|
||||
|
||||
// Tech Eras
|
||||
"Ancient":{}
|
||||
"Classical":{}
|
||||
"Medieval":{}
|
||||
"Renaissance":{}
|
||||
"Industrial":{}
|
||||
"Modern":{}
|
||||
"Information":{}
|
||||
"Future":{}
|
||||
|
||||
// Building unique abilities
|
||||
|
||||
"+1 Science Per 2 Population":{
|
||||
|
@ -234,9 +234,8 @@
|
||||
cost: 150,
|
||||
requiredTech:"Gunpowder",
|
||||
hurryCostModifier:20
|
||||
}
|
||||
|
||||
,{
|
||||
},
|
||||
{
|
||||
name:"Lancer",
|
||||
unitType:"Mounted",
|
||||
movement:4,
|
||||
@ -245,10 +244,11 @@
|
||||
requiredTech:"Metallurgy",
|
||||
requiredResource:"Horses",
|
||||
hurryCostModifier:20
|
||||
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%","Bonus vs Mounted 50%" ],
|
||||
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%","Bonus vs Mounted 33%" ],
|
||||
},
|
||||
|
||||
// UNITS FROM HERE NEED IMAGES
|
||||
// Industrial Era
|
||||
|
||||
{
|
||||
name:"Rifleman",
|
||||
unitType:"Melee",
|
||||
|
Reference in New Issue
Block a user