• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 41: Line 41:  
_node_formation_template = "-${formation}",
 
_node_formation_template = "-${formation}",
 
_event_node_name_template = "${year} ${quarter} E-${map}-${node}",
 
_event_node_name_template = "${year} ${quarter} E-${map}-${node}",
 +
_event_map_name_template = "${year} ${quarter} E-${map}",
 
_date_template = "${year}-${month}-${day}",
 
_date_template = "${year}-${month}-${day}",
 
_all_nodes_symbol = "*",
 
_all_nodes_symbol = "*",
Line 154: Line 155:  
if availability.event_reward then
 
if availability.event_reward then
 
for _, map in ipairs(availability.event_reward) do
 
for _, map in ipairs(availability.event_reward) do
local map_name = format{self._map_name_template, year = map[1], quarter = self._quarters[map[2]], map = map[3]}
+
local map_name = format{self._event_map_name_template, year = map[1], quarter = self._quarters[map[2]], map = map[3]}
 
if #map == 4 then
 
if #map == 4 then
 
map_name = map_name .. format{self._details_template, details = self._difficulties[map[4]]}
 
map_name = map_name .. format{self._details_template, details = self._difficulties[map[4]]}
Anonymous user

Navigation menu