- 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/Ro.43 Reconnaissance Seaplane"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (Fixing..) |
m (Testing.) |
||
Line 13: | Line 13: | ||
_back = nil, | _back = nil, | ||
_firepower = 1, | _firepower = 1, | ||
− | _bombing = | + | _bombing = false, |
− | _torpedo = | + | _torpedo = false, |
_aa = 1, | _aa = 1, | ||
− | _armor = | + | _armor = false, |
_asw = 2, | _asw = 2, | ||
_shelling_accuracy = 2, | _shelling_accuracy = 2, | ||
− | _torpedo_accuracy = | + | _torpedo_accuracy = false, |
_evasion = 1, | _evasion = 1, | ||
_los = 4, | _los = 4, | ||
− | _speed = | + | _speed = false, |
− | _luck = | + | _luck = false, |
_range = nil, | _range = nil, | ||
_special = nil, | _special = nil, |
Revision as of 12:31, 10 February 2016
Documentation for this module may be created at Module:Data/Equipment/Ro.43 Reconnaissance Seaplane/doc
--Categories:
--[[Category:Equipment modules]]
local Ro43_Reconnaissance_Seaplane = {
_name = "Ro.43 Reconnaissance Seaplane",
_page = false,
_id = 163,
_japanese_name = "Ro.43上偵",
_reading = "Ro.43すいじょう",
_type = 10,
_icon = 10,
_rarity = 5,
_back = nil,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 1,
_armor = false,
_asw = 2,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = 1,
_los = 4,
_speed = false,
_luck = false,
_range = nil,
_special = nil,
_scrap_fuel = nil,
_scrap_ammo = nil,
_scrap_steel = nil,
_scrap_bauxite = nil,
_buildable = nil,
_upgradable = nil,
}
return Ro43_Reconnaissance_Seaplane