YANFLY ENGINE ACE - LOP DESTRUCTION

RPG Maker VX Ace

Lunatic Objects Package

  • YF
  • 12/15/2011 08:51 PM
  • 1288 views


Download Link

This is a script for Lunatic Objects Package Effects with destruction themed effects. These effects include things such as suicide effects, emptying MP, emptying TP, and more.

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



Destruction Effect No.1: Suicide

Best used with after effect. This causes the user to suicide (and bring the user’s HP down to 0) and adds a message saying that the user has died.

<after effect: suicide>



Destruction Effect No.2: Empty MP

Best used with after effect. This causes the user’s MP to hit zero after performing the skill.

<after effect: empty mp>



Destruction Effect No.3: Empty TP

Best used with after effect. This causes the user’s TP to hit zero after performing the skill.

<after effect: empty tp>



Destruction Effect No.4: Add State

This can be used as either a before effect or after effect. This will inflict the user with a status effect at the particular interval during the usage of that skill such as poisoning oneself.

<before effect: add state x>
<after effect: add state x>



Destruction Effect No.5: Remove State

This can be used as either a before effect or after effect. This will remove a state from the user at the particular interval during the usage of that skill such as removing an elemental protection shield.

<before effect: remove state x>
<after effect: remove state x>



Destruction Effect No.6: Debuff Stat

This can be used as either a before effect or after effect. This will cause the user’s stat to drop during that interval in time.

<before effect: debuff stat>
<after effect: debuff stat>

Replace “stat” with MAXHP, MAXMP, ATK, DEF, MAT, MDF, AGI, or LUK.



Destruction Effect No.7: Buff Stat

This can be used as either a before effect or after effect. This will cause the user’s stat to rise during that interval in time.

<before effect: buff stat>
<after effect: buff stat>

Replace “stat” with MAXHP, MAXMP, ATK, DEF, MAT, MDF, AGI, or LUK.



Destruction Effect No.8: Clear States

This can be used as either a before effect or after effect. This will cause the user’s states to clear completely.

<before effect: clear states>
<after effect: clear states>



Destruction Effect No.9: Clear Buffs

This can be used as either a before effect or after effect. This will cause the user’s buffs to clear completely.

<before effect: clear buffs>
<after effect: clear buffs>

--

Original Blog Page