Module:DLC/data
Jump to navigation
Jump to search
Module:DLC/data
Dataset of DLC.
Schema
The dataset is a two-level table, first keyed by DLC type, and then keyed by slugified DLC name, derived via common.slugify() from Module:Common.
For translation-compatibility, display strings are stored exclusively in MessageBundle:DLC.
First key
DLC type (slugified). Valid types:
bundlecosmetic-itemcosmetic-packcontent-packother
Second key
DLC name, derived by slugifying the DLC's English name. Examples:
terrarium-of-muaddibdune-2021-film-stillsuit
Record fields
Each DLC record is a table with the following fields:
- date
- string
- Release date when the DLC was first made available.
- Examples:
9 Sep 2025
- steam (optional)
- string
- Full URL to the DLC's Steam store page.
- xbox (optional)
- string
- Full URL to the DLC's Xbox store page.
- ps (optional)
- string
- Full URL to the DLC's PlayStation store page.
return {
bundle = {
deluxe_edition = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604200/Dune_Awakening__Deluxe_Edition_Upgrade",
xbox = "https://xbox.com/games/store/dune-awakening-deluxe-edition/9NLSBC02BD5S",
ps = "https://store.playstation.com/product/EP1833-PPSA02391_00-DADELUXEEDITION0",
},
ultimate_edition = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3796170/Dune_Awakening__Ultimate_Edition_Upgrade",
xbox = "https://www.xbox.com/games/store/dune-awakening-ultimate-edition/9PF687C7ZQ7D",
ps = "https://store.playstation.com/product/EP1833-PPSA02391_00-DAULTEDITION0000",
},
season_pass = {
date = "11 Jun 2025",
steam = "https://store.steampowered.com/app/3596810/Dune_Awakening__Season_Pass",
},
},
cosmetic_item = {
terrarium_of_muaddib = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604150/Dune_Awakening__Terrarium_of_MuadDib",
xbox = "https://www.xbox.com/games/store/terrarium-of-muaddib/9NZ5TP4ZB3R8",
},
sunset_dye_global_swatch = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604210/Dune_Awakening__Sunset_Dye_Global_Swatch",
xbox = "https://www.xbox.com/games/store/sunset-dye-global-swatch/9NRV1Q308G45",
},
dusk_rider_sandbike_swatch = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604270/Dune_Awakening__Dusk_Rider_Sandbike_Swatch",
xbox = "https://www.xbox.com/games/store/dusk-rider-sandbike-swatch/9ND14QZVDQCT",
},
blue_dasher_ornithopter_swatch = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604280/Dune_Awakening__Blue_Dasher_Ornithopter_Swatch",
xbox = "https://www.xbox.com/games/store/blue-dasher-ornithopter-swatch/9MX2HLK36KGB",
},
dune_2021_film_stillsuit = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604160/Dune_Awakening__Dune_2021_Film_Stillsuit",
xbox = "https://www.xbox.com/games/store/dune-2021-film-stillsuit/9PP727B5ZGBK",
},
sardaukar_bator_armor = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604170/Dune_Awakening__Sardaukar_Bator_Armor",
xbox = "https://www.xbox.com/games/store/sardaukar-bator-armor/9N2G0T8DVKDR",
},
},
cosmetic_pack = {
caladan_palace_building_set = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604180/Dune_Awakening__Caladan_Palace_Building_Set",
xbox = "https://www.xbox.com/games/store/caladan-palace-building-set/9PBQWHZVCCL6",
},
wildlife_of_arrakis = {
date = "11 Jun 2025",
steam = "https://store.steampowered.com/app/3596890/Dune_Awakening__Wildlife_of_Arrakis",
xbox = "https://www.xbox.com/games/store/wildlife-of-arrakis-dlc/9NVZTX10GHHP",
},
gift_of_the_sands = {
date = "16 Dec 2025",
steam = "https://store.steampowered.com/app/4156640/Dune_Awakening__Gift_of_the_Sands_Free_Pack",
},
raiders_of_the_broken_lands = {
date = "3 Feb 2026",
steam = "https://store.steampowered.com/app/3596920/Dune_Awakening__Raiders_of_the_Broken_Lands_DLC",
xbox = "https://www.xbox.com/games/store/raiders-of-the-broken-lands-dlc/9P6MMS1SN6QZ",
},
the_water_wars = {
date = "19 May 2026",
steam = "https://store.steampowered.com/app/3596930/Dune_Awakening__The_Water_Wars_DLC",
xbox = "https://www.xbox.com/games/store/the-water-wars-dlc/9P12NT4KC9W0",
},
},
content_pack = {
lost_harvest = {
date = "9 Sep 2025",
steam = "https://store.steampowered.com/app/3596900/Dune_Awakening__Lost_Harvest_DLC",
xbox = "https://www.xbox.com/games/store/the-lost-harvest-dlc/9NXDD09WSVKQ",
},
},
other = {
preorder_rewards = {
date = "10 Jun 2025",
},
digital_artbook = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3604190/Dune_Awakening__Digital_Artbook",
xbox = "https://www.xbox.com/games/store/digital-artbook/9N0RD8VDT4RB",
},
digital_soundtrack = {
date = "10 Jun 2025",
steam = "https://store.steampowered.com/app/3606230/Dune_Awakening__Digital_Soundtrack",
xbox = "https://www.xbox.com/games/store/digital-soundtrack/9N4GVBQFTJC3",
},
},
}