1,158
edits
No edit summary |
(Marked this version for translation) |
||
Line 36: | Line 36: | ||
* and WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword) | * and WorldMgr::sInstance->disableScaling (set to true when entering Trial of the Sword) | ||
<!--T:394--> | |||
This means that scaling is always disabled in the Trial of the Sword. | This means that scaling is always disabled in the Trial of the Sword. | ||
<!--T:395--> | |||
Scaling will also be skipped if the current [[map area]] is 28. This corresponds to "HateruSea", which is the Eventide Island area. | Scaling will also be skipped if the current [[map area]] is 28. This corresponds to "HateruSea", which is the Eventide Island area. | ||
Line 191: | Line 193: | ||
Note that this doesn't apply to weapons that are attached to a Hinox's necklace, because Hinoxes use a different underlying enemy actor which overrides the 'on weapon dropped' function and ignores 'LevelSensorMode'. | Note that this doesn't apply to weapons that are attached to a Hinox's necklace, because Hinoxes use a different underlying enemy actor which overrides the 'on weapon dropped' function and ignores 'LevelSensorMode'. | ||
=== <code>SharpWeaponJudgeType</code> === | === <code>SharpWeaponJudgeType</code> === <!--T:347--> | ||
This actor property controls the ''minimum'' modifier tier that a weapon can receive. | This actor property controls the ''minimum'' modifier tier that a weapon can receive. | ||