• 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"

From Kancolle Wiki
Jump to navigation Jump to search
m (typo..)
Line 10: Line 10:
 
_type = 10,
 
_type = 10,
 
_icon = 10,
 
_icon = 10,
_rarity = 5,
+
_rarity = 3,
_back = nil,
 
 
_firepower = 1,
 
_firepower = 1,
 
_bombing = false,
 
_bombing = false,
Line 24: Line 23:
 
_speed = false,
 
_speed = false,
 
_luck = false,
 
_luck = false,
_range = nil,
+
_range = false,
_special = nil,
+
_special = false,
_scrap_fuel = nil,
+
_scrap_fuel = 1,
_scrap_ammo = nil,
+
_scrap_ammo = 1,
_scrap_steel = nil,
+
_scrap_steel = false,
_scrap_bauxite = nil,
+
_scrap_bauxite = 2,
_buildable = nil,
+
_buildable = false,
_upgradable = nil,
+
_upgradable = false,
 
}
 
}
 
   
 
   
 
return Ro43_Reconnaissance_Seaplane
 
return Ro43_Reconnaissance_Seaplane

Revision as of 18:20, 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 = 3,
	_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 = false,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 2,
	_buildable = false,
	_upgradable = false,
}
 
return Ro43_Reconnaissance_Seaplane