じ☆ve冰风 发表于 2026-7-26 13:16:33

cellicom's Rarity Item Color System

Hi to all,
this is my first script for RPG Maker MV. I don't talk very well english, but i try. Apologize for this

 

cellicom Rarity Item Color System
RPG Maker MV Plugin
cellicom​
Introduction
It allows you to enter a level of rarity (from 0 to 5) and color name.

I start it to a personal use to create the rarity level like Diablo.
 
 
Features
- Customizable color for all 5 rarity level
- Compatible with "YEP_X_ItemUpgradeSlots.js" of Yanfly (activable by params)
If you use "YEP_X_ItemUpgradeSlots.js", after insert item into slot, keeps item color in list. (see screenshots)

- You can change rarity of your weapon using the Eval notetag of Yanfly Item Upgrade Slots (see screenshots)

- Added escape code to Message \CR where x is rarity
 
How to Use
insert <rarity: x> in notetag of your items or weapons (case-sensitive)
 
 x = Level of rarity
 
 Examples of rarity grade
 0 = Common
 1 = Uncommon
 2 = Rare
 3 = Legendary
 4 = Sets
 5 = Special
 
For default i choose a Diablo2-like colours, but you can change all colors from the params of plugin.

cellicom.setRarity(value,item); to set a new rarity level of your weapon (lower is ignored)

In message, you can use \CR escape code to color some text

Example: \CRRare Item

How to Install
- Copy the script file into your project's /js/plugins/ folder.

- DO NOT RENAME THE FILE (Original name: cellicom_RarityItemColor.js)
- Activate it using the 'Plugin Manager'
- Read the 'HELP' documentation (also found in plugin manager) to view all params.
 
 
Screenshot

Spoilerhttps://forums.rpgmakerweb.com/data/attachments/14/14340-14c7b527fc134f6e5adfc62d045859d7.jpg
https://forums.rpgmakerweb.com/data/attachments/14/14341-2184621c21879afa88fec5679778ea2c.jpg
https://forums.rpgmakerweb.com/data/attachments/14/14342-78b2b60422b72674bf3b29e675e69cb7.jpg




Plugin
Get it here
Credit and Thanks
- cellicom


Terms
Free to use in any RPG Maker MV project including commercial. Credit is are appreciated but not required. 



本贴来自国际rpgmaker官方论坛作者:cellicom处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/cellicoms-rarity-item-color-system.49515/
页: [1]
查看完整版本: cellicom&#039;s Rarity Item Color System