Skip to content

Commit

Permalink
parse and added belt
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldenshacal committed Nov 4, 2024
1 parent d80b7e8 commit c10f9af
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,34 +88,39 @@ root(ROOTS.Promotions, {
["timeline"] = { ADDED_11_0_5 },
}),
--[[ TODO: verify if codes can be redeemed on non-us accounts
i(999, { -- Bot Wrangler’s Belt
["description"] = "Available to redeem for 300 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
i(999, { -- Bot Wrangler’s Crimson Apron
["description"] = "Available to redeem for points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["description"] = "Available to redeem for 300 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
i(999, { -- Bot Wrangler’s Violet Apron
["description"] = "Available to redeem for points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["description"] = "Available to redeem for 300 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
i(999, { -- Chillbot 9000 (PET!)
["description"] = "Available to redeem for points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["description"] = "Available to redeem for 400 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
i(999, { -- Thrillbot 9000 (PET!)
["description"] = "Available to redeem for points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["description"] = "Available to redeem for 400 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
]]--
i(211087, { -- Hateforged Blazecycle (MOUNT!)
["description"] = "Available to redeem for points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["description"] = "Available to redeem for 600 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
i(68385, { -- Lil' Ragnaros (PET!)
["description"] = "Available to redeem for points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["description"] = "Available to redeem for 400 points at DoritosDewRockstar.com. Points can be earned from entering codes found in specially marked Mountain Dew, Doritos and Rockstar Energy Drink products.",
["timeline"] = { ADDED_11_0_5 },
["u"] = REAL_MONEY,
}),
Expand Down
Loading

0 comments on commit c10f9af

Please sign in to comment.