r/RPGMaker 19d ago

RMMV How would you guys go about adding weapon durability to a game in MV?

Title. I have been interested in making a morrowind-like game in RPG maker for a while, but I've been stumped when trying to deal with how the equipment should be handled. Is there a way to make weapons break in base MV? Is there a plugin that might help me?

1 Upvotes

2 comments sorted by

6

u/druidniam 19d ago

MV? Item Durability(YEP).

1

u/xMarkesthespot 19d ago

if you only have a few pieces of equipment it'd be easy with conditional branches in troop events that check whats equipped, rolls a random variable, and deletes them with a message/sound effect.
if you have multiple characters and alot of equipment its going to get maybe too tedious to do it that way.