- 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/Daihatsu Landing Craft"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng (Created page with "local Daihatsu_class_Landing_Craft = { _name = "Daihatsu-class Landing Craft", _page = false, _id = 68, _japanese_name = "大発動艇", _reading = "だいはつどうて...") |
com>Ckwng |
||
Line 1: | Line 1: | ||
− | local | + | local Daihatsu_Landing_Craft = { |
− | _name = "Daihatsu | + | _name = "Daihatsu Landing Craft", |
_page = false, | _page = false, | ||
_id = 68, | _id = 68, | ||
Line 33: | Line 33: | ||
} | } | ||
− | return | + | return Daihatsu_Landing_Craft |
Revision as of 11:43, 21 March 2015
Documentation for this module may be created at Module:Data/Equipment/Daihatsu Landing Craft/doc
local Daihatsu_Landing_Craft = {
_name = "Daihatsu Landing Craft",
_page = false,
_id = 68,
_japanese_name = "大発動艇",
_reading = "だいはつどうてい",
_type = 24,
_icon = 20,
_rarity = 0,
_back = -1,
_stars = 1,
_card = "Equipment68-1.png",
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = "Increases resource gains from expeditions",
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = false,
_scrap_bauxite = 1,
_buildable = false,
_upgradable = false,
}
return Daihatsu_Landing_Craft