• 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/Laté 298B"

From Kancolle Wiki
Jump to navigation Jump to search
(Created basic module.)
 
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Late_298B = {
+
return {
_name = "Laté 298B",
+
    _name = "Laté 298B",
_asset_name = "Laté 298B",
+
    _page = false,
_page = false,
+
    _id = 194,
_id = 194,
+
    _japanese_name = "Laté 298B",
_japanese_name = false,
+
    _reading = nil,
_reading = false,
+
    _type = 11,
_type = 11,
+
    _icon = 10,
_icon = 10,
+
    _rarity = 3,
_rarity = 3,
+
    _firepower = 2,
_back = 3,
+
    _bombing = 5,
_firepower = 2,
+
    _torpedo = 4,
_bombing = 5,
+
    _aa = 1,
_torpedo = 4,
+
    _armor = false,
_aa = 1,
+
    _asw = 2,
_armor = false,
+
    _shelling_accuracy = false,
_asw = 2,
+
    _torpedo_accuracy = false,
_shelling_accuracy = false,
+
    _evasion = 1,
_torpedo_accuracy = false,
+
    _los = 4,
_evasion = 1,
+
    _speed = false,
_los = 4,
+
    _luck = false,
_speed = false,
+
    _range = false,
_luck = false,
+
    _flight_cost = 7,
_range = false,
+
    _flight_range = 4,
_flight_cost = false,
+
    _special = false,
_flight_range = false,
+
    _scrap_fuel = 2,
_special = false,
+
    _scrap_ammo = 4,
_scrap_fuel = 2,
+
    _scrap_steel = false,
_scrap_ammo = 4,
+
    _scrap_bauxite = 5,
_scrap_steel = false,
+
    _buildable = false,
_scrap_bauxite = 5,
 
_buildable = false,
 
_upgradable = false,
 
 
}
 
}
 
return Late_298B
 

Revision as of 16:36, 18 November 2016

Documentation for this module may be created at Module:Data/Equipment/Laté 298B/doc

--Categories:
--[[Category:Equipment modules]]

return {
    _name = "Laté 298B",
    _page = false,
    _id = 194,
    _japanese_name = "Laté 298B",
    _reading = nil,
    _type = 11,
    _icon = 10,
    _rarity = 3,
    _firepower = 2,
    _bombing = 5,
    _torpedo = 4,
    _aa = 1,
    _armor = false,
    _asw = 2,
    _shelling_accuracy = false,
    _torpedo_accuracy = false,
    _evasion = 1,
    _los = 4,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = 7,
    _flight_range = 4,
    _special = false,
    _scrap_fuel = 2,
    _scrap_ammo = 4,
    _scrap_steel = false,
    _scrap_bauxite = 5,
    _buildable = false,
}