Compnent modding info

Recently found out you can mod the amount of partial components in a full component, and the cost and bonuses for them. Also never knew you can add them to equipment 1 at a time instead of a full stack.

I’m experimenting with them as a sort of Paragon system in my mod and here’s an example of how you would increase life.

In records/items/materia copy compa_frozenheart.dbr and rename to acomp_life.dbr so you’re not changing the normal component that drops.
Under - Relic Config - change completedRelicLevel to 20 or whatever you want
Under - Item Parameters - change itemCost to something appropriate for your mod
Under - Character Parameters/Character Bonus Attributes - dbl click characterLife and use the new button to extend the table to 20 levels and fill in the life per level you want.
Save it

Then I added this to the faction table for the Devil’s Crossing merchant.

I’m experimenting with different components for damage and stats.
Hope someone else finds this useful in there mods