Rebase warning banner.png
Please read this page if you intend on editing the Wiki post rebase!

Stealth: Difference between revisions

From HorizonXI Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Lowers chance of being detected by enemies via sound.
Lowers chance of being detected by enemies via sound.


* Job Traits are always active.
* Level 5 [[Ninja]] trait. Always active.
* '''Further Notes:'''
* Stealth lowers the range at which detect-by-sound enemies aggro by 3 [[Distance|yalms]].
** Stealth lowers the range at which some enemies agro from 8 to 5 [[Distance|yalms]] (-37.5% radius).
** 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>
*** 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>
*** This reduces the total detection area by -60.9%.

Latest revision as of 06:30, 29 March 2026

Lowers chance of being detected by enemies via sound.

  • Level 5 Ninja trait. Always active.
  • Stealth lowers the range at which detect-by-sound enemies aggro by 3 yalms.
    • Technically, it makes the enemy believe you are 3 yalms farther away. [1][2]