Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: cellicom's Rarity Item Color System
- Original author: cellicom
- Original date: November 5, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/cellicoms-rarity-item-color-system.49515/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
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
Archived First Post
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
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[x] 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[x] escape code to color some text
Example: \CR[2]Rare 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
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.
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
IntroductionRPG Maker MV Plugin
cellicom
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[x] 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[x] escape code to color some text
Example: \CR[2]Rare 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
Protected download
Protected download
Protected download
Protected download
Protected download
Protected download
Protected download
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.
Features Mentioned
- 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[x] where x is rarity
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks - cellicom Terms Free to use in any RPG Maker MV project including commercial. Credit is are appreciated but not required.
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...