Support for Potion Affixes
SiverDX opened this issue ยท 6 comments
Calls from (might have missed some):
Attacking or getting attacked
https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/mixin/EnchantmentHelperMixin.java
(not related to enchanting (the affix logic) - it just uses those points to trigger their logic)
Arrow related
First one copies the affixes from the bow to the arrow and on impact it then checks the arrow affixes in the second part
https://github.com/Shadows-of-Fire/Apotheosis/blob/8c41616c3b05e446abb3d718c37f46d963875033/src/main/java/shadows/apotheosis/adventure/AdventureEvents.java#L109-L133
+
https://github.com/Shadows-of-Fire/Apotheosis/blob/8c41616c3b05e446abb3d718c37f46d963875033/src/main/java/shadows/apotheosis/adventure/AdventureEvents.java#L135-L144
Block break
Blocking
Looks like these don't work with equipment by default, do you think I still should make them work with curios?
I'm not sure why they shouldn't
It's all configurable anyway and the person doing the configuration is making the decision on which curios to give these affixes
I don't think that one gets triggered yet
Would need