Tagged: Core

Core: Drop Conditions 0

Core: Drop Conditions

This script re-writes one method that determines whether a drop item should be dropped or not. It provides support for denominator based probability (eg: 1 / 20 chance), or a direct percentage (0.05 chance),...

Core: Learning 0

Core: Learning

This script overwrites the default learning logic by separating the “can learn” conditions into a separate method. This allows you to add more conditions without having to overwrite any of the methods that are...