じ☆ve冰风 发表于 2026-7-24 14:37:00

Very Simple Weapon Damage Plugin



https://dolgrim.itch.io/dols-weapon-damage-plugin-mz-lite

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


本贴来自国际rpgmaker官方论坛作者:DOLGRIM处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/very-simple-weapon-damage-plugin.181307/
页: [1]
查看完整版本: Very Simple Weapon Damage Plugin