Module: Lich::DragonRealms::DRInfomon

Defined in:
documented/dragonrealms/drinfomon.rb

Overview

Provides DRInfomon functionality for DragonRealms

Examples:

Including the DRInfomon module

include Lich::DragonRealms::DRInfomon

Constant Summary collapse

DRINFOMON_CORE_LICH_DEFINES =

An array of core Lich defines used in DRInfomon

Returns:

  • (Array<String>)

    List of core Lich defines

%W(drinfomon common common-arcana common-crafting common-healing common-healing-data common-items common-money common-moonmage common-summoning common-theurgy common-travel common-validation events slackbot equipmanager spellmonitor)
DRINFOMON_IN_CORE_LICH =

Indicates if DRInfomon is included in the core Lich

Returns:

  • (Boolean)

    True if DRInfomon is in core Lich

true