Changes

no edit summary
Line 1: Line 1: −
-- [[Category:Equipment modules]]
  −
   
return {
 
return {
 
   _name = "Swordfish Mk.III Kai (Seaplane Model)",
 
   _name = "Swordfish Mk.III Kai (Seaplane Model)",
Line 6: Line 4:  
   _japanese_name = "Swordfish Mk.III改(水上機型)",
 
   _japanese_name = "Swordfish Mk.III改(水上機型)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 11, -- 5,43,11,10,28
+
   _type = 11,
 
   _icon = 10,
 
   _icon = 10,
 +
  _types = {5, 43, 11, 10, 28},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 4,
 
   _firepower = 4,
Line 29: Line 28:  
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
 +
  _info = "複葉非全金属製の旧世代機でありながら、高い信頼性と運用性を誇る、メカジキの名を持つ紅茶の国の艦上攻撃機。<br>旧式ながら赫々たる戦果をおさめた傑作機、その水上機型を強化改修、S9 Ospreyの後継機として輸出導入するif多用途作戦水上機、その初期モデルです。",
 +
  _info_en = "The Swordfish is a seaplane from the country of tea, and even though it is an old model, this non-metal biplane has excellent reliability and operability.<br>This masterwork has a magnificent service record, with this multirole seaplane being an early what-if model that has been improved for export to replace the S9 Osprey.",
 +
  _wikipedia = "Fairey Swordfish",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = {
 +
    _ammo = 350,
 +
    _bauxite = 350,
 +
    _fuel = 120,
 +
    _products = {
 +
      [false] = {
 +
        ["0"] = {
 +
          _development_material = 8,
 +
          _development_material_x = 9,
 +
          _equipment = {
 +
            Zuiun = 1,
 +
          },
 +
          _improvement_material = 4,
 +
          _improvement_material_x = 5,
 +
        },
 +
        ["6"] = {
 +
          _development_material = 10,
 +
          _development_material_x = 17,
 +
          _equipment = {
 +
            ["S9 Osprey"] = 1,
 +
          },
 +
          _improvement_material = 7,
 +
          _improvement_material_x = 9,
 +
        },
 +
        _ships = {
 +
          ["Gotland/Andra"] = {
 +
            Friday = true,
 +
            Monday = false,
 +
            Saturday = true,
 +
            Sunday = true,
 +
            Thursday = true,
 +
            Tuesday = false,
 +
            Wednesday = false,
 +
          },
 +
        },
 +
      },
 +
    },
 +
    _steel = false,
 +
  },
 
}
 
}
40,060

edits