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

From Kancolle Wiki
Jump to navigation Jump to search
(Back to Shouhou-class)
m (30 revisions imported)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
--Categories:
+
-- [[Category:Player ship modules]]
--[[Category:Player ship modules]]
 
  
local Shouhou = {
+
return {
[""] = {
+
    [""] = {
_name = "Shouhou",
+
        _name = "Shouhou",
_rarity = 4,
+
        _rarity = 4,
_api_id = 74,
+
        _api_id = 74,
_id = 94,
+
        _id = 94,
_true_id = false,
+
        _true_id = false,
_japanese_name = "祥鳳",
+
        _japanese_name = "祥鳳",
_reading = "しょうほう",
+
        _reading = "しょうほう",
_class = "Shouhou",
+
        _class = "Shouhou",
_class_number = 1,
+
        _class_number = 1,
_type = 7,
+
        _type = 7,
_hp = 32,
+
        _hp = 32,
_hp_max = 55,
+
        _hp_max = 55,
_firepower = 0,
+
        _firepower = 0,
_firepower_max = 19,
+
        _firepower_max = 19,
_firepower_mod = false,
+
        _firepower_mod = false,
_armor = 19,
+
        _armor = 19,
_armor_max = 39,
+
        _armor_max = 39,
_armor_mod = 2,
+
        _armor_mod = 2,
_torpedo = 0,
+
        _torpedo = 0,
_torpedo_max = false,
+
        _torpedo_max = false,
_torpedo_mod = false,
+
        _torpedo_mod = false,
_evasion = 28,
+
        _evasion = 28,
_evasion_max = 49,
+
        _evasion_max = 49,
_aa = 14,
+
        _aa = 14,
_aa_max = 29,
+
        _aa_max = 29,
_aa_mod = 2,
+
        _aa_mod = 2,
_asw = 0,
+
        _asw = 0,
_asw_max = false,
+
        _asw_max = false,
_speed = 10,
+
        _speed = 10,
_los = 34,
+
        _los = 34,
_los_max = 69,
+
        _los_max = 69,
_range = 1,
+
        _range = 1,
_luck = 10,
+
        _luck = 10,
_luck_max = 49,
+
        _luck_max = 49,
_luck_mod = false,
+
        _luck_mod = false,
_buildable = true,
+
        _buildable = true,
_buildable_lsc = true,
+
        _buildable_lsc = true,
_build_time = 160,
+
        _build_time = 160,
_remodel_level = false,
+
        _remodel_level = false,
_remodel_from = false,
+
        _remodel_from = false,
_remodel_to = "Shouhou/Kai",
+
        _remodel_to = "Shouhou/Kai",
_fuel = 35,
+
        _fuel = 35,
_ammo = 35,
+
        _ammo = 35,
_scrap_fuel = 2,
+
        _scrap_fuel = 2,
_scrap_ammo = 2,
+
        _scrap_ammo = 2,
_scrap_steel = 13,
+
        _scrap_steel = 13,
_scrap_baux = 4,
+
        _scrap_baux = 4,
_equipment = {
+
        _equipment = {
{equipment = "Type 99 Dive Bomber", size = 18},
+
            { equipment = "Type 99 Dive Bomber", size = 18 },
{equipment = "Type 97 Torpedo Bomber", size = 9},
+
            { equipment = "Type 97 Torpedo Bomber", size = 9 },
{equipment = false, size = 3},
+
            { equipment = false, size = 3 },
},
+
        },
_voice_actor = "Taneda Risa",
+
        _voice_actor = "Taneda Risa",
_artist = "bob",
+
        _artist = "bob",
_implementation_date = {2013, 4, 23},
+
        _implementation_date = { 2013, 4, 23 },
_availability = {"drop"},
+
        _availability = { "drop" },
_wikipedia = "Japanese aircraft carrier Shōhō",
+
        _wikipedia = "Japanese aircraft carrier Shōhō",
},
+
    },
["Kai"] = {
+
    ["Kai"] = {
_name = "Shouhou",
+
        _name = "Shouhou",
_suffix = "Kai",
+
        _suffix = "Kai",
_rarity = 5,
+
        _rarity = 5,
_api_id = 282,
+
        _api_id = 282,
_id = 94,
+
        _id = 94,
_true_id = 1382,
+
        _true_id = 1382,
_japanese_name = "祥鳳改",
+
        _japanese_name = "祥鳳改",
_reading = "しょうほうかい",
+
        _reading = "しょうほうかい",
_class = "Shouhou",
+
        _class = "Shouhou",
_class_number = 1,
+
        _class_number = 1,
_type = 7,
+
        _type = 7,
_hp = 45,
+
        _hp = 45,
_hp_max = 69,
+
        _hp_max = 69,
_firepower = 0,
+
        _firepower = 0,
_firepower_max = 29,
+
        _firepower_max = 29,
_firepower_mod = false,
+
        _firepower_mod = false,
_armor = 25,
+
        _armor = 25,
_armor_max = 59,
+
        _armor_max = 59,
_armor_mod = 2,
+
        _armor_mod = 2,
_torpedo = 0,
+
        _torpedo = 0,
_torpedo_max = false,
+
        _torpedo_max = false,
_torpedo_mod = false,
+
        _torpedo_mod = false,
_evasion = 28,
+
        _evasion = 28,
_evasion_max = 59,
+
        _evasion_max = 59,
_aa = 18,
+
        _aa = 18,
_aa_max = 39,
+
        _aa_max = 39,
_aa_mod = 3,
+
        _aa_mod = 3,
_asw = 0,
+
        _asw = 0,
_asw_max = false,
+
        _asw_max = false,
_speed = 10,
+
        _speed = 10,
_los = 35,
+
        _los = 35,
_los_max = 79,
+
        _los_max = 79,
_range = 1,
+
        _range = 1,
_luck = 12,
+
        _luck = 12,
_luck_max = 59,
+
        _luck_max = 59,
_luck_mod = false,
+
        _luck_mod = false,
_remodel_level = 25,
+
        _remodel_level = 25,
_remodel_ammo = 210,
+
        _remodel_ammo = 210,
_remodel_steel = 380,
+
        _remodel_steel = 380,
_remodel_development_material = false,
+
        _remodel_development_material = false,
_remodel_blueprint = false,
+
        _remodel_blueprint = false,
_remodel_catapult = false,
+
        _remodel_catapult = false,
_remodel_from = "Shouhou/",
+
        _remodel_from = "Shouhou/",
_remodel_to = false,
+
        _remodel_to = false,
_fuel = 40,
+
        _fuel = 40,
_ammo = 40,
+
        _ammo = 40,
_scrap_fuel = 4,
+
        _scrap_fuel = 4,
_scrap_ammo = 6,
+
        _scrap_ammo = 6,
_scrap_steel = 20,
+
        _scrap_steel = 20,
_scrap_baux = 6,
+
        _scrap_baux = 6,
_equipment = {
+
        _equipment = {
{equipment = "Type 0 Fighter Model 52", size = 18},
+
            { equipment = "Type 0 Fighter Model 52", size = 18 },
{equipment = "Suisei", size = 12},
+
            { equipment = "Suisei", size = 12 },
{equipment = "Type 97 Torpedo Bomber", size = 12},
+
            { equipment = "Type 97 Torpedo Bomber", size = 12 },
{equipment = false, size = 6},
+
            { equipment = false, size = 6 },
},
+
        },
},
+
    },
["Rainy"] = {
+
    seasonals = {
_name = "Shouhou",
+
        { _suffix = "Rainy", _season = "Rainy Season 2015" },
_suffix = "Rainy",
+
        { _suffix = "Mackerel Pike Festival", _season = "Sanma 2018" },
_display_suffix = "(Rainy)",
+
    },
_api_id = 918,
+
    class = {
_type = 7,
+
        _name = "Shouhou",
_seasonal = true,
+
        _class = true,
},
+
        _base_type = 7,
class = {
+
    },
_name = "Shouhou",
 
_class = true,
 
_base_type = 7,
 
},
 
 
}
 
}
 
return Shouhou
 

Latest revision as of 14:41, 12 May 2021

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Shouhou",
        _rarity = 4,
        _api_id = 74,
        _id = 94,
        _true_id = false,
        _japanese_name = "祥鳳",
        _reading = "しょうほう",
        _class = "Shouhou",
        _class_number = 1,
        _type = 7,
        _hp = 32,
        _hp_max = 55,
        _firepower = 0,
        _firepower_max = 19,
        _firepower_mod = false,
        _armor = 19,
        _armor_max = 39,
        _armor_mod = 2,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 28,
        _evasion_max = 49,
        _aa = 14,
        _aa_max = 29,
        _aa_mod = 2,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 34,
        _los_max = 69,
        _range = 1,
        _luck = 10,
        _luck_max = 49,
        _luck_mod = false,
        _buildable = true,
        _buildable_lsc = true,
        _build_time = 160,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Shouhou/Kai",
        _fuel = 35,
        _ammo = 35,
        _scrap_fuel = 2,
        _scrap_ammo = 2,
        _scrap_steel = 13,
        _scrap_baux = 4,
        _equipment = {
            { equipment = "Type 99 Dive Bomber", size = 18 },
            { equipment = "Type 97 Torpedo Bomber", size = 9 },
            { equipment = false, size = 3 },
        },
        _voice_actor = "Taneda Risa",
        _artist = "bob",
        _implementation_date = { 2013, 4, 23 },
        _availability = { "drop" },
        _wikipedia = "Japanese aircraft carrier Shōhō",
    },
    ["Kai"] = {
        _name = "Shouhou",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 282,
        _id = 94,
        _true_id = 1382,
        _japanese_name = "祥鳳改",
        _reading = "しょうほうかい",
        _class = "Shouhou",
        _class_number = 1,
        _type = 7,
        _hp = 45,
        _hp_max = 69,
        _firepower = 0,
        _firepower_max = 29,
        _firepower_mod = false,
        _armor = 25,
        _armor_max = 59,
        _armor_mod = 2,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 28,
        _evasion_max = 59,
        _aa = 18,
        _aa_max = 39,
        _aa_mod = 3,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 35,
        _los_max = 79,
        _range = 1,
        _luck = 12,
        _luck_max = 59,
        _luck_mod = false,
        _remodel_level = 25,
        _remodel_ammo = 210,
        _remodel_steel = 380,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Shouhou/",
        _remodel_to = false,
        _fuel = 40,
        _ammo = 40,
        _scrap_fuel = 4,
        _scrap_ammo = 6,
        _scrap_steel = 20,
        _scrap_baux = 6,
        _equipment = {
            { equipment = "Type 0 Fighter Model 52", size = 18 },
            { equipment = "Suisei", size = 12 },
            { equipment = "Type 97 Torpedo Bomber", size = 12 },
            { equipment = false, size = 6 },
        },
    },
    seasonals = {
        { _suffix = "Rainy", _season = "Rainy Season 2015" },
        { _suffix = "Mackerel Pike Festival", _season = "Sanma 2018" },
    },
    class = {
        _name = "Shouhou",
        _class = true,
        _base_type = 7,
    },
}