1.2.2 - Matter Is Energy hardcodes a list of gems
Posted: Wed Jun 18, 2014 12:24 pm
Matter Is Energy gives a temporary buff based on the gem's imbue bonus.
It does this by looking up the specific gem name in a hard-coded list which duplicates all imbue bonuses, instead of just looking up the imbue bonus in the gem Entity.
This means when you use Matter Is Energy on new gems, such as the ones found in jayseesee's New Gems addon which I adopted, the code does not work correctly.
DarkGod, could you change the code to use the gem Entity's imbue bonuses instead of duplicating the text and hard-coding a list of gems?
It does this by looking up the specific gem name in a hard-coded list which duplicates all imbue bonuses, instead of just looking up the imbue bonus in the gem Entity.
This means when you use Matter Is Energy on new gems, such as the ones found in jayseesee's New Gems addon which I adopted, the code does not work correctly.
DarkGod, could you change the code to use the gem Entity's imbue bonuses instead of duplicating the text and hard-coding a list of gems?