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

From Kancolle Wiki
Jump to navigation Jump to search
m
m
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
-- [[Category:Item modules]]
 
 
 
return {
 
return {
_name = "Emergency Repair Goddess",
+
  _name = "Emergency Repair Goddess",
_page = false,
+
  _id = 43,
_id = 43,
+
  _item_id = 51,
_item_id = 51,
+
  _japanese_name = "応急修理女神",
_japanese_name = "応急修理女神",
+
  _reading = "おうきゅうしゅうりめがみ",
_reading = "おうきゅうしゅうりめがみ",
+
  _type = 23,
_type = 23,
+
  _icon = 14,
_icon = 14,
+
  _types = {6, 30, 23, 14, 0},
_rarity = 1,
+
  _rarity = 2,
_back = 4,
+
  _back = 4,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = false,
+
  _aa = false,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = false,
+
  _los = false,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = "Restores HP and supplies of equipping ship to full upon sinking.",
+
  _special = "Revives ships upon sinking",
_scrap_fuel = false,
+
  _scrap_fuel = false,
_scrap_ammo = false,
+
  _scrap_ammo = false,
_scrap_steel = 1,
+
  _scrap_steel = 1,
_scrap_bauxite = false,
+
  _scrap_bauxite = false,
_buildable = false,
+
  _info = "ダメコン(ダメージコントロール)集団の最上位バージョン。<br>艦娘の戦闘による致命的な被害を最小限に抑えて、大切な艦娘<br>を轟沈(ロスト)から護ると共に、発動すると、同艦娘の耐久<br>力と燃料・弾薬などの補給物資を全回復してくれるという、ま<br>さに女神のようなオーバーテクノロジーな至高のダメコン!<br>(発動すると消滅します)",
_upgradable = false,
+
  _wikipedia = "Damage control",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Revision as of 18:34, 6 February 2024

Documentation for this module may be created at Module:Data/Equipment/Emergency Repair Goddess/doc

return {
  _name = "Emergency Repair Goddess",
  _id = 43,
  _item_id = 51,
  _japanese_name = "応急修理女神",
  _reading = "おうきゅうしゅうりめがみ",
  _type = 23,
  _icon = 14,
  _types = {6, 30, 23, 14, 0},
  _rarity = 2,
  _back = 4,
  _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 = "Revives ships upon sinking",
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 1,
  _scrap_bauxite = false,
  _info = "ダメコン(ダメージコントロール)集団の最上位バージョン。<br>艦娘の戦闘による致命的な被害を最小限に抑えて、大切な艦娘<br>を轟沈(ロスト)から護ると共に、発動すると、同艦娘の耐久<br>力と燃料・弾薬などの補給物資を全回復してくれるという、ま<br>さに女神のようなオーバーテクノロジーな至高のダメコン!<br>(発動すると消滅します)",
  _wikipedia = "Damage control",
  _buildable = false,
  _improvements = false,
}