• 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"

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