Added Ship of the Line unique unit - #563

This commit is contained in:
Yair Morgenstern
2019-04-12 09:18:01 +03:00
parent 646f430636
commit a969c8f479
5 changed files with 153 additions and 147 deletions

View File

@ -55,6 +55,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
* [Black powder musket](https://thenounproject.com/term/black-powder-musket/1202078/) By Jarem Fyre for Minuteman * [Black powder musket](https://thenounproject.com/term/black-powder-musket/1202078/) By Jarem Fyre for Minuteman
* [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
* [Ship](https://thenounproject.com/term/ship/1293899/) By Orin Zuu for Frigate * [Ship](https://thenounproject.com/term/ship/1293899/) By Orin Zuu for Frigate
* [Ship](https://thenounproject.com/search/?q=ship&i=800131) By Mungang Kim for Ship of the Line
* [Lance](https://thenounproject.com/search/?q=Lance&i=440122) By parkjisun for Lancer * [Lance](https://thenounproject.com/search/?q=Lance&i=440122) By parkjisun for Lancer
### Industrial ### Industrial

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 KiB

After

Width:  |  Height:  |  Size: 965 KiB

View File

@ -760,7 +760,6 @@
upgradesTo:"Battleship", upgradesTo:"Battleship",
hurryCostModifier:20 hurryCostModifier:20
}, },
/*
{ {
name:"Ship of the Line", name:"Ship of the Line",
unitType:"WaterRanged", unitType:"WaterRanged",
@ -771,13 +770,12 @@
rangedStrength:35, rangedStrength:35,
cost: 185, cost: 185,
requiredResource:"Iron", requiredResource:"Iron",
uniques:["Extra sight 1"] uniques:["+1 Visibility Range"]
requiredTech:"Navigation", requiredTech:"Navigation",
obsoleteTech:"Electronics", obsoleteTech:"Electronics",
upgradesTo:"Battleship", upgradesTo:"Battleship",
hurryCostModifier:20 hurryCostModifier:20
}, },
*/
{ {
name:"Lancer", name:"Lancer",
unitType:"Mounted", unitType:"Mounted",