Difference between revisions of "Item Discard (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview=<youtube>https://www.youtube.com/watch?v=jsnp0guMPaM</youtube> |link1=<html><iframe src="https://itch.io/embed/398498" height="167" width="552" frameborder...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview=<youtube>https://www.youtube.com/watch?v=jsnp0guMPaM</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=jsnp0guMPaM</youtube>
|link1=<html><iframe src="https://itch.io/embed/398498" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/398498" height="167" width="552" frameborder="0"></iframe></html>
|link2=[http://yanfly.moe/plugins/en/YEP_X_ItemDiscard.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_X_ItemDiscard.js Mirror]
  
 
}}
 
}}
Line 12: Line 12:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
This plugin requires YEP_ItemCore.
 
This plugin requires YEP_ItemCore.
 
Make sure this plugin is located under YEP_ItemCore in the plugin list.
 
Make sure this plugin is located under YEP_ItemCore in the plugin list.
Line 35: Line 31:
 
*NOTE: This plugin does not support touch screen only games as keyboard or
 
*NOTE: This plugin does not support touch screen only games as keyboard or
 
controller inputs are used to access the ability to adjust discard values.
 
controller inputs are used to access the ability to adjust discard values.
 +
</nowiki>
  
============================================================================
+
== Notetags ==
Notetags
 
============================================================================
 
  
 +
<nowiki>
 
There are a couple of notetags you can use with the Item Discard plugin.
 
There are a couple of notetags you can use with the Item Discard plugin.
 
They exist to allow you to offset the Default Discard option in the plugin's
 
They exist to allow you to offset the Default Discard option in the plugin's
Line 53: Line 49:
 
   - This will set the item, weapon, or armor unable to be discarded
 
   - This will set the item, weapon, or armor unable to be discarded
 
   regardless of the Default Discard plugin parameter.
 
   regardless of the Default Discard plugin parameter.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.02:
 
Version 1.02:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 00:58, 22 June 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin requires YEP_ItemCore.
Make sure this plugin is located under YEP_ItemCore in the plugin list.

Discarding items in RPG Maker MV isn't possible default. In order to get rid
of items, players must either use them or sell them but cannot directly
discard them. This plugin uses the extra menu commands provided by the Item
Core plugin by Yanfly to add a Discard option, allowing players to select
however many items they wish to discard and do so. The player can set the
quantity values by highlighting the Discard option and pressing left/right
to adjust the discard quantity.

This is a collaboration plugin by Sylvester and Yanfly to ensure
compatibility with the Yanfly Engine Plugins library.

*NOTE: This plugin does not support touch screen only games as keyboard or
controller inputs are used to access the ability to adjust discard values.

Notetags

There are a couple of notetags you can use with the Item Discard plugin.
They exist to allow you to offset the Default Discard option in the plugin's
parameter settings.

Item, Weapon, and Armor Notetags:

  <Can Discard>
  - This will set the item, weapon, or armor to be discardable regardless of
  the Default Discard plugin parameter.

  <Cannot Discard>
  - This will set the item, weapon, or armor unable to be discarded
  regardless of the Default Discard plugin parameter.

Changelog

Version 1.02:
- Updated for RPG Maker MV version 1.5.0.

Version 1.01:
- Fixed a problem with the notetags not working.

Version 1.00:
- Finished Plugin!