• 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/Armed Daihatsu"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "武装大発", _id = 409, _japanese_name = "武装大発", _reading = nil, _type = 24, -- 8,47,24,20,0 _icon = 20, _rarity = 2, _firepower =...")
 
m
Line 1: Line 1:
 
return {
 
return {
   _name = "武装大発",
+
   _name = "Armed Daihatsu",
 
   _id = 409,
 
   _id = 409,
 
   _japanese_name = "武装大発",
 
   _japanese_name = "武装大発",

Revision as of 18:24, 26 February 2021

Documentation for this module may be created at Module:Data/Equipment/Armed Daihatsu/doc

return {
  _name = "Armed Daihatsu",
  _id = 409,
  _japanese_name = "武装大発",
  _reading = nil,
  _type = 24, -- 8,47,24,20,0
  _icon = 20,
  _rarity = 2,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = false,
  _flight_range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = 2,
  _buildable = false,
  _info = "大発動艇、略して「大発」。輸送船からの揚陸作業や上陸戦に用いた、現代でいうところの「上陸用舟艇」です。揚陸艦などで運用可能な海上のトラックのような「大発」、これに陸戦用の野砲や機銃などを装備した、文字通り「武装大発」です。上陸部隊の支援に本領発揮、さらに極めて限定的ですが対PT戦も可能です。様々な現地改修バージョンも存在します。",
}