- 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/Skilled Deck Personnel"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Skilled Deck Personnel", _page = false, _id = 477, _japanese_name = "熟練甲板要員", _reading = "??...") |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "熟練甲板要員", | |
− | + | _id = 477, | |
− | + | _japanese_name = "熟練甲板要員", | |
− | + | _reading = nil, | |
− | + | _type = 35, -- 13,23,35,29,0 | |
− | + | _icon = 29, | |
− | + | _rarity = 3, | |
− | + | _firepower = 2, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 1, | |
− | + | _armor = 1, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = 1, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 1, | |
− | + | _los = 1, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = false, | |
− | + | _flight_range = false, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 2, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 2, | |
− | + | _buildable = false, | |
+ | _info = nil, | ||
} | } |
Revision as of 11:00, 29 August 2022
Documentation for this module may be created at Module:Data/Equipment/Skilled Deck Personnel/doc
return {
_name = "熟練甲板要員",
_id = 477,
_japanese_name = "熟練甲板要員",
_reading = nil,
_type = 35, -- 13,23,35,29,0
_icon = 29,
_rarity = 3,
_firepower = 2,
_bombing = false,
_torpedo = false,
_aa = 1,
_armor = 1,
_asw = false,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = 1,
_los = 1,
_speed = false,
_luck = false,
_range = false,
_flight_cost = false,
_flight_range = false,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = false,
_scrap_bauxite = 2,
_buildable = false,
_info = nil,
}