- 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/TBD"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created basic module.) |
|||
Line 2: | Line 2: | ||
--[[Category:Equipment modules]] | --[[Category:Equipment modules]] | ||
− | + | return { | |
− | + | _name = "TBD", | |
− | + | _page = false, | |
− | + | _id = 196, | |
− | + | _japanese_name = "TBD", | |
− | + | _reading = nil, | |
− | + | _type = 8, | |
− | + | _icon = 8, | |
− | + | _rarity = 2, | |
− | + | _firepower = 1, | |
− | + | _bombing = false, | |
− | + | _torpedo = 5, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = 4, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = 2, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 6, | |
− | + | _flight_range = 4, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 4, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 3, | |
− | + | _buildable = false, | |
− | |||
} | } | ||
− | |||
− |
Revision as of 16:32, 18 November 2016
Documentation for this module may be created at Module:Data/Equipment/TBD/doc
--Categories:
--[[Category:Equipment modules]]
return {
_name = "TBD",
_page = false,
_id = 196,
_japanese_name = "TBD",
_reading = nil,
_type = 8,
_icon = 8,
_rarity = 2,
_firepower = 1,
_bombing = false,
_torpedo = 5,
_aa = false,
_armor = false,
_asw = 4,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = 2,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 6,
_flight_range = 4,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 4,
_scrap_steel = false,
_scrap_bauxite = 3,
_buildable = false,
}