Verb:QSTRIKE: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(replace valid combat actions with old, linked code)
m (Changed QUICKSTRIKE to QSTRIKE)
Line 16: Line 16:
<pre{{log2}}>
<pre{{log2}}>
Usage:
Usage:
QUICKSTRIKE {modifier} {action...} - Perform the specified action with the specified roundtime modifier
QSTRIKE {modifier} {action...} - Perform the specified action with the specified roundtime modifier
QUICKSTRIKE {modifier} - Use the specified roundtime modifier on your next combat action
QSTRIKE {modifier} - Use the specified roundtime modifier on your next combat action
QUICKSTRIKE {time} {action...} - Perform the specified action with the specified absolute roundtime
QSTRIKE {time} {action...} - Perform the specified action with the specified absolute roundtime
QUICKSTRIKE {time} - Use the specified absolute roundtime on your next combat action
QSTRIKE {time} - Use the specified absolute roundtime on your next combat action
QUICKSTRIKE STOP - Do not use a queued modifier/time on your next combat action
QSTRIKE STOP - Do not use a queued modifier/time on your next combat action
QUICKSTRIKE LIMIT {amount} - Limit stamina usage per combat action to the specified amount
QSTRIKE LIMIT {amount} - Limit stamina usage per combat action to the specified amount
QUICKSTRIKE HELP - This help text
QSTRIKE HELP - This help text


{modifier} should be a negative number indicating the roundtime reduction desired
{modifier} should be a negative number indicating the roundtime reduction desired
Line 38: Line 38:


Examples:
Examples:
QUICKSTRIKE -3 ATTACK THIRD KOBOLD - Attack the third kobold at -3 seconds to your normal roundtime
QSTRIKE -3 ATTACK THIRD KOBOLD - Attack the third kobold at -3 seconds to your normal roundtime
QUICKSTRIKE 2 CMAN CHARGE STORM GIANT - Charge the storm giant at a total roundtime of 2 seconds
QSTRIKE 2 CMAN CHARGE STORM GIANT - Charge the storm giant at a total roundtime of 2 seconds
QUICKSTRIKE -1 - Perform your next combat action at -1 second to your normal roundtime
QSTRIKE -1 - Perform your next combat action at -1 second to your normal roundtime
</pre>
</pre>



Revision as of 16:13, 22 April 2016

The Quickstrike ability allows physical combat actions to be performed at a reduced roundtime (RT) for a stamina cost proportional to the amount of reduction and to the equipment involved, to a minimum of 1 second. Such reduction may be specified as either a modifier to the base RT of an action or as a desired absolute RT, and can be invoked as part of a combat command or as a separate command that applies to the next combat action.

The stamina cost increases per second of RT reduction. Two-handed weapons have a 1.5x speed multiplier and ranged weapons have a 2.5x speed multiplier in this calculation. If insufficient stamina is available for the specified reduction, a lesser reduction at lesser cost may take place based on what stamina is available. Equipment speeds can be found on the weapon speeds list.

Equipment Speed = Weapon Speed * Speed Modifier (as outlined above)

Stamina cost = (10 + (primary equipment speed + (secondary equipment speed / 2))) * Roundtime Modifier

Quickstrike on its own will not a character into negative stamina, but Quickstrike plus a combat maneuver (or a stamina-costing mstrike, etc.) may take one into negative stamina.

Usage

Note: There is currently a bug where "QSTRIKE {#} FIRE" does not properly use the AIM location. Archers should use a macro to send two commands: "QSTRIKE {#}" and then "FIRE" separately.

Usage:
  QSTRIKE {modifier} {action...}    - Perform the specified action with the specified roundtime modifier
  QSTRIKE {modifier}                - Use the specified roundtime modifier on your next combat action
  QSTRIKE {time} {action...}        - Perform the specified action with the specified absolute roundtime
  QSTRIKE {time}                    - Use the specified absolute roundtime on your next combat action
  QSTRIKE STOP                      - Do not use a queued modifier/time on your next combat action
  QSTRIKE LIMIT {amount}            - Limit stamina usage per combat action to the specified amount
  QSTRIKE HELP                      - This help text

    {modifier} should be a negative number indicating the roundtime reduction desired
    {time} should be a positive number indicating the absolute roundtime desired

  Valid combat actions are:
    AMBUSH              HURL                STUNMAN (ATTACK)
    ATTACK              JAB                 SUBDUE
    CHEAPSHOT           KILL                SWEEP
    CMAN (various)      KICK                TACKLE
    COCK                MSTRIKE             TRIP
    DISARM (weapons)    PUNCH               WTRICKS (FEINT, SATTACK)
    FIRE                SHIELD (various)
    GRAPPLE             SMITE

Examples:
  QSTRIKE -3 ATTACK THIRD KOBOLD    - Attack the third kobold at -3 seconds to your normal roundtime
  QSTRIKE 2 CMAN CHARGE STORM GIANT - Charge the storm giant at a total roundtime of 2 seconds
  QSTRIKE -1                        - Perform your next combat action at -1 second to your normal roundtime

Behind the Scenes

This skill replaces the Quickstrike combat maneuver, which is still implemented as of the release (2016 Jan 15), but will be replaced in the near future.

Resources