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 12:37, 20 February 2016
108 bytes added
,
10 years ago
m
no edit summary
Line 38:
Line 38:
_night_battle_bg_color = "lightblue",
_night_battle_bg_color = "lightblue",
_aerial_battle_bg_color = "lightgreen",
_aerial_battle_bg_color = "lightgreen",
+
_dogfight_battle_bg_color = "green",
_boss_battle_color = "red",
_boss_battle_color = "red",
--_resource_node_bg_color = "lightgreen",
--_resource_node_bg_color = "lightgreen",
Line 50:
Line 51:
color = self._boss_battle_color
color = self._boss_battle_color
end
end
−
if row.tags.aerial
or row.tags.dogfight
then
+
if row.tags.aerial then
bg_color = self._aerial_battle_bg_color
bg_color = self._aerial_battle_bg_color
+
end
+
if row.tags.dogfight then
+
bg_color = self._dogfight_battle_bg_color
end
end
if row.tags.night then
if row.tags.night then
Nanamin
48
edits