add 50c/1 1/2 2/4 stakes FLHE to lookup table
This commit is contained in:
parent
f268ab79a2
commit
cc5b73bb2e
|
@ -409,7 +409,9 @@ Map the tuple self.gametype onto the pokerstars string describing it
|
||||||
"Everleaf" : { "0.10" : ("0.02", "0.05"),
|
"Everleaf" : { "0.10" : ("0.02", "0.05"),
|
||||||
"0.20" : ("0.05", "0.10"),
|
"0.20" : ("0.05", "0.10"),
|
||||||
"0.50" : ("0.10", "0.25"),
|
"0.50" : ("0.10", "0.25"),
|
||||||
"1.00" : ("0.25", "0.50")
|
"1" : ("0.25", "0.50"),
|
||||||
|
"2" : ("0.50", "1.00"),
|
||||||
|
"4" : ("1.00", "2.00")
|
||||||
},
|
},
|
||||||
"FullTilt" : { "0.10" : ("0.02", "0.05"),
|
"FullTilt" : { "0.10" : ("0.02", "0.05"),
|
||||||
"0.20" : ("0.05", "0.10"),
|
"0.20" : ("0.05", "0.10"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user