G
gjoerulv
Guest
Well... The 9th section of Kernel.bin is the Materia "dump". It starts with 4x WORD which desides the amount of AP pr level. The next byte is the equiped effect. It's just one byte:
Code: [Select]
13 possible options. The value 0x01 would give:
STR: -02
VIT: -01
MAG: +02
MDEF: +01
HP: -05%
MP: +05%
The Cover Materia uses 0x06:
VIT: +1
I belive the closest to your example would be from the standard low level materia; 0x0B. You could change that to any value listed above (e.g 0x10), but only those as far as I know. I don't know how to change the effect the different values represents.
And I'll be happy to do it for you. Just make a list (or something) of which materias you would like to change the equiped effect on, and which value you want on them (0x00 - 0x10 as you see in the list above). Then PM, Mail or post it and I'll make it. No prob :-D.
And btw. The accesory Guard Ring has a +50 VIT in my mod. And the Tough Ring a +30 VIT SPR. Kinda to make the Guard Ring more usefull. There are more changed values on the rings as well, and mabye I should list 'em...
Code: [Select]
Code:
BYTE STR VIT MAG MDEF MAXHP MAXMP LUCK DEX0001 -02 -01 +02 +01 -05% +05%02 -04 -02 +04 +02 -10% +10%06 +0107 +0108 -010A +020B -01 +01 -02% +02%0C +01 -02% +02%0D +01 +01 -05% +05%0E +02 +02 -10% +10%0F +04 +04 -10% +15%10 +08 +08 -10% +20%
STR: -02
VIT: -01
MAG: +02
MDEF: +01
HP: -05%
MP: +05%
The Cover Materia uses 0x06:
VIT: +1
I belive the closest to your example would be from the standard low level materia; 0x0B. You could change that to any value listed above (e.g 0x10), but only those as far as I know. I don't know how to change the effect the different values represents.
And I'll be happy to do it for you. Just make a list (or something) of which materias you would like to change the equiped effect on, and which value you want on them (0x00 - 0x10 as you see in the list above). Then PM, Mail or post it and I'll make it. No prob :-D.
And btw. The accesory Guard Ring has a +50 VIT in my mod. And the Tough Ring a +30 VIT SPR. Kinda to make the Guard Ring more usefull. There are more changed values on the rings as well, and mabye I should list 'em...