• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:Data/Enemy/Aircraft Carrier Summer Princess"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category: Enemy boss ship modules return { [""] = { _name = "Aircraft Carrier Summer Princess", _rarity = nil, _back = nil, ...")
 
com>Battlecruiser
(https://twitter.com/foxy_kitsune/status/897079247604334594,https://twitter.com/buntan_oic/status/897139931604164613)
Line 5: Line 5:
 
     [""] = {
 
     [""] = {
 
         _name = "Aircraft Carrier Summer Princess",
 
         _name = "Aircraft Carrier Summer Princess",
         _rarity = nil,
+
         _rarity = 8,
         _back = nil,
+
         _back = -11,
 
         _api_id = 1752,
 
         _api_id = 1752,
 
         _id = 1752,
 
         _id = 1752,
 
         _japanese_name = "空母夏姫",
 
         _japanese_name = "空母夏姫",
         _reading = nil,
+
         _reading = "くうぼなつき",
 
         _type = 11,
 
         _type = 11,
         _hp = nil,
+
         _hp = 440,
         _firepower = nil,
+
         _firepower = 190,
         _armor = nil,
+
         _armor = 149,
         _torpedo = nil,
+
         _torpedo = 0,
 
         _evasion = nil,
 
         _evasion = nil,
         _aa = nil,
+
         _aa = 140,
         _asw = nil,
+
         _asw = 0,
 
         _speed = 10,
 
         _speed = 10,
 
         _los = nil,
 
         _los = nil,
         _range = nil,
+
         _range = 3,
 
         _luck = nil,
 
         _luck = nil,
 
         _equipment = {
 
         _equipment = {
             {equipment = nil, size = nil, estimation = true},
+
             {equipment = "Abyssal Cat Fighter", size = 70, estimation = true},
             {equipment = nil, size = nil, estimation = true},
+
             {equipment = "Abyssal Hell Dive Bomber", size = 62, estimation = true},
             {equipment = nil, size = nil, estimation = true},
+
             {equipment = "Abyssal Revenge Torpedo Bomber", size = 66, estimation = true},
             {equipment = nil, size = nil, estimation = true},
+
             {equipment = "Abyssal Air Radar", size = 0, estimation = true},
 
         },
 
         },
 
     },
 
     },
 
}
 
}

Revision as of 02:31, 15 August 2017

Documentation for this module may be created at Module:Data/Enemy/Aircraft Carrier Summer Princess/doc

--Categories:
--[[Category: Enemy boss ship modules]]

return {
    [""] = {
        _name = "Aircraft Carrier Summer Princess",
        _rarity = 8,
        _back = -11,
        _api_id = 1752,
        _id = 1752,
        _japanese_name = "空母夏姫",
        _reading = "くうぼなつき",
        _type = 11,
        _hp = 440,
        _firepower = 190,
        _armor = 149,
        _torpedo = 0,
        _evasion = nil,
        _aa = 140,
        _asw = 0,
        _speed = 10,
        _los = nil,
        _range = 3,
        _luck = nil,
        _equipment = {
            {equipment = "Abyssal Cat Fighter", size = 70, estimation = true},
            {equipment = "Abyssal Hell Dive Bomber", size = 62, estimation = true},
            {equipment = "Abyssal Revenge Torpedo Bomber", size = 66, estimation = true},
            {equipment = "Abyssal Air Radar", size = 0, estimation = true},
        },
    },
}