• 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/Type 2 Reconnaissance Aircraft"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
(Migration)
(Added fit bonuses information.)
Line 35: Line 35:
 
_buildable = true,
 
_buildable = true,
 
_improveable = false,
 
_improveable = false,
 +
    _bonuses = {
 +
        {
 +
            _class = "Ise",
 +
            _suffix = "Kai Ni",
 +
            _firepower = 3,
 +
            _armor = 1,
 +
            _evasion = 2,
 +
        },
 +
    },
 
}
 
}

Revision as of 09:00, 8 July 2018

Documentation for this module may be created at Module:Data/Equipment/Type 2 Reconnaissance Aircraft/doc

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

return {
	_name = "Type 2 Reconnaissance Aircraft",
	_page = false,
	_id = 61,
	_japanese_name = "二式艦上偵察機",
	_reading = "にしきかんじょうていさつき",
	_type = 9,
	_icon = 9,
	_rarity = 1,
	_back = 2,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 1,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 3,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = 7,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = 6,
	_flight_range = 5,
	_special = false,
	_scrap_fuel = 3,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 13,
	_info = "名機「彗星艦爆」の艦上偵察機型です。<br/>偵察用カメラと増加燃料タンクを搭載して、艦隊の目として活躍可能です。ぜひ、彩雲と共に機動部隊で運用してね!",
	_buildable = true,
	_improveable = false,
    _bonuses = {
        {
            _class = "Ise",
            _suffix = "Kai Ni",
            _firepower = 3,
            _armor = 1,
            _evasion = 2,
        },
    },
}