Created
September 16, 2016 20:11
-
-
Save geggleto/de8621d15a68c190b8e2006219ff8259 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # eve-text-mud | |
| ## Player States: | |
| Space | |
| Docked | |
| # Command List | |
| ### Space Commands | |
| - .dock <object> | |
| - .undock <object> | |
| - .grid | |
| - .lock <target> | |
| - .unlock <target> | |
| - .cargo | |
| - .jettison <item> | |
| - .reload | |
| - .point <target> | |
| - .fire <target> | |
| - .cease_fire <target> | |
| - .launch drones | |
| - .drone attack <target> | |
| - .drone return | |
| - .drone dock | |
| - .cloak | |
| - .decloak | |
| - .overheat | |
| ### Docked Commands | |
| - .activate <ship> | |
| - .leave <ship> | |
| - .buy <item> | |
| - .sell <item> | |
| ### API | |
| POST /register | |
| - REQUIRED | |
| - Username | |
| - RETURNS | |
| - JSON | |
| POST /command | |
| - REQUIRED | |
| - <command> | |
| - JSON | |
| - RETURNS | |
| - JSON |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment