• 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/Ki-102 B"

From Kancolle Wiki
Jump to navigation Jump to search
m (1 revision imported)
(Icon update)
Line 5: Line 5:
 
   _reading = nil,
 
   _reading = nil,
 
   _type = 47, -- 22,38,47,44,47
 
   _type = 47, -- 22,38,47,44,47
   _icon = 44,
+
   _icon = 48,
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 4,
 
   _firepower = 4,

Revision as of 00:52, 9 April 2022

Documentation for this module may be created at Module:Data/Equipment/Ki-102 B/doc

return {
  _name = "Ki-102 B",
  _id = 453,
  _japanese_name = "キ102乙",
  _reading = nil,
  _type = 47, -- 22,38,47,44,47
  _icon = 48,
  _rarity = 4,
  _firepower = 4,
  _bombing = 19,
  _torpedo = 11,
  _aa = 4,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 4,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 4,
  _scrap_ammo = 7,
  _scrap_steel = false,
  _scrap_bauxite = 15,
  _buildable = false,
  _info = nil,
}