Line 1: |
Line 1: |
− | local Skilled_Carrier_based_Aircraft_Maintenance_Personnel = {
| + | return { |
− | _name = "Skilled Carrier-based Aircraft Maintenance Personnel",
| + | _name = "Skilled Carrier-based Aircraft Maintenance Personnel", |
− | _page = false,
| + | _id = 108, |
− | _id = 108,
| + | _japanese_name = "熟練艦載機整備員", |
− | _japanese_name = "熟練艦載機整備員",
| + | _reading = "じゅくれんかんさいきせいびいん", |
− | _reading = "じゅくれんかんさいきせいびいん",
| + | _type = 35, |
− | _type = 35,
| + | _icon = 29, |
− | _icon = 29,
| + | _types = {13, 23, 35, 29, 0}, |
− | _rarity = 3,
| + | _rarity = 3, |
− | _firepower = 10,
| + | _firepower = 10, |
− | _bombing = false,
| + | _bombing = false, |
− | _torpedo = false,
| + | _torpedo = false, |
− | _aa = 1,
| + | _aa = 1, |
− | _armor = false,
| + | _armor = false, |
− | _asw = false,
| + | _asw = false, |
− | _shelling_accuracy = 1,
| + | _shelling_accuracy = 1, |
− | _torpedo_accuracy = false,
| + | _torpedo_accuracy = false, |
− | _evasion = false,
| + | _evasion = false, |
− | _los = 1,
| + | _los = 1, |
− | _speed = false,
| + | _speed = false, |
− | _luck = false,
| + | _luck = false, |
− | _range = 3,
| + | _range = 3, |
− | _special = false,
| + | _special = false, |
− | _scrap_fuel = 1,
| + | _scrap_fuel = 1, |
− | _scrap_ammo = 10,
| + | _scrap_ammo = 10, |
− | _scrap_steel = 1,
| + | _scrap_steel = 1, |
− | _scrap_bauxite = 10,
| + | _scrap_bauxite = 10, |
− | _buildable = false,
| + | _info = "艦載機の整備の卓越した能力を発揮できる整備要員です。<br>艦載機を装備した航空母艦に導入することで、同空母から発進する攻撃隊の能力を高めることが可能です。<br>第一次攻撃隊のパンチ力不足を感じたら、お試しください!", |
− | _upgradable = false,
| + | _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, |
| } | | } |
− |
| |
− | return Skilled_Carrier_based_Aircraft_Maintenance_Personnel
| |