Last active
February 1, 2023 08:07
-
-
Save brainsik/791ea35c75c65db5fca46d71f628cb63 to your computer and use it in GitHub Desktop.
Darktide - Armoury Exchange - filter rules
This file contains hidden or 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
[ | |
{ | |
"minStats": 360 | |
}, | |
{ | |
"minBlessingRarity": 3, | |
"item": [ | |
"Staff" | |
] | |
}, | |
{ | |
"minBlessingRarity": 3, | |
"minPerkRarity": 3, | |
"type": "curio" | |
}, | |
{ | |
"minStats": 350, | |
"character": [ | |
"psyker" | |
], | |
"item": [ | |
"Staff", | |
"Maccabian", | |
"Atrox" | |
] | |
}, | |
{ | |
"minStats": 350, | |
"character": [ | |
"zealot" | |
], | |
"item": [ | |
"Atrox", | |
"Blade", | |
"Boltgun", | |
"Chainsword", | |
"Flamer", | |
"Revolver" | |
] | |
}, | |
{ | |
"minStats": 350, | |
"character": [ | |
"veteran" | |
], | |
"item": [ | |
"Power Sword", | |
"Kantrael MG XII", | |
"Plasma", | |
"Helbore", | |
"Atrox", | |
"Chainsword" | |
] | |
}, | |
{ | |
"minStats": 350, | |
"character": [ | |
"ogryn" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment