Anydice Scripts

For those who want to see the odds for various values of crew skill, I used these in my analysis elswhere.
Thought I’d share. There are optimizations possible, but I’ve not done so
These are for use with anydice.com

output 2d{2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0} named "Elite 2"
output 3d{2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0} named "Elite 3" 
output 4d{2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0} named "Elite 4"
output 5d{2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0} named "Elite 5"
output 6d{2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0} named "Elite 6"

output 2d{2,2,2,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0} named "Talented 2"
output 3d{2,2,2,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0} named "Talented 3"
output 4d{2,2,2,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0} named "Talented 4"
output 5d{2,2,2,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0} named "Talented 5"
output 6d{2,2,2,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0} named "Talented 6"

output 2d{2,2,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0} named "Proficient 2"
output 3d{2,2,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0} named "Proficient 3"
output 4d{2,2,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0} named "Proficient 4"
output 5d{2,2,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0} named "Proficient 5"
output 6d{2,2,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0} named "Proficient 6"

output 2d{2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0} named "Basic 2"
output 3d{2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0} named "Basic 3"
output 4d{2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0} named "Basic 4"
output 5d{2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0} named "Basic 5"
output 6d{2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0} named "Basic 6"

output 2d{1,2,0,0,1,1} named "2d▲"
output 3d{1,2,0,0,1,1} named "3d▲"
output 4d{1,2,0,0,1,1} named "4d▲"
output 5d{1,2,0,0,1,1} named "5d▲"
output 6d{1,2,0,0,1,1} named "6d▲"
output 7d{1,2,0,0,1,1} named "7d▲"
output 8d{1,2,0,0,1,1} named "8d▲"
output 16d{1,2,0,0,1,1} named "16d▲"
1 Like