reverted turbo card percentages to normal
This commit is contained in:
parent
148b769232
commit
997b31eba2
@@ -18,17 +18,17 @@ public class Die {
|
||||
/**
|
||||
* The probability of rolling a zero eye.
|
||||
*/
|
||||
public static final double ZERO_EYE = 0;
|
||||
public static final double ZERO_EYE = 0.2;
|
||||
|
||||
/**
|
||||
* The probability of rolling a normal eye.
|
||||
*/
|
||||
public static final double NORMAL_EYE = 0;
|
||||
public static final double NORMAL_EYE = 0.2;
|
||||
|
||||
/**
|
||||
* The probability of rolling a double eye.
|
||||
*/
|
||||
public static final double DOUBLE_EYE = 1;
|
||||
public static final double DOUBLE_EYE = 0.6;
|
||||
|
||||
/**
|
||||
* The modifier applied to the die roll.
|
||||
|
||||
Reference in New Issue
Block a user