Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:NodeInfo
(view source)
Revision as of 05:36, 30 December 2018
164 bytes added
,
6 years ago
no edit summary
Line 67:
Line 67:
--_maelstrom_node_bg_color = "pink",
--_maelstrom_node_bg_color = "pink",
_maelstrom_node_bg_color = "initial",
_maelstrom_node_bg_color = "initial",
+
_ambush_battle_bg_color = "#FFB74D",
})
})
Line 91:
Line 92:
if row.tags.nighttoday then
if row.tags.nighttoday then
bg_color = self._night_battle_bg_color
bg_color = self._night_battle_bg_color
+
end
+
if row.tags.ambush then
+
bg_color = self._ambush_battle_bg_color
end
end
return { values = { node = Formatting:japanese_text(row.node) }, color = color, bg_color = bg_color }
return { values = { node = Formatting:japanese_text(row.node) }, color = color, bg_color = bg_color }
Line 368:
Line 372:
nighttoday = 'Night to Day Battle Node',
nighttoday = 'Night to Day Battle Node',
raid = 'Air Raids',
raid = 'Air Raids',
+
ambush = 'Ambush Battle Node',
}
}
return self._args["comment"] or node_types[self._node_type] or "Fleet"
return self._args["comment"] or node_types[self._node_type] or "Fleet"
がか
cssedit, gkautomate
7,064
edits