- 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/EnemyEquipment/Anti-Air Dispersal Shell"
Jump to navigation
Jump to search
com>Ckwng (Created page with "local Anti_Air_Dispersal_Shell = { _name = "Anti-Air Dispersal Shell", _page = false, _id = 535, _japanese_name = "対空散弾", _reading = "たいくうさんだん", ...") |
m (4 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category:Enemy equipment modules]] | ||
+ | |||
local Anti_Air_Dispersal_Shell = { | local Anti_Air_Dispersal_Shell = { | ||
_name = "Anti-Air Dispersal Shell", | _name = "Anti-Air Dispersal Shell", | ||
Line 8: | Line 11: | ||
_icon = 12, | _icon = 12, | ||
_rarity = 0, | _rarity = 0, | ||
− | + | _enemy_default_assets = true, | |
_firepower = false, | _firepower = false, | ||
_bombing = false, | _bombing = false, |
Latest revision as of 11:28, 12 May 2021
Documentation for this module may be created at Module:Data/EnemyEquipment/Anti-Air Dispersal Shell/doc
--Categories:
--[[Category:Enemy equipment modules]]
local Anti_Air_Dispersal_Shell = {
_name = "Anti-Air Dispersal Shell",
_page = false,
_id = 535,
_japanese_name = "対空散弾",
_reading = "たいくうさんだん",
_type = 18,
_icon = 12,
_rarity = 0,
_enemy_default_assets = true,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 10,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = 10,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = false,
_scrap_steel = false,
_scrap_bauxite = false,
_buildable = false,
_upgradable = false,
}
return Anti_Air_Dispersal_Shell