Stealth: Difference between revisions

From Horizon Wiki Mirror
Content deleted Content added
imported>Jasperbear
mNo edit summary
imported>Jasperbear
No edit summary
Line 3: Line 3:
* Job Traits are always active.
* Job Traits are always active.
* '''Further Notes:'''
* '''Further Notes:'''
** Stealth lowers the range at which some enemies agro.
** Stealth lowers the range at which some enemies agro from 8 to 5 [[Distance|yalms]].
*** (Technically, it makes the enemy believe you are farther away.) <ref>https://github.com/LandSandBoat/server/blob/35b8005ded64a41ceda6bd2b27f691cf2f376954/src/map/ai/controllers/mob_controller.cpp#L280</ref>
*** Technically, it makes the enemy believe you are 3 yalms farther away. <ref>https://github.com/LandSandBoat/server/blob/35b8005ded64a41ceda6bd2b27f691cf2f376954/src/map/ai/controllers/mob_controller.cpp#L280</ref><ref>https://github.com/LandSandBoat/server/blob/35b8005ded64a41ceda6bd2b27f691cf2f376954/sql/traits.sql#L235C54-L235C55</ref>
** Players have reported unreliable results. It's recommended to rely on this as a last resort.

Revision as of 21:52, 28 March 2026

Lowers chance of being detected by enemies via sound.

  • Job Traits are always active.
  • Further Notes:
    • Stealth lowers the range at which some enemies agro from 8 to 5 yalms.
      • Technically, it makes the enemy believe you are 3 yalms farther away. [1][2]