Difference between revisions of "Template:VisuMZ Visual Item Inventory Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Visual Item Inventory Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags...")
 
(Picture-Related Notetags)
 
Line 6: Line 6:
  
 
=== Picture-Related Notetags ===
 
=== Picture-Related Notetags ===
 +
 +
[[File:VisualItemInv_Equip.gif]]
  
 
---
 
---

Latest revision as of 20:26, 18 January 2021

The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Picture-Related Notetags

VisualItemInv Equip.gif

---

<Visual Item Picture: filename>
<Picture: filename>

- Used for: Item, Weapon, Armor Notetags
- Uses a picture from your project's /img/pictures/ folder instead of the
  item's icon inside the item windows instead.
- Replace 'filename' with the filename of the image.
  - Do not include the file extension.
- Scaling will not apply to the picture.
- Use the <Picture: filename> version for any other plugins that may be
  using this as an image outside of this plugin, too.
- The size used for the image will vary based on the icon size settings.

---

Background Colors-Related Notetags

---

<Visual Item BG Color 1: x>
<Visual Item BG Color 2: x>

- Used for: Item, Weapon, Armor Notetags
- Changes the background color(s) for the item to text color 'x'.
- Replace 'x' with a number from 0 to 31 to represent a text color.

---

<Visual Item BG Color 1: #rrggbb>
<Visual Item BG Color 2: #rrggbb>

- Used for: Item, Weapon, Armor Notetags
- Changes the background color(s) for the item to a hex color.
- Use #rrggbb for custom colors.
- You can find out what hex codes belong to which color from this website:
  https://htmlcolorcodes.com/

---