rpgmaker-plugins

cellicom_RarityItemColor

cellicom_RarityItemColor Preview

This is the cellicom_RarityItemColor plugin for RPG Maker MV/MZ, created by cellicom.

Description

This plugin changes the text color of Items and Weapons based on a rarity value defined in their notetags. It also provides an escape code to use these rarity colors in messages, and includes a compatibility patch for Yanfly’s YEP_X_ItemUpgradeSlots.

How to Use

Add the following notetag to an Item or Weapon to define its rarity level:

<rarity: x>

Where x is the level of rarity.

Example Rarity Grades:

Colors for each rarity level can be customized in the plugin parameters.

Message Escape Code

You can use the rarity colors in messages using the defined escape code (Default: \CR[x]). Example for Rarity 2:

\CR[2]

Yanfly Patch

If you use YEP_X_ItemUpgradeSlots.js, you can enable the YANFLY_SLOT_PATCH parameter. This ensures that after inserting an item into a slot, the item retains its rarity color in the list.