Power skating: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
Plutovi (talk | contribs)
m favilink
Fix error, add references
Line 1: Line 1:
{{Effect|&Kp&yo&Yw&Me&mr s&Mk&Ya&yt&Ki&yn&Yg|-5 DV &K(DV penalty applies only if sprinter doesn't have the Hurdle skill)&y\nMoves at 2X the normal speed.\n-10 to hit in melee combat.|Running|idoverride=RunningPowerSkating|type=type=1101000000000000000010000000}}
{{As Of Patch|2.0.209.44}}
The {{name}} effect is a special effect that replaces [[sprinting]] if the user has {{favilink|rocket skates}} equipped.
{{Effect
|title=&Kp&yo&Yw&Me&mr s&Mk&Ya&yt&Ki&yn&Yg
|desc=-5 DV &K(DV penalty applies only if sprinter doesn't have the Hurdle skill)&y\nMoves at 2X the normal speed.\n-10 to hit in melee combat.
|class=Running
|idoverride=RunningPowerSkating
|type=type=1101000000000000000010000000
|gameversion=2.0.209.44}}
{{name}} is a special effect that replaces [[sprinting]] if the user has {{favilink|rocket skates}} equipped.{{Code Reference|class=RocketSkates|method=HandleEvent(GetRunningBehaviorEvent)|name=running behavior}}


The '''power skating''' effect is identical to sprinting except for the following differences:
The '''power skating''' effect is identical to sprinting except for the following differences:
* '''power skating''' has unlimited duration, as long as the user's '''rocket skates''' still have fuel remaining
* '''power skating''' has unlimited duration, as long as the user's '''rocket skates''' still have fuel remaining.<ref name="running behavior" />{{Code Reference|class=RocketSkates|method=SyncAbility}}
* If the user does not move for a turn while '''power skating''', they will emit some smoke.
* Every while '''power skating''', the user will emit some smoke.{{Code Reference|class=RocketSkates|method=TurnTick}}
* If the user moves while '''power skating''', they will emits a 4-cell-long jet of flames behind them, essentially equivalent to {{favilink|Flaming Ray}} at level 3.
* If the user moves while '''power skating''', they will emits a 4-cell-long jet of flames behind them, essentially equivalent to {{favilink|Flaming Ray}} at level 3.{{Code Reference|class=RocketSkates|method=FireEvent|case=E.ID == "AfterMoved"}}{{Code Reference|class=RocketSkates|method=EmitFlamePlume}}


This effect is not compatible with [[springing]].
This effect is compatible with [[springing]].<ref name="running behavior" />
{{References|2.0.209.44}}
{{Effect Navbox}}
{{Effect Navbox}}

Revision as of 06:34, 23 March 2025

This information is reliable as of patch 2.0.209.44. If this is no longer the current patch, you can help by updating it.
As of Patch This information is reliable as of patch 2.0.209.44.
&Kp&yo&Yw&Me&mr s&Mk&Ya&yt&Ki&yn&Yg
ID
Effect Type

Activity-based, Minor, Removable, Voluntary

power skating

-5 DV (DV penalty applies only if sprinter doesn't have the Hurdle skill)
Moves at 2X the normal speed.
-10 to hit in melee combat.

&Kp&yo&Yw&Me&mr s&Mk&Ya&yt&Ki&yn&Yg is a special effect that replaces sprinting if the user has rocket skates equipped.[1]

The power skating effect is identical to sprinting except for the following differences:

  • power skating has unlimited duration, as long as the user's rocket skates still have fuel remaining.[1][2]
  • Every while power skating, the user will emit some smoke.[3]
  • If the user moves while power skating, they will emits a 4-cell-long jet of flames behind them, essentially equivalent to Flaming Ray at level 3.[4][5]

This effect is compatible with springing.[1]

References

This information is reliable as of patch 2.0.209.44.
  1. 1.0 1.1 1.2 XRL.World.Parts.RocketSkates, method HandleEvent(GetRunningBehaviorEvent)
  2. XRL.World.Parts.RocketSkates, method SyncAbility
  3. XRL.World.Parts.RocketSkates, method TurnTick
  4. XRL.World.Parts.RocketSkates, method FireEvent, in the E.ID == "AfterMoved" case
  5. XRL.World.Parts.RocketSkates, method EmitFlamePlume