• 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
(Created page with "-- Category:Equipment modules return { _name = "RUR-4A Weapon Alpha Kai", _id = 377, _japanese_name = "RUR-4A Weapon Alpha改", _reading = nil, _type = 15, -- 7...")
 
(GitHub Action)
(3 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>世代の対潜前投ロケット弾兵装です。実機は不具合の多発によ<br>り運用上の問題を抱えていましたが、本兵装は改良によって不<br>発率の低下に成功したif改修兵装です。本兵装のコンセプト<br>は、あの名対潜兵装アスロックへと受け継がれていきます。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Revision as of 13:00, 9 September 2022

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>世代の対潜前投ロケット弾兵装です。実機は不具合の多発によ<br>り運用上の問題を抱えていましたが、本兵装は改良によって不<br>発率の低下に成功したif改修兵装です。本兵装のコンセプト<br>は、あの名対潜兵装アスロックへと受け継がれていきます。",
  _buildable = false,
  _improvements = false,
}