Nice table. For anyone who cares, I scrounged around and found some weapon modifying areas. It's just redneck chicken code cuz I can't do AoB for crap. Anyway.
Go into "Weapon Fusion". Then pick your character, then pick a weapon. If you are at the right area, you'll see something like this.
The following code
Code: Select all
0E 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
08 00 00 00 00 00 00 00 00 5B 07 40 01 00 00 00
01 00 00 00 03 00 00 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
This weapon has Harmony+2 and Flame+4. It also has two open blank slots.
0E 00 00 00 is Harmony. 06 00 00 00 is Flame.
01 00 00 00 is Harmony Amount. 03 00 00 00 is Flame Amount.
The zeros following the Flame inscription indicate empty slots that can be filled.
The Fs following the Flame amount indicate empty slots also.
Any zeros in the Element Amount area have a in game value of 1. Just the way it is.
Now, how do you get there? Good question...as I said, I don't know crap about AoB. So the best thing is for you to go to weapon fusion, pick a character, then a weapon with lots of inscriptions. Let's say you have a weapon that has Flame+8, Destruction+7, and Courage+10. If you knew the Element numbers, you could project what your weapon code would look like:
Code: Select all
06 00 00 00 0b 00 00 00 0c 00 00 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
08 00 00 00 00 00 00 00 00 5B 07 40 01 00 00 00
07 00 00 00 06 00 00 00 09 00 00 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Search for this code in the memory viewer, then you can modify elements and element amounts, and even put slots on.
Now, You're askin, "What's the element number for Judgement? or Fried Lu Xun? Well, I'm trying to fill in Element Numbers so everyone can do this estimation themselves. I'll try to get this list filled out, or others can either way.
00
01 Agility
02 Reach
03 Brawn
04 Might
05 Divinity
06 Fire
07 Ice
08 Bolt
09 Wind
0a Aerial
0b Destruction
0c Courage
0d Dilligence xp
0e Harmony
0f Judgement
10 Confluence
11 Appraisel - Better weapon boxes
12 Slay
13 Osmosis
14 Absorption
15 Harvest
16 Merriment
17 Aggression
18 Bastion
19 Alacrity
1a Prosperity- weapon box chance
1b Guerdon
1c Wisdom
1d Fragment
1e Assembly
1f Storm
20 Echo shockwave
21 Berserker
22 Rigor
23 Brilliance all element
24 Revival
25 Steadfast Antihorsefall
26 Flamebolt
27 icebolt
28 Flamewind
29 Icewind
2a Boltwind
2b Flameslay
2c Iceslay
2d Boltslay
2e Windslay
2f Tri-Element
30 Wrath all element
31 Grace
32 Windstorm
33 Surge
34 Meteor
35 Supergiant
36 Belltoll adds difficulty
37 Unity
Also, you gotta go back one screen then forward again to see your result. Good Luck.