The Dvorak Engine

From Dvorak - A Blank-Card Game
Revision as of 12:40, 1 February 2007 by Kevan (talk | contribs) (First draft dump of content from the old site.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

When you use these commands...

MUSH viewall.gif Everyone sees what you've done, and the results it had.
MUSH viewback.gif Everyone sees that you've done what you've done, but only you see the actual results of it.
MUSH viewnone.gif Only you see what you've done, and its results.

Basic Gameplay

drawcard MUSH viewback.gif Draw a card from the draw pile.
playcard <num> MUSH viewall.gif Play a specific card from your hand - if it's an Action, it goes to the discard pile; if it's a Thing, it is put into play under your control.
discard <num> MUSH viewall.gif Discard a specific card from your hand, to the discard pile.
destroy <num> MUSH viewall.gif Destroy a specific card in play, moving it to the discard pile.

Viewing the Game=

readcard <num> MUSH viewnone.gif Read the full text of a specific card. You can read any card that exists, even if it's in another Player's hand or the draw pile, or hasn't been approved yet. (You just won't be told where it is.)
viewhand MUSH viewnone.gif List the cards you have in your hand.
viewhand <player> MUSH viewback.gif List the cards a specific opponent has in their hand.
viewplay MUSH viewnone.gif List the cards currently in play, and who controls them.
count <player> MUSH viewnone.gif Count the cards in a specific Player's hand.
countdraw MUSH viewnone.gif Count the cards in the draw pile.
viewdisc MUSH viewnone.gif List the contents of the discard pile.
viewdraw MUSH viewnone.gif List the contents of the draw pile.
viewvote MUSH viewnone.gif List any cards which have been created but not yet approved.
viewall MUSH viewall.gif List all cards that have been approved (i.e. all the cards in the game), but this doesn't reveal their locations.
viewrep MUSH viewnone.gif List all repealed cards.

Advanced Gameplay

drawvis MUSH viewall.gif Draw a card from the draw pile and show it to all Players.
discrand MUSH viewall.gif Discard a random card to the discard pile.
givecard <num> to <player> MUSH viewall.gif Take a specific card, no matter where it is, and put it into a specific Player's hand.
givething <num> to <player> MUSH viewall.gif Take a specific card, no matter where it is, and put it into play under a specific Player's control.
shuffle MUSH viewall.gif Shuffle the discard pile into the draw pile.
shufcard <num> MUSH viewall.gif Shuffle a specific card, no matter where it is, into the draw pile.
status <num>=<text> MUSH viewall.gif Set the 'status' of a card to any text you like - a card's status is displayed in 'viewplay' and 'readcard', and can be used to keep track of tokens on the card, its position in play, or some arbitrary, adjustable status ('Undead', 'Wounded', 'Tapped', etc). 'status <num>=' will blank that card's status, and cards automatically lose all status when they're destroyed.
playcard <num> onto <num> MUSH viewall.gif The same as playing a Thing from your hand, except that it's played "onto" another Thing, its status automatically adjusted to reflect that.
setnotes <text> MUSH viewall.gif Sets the game notes (printed as part of 'viewplay') to whatever text you like - useful for keeping score in games that require it. 'setnotes' by itself will clear the notes.

Card Creation and Amendment

newcard <name>/ <type>/<text> MUSH viewall.gif Create a new card with a name (eg. "Revenge of Godzilla"), a type ("A" for Action, "T" for Thing), and optionally some card text (eg. "Destroy three Things."). For example:- newcard Revenge of Godzilla/A/Destroy three Things. A newly-created card is assigned a number and presented to all players for their approval.
approve <num> MUSH viewall.gif Approve a card which a player has created. When a card is approved, it is shuffled into the draw pile.
repeal <num> MUSH viewall.gif Remove a card from the game.
editcard <num>= <name>/ <type>/<text> MUSH viewall.gif Edit an existing card, using similar syntax to creating a new one. This takes effect immediately, but before-and-after versions are displayed to all Players to allow them to check the edit.
rename <num>= <name> MUSH viewall.gif A quick way to adjust a card's name, leaving its type and text intact.

Loading, Saving, Resetting

listdecks MUSH viewnone.gif List all games that have been previously saved in the Engine.
savedeck <name> MUSH viewall.gif Save the current game (including all card positions) under the given name, for future reloading.
deletedeck <name> MUSH viewall.gif Delete an old saved game.
savedeck <name> MUSH viewall.gif Save the current game (including all card positions) under the given name, for future reloading.
newdvorak MUSH viewall.gif Shuffle all the cards in the game back into the draw pile, for a new game with that deck.
cleardeck MUSH viewall.gif Blank all cards in the current deck, preparing the Engine for a completely new game.
logcards MUSH viewnone.gif Log full details of all cards, including unapproved and repealed ones - you can then paste these into a text file for personal reference, or for manually reformatting for wiki submission.