• 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/Loire 130M"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Loire 130M", _id = 471, _japanese_name = "Loire 130M", _reading = nil, _type = 10, -- 5,7,10,50,2 _icon = 50, _rarity = 3, _firepower = false...")
 
m
(6 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
   _japanese_name = "Loire 130M",
 
   _japanese_name = "Loire 130M",
 
   _reading = nil,
 
   _reading = nil,
   _type = 10, -- 5,7,10,50,2
+
   _type = 10,
 
   _icon = 50,
 
   _icon = 50,
 +
  _types = {5, 7, 10, 50, 49},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 5,
 
   _scrap_bauxite = 5,
 +
  _info = "トリコロールの国で開発された三座飛行艇です。<br>やや大型、そして低速で最新の機体ではありませんが、その頑<br>丈な作りの本機は、艦載型のM型が「Richelieu」級などの主<br>力艦に搭載、配備運用されています。<br>ぜひ、フランス艦艇での運用を!",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = true,
 
}
 
}

Revision as of 18:16, 1 May 2024

Documentation for this module may be created at Module:Data/Equipment/Loire 130M/doc

return {
  _name = "Loire 130M",
  _id = 471,
  _japanese_name = "Loire 130M",
  _reading = nil,
  _type = 10,
  _icon = 50,
  _types = {5, 7, 10, 50, 49},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 5,
  _info = "トリコロールの国で開発された三座飛行艇です。<br>やや大型、そして低速で最新の機体ではありませんが、その頑<br>丈な作りの本機は、艦載型のM型が「Richelieu」級などの主<br>力艦に搭載、配備運用されています。<br>ぜひ、フランス艦艇での運用を!",
  _buildable = false,
  _improvements = true,
}