Changes

Added fit bonuses information.
Line 62: Line 62:  
},
 
},
 
},
 
},
 +
_bonuses = {
 +
        {
 +
            _class = "Shimushu",
 +
            _firepower = 1,
 +
            _aa = 1,
 +
            _evasion = 2,
 +
        },
 +
        {
 +
            _class = "Shimushu",
 +
            _with = "Radar",
 +
            _firepower = {1, 2},
 +
            _aa = 1,
 +
            _asw = 1,
 +
            _evasion = {2, 3},
 +
        },
 +
        {
 +
            _class = "Etorofu",
 +
            _firepower = 1,
 +
            _aa = 1,
 +
            _evasion = 2,
 +
        },
 +
        {
 +
            _class = "Etorofu",
 +
            _with = "Radar",
 +
            _firepower = {1, 2},
 +
            _aa = 1,
 +
            _asw = 1,
 +
            _evasion = {2, 3},
 +
        },
 +
        {
 +
            _class = "Mutsuki",
 +
            _firepower = 2,
 +
            _aa = 1,
 +
            _evasion = 3,
 +
        },
 +
        {
 +
            _class = "Mutuski",
 +
            _with = "Radar",
 +
            _firepower = {2, 2},
 +
            _torpedo = 1,
 +
            _aa = 1,
 +
            _evasion = {3, 3},
 +
        },
 +
        {
 +
            _class = "Mutsuki",
 +
            _with = "53Torpedo",
 +
            _firepower = {2, 2},
 +
            _torpedo = 4,
 +
            _aa = 1,
 +
        },
 +
        {
 +
            _class = "Mutsuki",
 +
            _with = "53Torpedo",
 +
            _count = 2,
 +
            _firepower = {2, 3},
 +
            _torpedo = 7,
 +
            _aa = 1,
 +
        },
 +
            {
 +
            _class = "Kamikaze",
 +
            _with = "Radar",
 +
            _firepower = {2, 2},
 +
            _torpedo = 1,
 +
            _aa = 1,
 +
            _evasion = {3, 3},
 +
        },
 +
        {
 +
            _class = "Kamikaze",
 +
            _with = "53Torpedo",
 +
            _firepower = {2, 2},
 +
            _torpedo = 4,
 +
            _aa = 1,
 +
        },
 +
        {
 +
            _class = "Kamikaze",
 +
            _with = "53Torpedo",
 +
            _count = 2,
 +
            _firepower = {2, 3},
 +
            _torpedo = 7,
 +
            _aa = 1,
 +
        },
 +
    },
 
}
 
}
104

edits