Difference between revisions of "Template:VisuMZ Shop Batches Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Shop Batches Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags will not...")
 
(Batch-Related Notetags)
 
Line 6: Line 6:
  
 
=== Batch-Related Notetags ===
 
=== Batch-Related Notetags ===
 +
 +
[[File:ShopBatches_Preview2.png|600px]]
  
 
---
 
---

Latest revision as of 13:49, 29 October 2023

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.

---

Batch-Related Notetags

ShopBatches Preview2.png

---

<Shop Batch>
 listing
 listing
 listing
</Shop Batch>

- Used for: Item, Weapon, Armor Notetags
- Creates a list of items, weapons, and armors that the player will gain
  when this batch object is bought.
- Proxy items, weapons, or armors cannot be listed and will be bypassed.
- This item, weapon, or armor cannot be sold if all of the listed items,
  weapons, or armors are at max quantity within the party's inventory.
- The listed items will NOT utilize any buy/sell effects for the individual
  listed items themselves.
- Replace 'listing' with any of the listing types found below:

    Item id
    Item name
    Weapon id
    Weapon name
    Armor id
    Armor name

    Item id: quantity
    Item name: quantity
    Weapon id: quantity
    Weapon name: quantity
    Armor id: quantity
    Armor name: quantity

  - Replace 'id' with a number representing the ID of the item, weapon, or
    armor that is to be listed.
  - Replace 'name' with the associated item, weapon, or armor's name.
  - Replace 'quantity' with a number representing the number of items,
    weapons, or armors that will be acquired when the batch item is bought.
    - If the variant without 'quantity' is used, quantity will default to 1.

  Examples:

  ---

  <Shop Batch>
   Item Potion: 10
   Item Super Potion: 5
   Weapon Short Sword: 3
   Weapon Long Sword: 2
   Armor Linen Clothing: 4
   Armor Cloth Armor: 3
  </Shop Batch>

  ---

  <Shop Batch>
   Item 7: 10
   Item 8: 5
   Weapon 1: 3
   Weapon 2: 2
   Armor 2: 4
   Armor 8: 3
  </Shop Batch>

  ---

---