• 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/Equipment/RUR-4A Weapon Alpha Kai"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "RUR-4A Weapon Alpha Kai",
 
   _name = "RUR-4A Weapon Alpha Kai",
Line 6: Line 4:
 
   _japanese_name = "RUR-4A Weapon Alpha改",
 
   _japanese_name = "RUR-4A Weapon Alpha改",
 
   _reading = nil,
 
   _reading = nil,
   _type = 15, -- 7,32,15,17,0
+
   _type = 15,
 
   _icon = 17,
 
   _icon = 17,
 +
  _types = {7, 32, 15, 17, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 1,
 
   _scrap_fuel = 1,
Line 29: Line 26:
 
   _scrap_steel = 4,
 
   _scrap_steel = 4,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "増大する潜水艦の脅威に対抗するため開発された、革新的な次世代の対潜前投ロケット弾兵装です。<br>実機は不具合の多発により運用上の問題を抱えていましたが、本兵装は改良によって不発率の低下に成功したif改修兵装です。<br>本兵装のコンセプトは、あの名対潜兵装アスロックへと受け継がれていきます。",
 +
  _info_en = "This is a revolutionary next-generation forward-firing anti-submarine rocket weapon developed to counter the increasing threat of submarines.<br>The base version was plagued with problems during actual use, but this is a what-if version where improvements succeeded in reducing the rate of misfires.<br>The main concept behind this weapon was succeeded by the famed ASROC ASW weapons system.",
 +
  _wikipedia = "RUR-4 Weapon Alpha",
 +
  _asw_damage_type = "DCP",
 
   _buildable = false,
 
   _buildable = false,
   _info = "増大する潜水艦の脅威に対抗するため開発された、革新的な次世代の対潜前投ロケット弾兵装です。実機は不具合の多発により運用上の問題を抱えていましたが、本兵装は改良によって不発率の低下に成功したif改修兵装です。本兵装のコンセプトは、あの名対潜兵装アスロックへと受け継がれていきます。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 07:04, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/RUR-4A Weapon Alpha Kai/doc

return {
  _name = "RUR-4A Weapon Alpha Kai",
  _id = 377,
  _japanese_name = "RUR-4A Weapon Alpha改",
  _reading = nil,
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 1,
  _asw = 17,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 10,
  _scrap_steel = 4,
  _scrap_bauxite = 4,
  _info = "増大する潜水艦の脅威に対抗するため開発された、革新的な次世代の対潜前投ロケット弾兵装です。<br>実機は不具合の多発により運用上の問題を抱えていましたが、本兵装は改良によって不発率の低下に成功したif改修兵装です。<br>本兵装のコンセプトは、あの名対潜兵装アスロックへと受け継がれていきます。",
  _info_en = "This is a revolutionary next-generation forward-firing anti-submarine rocket weapon developed to counter the increasing threat of submarines.<br>The base version was plagued with problems during actual use, but this is a what-if version where improvements succeeded in reducing the rate of misfires.<br>The main concept behind this weapon was succeeded by the famed ASROC ASW weapons system.",
  _wikipedia = "RUR-4 Weapon Alpha",
  _asw_damage_type = "DCP",
  _buildable = false,
  _improvements = false,
}