Add a brainstorm text file

This commit is contained in:
Jared Miller 2026-02-12 18:44:50 -05:00
parent 9ee4ff050d
commit 65fe92b4e0
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

58
BRAINSTORM.txt Normal file
View file

@ -0,0 +1,58 @@
- look <object>
otherwise look just.. looks
- i cannot pr goblin, like, it works but also
- cannot quit in combat
* combat should end after 30 seconds of no hits landed
- "safe zone" is a region in a zone that combat cannot occur
- fly
You rise into the sky.
shmup rises into the sky.
- fly <target>
You begin flying towards <target>!
You arrive at <target>'s location.
- <100%> / <200/200>
- [TIP] for new players?
- really, PVP is what made dbzfe so exhilerating
- score command
stats
profile
k/d ratio
- alias (command)
syntax: alias <name> <command>
example: alias pr punch right
- IF: when i move it says the room name like "Behind House", but i have to type
l to look. is this normal? (in zork)
- what does it mean for a player to have some commands/skills not all, and to unlock more
- corpse
a corpse is a container
you can get things out of it
<thing>'s corpse decomposes. (idk after how long)
get all from corpse
- containers
we'll need commands/parser for
get all from corpse
get armour from corpse
get 2.armour from corpse
get arm from corpse (gets the first match, all do really for whatever the string is)
put <thing> in <container>
- prompt parser
discworld has a very fancy parser
i nvr thought about the parser in dbzfe, bc its a simple mud
and i guess i nvr really thought about it much in realms of despair, smaug
may also be way simpler than fluffos or whatever