Difference between revisions of "Category:Arisu's Dollhouse"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 59: Line 59:
  
 
This is confirmed to work with the following plugins:
 
This is confirmed to work with the following plugins:
- YEP_ItemCore
+
* YEP_ItemCore
- YEP_X_ItemPictureImg
+
* YEP_X_ItemPictureImg
- YEP_EquipCore
+
* YEP_EquipCore
- YEP_ShopMenuCore
+
* YEP_ShopMenuCore
- YEP_VictoryAftermath
+
* YEP_VictoryAftermath
  
 
|}
 
|}

Revision as of 13:24, 27 September 2019

Introduction

ArisuAvatar.png

Arisu's Dollhouse is a plugin library for RPG Maker MV heavily inspired by Yanfly Engine Plugins and made to support it. Its primary focus is to add features and enhancements to the original Yanfly Engine Plugins library.

Terms of Use

  1. For Free and Commercial Use.
  2. Put "Arisu's Dollhouse" in your game's credits.
  3. Do not redistribute this plugin without permission.
  4. Do not take code from this plugin without permission.
  5. Edit of code is allowed as long as it's within plugin file.
  6. I do not support changes made to code edit.

Free Plugins

Notification Window

Sometimes you want to display a notification for the player without having to put it in a Show Message event. This plugin creates 9 different positions for you to place notifications on the screen to alert the player of what is now happening without having to require player input to continue gameplay.

Synchronized Event Movement

Sometimes you want certain events to move whenever the player moves, or maybe when another event moves. This plugin lets you synchronize event movements with your desired target and the type of movement associated with them, too. Events with this movement type can go about randomly, approach their targets, move away from their targets, follow a custom move path, mimic a target, reverse mimic a target, or even mirror them.

Sealed Battle Commands

This plugin adds some new notetags that lets you seal specific commands in battle like Attack, Guard, and Item using notetags.

Visual Item Inventory

This plugin changes the item list displayed in-game to become more visual. The item, weapon, and armor icons will be displayed enlarged and show the count next to them while a tooltip displays the selected item's name.

This is confirmed to work with the following plugins:

  • YEP_ItemCore
  • YEP_X_ItemPictureImg
  • YEP_EquipCore
  • YEP_ShopMenuCore
  • YEP_VictoryAftermath