Risk Level ID's

I need the ID's for the risk levels for a mod I'm trying to put together, and I'm unaware how to get them from the game myself. And the only list I can find is out of date.
"normal" *Normal*^ This is from 2014 so is missing Mayhem and Death Sentence, formerly known as One Down
"hard" *Hard*
"overkill" *Very Hard*
"overkill_145" *Overkill*
"overkill_290" *Death Wish*
Can someone either provide me with a list or link to a list of the updated risk levels, or let me know where I can an updated copy.
Replies

awcjack
https://bitbucket.org/TdlQ/payday-2-luajit/src/600f6fb855cccab76c0293beea349acaa5d3fcbf/lib/tweak_data/tweakdata.lua?at=default&fileviewer=file-view-default#tweakdata.lua-391
self.difficulties = {
"easy",
"normal",
"hard",
"overkill",
"overkill_145",
"easy_wish",
"overkill_290",
"sm_wish"
}