Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ShipCardKai
(view source)
Revision as of 16:04, 18 August 2018
64 bytes added
,
6 years ago
no edit summary
Line 6:
Line 6:
local ShipCardKai = ShipAsset{
local ShipCardKai = ShipAsset{
_card_size = "218x300px",
_card_size = "218x300px",
+
_card_size_hd = "327x450px",
_card_layers = {
_card_layers = {
status_expedition = {image = "Card Status Expedition.png", style = {top = "229px", left = "133px"}},
status_expedition = {image = "Card Status Expedition.png", style = {top = "229px", left = "133px"}},
Line 30:
Line 31:
args[1] = self:get_source(ship, args)
args[1] = self:get_source(ship, args)
if not args.size then
if not args.size then
−
args.size = self._card_size
+
args.size =
args.hd and self._card_size_hd or
self._card_size
end
end
args.link = link
args.link = link
がか
cssedit, gkautomate
7,064
edits