Had a friend who used some other weapon damage plugins and thought they were a bit complicated, so I made a simple one for him and figured others might want it idk.
---------- Features -----------
On Weapons:
<WeaponDamage: min - max>
<WeaponDamage: min - max, elementId>
Example: <WeaponDamage: 10 - 20, 3>
Custom Damage Formula Method Examples:
a.weaponRollDmg() // pure weapon roll
a.weaponRollDmg() + a.atk // weapon roll + ATK
a.weaponAvgDmg() * 1.5 // stronger skill
a.weaponRollDmg(0) + a.weaponRollDmg(1) // dual-wield