16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
|
{ Type =
|
||
|
{ diceCount : Optional Natural
|
||
|
, diceSides : Natural
|
||
|
, min : Optional Natural
|
||
|
, level : Bool
|
||
|
, plus : Optional Natural
|
||
|
}
|
||
|
, default =
|
||
|
{ diceCount = Some 1
|
||
|
, diceSides = 6
|
||
|
, min = None Natural
|
||
|
, level = False
|
||
|
, plus = None Natural
|
||
|
}
|
||
|
}
|