- 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/Underway Replenishment"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng (Created page with "--Categories: --Category:Equipment modules local Oversea_Supplies = { _name = "Oversea Supplies", _page = false, _id = 146, _japanese_name = "洋上補給", _reading...") |
com>Shiranui-kun (Updated name to reflect more accurate translation) |
||
Line 2: | Line 2: | ||
--[[Category:Equipment modules]] | --[[Category:Equipment modules]] | ||
− | local | + | local Underway_Replenishment = { |
− | _name = " | + | _name = "Underway Replenishment", |
_page = false, | _page = false, | ||
_id = 146, | _id = 146, | ||
Line 34: | Line 34: | ||
} | } | ||
− | return | + | return Underway_Replenishment |
Revision as of 20:21, 12 August 2015
Documentation for this module may be created at Module:Data/Equipment/Underway Replenishment/doc
--Categories:
--[[Category:Equipment modules]]
local Underway_Replenishment = {
_name = "Underway Replenishment",
_page = false,
_id = 146,
_japanese_name = "洋上補給",
_reading = "ようじょうほきゅう",
_type = 44,
_icon = 35,
_rarity = 2,
_card = "Equipment146-1.png",
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = -2,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = "placeholder",
_scrap_fuel = 30,
_scrap_ammo = 30,
_scrap_steel = false,
_scrap_bauxite = false,
_buildable = false,
_upgradable = false,
}
return Underway_Replenishment