- 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 Carrier-based Aircraft Maintenance Personnel"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng |
Jigaraphale (talk | contribs) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | return { | |
− | + | _name = "Skilled Carrier-based Aircraft Maintenance Personnel", | |
− | + | _id = 108, | |
− | + | _japanese_name = "熟練艦載機整備員", | |
− | + | _reading = "じゅくれんかんさいきせいびいん", | |
− | + | _type = 35, | |
− | + | _icon = 29, | |
− | + | _types = {13, 23, 35, 29, 0}, | |
− | + | _rarity = 3, | |
− | + | _firepower = 10, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 1, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = 1, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = 1, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = 3, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 10, | |
− | + | _scrap_steel = 1, | |
− | + | _scrap_bauxite = 10, | |
− | + | _info = "艦載機の整備の卓越した能力を発揮できる整備要員です。<br>艦載機を装備した航空母艦に導入することで、同空母から発進する攻撃隊の能力を高めることが可能です。<br>第一次攻撃隊のパンチ力不足を感じたら、お試しください!", | |
− | + | _info_en = "This maintenance crew can perform excellent maintenance on carrier-borne aircraft.<br>Carrier planes serviced by this crew have better performance when launched from the carriers they were based from.<br>Please try them out if you feel your main attack force is lacking the power punch!", | |
+ | _buildable = false, | ||
+ | _improvements = false, | ||
} | } | ||
− | |||
− |
Latest revision as of 20:14, 5 May 2024
Documentation for this module may be created at Module:Data/Equipment/Skilled Carrier-based Aircraft Maintenance Personnel/doc
return {
_name = "Skilled Carrier-based Aircraft Maintenance Personnel",
_id = 108,
_japanese_name = "熟練艦載機整備員",
_reading = "じゅくれんかんさいきせいびいん",
_type = 35,
_icon = 29,
_types = {13, 23, 35, 29, 0},
_rarity = 3,
_firepower = 10,
_bombing = false,
_torpedo = false,
_aa = 1,
_armor = false,
_asw = false,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = false,
_los = 1,
_speed = false,
_luck = false,
_range = 3,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 10,
_scrap_steel = 1,
_scrap_bauxite = 10,
_info = "艦載機の整備の卓越した能力を発揮できる整備要員です。<br>艦載機を装備した航空母艦に導入することで、同空母から発進する攻撃隊の能力を高めることが可能です。<br>第一次攻撃隊のパンチ力不足を感じたら、お試しください!",
_info_en = "This maintenance crew can perform excellent maintenance on carrier-borne aircraft.<br>Carrier planes serviced by this crew have better performance when launched from the carriers they were based from.<br>Please try them out if you feel your main attack force is lacking the power punch!",
_buildable = false,
_improvements = false,
}