• 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/Item/Emergency Repair Material"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Item modules return { _item = true, _id = 91, _type = 0, _category = 0, _name = "Emergency Repair Materials", _japanese_name = "緊急修理資材...")
 
m (4 revisions imported)
 
(3 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
   _type = 0,
 
   _type = 0,
 
   _category = 0,
 
   _category = 0,
   _name = "Emergency Repair Materials",
+
   _name = "Emergency Repair Material",
 
   _japanese_name = "緊急修理資材",
 
   _japanese_name = "緊急修理資材",
 
   _reading = nil,
 
   _reading = nil,
 
   _description = "工作艦などの艦で緊急泊地修理<br>を実施時に必要な資材です。 <br>※緊急泊地修理を実施する際、<br> 一つ消費します。",
 
   _description = "工作艦などの艦で緊急泊地修理<br>を実施時に必要な資材です。 <br>※緊急泊地修理を実施する際、<br> 一つ消費します。",
 
}
 
}

Latest revision as of 14:13, 12 May 2021

Documentation for this module may be created at Module:Data/Item/Emergency Repair Material/doc

-- [[Category:Item modules]]

return {
  _item = true,
  _id = 91,
  _type = 0,
  _category = 0,
  _name = "Emergency Repair Material",
  _japanese_name = "緊急修理資材",
  _reading = nil,
  _description = "工作艦などの艦で緊急泊地修理<br>を実施時に必要な資材です。 <br>※緊急泊地修理を実施する際、<br> 一つ消費します。",
}