I made up some graphics for a destroyer unit, photo shopping one of the games cruiser units, plus I'm adding some code for it with my idea that destroyers do shock damage more then hit point damage and is cheep with just 1 line of sight.
The unit graphics, 4 files: The icon units, just re-named cruiser unit icons, 10 files unit.lua
Code: Select all
{
id = 23,
name = "destroyer",
type = "naval",
chassis = "water",
class = "naval",
icon = "destroyer",
levels =
{
{
hp = 100,
mp = 8,
ap = 1,
LOS = 1,
range = 1,
shock = 2,
attack = 2,
defense = 8,
airattack = 2,
airdefense = 2,
bombard = 0,
assault = 0,
ammunition = 0,
}
},
retreat = 0,
costPP = 25,
costMP = 3,
turns = 5,
upkeepPP = 1,
upkeepMP = 0,
weapon = "heavy",
factions = { 0, 1, 2, 3, 4, 8, 10 },
strengthValue = 15,
stats =
{
airattack = 2,
navalattack = 2,
subattack = 1,
basedefense = 8,
highdefense = 5,
shock = 6,
},
},
Code: Select all
destroyer = DESTROYERS
destroyer_info = Destroyer flotilla, during World War I, the only function of destroyers was to protect their own battle fleet from enemy torpedo attacks and to make such attacks on the battleships of the enemy. The task of escorting merchant convoys was still in the future.