YANFLY ENGINE ACE - LDP GEMINI

RPG Maker VX Ace

Lunatic Damage Package

  • YF
  • 12/22/2011 07:11 PM
  • 1505 views


Download Link

This is a script for Lunatic Damage Package with “Gemini” themed formulas. This script causes damage to be dealt to both HP and MP with various formats such as a percentage of the main damage dealt, set damage, a percentage of one’s MaxHP or MaxMP, or even custom formulas.

Install this script under YEA – Lunatic Damage. Then, proceed to use the proper effects notetags to apply the proper LDP Gemini item desired. Look within the script for more instructions on how to use each effect.



Gemini Damage Formula No.1: Gemini MP

Calculates main damage formula using the normal damage formula. After that, a percentage of damage dealt to HP will be dealt to MP. MP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage: gemini mp x%>



Gemini Damage Formula No.2: Gemini HP

Calculates main damage formula using the normal damage formula. After that, a percentage of damage dealt to MP will be dealt to HP. MP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage: gemini hp x%>



Gemini Damage Formula No.3: Gemini Set MP

Calculates main damage formula using the normal damage formula. After that, set damage will be dealt to MP. MP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage: gemini set mp +x>
<custom damage: gemini set mp -x>



Gemini Damage Formula No.4: Gemini Set HP

Calculates main damage formula using the normal damage formula. After that, set damage will be dealt to HP. HP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage: gemini set hp +x>
<custom damage: gemini set hp -x>



Gemini Damage Formula No.5: Gemini Percent MP

Calculates main damage formula using the normal damage formula. After that, a percentage of the defender’s MP will be depleted. MP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage: gemini per mp +x%>
<custom damage: gemini per mp -x%>



Gemini Damage Formula No.6: Gemini Percent HP

Calculates main damage formula using the normal damage formula. After that, a percentage of the defender’s HP will be depleted. HP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage: gemini per hp +x%>
<custom damage: gemini per hp -x%>



Gemini Damage Formula No.7: Gemini Eval MP

Calculates main damage formula using the normal damage formula. After that, the damage dealt to MP will be calculated with another formula. MP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage>
gemini eval mp: formula
</custom damage>



Gemini Damage Formula No.8: Gemini Eval HP

Calculates main damage formula using the normal damage formula. After that, the damage dealt to HP will be calculated with another formula. MP damage will not be affected by elements, guarding, and/or other damage modifiers.

<custom damage>
gemini eval hp: formula
</custom damage>

---

Original blog page.