mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-01 15:49:46 +07:00
Added Walls of Babylon unique building
Added Chu-Ko-Nu unique unit
This commit is contained in:
BIN
android/Images/BuildingIcons/Walls of Babylon.png
Normal file
BIN
android/Images/BuildingIcons/Walls of Babylon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
android/Images/UnitIcons/Chu-Ko-Nu.png
Normal file
BIN
android/Images/UnitIcons/Chu-Ko-Nu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 955 KiB After Width: | Height: | Size: 959 KiB |
@ -82,18 +82,16 @@
|
||||
hurryCostModifier:25,
|
||||
requiredTech:"Masonry"
|
||||
},
|
||||
/*
|
||||
{
|
||||
name:"Walls of Babylon",
|
||||
replaces:"Walls",
|
||||
cost:65,
|
||||
uniqueTo:"Babylon",
|
||||
cityStrength:6,
|
||||
cityHealth:100,
|
||||
hurryCostModifier:25,
|
||||
requiredTech:"Masonry"
|
||||
//Babylonian unique building that replaces Walls.
|
||||
},
|
||||
*/
|
||||
{
|
||||
name:"The Pyramids",
|
||||
culture:1,
|
||||
|
@ -29,14 +29,6 @@
|
||||
Simplified_Chinese:"下一回合"
|
||||
Portuguese:"Proximo turno"
|
||||
Japanese:"次のターン"
|
||||
Polish:"Następna tura"
|
||||
Indonesian:"Giliran berikutnya"
|
||||
Philippino:"Susunod na pagliko"
|
||||
Czech:"Další otočení"
|
||||
Slovak:"Ďalšie otočenie"
|
||||
Sloven:"Naslednji zavoj"
|
||||
Croatian:"Sljedeći red"
|
||||
Danish:"Næste tur"
|
||||
}
|
||||
|
||||
"Working...":{ // Displayed when next turn is being...turned
|
||||
@ -5172,6 +5164,7 @@
|
||||
Portuguese:"Muralhas"
|
||||
German:"Mauern"
|
||||
}
|
||||
"Walls of Babylon":{}
|
||||
|
||||
"The Pyramids":{
|
||||
Italian:"Grandi Piramidi"
|
||||
@ -6613,6 +6606,9 @@
|
||||
German:"Kamel-Bogenschütze"
|
||||
French:"Archer méhariste"
|
||||
}
|
||||
"Samurai":{}
|
||||
"Combat very likely to create Great Generals":{}
|
||||
|
||||
|
||||
// Renaissance units
|
||||
"Caravel":{
|
||||
|
@ -431,9 +431,8 @@
|
||||
hurryCostModifier:20,
|
||||
attackSound:"arrow"
|
||||
},
|
||||
/*
|
||||
{
|
||||
name:"Chu-ko-nu",
|
||||
name:"Chu-Ko-Nu",
|
||||
unitType:"Ranged",
|
||||
uniqueTo:"China",
|
||||
movement:2,
|
||||
@ -444,11 +443,10 @@
|
||||
requiredTech:"Machinery",
|
||||
upgradesTo:"Gatling Gun",
|
||||
obsoleteTech:"Industrialization",
|
||||
promotions:["Logistics"],
|
||||
hurryCostModifier:20,
|
||||
attackSound:"arrow"
|
||||
//Chinese unique unit. It is weaker than Crossbowman but can attack twice.
|
||||
},
|
||||
*/
|
||||
{
|
||||
name:"Longbowman",
|
||||
unitType:"Ranged",
|
||||
|
Reference in New Issue
Block a user