First page Back Continue Last page Image
Affixes
- thing = options?, prefixes?, kind, suffixes? .
- @kind = "fish" | "octopus" | "jellyfish" | "ship" .
- -options = (count, s)?, (colour, s)? .
- @count = integer .
- @colour = name .
- -prefixes = styling, -"-" .
- @styling = (-"bespeck",+"speckled") | (-"behatch",+"crosshatched") .
- -suffixes = size .
- @size = ((-"zilla"| -"zillas"), +"4.0") | ((-"adon"| -"adons"), +"2.0") |
- (+"1.0") |
- ((-"ling"| -"lings"), +"0.5") | ((-"y"| -"ies"), +"0.25") .