FF6 Hacking
[Patch] Relics Boost - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Hacks, Resources and Tutorials (https://www.ff6hacking.com/forums/forum-1.html)
+--- Forum: Jidoor Auction House (https://www.ff6hacking.com/forums/forum-4.html)
+---- Forum: Patches, Bugfixes, Tweaks (https://www.ff6hacking.com/forums/forum-15.html)
+---- Thread: [Patch] Relics Boost (/thread-3685.html)



[Patch] Relics Boost - HatZen08 - 05-10-2018

Download: Relics Boost

The patch allows the creation of new relics which are variants of the 'hyper wrist' relic. They can raise vigor, magic, stamina, speed or any combination of the four attributes. Each relic will contribute with 25% of the attribute boost, and the boosts will stack up by relic.

It is necessary to edit the 'field' byte of the new relics and setup the boosts flags. The bits associated with the byte are:
Code:
    -   $01 charm bangle effect
    -   $02 moogle charm effect
    -   $04 (new) raise magic
    -   $08 (new) raise stamina
    -   $10 (new) raise speed
    -   $20 sprint shoes effect
    -   $40 ?
    -   $80 ?

The raise vigor flag are the same flag used by the 'hyper wrist' relic.