Weapon Secondary Data

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search

80063ab8 - Weapon Secondary Data - exists for items 0x00 to 0x7F, inclusive on both ends.

	0x00 - Range
	0x01 - Attack Flags
		0x80 - Striking
		0x40 - Lunging
		0x20 - Direct
		0x10 - Arc
		0x08 - 2 Swords
		0x04 - 2 Hands
		0x02 - Throwable
		0x01 - Forced 2 Hands
	0x02 - Formula
	0x03 - 
	0x04 - Weapon Power
	0x05 - Evade
	0x06: Element
		0x80 - Fire
		0x40 - Lightning
		0x20 - Ice
		0x10 - Wind
		0x08 - Earth
		0x04 - Water
		0x02 - Holy
		0x01 - Dark
	0x07 - Inflict Status/Cast Spell

Related Data:

80062eb8 - Item Data
80063ab8 - Weapon Secondary Data - exists for items 0x00 to 0x7F, inclusive on both ends.
80063eb8 - Shield Secondary Data - exists for items 0x80 to 0x8F, inclusive on both ends.
80063ed8 - Helm/Armor Secondary Data - exists for items 0x90 to 0xCF, inclusive on both ends.
80063f58 - Accessory Secondary Data - exists for items 0xD0 to 0xEF, inclusive on both ends.
80063f98 - Item Secondary Data - exists for items 0xF0 to 0xFD, inclusive on both ends.
800642c4 - Item Attribute

See also