• 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/Ship/Mist:Iona"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m (10 revisions imported)
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
--[[Category:Limited player ship modules]]
 
--[[Category:Limited player ship modules]]
  
local Iona_fog = {
+
return {
[""] = {
+
    [""] = {
_name = "Iona",
+
        _name = "Iona",
_page = "Iona (fog)",
+
        _page = "Iona (fog)",
_rarity = 6,
+
        _rarity = 6,
_api_id = 681,
+
        _api_id = 681,
_id = 681,
+
        _id = 681,
_true_id = false,
+
        _true_id = false,
_card = "Fog Iona.jpg",
+
        _card = "Fog Iona.jpg",
_japanese_name = "イオナ",
+
        _japanese_name = "イオナ",
_reading = "いおな",
+
        _reading = "いおな",
_class = "Sentoku",
+
        _class = "Sentoku",
_type = 13,
+
        _type = 13,
_hp = 70,
+
        _hp = 70,
_hp_max = nil,
+
        _hp_max = 99,
_firepower = 100,
+
        _firepower = 100,
_firepower_max = 129,
+
        _firepower_max = 129,
_firepower_mod = nil,
+
        _firepower_mod = 1,
_armor = 60,
+
        _armor = 60,
_armor_max = 99,
+
        _armor_max = 99,
_armor_mod = nil,
+
        _armor_mod = false,
_torpedo = 110,
+
        _torpedo = 110,
_torpedo_max = 129,
+
        _torpedo_max = 129,
_torpedo_mod = nil,
+
        _torpedo_mod = false,
_evasion = 50,
+
        _evasion = 50,
_evasion_max = 69,
+
        _evasion_max = 69,
_aa = 40,
+
        _aa = 40,
_aa_max = 59,
+
        _aa_max = 59,
_aa_mod = nil,
+
        _aa_mod = false,
_asw = 0,
+
        _asw = 0,
_asw_max = false,
+
        _asw_max = false,
_speed = 10,
+
        _speed = 10,
_los = 60,
+
        _los = 60,
_los_max = 69,
+
        _los_max = 69,
_range = 3,
+
        _range = 3,
_luck = 50,
+
        _luck = 50,
_luck_max = nil,
+
        _luck_max = 59,
_luck_mod = false,
+
        _luck_mod = false,
_buildable = false,
+
        _buildable = false,
_buildable_lsc = false,
+
        _buildable_lsc = false,
_build_time = nil,
+
        _build_time = nil,
_remodel_level = false,
+
        _remodel_level = false,
_remodel_from = false,
+
        _remodel_from = false,
_remodel_to = false,
+
        _remodel_to = false,
_fuel = 150,
+
        _fuel = 150,
_ammo = 150,
+
        _ammo = 150,
_scrap_fuel = nil,
+
        _scrap_fuel = false,
_scrap_ammo = nil,
+
        _scrap_ammo = 1,
_scrap_steel = nil,
+
        _scrap_steel = false,
_scrap_baux = nil,
+
        _scrap_baux = false,
_equipment = {
+
        _equipment = {
{equipment = false, size = 0},
+
            { equipment = false, size = 0 },
{equipment = false, size = 0},
+
            { equipment = false, size = 0 },
},
+
        },
},
+
    },
 
}
 
}
 
return Iona_fog
 

Latest revision as of 14:57, 12 May 2021

Documentation for this module may be created at Module:Data/Ship/Mist:Iona/doc

--Categories:
--[[Category:Limited player ship modules]]

return {
    [""] = {
        _name = "Iona",
        _page = "Iona (fog)",
        _rarity = 6,
        _api_id = 681,
        _id = 681,
        _true_id = false,
        _card = "Fog Iona.jpg",
        _japanese_name = "イオナ",
        _reading = "いおな",
        _class = "Sentoku",
        _type = 13,
        _hp = 70,
        _hp_max = 99,
        _firepower = 100,
        _firepower_max = 129,
        _firepower_mod = 1,
        _armor = 60,
        _armor_max = 99,
        _armor_mod = false,
        _torpedo = 110,
        _torpedo_max = 129,
        _torpedo_mod = false,
        _evasion = 50,
        _evasion_max = 69,
        _aa = 40,
        _aa_max = 59,
        _aa_mod = false,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 60,
        _los_max = 69,
        _range = 3,
        _luck = 50,
        _luck_max = 59,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = nil,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = false,
        _fuel = 150,
        _ammo = 150,
        _scrap_fuel = false,
        _scrap_ammo = 1,
        _scrap_steel = false,
        _scrap_baux = false,
        _equipment = {
            { equipment = false, size = 0 },
            { equipment = false, size = 0 },
        },
    },
}