Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Damage Formula Extension
- Original author: ovate
- Original date: January 2, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/damage-formula-extension.116885/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Damage Formula Extension 2017/01/28 Creator name: Triacontane Introduction More functions that can be used for damage formula calculation.
Archived First Post
Damage Formula Extension 2017/01/28
Creator name: Triacontane
Creator name: Triacontane
Introduction
More functions that can be used for damage formula calculation.
How to Use
Input function for skill damage formula in database. Example(a.plus_atk), (b.plus_def)
Formula functions list:
Code:
plus_atk(percent, value)
ex-
a.plus_atk(50, 100) # 50% chance to add 100 to the attacker's attack power.
Code:
plus_def(percent, value)
ex-
b.plus_def(30, -100) # 30% chance to subtract 100 from the target's def.
Code:
plus_mat(percent, value)
Code:
plus_mdf(percent, value)
Code:
plus_agi(percent, value)
Code:
plus_luk(percent, value)
Script installation
Paste this script above Main.
Script
Credit and Thanks: Triacontane
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
Source
https://github.com/triacontane/RPGMakerMV/tree/master/VXAce
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks: Triacontane Terms of Use- Free for commercial and non-commercial use. License - MIT License: http://opensource.org/licenses/mit-license.php Source
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...