Hey guys,
Brand-new to FE/LH modding. I'm looking to change the prerequisite trait for a bunch of spells (like, say, Gift of Iron from Geomancy to Earth4, that kind of thing).
Can this be done, and if so, where do i need to look?
I saw this section in CoreSpells that i thought was it:
Code: xml
- <Prereq>
- <Type>AbilityBonusOption</Type>
- <Attribute>Geomancy</Attribute>
- </Prereq>
But changing it didn't have any affect. Perhaps i'm not setting up my mod file correctly? I made a test change to the position of the Geomancy trait on the Mage Path screen and THAT worked, so i know my mod files are being read, at least (files in the right spot, "Use Mod Files" is on, etc).