- 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/Emergency Repair Personnel"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (8 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Emergency Repair Personnel", | |
− | + | _id = 42, | |
− | + | _japanese_name = "応急修理要員", | |
− | + | _reading = "おうきゅうしゅうりよういん", | |
− | + | _type = 23, | |
− | + | _icon = 14, | |
− | + | _types = {6, 30, 23, 14, 0}, | |
− | + | _rarity = 0, | |
− | + | _back = -2, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _special = "Restores HP of equipping ship to heavy damage and unsinkable state upon sinking.", | |
− | + | _scrap_fuel = false, | |
− | + | _scrap_ammo = false, | |
− | + | _scrap_steel = 1, | |
− | + | _scrap_bauxite = false, | |
− | + | _info = "プロのダメコン(ダメージコントロール)集団。艦娘の戦闘に<br>よる致命的な被害を最小限に抑えることによって、大切な艦娘<br>を轟沈(ロスト)からお護りします!<br>艦隊決戦のリスクマネージメントに、ぜひどうぞ!<br>(発動すると消滅します)", | |
− | + | _wikipedia = "Damage control", | |
− | + | _buildable = false, | |
− | + | _improvements = false, | |
− | |||
− | |||
} | } |
Revision as of 12:19, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Emergency Repair Personnel/doc
return {
_name = "Emergency Repair Personnel",
_id = 42,
_japanese_name = "応急修理要員",
_reading = "おうきゅうしゅうりよういん",
_type = 23,
_icon = 14,
_types = {6, 30, 23, 14, 0},
_rarity = 0,
_back = -2,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = "Restores HP of equipping ship to heavy damage and unsinkable state upon sinking.",
_scrap_fuel = false,
_scrap_ammo = false,
_scrap_steel = 1,
_scrap_bauxite = false,
_info = "プロのダメコン(ダメージコントロール)集団。艦娘の戦闘に<br>よる致命的な被害を最小限に抑えることによって、大切な艦娘<br>を轟沈(ロスト)からお護りします!<br>艦隊決戦のリスクマネージメントに、ぜひどうぞ!<br>(発動すると消滅します)",
_wikipedia = "Damage control",
_buildable = false,
_improvements = false,
}