YANFLY ENGINE ACE - LDP CRITICAL

RPG Maker VX Ace

Lunatic Damage Package

  • YF
  • 12/20/2011 09:23 PM
  • 1818 views


Download Link

This is a script for Lunatic Damage Package with critical themed formulas. Critical hits here can be triggered with various guarantees or increased chances depending on circumstances.

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



Critical Damage Formula No.1: Attacker HP Crisis

If the attacker strikes while his/her HP is under x%, then the attack will cause a guaranteed critical hit using the normal damage formula.

<custom damage: attacker hp crisis x%>



Critical Damage Formula No.2: Attacker MP Crisis

If the attacker strikes while his/her MP is under x%, then the attack will cause a guaranteed critical hit using the normal damage formula.

<custom damage: attacker mp crisis x%>



Critical Damage Formula No.3: Defender HP Crisis

If the attacker strikes while the defender’s HP is under x%, then the attack will cause a guaranteed critical hit using the normal damage formula.

<custom damage: defender hp crisis x%>



Critical Damage Formula No.4: Defender MP Crisis

If the attacker strikes while the defender’s MP is under x%, then the attack will cause a guaranteed critical hit using the normal damage formula.

<custom damage: defender mp crisis x%>



Critical Damage Formula No.5: High TP Critical

This causes the attack’s critical hit rate to be influenced by how high the attacker’s TP is (relative to the attacker’s MaxTP). Then, the attack will use the normal damage formula.

<custom damage: high tp critical>



Critical Damage Formula No.6: Low TP Critical

This causes the attack’s critical hit rate to be influenced by how low the attacker’s TP is (relative to the attacker’s MaxTP). Then, the attack will use the normal damage formula.

<custom damage: low tp critical>



Critical Damage Formula No.7: Critical Boost

If the attacker lands a critical hit, the damage dealt will have an additional multiplier on top of the critical multiplier.

<custom damage: critical boost +x%>
<custom damage: critical boost -x%>



Critical Damage Formula No.8: Critical Bonus

If the attacker lands a critical hit, the damage dealt will have an additional bonus added on top of the critical multiplier.

<custom damage: critical boost +x>
<custom damage: critical boost -x>

---

Original blog page.