jonoxia / rpgbase

Generic Node.js/HTML5 role-playing game client/server
8 stars 6 forks source link

Needed: Support for more battle mechanics #47

Closed jonoxia closed 11 years ago

jonoxia commented 11 years ago
  1. Effects which grant extra attacks/actions outside of normal turn sequence (for e.g. counterattacks)
  2. Temporary effect-handlers (e.g. for one round, when this happens, do that)
  3. Commands that cost resources -- don't allow selection ifinsufficient resource.
  4. "run away" status -- if a character or monster runs away, they no longer participate in battle and can't be targeted, but aren't dead. If all combatants on one side are dead or run-away, end the fight immediately even if it's the middle of a round.
  5. conditions like sleep and poison
jonoxia commented 11 years ago

Done except poison; splitting that off into its own ticket.