Template:VisuMZ Items and Equips Core Plugin Commands

From Yanfly.moe Wiki
Jump to navigation Jump to search

The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Actor Plugin Commands

--

ItemsEquipsCoreEquipTypes.png

ItemsEquipsCoreUpdate16 Command1.png

Actor: Change Equip Slots
- Forcefully change the actor(s) equip slots.
- These will persist through class changes.

  Actor ID(s):
  - Select which Actor ID(s) to affect.

  Equip Slots:
  - Insert the equip slots you want the actor(s) to have.
  - These entries are case-sensitive.

--

ItemsEquipsCoreEquipTypes.png

ItemsEquipsCoreUpdate16 Command2.png

Actor: Reset Equip Slots
- Reset any forced equip slots for the actor(s).
- Equip slots will then be based on class.

  Actor ID(s):
  - Select which Actor ID(s) to affect.

---

Purify Plugin Commands

---

ItemsEquipsCore Command1.png

Purify: Target Actor(s)
- Purifies target actor(s) of any cursed weapons or armors.
- Cannot be used in battle.

  Actor ID(s):
  - Select which Actor ID(s) to affect.

---

ItemsEquipsCore Command2.png

Purify: Whole Party
- Purifies whole party of any cursed weapons or armors.
- Cannot be used in battle.

---

Shop Plugin Commands

---

ItemsEquipsCoreShopEquip.png

ItemsEquipsCorePluginCommand1.png

Shop: Advanced
- Make it easier to put together inventories for a shop.
- WARNING: Does not allow for event-specific prices.

  Step 1: Item ID's
  - Select which Item ID ranges to add.

  Step 2: Weapon ID's
  - Select which Weapon ID ranges to add.

  Step 3: Armor ID's
  - Select which Armor ID ranges to add.

  Step 4: Purchase Only?
  - Make the shop purchase-only?

  Optional:

    Blacklist
    - A list of categories to blacklist from the shop.
    - Not used if empty. Mark categories with <Category: x>

    Whitelist
    - A list of categories to whitelist for the shop.
    - Not used if empty. Mark categories with <Category: x>

This Plugin Command primarily functions as an alternative to the editor's
"Shop Processing" event command as that one requires you to add items one at
a time, making it extremely tedious to add large amounts of items. This
Plugin Command will mitigate that by allowing ID ranges to determine which
items to make available.

---