mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Added Camel Archer, Arabian unique unit
This commit is contained in:
@ -264,6 +264,20 @@
|
||||
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%" ],
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Camel Archer",
|
||||
replaces:"Knight",
|
||||
uniqueTo:"Arabia",
|
||||
unitType:"Mounted",
|
||||
movement:4,
|
||||
strength:17,
|
||||
rangedStrength:21,
|
||||
cost: 120,
|
||||
requiredTech:"Chivalry",
|
||||
requiredResource:"Horses",
|
||||
uniques:["Can move after attacking","No defensive terrain bonus"],
|
||||
hurryCostModifier:20
|
||||
},
|
||||
|
||||
// Rennaisance Era
|
||||
|
||||
|
Reference in New Issue
Block a user