Add Battleship. Enabled Electronics for battleship.

This commit is contained in:
Duan Tao
2018-12-11 16:26:29 +08:00
parent 63f1f501cd
commit 2edb566078
7 changed files with 339 additions and 310 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

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

View File

@ -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,

View File

@ -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",