Added Caravel unit

This commit is contained in:
Yair Morgenstern
2018-11-02 13:52:37 +02:00
parent abc3bfcae8
commit 3655e07614
4 changed files with 13 additions and 0 deletions

View File

@ -41,6 +41,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
### Renaissance Era ### 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 * [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 * [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 * [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

View File

@ -81,6 +81,8 @@
cost: 45, cost: 45,
requiredTech:"Sailing", requiredTech:"Sailing",
uniques:["Cannot enter ocean tiles"] uniques:["Cannot enter ocean tiles"]
upgradesTo:"Caravel",
obsoleteTech:"Astronomy",
hurryCostModifier:20 hurryCostModifier:20
}, },
{ {
@ -261,6 +263,16 @@
// Rennaisance Era // Rennaisance Era
{
name:"Caravel",
unitType:"WaterMelee",
movement:4,
strength:20,
cost: 120,
requiredTech:"Astronomy",
uniques:["+1 Visibility Range"],
hurryCostModifier:20
},
{ {
name:"Cannon", name:"Cannon",
unitType:"Siege", unitType:"Siege",