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!
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
* @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 Spoiler: Screenshots
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!