Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

What plugin are you using to get that <WeaponPower: x> tag?

Since the value of that tag is being used in damage calculations, it should be pretty easy to isolate it on a per weapon basis similar to atk. I'd just have to know what I'm looking for to devise a patch.

~Ramza

(1 edit)

hi, 

This is not a plugin available online, it's a plugin that I made myself. 

The plugin allows you to declare weapon power and armor quality values independent of the basic stats.

 these tags allow use in formulas. 

simplistic example: damage = ( a.atk / 8 + a.weaponpower() ) - (b.def/16 + b.physicalArmor)

 it's a simple plugin (with my level in javascript, I didn't make it too complicated :P)

do you think I can send it to you by discord  (name :   Alasthorn) or  RPG Maker forum  (name : Alasth)