• 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/Prototype Reppuu Late Model"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Reppuu = {
+
return {
 
_name = "Reppuu",
 
_name = "Reppuu",
_localized_name = "Strong Gale",
 
 
_page = false,
 
_page = false,
 
_id = 22,
 
_id = 22,
 
_japanese_name = "烈風",
 
_japanese_name = "烈風",
 
_reading = "れっぷう",
 
_reading = "れっぷう",
 +
_localized_name = "Strong Gale",
 
_type = 6,
 
_type = 6,
 
_icon = 6,
 
_icon = 6,
Line 33: Line 33:
 
_scrap_bauxite = 9,
 
_scrap_bauxite = 9,
 
_buildable = true,
 
_buildable = true,
 +
_info = "名機「零戦」の後継機と開発された最新鋭艦上戦闘機「烈風」。<br/>用兵側の発動機選定ミスや多忙な現場設計陣などの苦境を超えて、ついに完成した新型艦戦です。<br/>ぜひ、「流星」艦爆と共に、次世代の機動部隊艦載機部隊を編成して、空を制してくださいね!",
 
_upgradable = false,
 
_upgradable = false,
_wikipedia = "Mitsubishi A7M",
 
 
}
 
}
 
return Reppuu
 

Revision as of 17:35, 26 April 2018

Documentation for this module may be created at Module:Data/Equipment/Prototype Reppuu Late Model/doc

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

return {
	_name = "Reppuu",
	_page = false,
	_id = 22,
	_japanese_name = "烈風",
	_reading = "れっぷう",
	_localized_name = "Strong Gale",
	_type = 6,
	_icon = 6,
	_rarity = 3,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 10,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = 7,
	_flight_range = 5,
	_special = false,
	_scrap_fuel = 2,
	_scrap_ammo = 2,
	_scrap_steel = false,
	_scrap_bauxite = 9,
	_buildable = true,
	_info = "名機「零戦」の後継機と開発された最新鋭艦上戦闘機「烈風」。<br/>用兵側の発動機選定ミスや多忙な現場設計陣などの苦境を超えて、ついに完成した新型艦戦です。<br/>ぜひ、「流星」艦爆と共に、次世代の機動部隊艦載機部隊を編成して、空を制してくださいね!",
	_upgradable = false,
}