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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Segou
(Updating and migrating module)
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Type_3_Shell = {
+
return {
 
_name = "Type 3 Shell",
 
_name = "Type 3 Shell",
 
_page = false,
 
_page = false,
Line 30: Line 30:
 
_scrap_steel = 6,
 
_scrap_steel = 6,
 
_scrap_bauxite = 3,
 
_scrap_bauxite = 3,
 +
_info = "戦艦の主砲から放たれる対空用特殊砲弾。<br/>榴散弾の一種で、大量の子弾が爆散、敵を編隊ごと一網打尽に殲滅することが可能。<br/>戦艦主砲の射撃装置の問題で命中率が低いのが難点だが、艦隊の防空力を大きく高めます。<br/>戦艦・航空戦艦・重巡洋艦が使用可能。",
 +
_wikipedia = "San Shiki (anti-aircraft shell)",
 
_buildable = true,
 
_buildable = true,
_upgradable = false,
+
_improvements = false,
 
}
 
}
 
return Type_3_Shell
 

Revision as of 07:12, 12 May 2018

Documentation for this module may be created at Module:Data/Equipment/Type 3 Shell/doc

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

return {
	_name = "Type 3 Shell",
	_page = false,
	_id = 35,
	_japanese_name = "三式弾",
	_reading = "さんしきだん",
	_type = 18,
	_icon = 12,
	_rarity = 0,
	_back = 2,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 5,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = 9,
	_scrap_steel = 6,
	_scrap_bauxite = 3,
	_info = "戦艦の主砲から放たれる対空用特殊砲弾。<br/>榴散弾の一種で、大量の子弾が爆散、敵を編隊ごと一網打尽に殲滅することが可能。<br/>戦艦主砲の射撃装置の問題で命中率が低いのが難点だが、艦隊の防空力を大きく高めます。<br/>戦艦・航空戦艦・重巡洋艦が使用可能。",
	_wikipedia = "San Shiki (anti-aircraft shell)",
	_buildable = true,
	_improvements = false,
}