Skip to content

Tournament lances

Rob Nelson requested to merge pull/8654/tournament into Bleeding-Edge

Created by: unid15

  • Added tournament lances. They are very heavy weapons that do 3 melee damage and significantly slow you down when carried
  • Tournament lances can be couched (lowered in front of you). When couching a lance, you have to move very fast without turning, or you'll lose control of the lance and raise it. There's a 5 second cooldown after the lance is raised.
  • Damage done by the lance is 3*(turfs traveled while couching). To deliver the damage, you must either click on your foe (which is pretty hard at high speeds) or just collide with them. With enough force, your victim will be weakened or even thrown back!
  • Unfortunately, super high speeds don't affect the damage.
  • Tournament lances can be found in xenoarch

Other changes:

  • SLOWDOWN_WHEN_CARRIED item flag
  • Includes #8624

Notes:

  • Couching works by atom locking an invisible trigger to the player. Whenever the trigger is moved, it checks for all living mobs in the new turf and impales one of them.
  • DELIVERED COUCHED LANCE DAMAGE is shown when delivering couched lance damage (M&B reference)

Merge request reports