mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 02:42:16 -04:00
Added Crossbowman
This commit is contained in:
parent
3e0e1b2a43
commit
4267d5b1be
BIN
android/assets/UnitIcons/Crossbowman.png
Normal file
BIN
android/assets/UnitIcons/Crossbowman.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
@ -1,4 +1,6 @@
|
||||
[
|
||||
|
||||
/* Ancient Era */
|
||||
{
|
||||
name:"Worker",
|
||||
baseDescription: "Can build improvements on tiles",
|
||||
@ -68,6 +70,9 @@
|
||||
uniques:["Bonus vs Mounted 50%"],
|
||||
hurryCostModifier:20
|
||||
},
|
||||
|
||||
|
||||
/* Classical Era */
|
||||
{
|
||||
name:"Catapult",
|
||||
baseDescription: "",
|
||||
@ -104,6 +109,20 @@
|
||||
hurryCostModifier:20
|
||||
},
|
||||
|
||||
/* Medieval Era */
|
||||
{
|
||||
name:"Crossbowman",
|
||||
baseDescription: "",
|
||||
unitType:"Archery",
|
||||
movement:2,
|
||||
strength:13,
|
||||
rangedStrength:18,
|
||||
cost: 120,
|
||||
requiredTech:"Machinery",
|
||||
hurryCostModifier:20
|
||||
}
|
||||
|
||||
/* Great people */
|
||||
|
||||
{
|
||||
name:"Great Artist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user