Line 1:
Line 1:
−
local WG42_Wurfgerat_42 = {
+
return {
−
_name = "WG42 (Wurfgerät 42)",
+
_name = "WG42 (Wurfgerät 42)",
−
_page = false,
+
_id = 126,
−
_id = 126,
+
_japanese_name = "WG42 (Wurfgerät 42)",
−
_japanese_name = "WG42 (Wurfgerät 42)",
+
_reading = "WG42 (ヴルフゲレート 42)",
−
_reading = "WG42 (ヴルフゲレート 42)",
+
_type = 37,
−
_type = 37,
+
_icon = 31,
−
_icon = 31,
+
_types = {15, 26, 37, 31, 0},
−
_rarity = 4,
+
_rarity = 4,
−
_back = 3,
+
_firepower = 1,
−
_card = "Equipment126-1.png",
+
_bombing = false,
−
_firepower = 1,
+
_torpedo = false,
−
_bombing = false,
+
_aa = false,
−
_torpedo = false,
+
_armor = -1,
−
_aa = false,
+
_asw = false,
−
_armor = -1,
+
_shelling_accuracy = false,
−
_asw = false,
+
_torpedo_accuracy = false,
−
_shelling_accuracy = false,
+
_evasion = false,
−
_torpedo_accuracy = false,
+
_los = false,
−
_evasion = false,
+
_speed = false,
−
_los = false,
+
_luck = false,
−
_speed = false,
+
_range = 1,
−
_luck = false,
+
_special = "Provides bonuses against installations",
−
_range = 1,
+
_scrap_fuel = 1,
−
_special = false,
+
_scrap_ammo = 4,
−
_scrap_fuel = 1,
+
_scrap_steel = 2,
−
_scrap_ammo = 4,
+
_scrap_bauxite = 1,
−
_scrap_steel = 2,
+
_info = "かの国で開発された対地対艦攻撃用の艦載ロケットランチャー装備「WG42」です。<br>Uボートにも搭載され、実際に運用されました。<br>命中精度には難がありますが、ごく浅い深度なら水面下から発射可能な、潜水艦発射対地ミサイルのご先祖様のような装備で、主に対地攻撃に有効です。 ",
−
_scrap_bauxite = 1,
+
_info_en = "The \"WG42\" is a ship-borne rocket launcher developed in that country for anti-ground attacks.<br>It was also used aboard U-boats where it saw practical use.<br>Mainly effective for anti-ground strikes, it suffered from poor accuracy, however, it can be fired from a shallow depth similar to the submarine-launched anti-ground missiles of today.",
−
_buildable = false,
+
_wikipedia = "30 cm Nebelwerfer 42",
−
_upgradable = false,
+
_buildable = false,
+
_improvements = false,
}
}
−
−
return WG42_Wurfgerat_42