Game Code/Resolution System/Card Combat

From Elder Tale Online MUSH
Revision as of 22:39, 9 February 2023 by DosBox (talk | contribs)
Jump to: navigation, search

Card Combat

Gameplay Setup

A player takes the lead in creating a Combat Session.

+card/create

Players then join the session.

+card/join Session Number

The player that goes first has 2 energy to use. Someone who is targeted by an attack will gain 1 energy for the standard total of three. Starting in round 2, unless there's an exception, the game keeps the 3 energy max going.

Basic Gameplay Cycle

The basic gameplay cycle is as follows.

0. Player 1 checks his Queue for incoming cards, and strategizes based on what is incoming.

+card/queue

1. Player 1 plays up to their Energy in cards. Some cards cost 1 energy, some cost 2. The player will be playing both Defense, Utility and Offense cards during this time in one go. As such, if you are waiting for other players who still have to attack you, wait for them to do so.

+card/play Card
+card/play Card=Target,Target2
+card/play Card=Target,Same Target,Same Target

2. Player 1 indicates they are done, which will run everything in their Queue in the order of: Utility, Defense, Attack. This command will afterward reset their energy, **discard** their hand, and draw a new hand of cards.

+card/done

3. Player 2 starts the same actions. Go around until everyone has played. If a split-off is required, create multiple combat sessions.

Win Condition

The win condition is, in general, simple. If someone's HP drops to 0, they are out. It is possible to go beyond 0 HP as a condition. See below under 'All In'.

Effects

When you apply an Effect, make sure to look at the important details of those effects. The Trigger, Intensity, and Duration.

Example of the Aero card.

Applies Draw Up <on activation> (Increase the amount of Utility cards drawn by <1> at draw phase) for <1 round(s)>.
  • The Trigger is when it starts taking effect (on activation).
  • The Intensity is how 'intense' the effect is. (1)
  • The Duration is how long it lasts. This can be expressed in either Hits or Rounds. (1 round)
    • Hit Duration is how many 'hits' or either an Damage or Defense type card it'll affect, until it disappears.
    • Round Duration is how many 'rounds' (The amount of times you press Done) it remains.
    • If a card has both a Hit Duration and Round Duration, you have that many rounds to score that many hits.

If there are multiple instances of an effect, the one with the highest intensity acts. As such, it is discouraged to stack effects that do the same thing.

All In

It is possible to put a Memory down, before you drop to 0 HP. This will allow you to keep fighting beyond 0 HP. But each drop in HP has a chance of disabling the person, and permanently erasing that Memory from their memories. The higher level a Memory is, the longer one will stay up.