- 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/Fulmar"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Fulmar", _id = 249, _japanese_name = "Fulmar", _reading = nil, _type = 6, -- 3,5,6,6,14 ...") |
|||
Line 10: | Line 10: | ||
_icon = 6, | _icon = 6, | ||
_rarity = 2, | _rarity = 2, | ||
− | _firepower = | + | _firepower = 1, |
_bombing = false, | _bombing = false, | ||
_torpedo = false, | _torpedo = false, | ||
− | _aa = | + | _aa = 3, |
_armor = false, | _armor = false, | ||
− | _asw = | + | _asw = 2, |
− | _shelling_accuracy = | + | _shelling_accuracy = 2, |
_torpedo_accuracy = false, | _torpedo_accuracy = false, | ||
− | _evasion = | + | _evasion = 1, |
− | _los = | + | _los = 1, |
_speed = false, | _speed = false, | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | _flight_cost = | + | _flight_cost = 5, |
− | _flight_range = | + | _flight_range = 4, |
_special = false, | _special = false, | ||
_scrap_fuel = 1, | _scrap_fuel = 1, | ||
− | _scrap_ammo = | + | _scrap_ammo = 2, |
_scrap_steel = false, | _scrap_steel = false, | ||
− | _scrap_bauxite = | + | _scrap_bauxite = 2, |
_buildable = false, | _buildable = false, | ||
} | } |
Revision as of 00:39, 12 August 2017
Documentation for this module may be created at Module:Data/Equipment/Fulmar/doc
--Categories:
--[[Category:Equipment modules]]
return {
_name = "Fulmar",
_id = 249,
_japanese_name = "Fulmar",
_reading = nil,
_type = 6, -- 3,5,6,6,14
_icon = 6,
_rarity = 2,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 3,
_armor = false,
_asw = 2,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = 1,
_los = 1,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 5,
_flight_range = 4,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = false,
_scrap_bauxite = 2,
_buildable = false,
}