YANFLY ENGINE ACE - LOP RECOIL

RPG Maker VX Ace

Lunatic Objects Package

  • YF
  • 01/14/2012 04:17 AM
  • 1321 views


DL Link

This is a script for Lunatic Objects Package Effects with recoil themed effects. Upon attacking the target, the user of a skill/item can take damage through either a set amount of a percentage of the damage dealt.

Install this script under YEA – Lunatic Objects. Then, proceed to use the proper before, prepare, during, or after effects notetags to apply the proper LOP Recoil item desired. Look within the script for more instructions on how to use each effect.



Recoil Effect No.1: Recoil Set HP Damage

This will return exactly x amount of HP damage to the user regardless of how much damage the user has dealt to the target. The user can die from this effect.

<during effect: recoil x hp damage>



Recoil Effect No.2: Recoil Set MP Damage

This will return exactly x amount of MP damage to the user regardless of how much damage the user has dealt to the target.

<during effect: recoil x mp damage>



Recoil Effect No.3: Recoil Set TP Damage

This will return exactly x amount of TP damage to the user regardless of how much damage the user has dealt to the target.

<during effect: recoil x tp damage>



Recoil Effect No.4: Recoil Percent HP Damage

This will return a percentage of the damage dealt as HP damage to the user. This will factor in both HP damage dealt to the target and MP damage dealt to the target. The user can die from this effect.

<during effect: recoil x% hp damage>



Recoil Effect No.5: Recoil Percent MP Damage

This will return a percentage of the damage dealt as MP damage to the user. This will factor in both HP damage dealt to the target and MP damage dealt to the target.

<during effect: recoil x% mp damage>



Recoil Effect No.6: Recoil Percent TP Damage

This will return a percentage of the damage dealt as MP damage to the user. This will factor in both HP damage dealt to the target and MP damage dealt to the target.

<during effect: recoil x% tp damage>

— And that’s all, folks! —

Original Script Page