Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
Number Factory is a room.
|
||||
|
||||
Number handling is a number based rulebook with default success.
|
||||
|
||||
Number handling for 1: say "one."
|
||||
Number handling for 2: say "two."
|
||||
Number handling for an even number (called N): say "[N in words] (which is even)."
|
||||
Last number handling rule: say "other."
|
||||
|
||||
When play begins:
|
||||
follow the number handling rules for 2;
|
||||
follow the number handling rules for 4;
|
||||
follow the number handling rules for 5.
|
||||
Loading…
Add table
Add a link
Reference in a new issue