mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Added Caravel unit
This commit is contained in:
@ -41,6 +41,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
|
||||
|
||||
### Renaissance Era
|
||||
|
||||
* [Sail boat](https://thenounproject.com/term/sail-boat/5292/) By Alessandro Suraci for Caravel
|
||||
* [Cannon](https://thenounproject.com/search/?q=Cannon&i=1618747) By Orin Zuu
|
||||
* [Musket](https://thenounproject.com/search/?q=Musket&i=298302) By Cezary Lopacinski for Musketman
|
||||
* [Rapier](https://thenounproject.com/search/?q=musketeer&i=819822) By Hamish for Musketeer
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.3 KiB |
@ -81,6 +81,8 @@
|
||||
cost: 45,
|
||||
requiredTech:"Sailing",
|
||||
uniques:["Cannot enter ocean tiles"]
|
||||
upgradesTo:"Caravel",
|
||||
obsoleteTech:"Astronomy",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
@ -261,6 +263,16 @@
|
||||
// Rennaisance Era
|
||||
|
||||
|
||||
{
|
||||
name:"Caravel",
|
||||
unitType:"WaterMelee",
|
||||
movement:4,
|
||||
strength:20,
|
||||
cost: 120,
|
||||
requiredTech:"Astronomy",
|
||||
uniques:["+1 Visibility Range"],
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Cannon",
|
||||
unitType:"Siege",
|
||||
|
Reference in New Issue
Block a user