Sly 2:Difficulty: Difference between revisions

→‎Examples: Update rajan flight info
(Tweaked wording, added maintenance tags)
(→‎Examples: Update rajan flight info)
 
(One intermediate revision by the same user not shown)
Line 23:
* The speed of the enemy missiles in the hacking stages scale based on the current suck value.
** <code>missileSpeed = clq-evaluate(clq(1.0, -0.3, 0), current-suck) * turret.MISSILE_SPEED)</code>
*The speed of somethingRajan’s attack animation{{Check}} is setdecreased basedby ona suckfactor inof <code>t3_heist3_protect_murray<about 1/code>3 times your current stuck.
** <code>t3_heist3_protect_murray</code>
**<code>speed = speed - (current-suck * 0.3)</code>
*During the Rajan boss fight, some function{{Check}} is only called if suck is less than 0.7.
**<code>if (gm != null-obj && current-suck < 0.7) gm.LightningJump()</code>
 
The following are believed to be caused by suck (noob mode) but they have not been confirmed by checking the level script files.
 
* The hacking enemies move slower in the Episode 4 Operation.
 
{{Navbox Sly 2}}