Changes

Undo revision 151779 by Jigaraphale (talk)
Line 1: Line 1: −
--Categories:
+
-- [[Category:Player ship modules]]
--[[Category:Player ship modules]]
      
return {
 
return {
Line 25: Line 24:  
         _torpedo_max = false,
 
         _torpedo_max = false,
 
         _torpedo_mod = false,
 
         _torpedo_mod = false,
         _evasion = nil,
+
         _evasion = 41,
         _evasion_max = nil,
+
         _evasion_max = 84,
 
         _aa = 7,
 
         _aa = 7,
 
         _aa_max = 28,
 
         _aa_max = 28,
 
         _aa_mod = false,
 
         _aa_mod = false,
         _asw = nil,
+
         _asw = 35,
         _asw_max = nil,
+
         _asw_max = 72,
 
         _speed = 5,
 
         _speed = 5,
         _los = nil,
+
         _los = 3,
         _los_max = nil,
+
         _los_max = 13,
 
         _range = 1,
 
         _range = 1,
 
         _luck = 36,
 
         _luck = 36,
Line 52: Line 51:  
         _scrap_baux = false,
 
         _scrap_baux = false,
 
         _equipment = {
 
         _equipment = {
             {equipment = nil, size = 0},
+
             { equipment = "12cm Single Gun Mount", size = 0 },
             {equipment = nil, size = 0},
+
             { equipment = "25mm Twin Autocannon Mount", size = 0 },
 
         },
 
         },
 
         _voice_flag = 1,
 
         _voice_flag = 1,
         _voice_actor = nil,
+
         _voice_actor = "Komatsu Mana",
         _artist = nil,
+
         _artist = "Akasaka Yuzu",
         _implementation_date = {2018, 5, 15},
+
         _implementation_date = { 2018, 5, 15 },
         _availability = nil,
+
         _availability = { "event_drop" },
         _get_message = "択捉型海防艦、福江。着任!<br>司令、あたしは負けないから……。負けるもんかッ!",
+
         _wikipedia = "Etorofu-class escort ship",
 
     },
 
     },
 
     ["Kai"] = {
 
     ["Kai"] = {
Line 87: Line 86:  
         _torpedo_max = false,
 
         _torpedo_max = false,
 
         _torpedo_mod = false,
 
         _torpedo_mod = false,
         _evasion = nil,
+
         _evasion = 55,
         _evasion_max = nil,
+
         _evasion_max = 92,
 
         _aa = 12,
 
         _aa = 12,
 
         _aa_max = 55,
 
         _aa_max = 55,
 
         _aa_mod = 1,
 
         _aa_mod = 1,
         _asw = nil,
+
         _asw = 37,
         _asw_max = nil,
+
         _asw_max = 80,
 
         _speed = 5,
 
         _speed = 5,
         _los = nil,
+
         _los = 5,
         _los_max = nil,
+
         _los_max = 27,
 
         _range = 1,
 
         _range = 1,
 
         _luck = 40,
 
         _luck = 40,
Line 105: Line 104:  
         _remodel_ammo = 105,
 
         _remodel_ammo = 105,
 
         _remodel_steel = 75,
 
         _remodel_steel = 75,
         _remodel_development_material = nil,
+
         _remodel_development_material = false,
 
         _remodel_blueprint = false,
 
         _remodel_blueprint = false,
 
         _remodel_catapult = false,
 
         _remodel_catapult = false,
Line 118: Line 117:  
         _scrap_baux = false,
 
         _scrap_baux = false,
 
         _equipment = {
 
         _equipment = {
             {equipment = nil, size = 0},
+
             { equipment = "12cm Single High-angle Gun Mount Model E", size = 0 },
             {equipment = nil, size = 0},
+
             { equipment = "Type 93 Passive Sonar", size = 0 },
             {equipment = nil, size = 0},
+
             { equipment = "Type 95 Depth Charge", size = 0 },
 
         },
 
         },
 
         _voice_flag = 1,
 
         _voice_flag = 1,
 +
    },
 +
    seasonals = {
 +
        { _suffix = "Rainy", _season = "Rainy Season 2018" },
 +
        { _suffix = "Mackerel Pike Festival", _season = "Sanma 2018" },
 +
        { _suffix = "Christmas", _season = "Christmas 2018" },
 +
        { _suffix = "Hinamatsuri", _season = "Spring 2019" },
 +
        { _suffix = "Valentine", _season = "Valentines 2020" },
 
     },
 
     },
 
}
 
}
34,500

edits