Changes

no edit summary
Line 2: Line 2:  
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
   −
local Special_Type_2_Amphibious_Tank = {
+
return {
 
_name = "Special Type 2 Amphibious Tank",
 
_name = "Special Type 2 Amphibious Tank",
 
_page = false,
 
_page = false,
Line 29: Line 29:  
_scrap_steel = 3,
 
_scrap_steel = 3,
 
_scrap_bauxite = 2,
 
_scrap_bauxite = 2,
 +
_info = "島嶼への上陸作戦のために開発された水陸両用「特二式内火艇」、通称「カミ車」です。前後に着脱式のフロートを備え、機甲戦力として敵地への上陸作戦が可能です。輸送時の水密化構造が採用されており、潜水艦での運用も可能でした。",
 +
_wikipedia = "Type 2 Ka-Mi",
 
_buildable = false,
 
_buildable = false,
 
_improvements = {
 
_improvements = {
Line 64: Line 66:  
},
 
},
 
}
 
}
  −
return Special_Type_2_Amphibious_Tank