mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00
Added Cossack unique unit - #563
This commit is contained in:
@ -6721,6 +6721,7 @@
|
||||
Portuguese:"Cavalaria"
|
||||
German:"Kavallerie"
|
||||
}
|
||||
|
||||
"Cossack":{
|
||||
Italian:"Cosacco"
|
||||
Romanian:"Cazac"
|
||||
@ -6729,7 +6730,7 @@
|
||||
Russian:"Казаки"
|
||||
German:"Kosak"
|
||||
French:"Cosaque"
|
||||
} // Russia unique
|
||||
}
|
||||
|
||||
"Artillery":{
|
||||
Italian:"Artiglieria"
|
||||
@ -8371,9 +8372,9 @@
|
||||
German:"Angriff"
|
||||
French:"Charge"
|
||||
}
|
||||
"Bonus vs wounded units 33%":{
|
||||
Italian:"+33% forza contro unità ferite"
|
||||
French:"+33% force contre les unités montées"
|
||||
"wounded units":{
|
||||
Italian:"unità ferite"
|
||||
French:"unités montées"
|
||||
}
|
||||
"Mobility":{
|
||||
Italian:"Mobilità"
|
||||
|
@ -868,7 +868,6 @@
|
||||
hurryCostModifier:20,
|
||||
attackSound:"horse"
|
||||
},
|
||||
/*
|
||||
{
|
||||
name:"Cossack",
|
||||
unitType:"Mounted",
|
||||
@ -880,11 +879,11 @@
|
||||
requiredTech:"Military Science",
|
||||
requiredResource:"Horses",
|
||||
upgradesTo:"Landship",
|
||||
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%","Damaged Enemy Bonus 33%" ],
|
||||
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%","Bonus vs wounded units 33%" ],
|
||||
hurryCostModifier:20,
|
||||
attackSound:"horse"
|
||||
//This Russian unique unit should replace Cavalry and also deal +33% damage to damaged units.
|
||||
},
|
||||
/*
|
||||
{
|
||||
name:"Comanche Rider",
|
||||
unitType:"Mounted",
|
||||
@ -1002,7 +1001,8 @@
|
||||
requiredTech:"Replaceable Parts",
|
||||
hurryCostModifier:20,
|
||||
upgradesTo:"Infantry",
|
||||
obsoleteTech:"Plastics"
|
||||
obsoleteTech:"Plastics",
|
||||
uniques:["+20% bonus outside friendly territory"],
|
||||
attackSound:"shot"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user