• 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/Verniy"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Update)
m (30 revisions imported)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
--Categories:
+
-- [[Category:Player ship modules]]
--[[Category:Player ship modules]]
 
  
local Verniy = {
+
return {
[""] = {
+
    [""] = {
_name = "Верный",
+
        _name = "Verniy",
_nick = "Verniy",
+
        _page = "Hibiki",
_rarity = 6,
+
        _rarity = 6,
_api_id = 147,
+
        _api_id = 147,
_id = 147,
+
        _id = 147,
_true_id = false,
+
        _true_id = false,
_japanese_name = "Верный",
+
        _japanese_name = "Верный",
_japanese_nick = "ヴェールヌイ",
+
        _reading = "ヴェールヌイ",
_reading = "ヴェールヌイ",
+
        _reading_nick = false,
_reading_nick = false,
+
        _class = "Akatsuki",
_class = "Akatsuki",
+
        _class_number = 2,
_class_number = 2,
+
        _type = 2,
_type = 2,
+
        _hp = 37,
_hp = 37,
+
        _hp_max = 49,
_hp_max = 49,
+
        _firepower = 13,
_firepower = 13,
+
        _firepower_max = 58,
_firepower_max = 54,
+
        _firepower_mod = 1,
_firepower_mod = 1,
+
        _armor = 15,
_armor = 15,
+
        _armor_max = 58,
_armor_max = 54,
+
        _armor_mod = 1,
_armor_mod = 1,
+
        _torpedo = 30,
_torpedo = 30,
+
        _torpedo_max = 89,
_torpedo_max = 89,
+
        _torpedo_mod = 2,
_torpedo_mod = 2,
+
        _evasion = 47,
_evasion = 47,
+
        _evasion_max = 89,
_evasion_max = 89,
+
        _aa = 18,
_aa = 18,
+
        _aa_max = 65,
_aa_max = 59,
+
        _aa_mod = 1,
_aa_mod = 1,
+
        _asw = 30,
_asw = 30,
+
        _asw_max = 77,
_asw_max = 74,
+
        _speed = 10,
_speed = 10,
+
        _los = 10,
_los = 10,
+
        _los_max = 44,
_los_max = 44,
+
        _range = 1,
_range = 1,
+
        _luck = 20,
_luck = 20,
+
        _luck_max = 80,
_luck_max = 77,
+
        _luck_mod = false,
_luck_mod = false,
+
        _remodel_level = 70,
_remodel_level = 70,
+
        _remodel_ammo = 200,
_remodel_ammo = 200,
+
        _remodel_steel = 240,
_remodel_steel = 240,
+
        _remodel_development_material = false,
_remodel_blueprint = false,
+
        _remodel_blueprint = false,
_remodel_from = "Hibiki/Kai",
+
        _remodel_catapult = false,
_remodel_to = false,
+
        _remodel_from = "Hibiki/Kai",
_fuel = 15,
+
        _remodel_to = false,
_ammo = 25,
+
        _fuel = 15,
_scrap_fuel = 1,
+
        _ammo = 25,
_scrap_ammo = 3,
+
        _scrap_fuel = 1,
_scrap_steel = 11,
+
        _scrap_ammo = 3,
_scrap_baux = false,
+
        _scrap_steel = 11,
_equipment = {
+
        _scrap_baux = false,
{equipment = false, size = 0},
+
        _equipment = {
{equipment = false, size = 0},
+
            { equipment = false, size = 0 },
{equipment = false, size = 0},
+
            { equipment = false, size = 0 },
},
+
            { equipment = false, size = 0 },
},
+
        },
 +
        _implementation_date = { 2013, 9, 11 },
 +
    },
 
}
 
}
 
return Verniy
 

Latest revision as of 14:50, 12 May 2021

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Verniy",
        _page = "Hibiki",
        _rarity = 6,
        _api_id = 147,
        _id = 147,
        _true_id = false,
        _japanese_name = "Верный",
        _reading = "ヴェールヌイ",
        _reading_nick = false,
        _class = "Akatsuki",
        _class_number = 2,
        _type = 2,
        _hp = 37,
        _hp_max = 49,
        _firepower = 13,
        _firepower_max = 58,
        _firepower_mod = 1,
        _armor = 15,
        _armor_max = 58,
        _armor_mod = 1,
        _torpedo = 30,
        _torpedo_max = 89,
        _torpedo_mod = 2,
        _evasion = 47,
        _evasion_max = 89,
        _aa = 18,
        _aa_max = 65,
        _aa_mod = 1,
        _asw = 30,
        _asw_max = 77,
        _speed = 10,
        _los = 10,
        _los_max = 44,
        _range = 1,
        _luck = 20,
        _luck_max = 80,
        _luck_mod = false,
        _remodel_level = 70,
        _remodel_ammo = 200,
        _remodel_steel = 240,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Hibiki/Kai",
        _remodel_to = false,
        _fuel = 15,
        _ammo = 25,
        _scrap_fuel = 1,
        _scrap_ammo = 3,
        _scrap_steel = 11,
        _scrap_baux = false,
        _equipment = {
            { equipment = false, size = 0 },
            { equipment = false, size = 0 },
            { equipment = false, size = 0 },
        },
        _implementation_date = { 2013, 9, 11 },
    },
}