• 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
m (がか moved page Module:Emergency Repair Materials to Module:Emergency Repair Material without leaving a redirect)
m
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> 一つ消費します。",
 
}
 
}

Revision as of 20:28, 30 August 2019

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> 一つ消費します。",
}