Module:Globals/data: Difference between revisions
Jump to navigation
Jump to search
Created page with "-- <nowiki> return { --------------------------------------- ------------ START OF DATA ------------ ----------- EDIT BELOW HERE ----------- ----------------------------------..." |
mNo edit summary |
||
| Line 37: | Line 37: | ||
--Miscellaneous | --Miscellaneous | ||
['latest patch number'] = { | ['latest patch number'] = { | ||
'the latest [[patch number | 'the latest [[2021|patch number]] of the game', | ||
'3.1.0' | '3.1.0' | ||
}, | }, | ||
Revision as of 16:19, 23 March 2021
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.0'
},
-- System
['today'] = {
'the date of today',
os.date('%d %B %Y')
}
---------------------------------------
------------- END OF DATA -------------
---------- DO NOT EDIT BELOW ----------
---------------------------------------
}