- Joined
- Mar 15, 2015
- Messages
- 233
- Reaction score
- 27
- First Language
- English
- Primarily Uses
- RMMV
So I found a great plugin from SumRndmDde called Equip Comparison Upgrade, and I would like to add some additional stats, but I have no idea even where to look in the JS file. It's all jibberish to me.
I want to add the following from Yanfly's plugins:
-Elemental Absorb (From the Element Core Plugin)
-Element Magnify/Amplify (Also Element Core Plugin)
http://yanfly.moe/2016/06/10/yep-107-element-core-rpg-maker-mv/
-Critical Damage Multiplier (Critical Control Plugin)
http://yanfly.moe/2015/11/08/yep-26-critical-control/
Here is the Equip Comparison plugin.
http://sumrndm.site/equip-comparison-upgrade/
From the video I understand things like the element rate such as Math.floor(actor.elementRate(14) * 100), but I have no idea even what I'm looking for with regards to the other stats I would like to add.
I want to add the following from Yanfly's plugins:
-Elemental Absorb (From the Element Core Plugin)
-Element Magnify/Amplify (Also Element Core Plugin)
http://yanfly.moe/2016/06/10/yep-107-element-core-rpg-maker-mv/
-Critical Damage Multiplier (Critical Control Plugin)
http://yanfly.moe/2015/11/08/yep-26-critical-control/
Here is the Equip Comparison plugin.
http://sumrndm.site/equip-comparison-upgrade/
From the video I understand things like the element rate such as Math.floor(actor.elementRate(14) * 100), but I have no idea even what I'm looking for with regards to the other stats I would like to add.
