Skip to content

Equipment and Messages

Equipment Config

equipment-config.yml drives virtual loot and crafting output for runs.

Drops

Each drop entry contains:

  • key
  • type
  • id
  • weight
  • min-phase
  • max-phase

Operator meaning:

  • type and id must point at valid MMOItems entries.
  • weight controls relative drop chance.
  • min-phase and max-phase gate entry to certain stage phases.

Recipes

Each recipe contains:

  • input item refs
  • output item ref
  • gold-cost
  • min-phase

Recipe crafting succeeds only if player has enough gold, is in late enough phase, and owns required virtual inputs.

Message Config

message-config.yml holds prefix plus most player/admin text.

Edit prefix, run join/quit notices, validation and setup feedback, supply menu labels, admin menu labels, and preview labels.