Difference between revisions of "Module:Data/Ship/Taigei"

m
m (25 revisions imported)
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
+
-- [[Category:Player ship modules]]
--[[Category:Player ship modules]]
 
  
local Taigei = {
+
return {
[""] = {
+
    [""] = {
_name = "Taigei",
+
        _name = "Taigei",
_rarity = 4,
+
        _rarity = 4,
_api_id = 184,
+
        _api_id = 184,
_id = 184,
+
        _id = 184,
_true_id = false,
+
        _true_id = false,
_japanese_name = "大鯨",
+
        _japanese_name = "大鯨",
_reading = "たいげい",
+
        _reading = "たいげい",
_class = "Taigei",
+
        _class = "Taigei",
_class_number = 1,
+
        _class_number = 1,
_type = 20,
+
        _type = 20,
_hp = 39,
+
        _hp = 39,
_hp_max = 55,
+
        _hp_max = 55,
_firepower = 5,
+
        _firepower = 5,
_firepower_max = 15,
+
        _firepower_max = 15,
_firepower_mod = false,
+
        _firepower_mod = false,
_armor = 15,
+
        _armor = 15,
_armor_max = 37,
+
        _armor_max = 37,
_armor_mod = 2,
+
        _armor_mod = 2,
_torpedo = 0,
+
        _torpedo = 0,
_torpedo_max = false,
+
        _torpedo_max = false,
_torpedo_mod = false,
+
        _torpedo_mod = false,
_evasion = 27,
+
        _evasion = 24,
_evasion_max = 44,
+
        _evasion_max = 39,
_aa = 16,
+
        _aa = 16,
_aa_max = 36,
+
        _aa_max = 36,
_aa_mod = 1,
+
        _aa_mod = 1,
_asw = 0,
+
        _asw = 0,
_asw_max = false,
+
        _asw_max = false,
_speed = 5,
+
        _speed = 5,
_los = 34,
+
        _los = 24,
_los_max = 69,
+
        _los_max = 48,
_range = 1,
+
        _range = 1,
_luck = 20,
+
        _luck = 20,
_luck_max = 59,
+
        _luck_max = 59,
_luck_mod = false,
+
        _luck_mod = false,
_buildable = false,
+
        _buildable = false,
_buildable_lsc = false,
+
        _buildable_lsc = false,
_build_time = 150,
+
        _build_time = 150,
_remodel_level = false,
+
        _remodel_level = false,
_remodel_from = false,
+
        _remodel_from = false,
_remodel_to = "Ryuuhou/",
+
        _remodel_to = "Ryuuhou/",
_fuel = 35,
+
        _fuel = 35,
_ammo = 10,
+
        _ammo = 10,
_scrap_fuel = 2,
+
        _scrap_fuel = 2,
_scrap_ammo = 2,
+
        _scrap_ammo = 2,
_scrap_steel = 12,
+
        _scrap_steel = 12,
_scrap_baux = 2,
+
        _scrap_baux = 2,
_equipment = {
+
        _equipment = {
{equipment = "12.7cm Twin High-angle Gun Mount", size = 2},
+
            { equipment = "12.7cm Twin High-angle Gun Mount", size = 2 },
{equipment = "Type Bi 40mm Twin Autocannon Mount", size = 3},
+
            { equipment = "Bi Type 40mm Twin Autocannon Mount", size = 3 },
{equipment = false, size = 3},
+
            { equipment = false, size = 3 },
},
+
        },
},
+
        _voice_actor = "Ogura Yui",
class = {
+
        _artist = "Kujou Ichiso",
_name = "Taigei",
+
        _implementation_date = { 2014, 6, 6 },
_class = true,
+
        _availability = { "drop" },
_base_type = 20,
+
        _wikipedia = "Japanese aircraft carrier Ryūhō",
},
+
    },
["New Year"] = {
+
    seasonals = {
_name = "Taigei",
+
        { _suffix = "New Year", _season = "New Year 2016" },
_suffix = "New Year",
+
        { _suffix = "Summer", _season = "Early Summer 2016" },
_display_suffix = "(New Year)",
+
        { _name = "Ryuuhou", _suffix = "Summer", _season = "Early Summer 2016" },
_api_id = nil,
+
        { _suffix = "Mackerel Pike Festival", _season = "Fall 2016" },
_type = 20,
+
        { _name = "Ryuuhou", _suffix = "Mackerel Pike Festival", _season = "Fall 2016", _season_suffix = "Ryuuhou" },
_seasonal = true,
+
    },
_cg = "AS_Taigei_New_Year_973_Full.png",
+
    class = {
_cg_damaged = "AS_Taigei_New_Year_973_Full_Damaged.png",
+
        _name = "Taigei",
},
+
        _class = true,
 +
        _base_type = 20,
 +
    },
 
}
 
}
 
return Taigei
 

Latest revision as of 14:42, 12 May 2021

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Taigei",
        _rarity = 4,
        _api_id = 184,
        _id = 184,
        _true_id = false,
        _japanese_name = "大鯨",
        _reading = "たいげい",
        _class = "Taigei",
        _class_number = 1,
        _type = 20,
        _hp = 39,
        _hp_max = 55,
        _firepower = 5,
        _firepower_max = 15,
        _firepower_mod = false,
        _armor = 15,
        _armor_max = 37,
        _armor_mod = 2,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 24,
        _evasion_max = 39,
        _aa = 16,
        _aa_max = 36,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 24,
        _los_max = 48,
        _range = 1,
        _luck = 20,
        _luck_max = 59,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 150,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Ryuuhou/",
        _fuel = 35,
        _ammo = 10,
        _scrap_fuel = 2,
        _scrap_ammo = 2,
        _scrap_steel = 12,
        _scrap_baux = 2,
        _equipment = {
            { equipment = "12.7cm Twin High-angle Gun Mount", size = 2 },
            { equipment = "Bi Type 40mm Twin Autocannon Mount", size = 3 },
            { equipment = false, size = 3 },
        },
        _voice_actor = "Ogura Yui",
        _artist = "Kujou Ichiso",
        _implementation_date = { 2014, 6, 6 },
        _availability = { "drop" },
        _wikipedia = "Japanese aircraft carrier Ryūhō",
    },
    seasonals = {
        { _suffix = "New Year", _season = "New Year 2016" },
        { _suffix = "Summer", _season = "Early Summer 2016" },
        { _name = "Ryuuhou", _suffix = "Summer", _season = "Early Summer 2016" },
        { _suffix = "Mackerel Pike Festival", _season = "Fall 2016" },
        { _name = "Ryuuhou", _suffix = "Mackerel Pike Festival", _season = "Fall 2016", _season_suffix = "Ryuuhou" },
    },
    class = {
        _name = "Taigei",
        _class = true,
        _base_type = 20,
    },
}