Original Source
- Original title: Item Rarity
- Original author: Capitán
- Original date: March 13, 2018
- Source thread: https://forums.rpgmakerweb.com/threads/item-rarity.92577/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Synopsis This plug in adds properties to items of a certain rarity. Up to 8 different rarities Each item gets a color as per rarity
Archived First Post
This plug in adds properties to items of a certain rarity.
Features
- Up to 8 different rarities
- Each item gets a color as per rarity
- Adds rarity to item description
- MORE COMING SOON!
* @param Rarity In Description
* @desc Toggle true or false, when true the rarity of the item will show in the description
* default true
*
* @param Rarity 1
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Common, #ffffff
*
* @param Rarity 2
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Uncommon, #eff2f7
*
* @param Rarity 3
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Rare, #2f74e2
*
* @param Rarity 4
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Ultra-Rare, #ff33cc
*
* @param Rarity 5
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Legendary, #ffca2b
*
* @param Rarity 6
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Custom,#ffffff
*
* @param Rarity 7
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Custom, #ffffff
*
* @param Rarity 8
* @desc Enter the properties of the rarity separated by commas in this order: name, color
* @default Custom, #ffffff
How to use:
Add the following note tags into the note box of an item, weapon, or armor
<Rarity:Number>
Where Number is the number corresponding to the rarity number
e.g. For Rarity 2 the tag would look like:
Screenshots
License
Feel free to use in commercial and non-commercial projects. Credit is not required but appreciated!
In the meantime, please give ideas for what you would like to see!
Features Mentioned
- Up to 8 different rarities
- Each item gets a color as per rarity
- Adds rarity to item description
- MORE COMING SOON!
- Parameters
- Spoiler: Parameters
- Code:
- @param Rarity In Description
- @desc Toggle true or false, when true the rarity of the item will show in the description
- default true
- @param Rarity 1
- @desc Enter the properties of the rarity separated by commas in this order: name, color
- @default Common, #ffffff
- @param Rarity 2
- @default Uncommon, #eff2f7
- @param Rarity 3
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License Feel free to use in commercial and non-commercial projects. Credit is not required but appreciated! I do plan on adding more features, stay tuned for updates this is only the beginning! In the meantime, please give ideas for what you would like to see!
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.
Topic Summary
Loading summary...