mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 00:09:23 +07:00
Added longbowman (Engand unique unit)
Techs now don't display units that are unique to other civs, or the base unit if you have a unique that replaces it
This commit is contained in:
BIN
android/assets/UnitIcons/Longbowman.png
Normal file
BIN
android/assets/UnitIcons/Longbowman.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -102,6 +102,9 @@
|
||||
Romanian:"Dispune"
|
||||
}
|
||||
|
||||
"Found city":{
|
||||
}
|
||||
|
||||
"Promote":{
|
||||
}
|
||||
|
||||
|
@ -136,6 +136,19 @@
|
||||
requiredTech:"Machinery",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Longbowman",
|
||||
unitType:"Ranged",
|
||||
range:3,
|
||||
movement:2,
|
||||
strength:13,
|
||||
rangedStrength:18,
|
||||
replaces:"Crossbowman",
|
||||
uniqueTo:"England",
|
||||
cost: 120,
|
||||
requiredTech:"Machinery",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Trebuchet",
|
||||
unitType:"Siege",
|
||||
|
Reference in New Issue
Block a user