MMMOUpgradeUser Wikiv2.0 docs
Items

Upgrade stones and charms

items.yml only accepts MMOItems items. Each entry maps an MMOUpgrade internal key to a specific MMOItems item.

Item Groups

GroupGUI SlotPurposeNeeds Chance?
upgrade-stonesupgrade-stoneProvides the base success chance.Yes
lucky-charmslucky-charmAdds extra success chance when inserted.Yes
protect-charmsprotect-charmPrevents downgrade on failure when the rules allow it.Not required

Full Example

upgrade-stones:
  basic:
    id: CONSUMABLE:UPGRADE_STONE_1
    chance: 100
  advanced:
    id: CONSUMABLE:UPGRADE_STONE_2
    chance: 50
  rare:
    id: CONSUMABLE:UPGRADE_STONE_3
    chance: 25

lucky-charms:
  basic:
    id: CONSUMABLE:LUCKY_CHARM_1
    chance: 75
  advanced:
    id: CONSUMABLE:LUCKY_CHARM_2
    chance: 50
  rare:
    id: CONSUMABLE:LUCKY_CHARM_3
    chance: 25

protect-charms:
  basic:
    id: CONSUMABLE:PROTECT_CHARM_1
  advanced:
    id: CONSUMABLE:PROTECT_CHARM_2
  rare:
    id: CONSUMABLE:PROTECT_CHARM_3
ID format: CONSUMABLE:UPGRADE_STONE_1 means MMOItems type CONSUMABLE and item ID UPGRADE_STONE_1.