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

(Updated build time, voice flags, get message, added wikipedia)
 
(One intermediate revision by one other user not shown)
Line 39: Line 39:
 
     _buildable = false,
 
     _buildable = false,
 
     _buildable_lsc = false,
 
     _buildable_lsc = false,
     _build_time = 0,
+
     _build_time = 22,
 
     _remodel_level = false,
 
     _remodel_level = false,
 
     _remodel_from = false,
 
     _remodel_from = false,
Line 52: Line 52:
 
       {equipment = false, size = 0},
 
       {equipment = false, size = 0},
 
     },
 
     },
     _voice_flag = nil,
+
     _voice_flag = 1,
     _voice_actor = nil,
+
     _voice_actor = "Yuikawa Asaki",
 
     _artist = "Shizuma Yoshinori",
 
     _artist = "Shizuma Yoshinori",
 
     _implementation_date = {2025, 3, 7},
 
     _implementation_date = {2025, 3, 7},
 
     _availability = {"event_reward"},
 
     _availability = {"event_reward"},
     _get_message = nil,
+
     _get_message = "Meが潜水艦Wahoo。Gato classだよ。<br>哨戒任務なら任せとけ!狩りは得意さ。 ……え?北海道?<br>んー。Meはやめとくわ。",
 +
    _wikipedia = "USS Wahoo (SS-238)",
 
   },
 
   },
 
   ["Kai"] = {
 
   ["Kai"] = {
Line 115: Line 116:
 
       {equipment = false, size = 0},
 
       {equipment = false, size = 0},
 
     },
 
     },
     _voice_flag = nil,
+
     _voice_flag = 3,
 
   },
 
   },
 
}
 
}

Latest revision as of 11:48, 9 December 2025

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

return {
  [""] = {
    _name = "Wahoo",
    _suffix = false,
    _rarity = 6,
    _api_id = 984,
    _id = 584,
    _true_id = false,
    _japanese_name = "Wahoo",
    _reading = "ワフー",
    _class = "Gato",
    _class_number = 27,
    _type = 13,
    _hp = 13,
    _hp_max = 18,
    _firepower = 2,
    _firepower_max = 12,
    _firepower_mod = false,
    _armor = 4,
    _armor_max = 20,
    _armor_mod = false,
    _torpedo = 36,
    _torpedo_max = 75,
    _torpedo_mod = 2,
    _evasion = 17,
    _evasion_max = 45,
    _aa = 0,
    _aa_max = false,
    _aa_mod = false,
    _asw = 0,
    _asw_max = false,
    _speed = 5,
    _los = 12,
    _los_max = 44,
    _range = 1,
    _luck = 13,
    _luck_max = 60,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 22,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Wahoo/Kai",
    _fuel = 10,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = 2,
    _scrap_baux = 2,
    _equipment = {
      {equipment = false, size = 0},
    },
    _voice_flag = 1,
    _voice_actor = "Yuikawa Asaki",
    _artist = "Shizuma Yoshinori",
    _implementation_date = {2025, 3, 7},
    _availability = {"event_reward"},
    _get_message = "Meが潜水艦Wahoo。Gato classだよ。<br>哨戒任務なら任せとけ!狩りは得意さ。 ……え?北海道?<br>んー。Meはやめとくわ。",
    _wikipedia = "USS Wahoo (SS-238)",
  },
  ["Kai"] = {
    _name = "Wahoo",
    _suffix = "Kai",
    _rarity = 7,
    _api_id = 989,
    _id = 589,
    _true_id = false,
    _japanese_name = "Wahoo改",
    _reading = "ワフーかい",
    _class = "Gato",
    _class_number = 27,
    _type = 13,
    _hp = 17,
    _hp_max = 23,
    _firepower = 4,
    _firepower_max = 14,
    _firepower_mod = false,
    _armor = 6,
    _armor_max = 24,
    _armor_mod = false,
    _torpedo = 38,
    _torpedo_max = 85,
    _torpedo_mod = 2,
    _evasion = 18,
    _evasion_max = 57,
    _aa = 0,
    _aa_max = false,
    _aa_mod = false,
    _asw = 0,
    _asw_max = false,
    _speed = 5,
    _los = 14,
    _los_max = 46,
    _range = 1,
    _luck = 18,
    _luck_max = 78,
    _luck_mod = false,
    _remodel_level = 50,
    _remodel_ammo = 200,
    _remodel_steel = 140,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Wahoo/",
    _remodel_to = false,
    _fuel = 10,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = 2,
    _scrap_baux = 3,
    _equipment = {
      {equipment = false, size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 3,
  },
}