mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-24 14:49:23 +07:00
Add Battleship. Enabled Electronics for battleship.
This commit is contained in:
@ -62,6 +62,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
|
||||
* [Helmet](https://thenounproject.com/term/helmet/25216/) By Daniel Turner for Great War Infantry
|
||||
* [Tank](https://thenounproject.com/term/tank/1287510/) By corpus delicti for Landship
|
||||
* [Warship](https://thenounproject.com/term/warship/1597474/) By zidney for Destroyer
|
||||
* [Battleship](https://thenounproject.com/search/?q=battleship&i=1986807) By Vitaliy Gorbachev, KZ for Battleship
|
||||
|
||||
### Great People
|
||||
|
||||
@ -357,6 +358,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
|
||||
### Future
|
||||
* [Nanoparticles](https://thenounproject.com/term/nanoparticles/822286/) By Gyan Lakhwani for Nanotechnology
|
||||
* [Satellite](https://thenounproject.com/term/satellite/1466641/) By Ben Davis for Satellites
|
||||
* [Electronics](https://thenounproject.com/search/?q=Electronics&i=1565843) By Cuby Design
|
||||
* [Atom](https://thenounproject.com/term/atom/1586852/) By Kelsey Armstrong for Particle Physics
|
||||
* [Information Technology](https://thenounproject.com/term/information-technology/1927668/) By Vectors Markeet for Future Tech
|
||||
|
||||
|
BIN
android/Images/TechIcons/Electronics.png
Normal file
BIN
android/Images/TechIcons/Electronics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
android/Images/UnitIcons/Battleship.png
Normal file
BIN
android/Images/UnitIcons/Battleship.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 818 KiB After Width: | Height: | Size: 819 KiB |
@ -391,13 +391,12 @@
|
||||
name:"Plastics",
|
||||
row:3,
|
||||
prerequisites:["Biology","Replacable Parts"]
|
||||
},/*
|
||||
},
|
||||
{
|
||||
name:"Electronics",
|
||||
row:5,
|
||||
prerequisites:["Radio"],
|
||||
baseDescription:"Contributes only war-relatied things - on hold until AI is introduced - todo"
|
||||
},*/
|
||||
},
|
||||
{
|
||||
name:"Mass Media",
|
||||
row:6,
|
||||
|
@ -368,6 +368,7 @@
|
||||
cost: 185,
|
||||
requiredResource:"Iron",
|
||||
requiredTech:"Navigation",
|
||||
upgradesTo:"Battleship",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
@ -468,6 +469,19 @@
|
||||
uniques:[], // todo: add interception and bonus vs submarines once we have air and submarine units
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name: "Battleship",
|
||||
unitType: "WaterRanged",
|
||||
movement: 5,
|
||||
strength: 55,
|
||||
rangedStrength: 55,
|
||||
range: 3,
|
||||
cost: 375,
|
||||
requiredResource:"Oil",
|
||||
requiredTech:"Electronics",
|
||||
uniques:["Indirect Fire", "Bonus vs City 30%"],
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Great War Infantry",
|
||||
unitType:"Melee",
|
||||
|
Reference in New Issue
Block a user