Level | Coins | Items | Title | Multi |
---|---|---|---|---|
1 | 5k | Newbie | ||
2 | 5k | Padlock | ||
3 | 5k | Cheese | ||
4 | 5k | Laptop | ||
5 | 10k | Reposter | ||
6 | 5k | Horseshoe | ||
7 | 5k | |||
8 | 5k | Spinner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMPERIAL DECREE | |
//notes: This is a top tier roll, use this in pvp! tags:pvp | |
dimwishlist:item=318443586&perks=,791862061,3161816588,47981717 | |
dimwishlist:item=318443586&perks=,791862061,191144788,1370847713 | |
dimwishlist:item=318443586&perks=,3142289711,191144788,1370847713 | |
dimwishlist:item=318443586&perks=,3142289711,3161816588,47981717 | |
dimwishlist:item=318443586&perks=,679225683,3161816588,47981717 | |
dimwishlist:item=318443586&perks=,679225683,191144788,1370847713 | |
//notes: This can be pretty good, try it out! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:RoN guns | |
// Nessa's Oblation (pvp) | |
//notes: If you like slugs this is pretty fine! Third column doesn't have any GREAT options. tags:pvp | |
dimwishlist:item=135029084&perks=791862061,1370847713 | |
dimwishlist:item=135029084&perks=791862061,47981717 | |
dimwishlist:item=135029084&perks=3142289711,1370847713 | |
dimwishlist:item=135029084&perks=3142289711,47981717 | |
dimwishlist:item=135029084&perks=679225683,1370847713 | |
dimwishlist:item=135029084&perks=679225683,47981717 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:Lightfall | |
// Senuna SI6 (pve) | |
//notes: this is good bc of headstone and headstone only, not an amazing gun by any factor tags:pve | |
dimwishlist:item=5159537&perks=2779035018,124408337 | |
// Raconteur (pve) | |
//notes: This is the FAR superior stasis bow to the only alternative, Lunulata-4b. Not only does it have headstone, which is the main selling point of a stasis bow, but also it has some great perks to pair WITH headstone unlike its counterpart. Best rolls are either archers tempo and headstone or archers tempo and rampage. Go get nasty with this. tags:pve | |
dimwishlist:item=45643573&perks=201365942,124408337 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:s19 stuff minus the dungeon | |
description:no dungeon lol | |
// Zephyr () | |
dimwishlist:item=396910433&perks=3108830275,2396489472 | |
dimwishlist:item=396910433&perks=3108830275,3708227201 | |
dimwishlist:item=396910433&perks=3108830275,3650930298 | |
dimwishlist:item=396910433&perks=1749209109,2396489472 | |
dimwishlist:item=396910433&perks=1749209109,3708227201 | |
dimwishlist:item=396910433&perks=1749209109,3650930298 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:plunder | |
description:season of the plunder shit | |
// The Militia's Birthright () | |
dimwishlist:item=40394833&perks=3032599245,1556840489,3300816228 | |
// Zaouli's Bane () | |
dimwishlist:item=431721920&perks=64866129,2675184851 | |
dimwishlist:item=431721920&perks=64866129,4293542123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:spire | |
description:ass | |
// Long Arm (pve) | |
//notes: tags:pve | |
dimwishlist:item=8293111&perks=1820235745,2848615171 | |
// Long Arm () | |
dimwishlist:item=8293111&perks=3592538738,3038247973 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:Witch Queen & Season 16 | |
description:Covers anything new in WQ and Season 16 | |
// Under Your Skin - under your tempo (pve) | |
//notes: you wanna see real speed bitch, I'll show you real speed tags:pve | |
dimwishlist:item=232928045&perks=201365942,617966211 | |
dimwishlist:item=232928045&perks=201365942,2652708987 | |
dimwishlist:item=232928045&perks=3523746922,617966211 | |
dimwishlist:item=232928045&perks=3523746922,2652708987 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as Constants from './constants'; | |
const randomInArray = <T>(arr: readonly T[]): T => | |
arr[Math.floor(Math.random() * arr.length)]; | |
export interface Card { | |
suit: typeof Constants.SUITS[number]; | |
face: typeof Constants.FACES[number]; | |
baseValue: number; | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Normie box: | |
sand: 1 | |
cookie: 3 | |
banknote: 1 | |
Meme box: | |
phone: 1 | |
tidepod: 1 | |
fakeid: 1 | |
sand: 1 |
NewerOlder