mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
Added Ship of the Line unique unit - #563
This commit is contained in:
@ -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
|
||||||
|
BIN
android/Images/UnitIcons/Ship of the Line.png
Normal file
BIN
android/Images/UnitIcons/Ship of the Line.png
Normal file
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 |
@ -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",
|
||||||
|
Reference in New Issue
Block a user