Changes

class fix
Line 1: Line 1: −
--Categories:
+
-- [[Category:Player ship modules]]
--[[Category:Player ship modules]]
      
return {
 
return {
Line 28: Line 27:  
         _torpedo_mod = 1,
 
         _torpedo_mod = 1,
 
         _evasion = 11,
 
         _evasion = 11,
         _evasion_max = nil,
+
         _evasion_max = 36,
 
         _aa = 0,
 
         _aa = 0,
 
         _aa_max = false,
 
         _aa_max = false,
Line 36: Line 35:  
         _speed = 5,
 
         _speed = 5,
 
         _los = 13,
 
         _los = 13,
         _los_max = nil,
+
         _los_max = 43,
 
         _range = 1,
 
         _range = 1,
 
         _luck = 6,
 
         _luck = 6,
Line 54: Line 53:  
         _scrap_baux = 2,
 
         _scrap_baux = 2,
 
         _equipment = {
 
         _equipment = {
             {equipment = false, size = 2},
+
             { equipment = false, size = 2 },
             {equipment = false, size = 0},
+
             { equipment = false, size = 0 },
 
         },
 
         },
 
         _voice_flag = 1,
 
         _voice_flag = 1,
 
         _voice_actor = "Imamura Ayaka",
 
         _voice_actor = "Imamura Ayaka",
 
         _artist = "Shizuma Yoshinori",
 
         _artist = "Shizuma Yoshinori",
         _implementation_date = {2017, 2, 12},
+
         _implementation_date = { 2017, 2, 12 },
         _availability = {"event_drop"},
+
         _availability = { "event_drop" },
 
         _wikipedia = "Japanese submarine I-13",
 
         _wikipedia = "Japanese submarine I-13",
 
     },
 
     },
Line 72: Line 71:  
         _id = 294,
 
         _id = 294,
 
         _true_id = 1454,
 
         _true_id = 1454,
 +
        _cg_damaged_reference = "/",
 
         _japanese_name = "伊13改",
 
         _japanese_name = "伊13改",
 
         _japanese_nick = "ひとみ",
 
         _japanese_nick = "ひとみ",
Line 89: Line 89:  
         _torpedo_max = 72,
 
         _torpedo_max = 72,
 
         _torpedo_mod = 2,
 
         _torpedo_mod = 2,
         _evasion = 27,
+
         _evasion = 12,
 
         _evasion_max = 47,
 
         _evasion_max = 47,
 
         _aa = 0,
 
         _aa = 0,
Line 97: Line 97:  
         _asw_max = false,
 
         _asw_max = false,
 
         _speed = 5,
 
         _speed = 5,
         _los = 26,
+
         _los = 13,
 
         _los_max = 43,
 
         _los_max = 43,
 
         _range = 1,
 
         _range = 1,
Line 121: Line 121:  
         _scrap_baux = 3,
 
         _scrap_baux = 3,
 
         _equipment = {
 
         _equipment = {
             {equipment = "Submarine Radar & Passive Radiolocator (E27)", size = 2},
+
             { equipment = "Submarine Radar & Passive Radiolocator (E27)", size = 2 },
             {equipment = false, size = 1},
+
             { equipment = false, size = 1 },
             {equipment = false, size = 0},
+
             { equipment = false, size = 0 },
 
         },
 
         },
 
         _voice_flag = 3,
 
         _voice_flag = 3,
 
     },
 
     },
 
}
 
}
34,525

edits