ICustomDistribution - yeelp/Distinct-Damage-Descriptions GitHub Wiki

An ICustomDistribution is what is created through ContentTweaker's Distribution Builder System.

Currently not much functionality exists for this and it is not possible to obtain in ZenScript.

Importing the package

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import

import mods.ddd.ICustomDistribution;

Extending

ICustomDistribution extends IDamageDistribution. This means all functionality available to IDamageDistributions are available to ICustomDistributions.

Methods

ZenGetters

ZenGetter Return Type Notes
name string The name of the distribution when it was created.