mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Add Battleship. Enabled Electronics for battleship.
This commit is contained in:
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