state sync; the basic early game works

This commit is contained in:
2025-08-05 17:57:43 -07:00
parent 9f514db33b
commit 1b72e899af
16 changed files with 209 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
@require "../wordlist"
@require "wordlist"
[$desc_food] @text {
{
[pick: <wordlist/adjectives/food>] @weight 1.25 |
@@ -31,6 +31,7 @@
}
}
##
[$mod_order] @text {
{
add | no | sub | extra |
@@ -43,11 +44,12 @@
[pick: <wordlist/nouns/plants>]
}
}
##
{
a piece of `[pick: <wordlist/nouns/cheese>] |
a `{
[if: [%maybe]]{[desc_food]} [get_entree] |
[if: [maybe]{[desc_food]}] [get_entree] |
[pick: <wordlist/nouns/fruit>]
}
}