Module:Globals/data
Documentation for this module may be created at Module:Globals/data/doc
-- <nowiki>
return {
---------------------------------------
------------ START OF DATA ------------
----------- EDIT BELOW HERE -----------
---------------------------------------
-- Missions
['missions'] = {
'the total amount of missions',
'76'
},
['latest mission'] = {
'the name of the latest released mission',
'Pancakes Other Request'
},
['latest mission release date'] = {
'the date of the latest released mission',
'March 16, 2021'
},
['mission types'] = {
'the current mission types released',
'General, Story and Trade',
},
-- Attributes
['total attributes'] = {
'the total number of attributes',
'21'
},
['latest attribute'] = {
'the name of the latest released attribute',
'Sensor Strength'
},
--Miscellaneous
['latest patch number'] = {
'the latest [[2021|patch number]] of the game',
'3.1.1'
},
-- System
['today'] = {
'the date of today',
os.date('%d %B %Y')
}
---------------------------------------
------------- END OF DATA -------------
---------- DO NOT EDIT BELOW ----------
---------------------------------------
}