savegame-editors icon indicating copy to clipboard operation
savegame-editors copied to clipboard

BOTW: Multiple weapon modifiers

Open TurkyJ opened this issue 1 year ago • 3 comments

Like how IST does it

TurkyJ avatar Apr 30 '23 12:04 TurkyJ

You should probably explain what you mean. IST is a glitch in BOTW that let's you copy data from food items onto weapons/shields/bows. This can corrupt the modifiers in interesting ways. Namely, you can have the value apply to multiple modifiers at the same time.

This works for Botw. You can edit the file zelda-botw.data.js and add new modifiers to the list (see below). I am almost certain it won't work for Totk. The modifiers do not use a flag system and appear to be random numbers.

MODIFIERS:[{value:0x00000000,name:'(none)'},{value:0x00000001,name:'Attack up'},{value:0x80000001,name:'Attack up ★'},{value:0x00000002,name:'Durability up'},{value:0x80000002,name:'Durability up ★'},{value:0x00000004,name:'Critical hit up'},{value:0x80000004,name:'Critical hit up ★'},{value:0x00000008,name:'(Weapon only) Long throw'},{value:0x80000008,name:'(Weapon only) Long throw ★'},{value:0x00000010,name:'(Bow only) Five-Shot Burst'},{value:0x80000010,name:'(Bow only) Five-Shot Burst ★'},/*{value:0x00000020,name:'(Bow only) unknown 2?'},{value:0x80000020,name:'(Bow only) unknown 2? ★'},*/{value:0x00000040,name:'(Bow only) Quick shot'},{value:0x80000040,name:'(Bow only) Quick shot ★'},{value:0x00000080,name:'(Shield only) Shield surf up'},{value:0x80000080,name:'(Shield only) Shield surf up ★'},{value:0x00000100,name:'(Shield only) Shield guard up'},{value:0x80000100,name:'(Shield only) Shield guard up ★'},{value:0x00000005,name:'Atk+Crit'},{value:0x00000025,name:'Atk+Crit+Zoom'},{value:0x00000015,name:'Atk+Crit+Multi'},{value:0x00000035,name:'Atk+Crit+Multi+Zoom'},{value:0x00000105,name:'Atk+Crit+Guard'}]

Truinto avatar Jun 03 '23 15:06 Truinto

I figure this issue was open before the TOTK editor was released, so it was related to BOTW.

My time is limited so I've decided to work only on TOTK, but this is definitively possible in BOTW.

marcrobledo avatar Jun 04 '23 07:06 marcrobledo