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

From Kancolle Wiki
Jump to navigation Jump to search
m (15 revisions imported)
m (2 revisions imported)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
-- [[Category:Player ship modules]]
 
 
 
return {
 
return {
 
   [""] = {
 
   [""] = {
Line 79: Line 77:
 
     _firepower_mod = 1,
 
     _firepower_mod = 1,
 
     _armor = 15,
 
     _armor = 15,
     _armor_max = 50,
+
     _armor_max = 51,
 
     _armor_mod = 1,
 
     _armor_mod = 1,
 
     _torpedo = 18,
 
     _torpedo = 18,
 
     _torpedo_max = 68,
 
     _torpedo_max = 68,
 
     _torpedo_mod = 1,
 
     _torpedo_mod = 1,
     _evasion = 18,
+
     _evasion = 19,
     _evasion_max = 94,
+
     _evasion_max = 95,
 
     _aa = 36,
 
     _aa = 36,
 
     _aa_max = 80,
 
     _aa_max = 80,
Line 96: Line 94:
 
     _range = 1,
 
     _range = 1,
 
     _luck = 40,
 
     _luck = 40,
     _luck_max = 120,
+
     _luck_max = 122,
 
     _luck_mod = false,
 
     _luck_mod = false,
 
     _build_time = 23,
 
     _build_time = 23,

Latest revision as of 12:42, 3 September 2021

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

return {
  [""] = {
    _name = "Grecale",
    _suffix = false,
    _rarity = 6,
    _api_id = 614,
    _id = 414,
    _true_id = false,
    _japanese_name = "Grecale",
    _reading = "グレカーレ",
    _class = "Maestrale",
    _class_number = 2,
    _type = 2,
    _hp = 15,
    _hp_max = 30,
    _firepower = 9,
    _firepower_max = 26,
    _firepower_mod = 1,
    _armor = 7,
    _armor_max = 18,
    _armor_mod = false,
    _torpedo = 22,
    _torpedo_max = 57,
    _torpedo_mod = 1,
    _evasion = 47,
    _evasion_max = 84,
    _aa = 10,
    _aa_max = 40,
    _aa_mod = false,
    _asw = 30,
    _asw_max = 60,
    _speed = 10,
    _los = 7,
    _los_max = 20,
    _range = 1,
    _luck = 14,
    _luck_max = 90,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 23,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Grecale/Kai",
    _fuel = 15,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 1,
    _scrap_steel = 6,
    _scrap_baux = false,
    _equipment = {
      {equipment = "120mm/50 Twin Gun Mount", size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 1,
    _voice_actor = "Moriyama Yurika",
    _artist = "Jiji",
    _implementation_date = {2019, 8, 30},
    _availability = {"event_drop"},
  },
  ["Kai"] = {
    _name = "Grecale",
    _suffix = "Kai",
    _rarity = 7,
    _api_id = 619,
    _id = 419,
    _true_id = false,
    _japanese_name = "Grecale改",
    _reading = "グレカーレかい",
    _class = "Maestrale",
    _class_number = 2,
    _type = 2,
    _hp = 29,
    _hp_max = 46,
    _firepower = 12,
    _firepower_max = 55,
    _firepower_mod = 1,
    _armor = 15,
    _armor_max = 51,
    _armor_mod = 1,
    _torpedo = 18,
    _torpedo_max = 68,
    _torpedo_mod = 1,
    _evasion = 19,
    _evasion_max = 95,
    _aa = 36,
    _aa_max = 80,
    _aa_mod = 1,
    _asw = 38,
    _asw_max = 79,
    _speed = 10,
    _los = 10,
    _los_max = 46,
    _range = 1,
    _luck = 40,
    _luck_max = 122,
    _luck_mod = false,
    _build_time = 23,
    _remodel_level = 35,
    _remodel_ammo = 290,
    _remodel_steel = 180,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Grecale/",
    _remodel_to = false,
    _fuel = 15,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = 10,
    _scrap_baux = false,
    _equipment = {
      {equipment = "120mm/50 Twin Gun Mount", size = 0},
      {equipment = "120mm/50 Twin Gun Mount", size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 3,
  },
    seasonals = {
        { _suffix = "Halloween", _season = "Halloween 2019" },
        { _suffix = "Valentine", _season = "Valentines 2020" },
        { _suffix = "Summer", _season = "Summer 2020" },
    },
}