D_MAS'S PROFILE

Search

Filter

[RMMV] Seperate Equipment Stats (Remember XP's Equip System?)

In RPG Maker, you typically have some character stats. Equipment raises these stats. You get the idea; swords and staves and axes raise ATK, armor raises DEF and maybe you have accessories that raise other things. But what about that one game that was different? Some of you might remember RPG Maker XP. For those of you that don't or have never used it, character stats were still a thing, but you had 3 stats for equipment, one for physical attack power, and two for armor, physical and magical respectively. Spells would also have their own attack power and deal damage or heal based on the character's magic power. Now, there's one problem:

I'm far too lazy for my own d*** good

I know it would probably complicate the damage formula bar even more but I have had my custom formula in mind for a long time now. I just want something that adds equipment stats. If no one feels like writing this, then I'll probably do it myself.

XP's base formula had its problems, at least for me. For one, there's no character stat dedicated to defense. If a ghost dealt 45 damage, and then you levelled up 20 times, you'd still take that same 45 damage if you didn't change your armor. Sure, you have a higher evasion chance and HP but I like having more defense. Additionally, you can not cause damage unarmed. A sword can cause a mile of damage more than a fist sure, but there's no good reason why I can't kill anything bare-handed. Armor could also reduce damage to 0, which also peeves me. I feel like diminished returns would've been a great thing to add (similar to Yanfly's Armor Scaling), which could make it to where enemies are more difficult to damage but never impossible.

Anyways, I'd like to hear some opinions on the matter. Do you miss this old bad boy, or do you feel it's rightfully archaic?

[RMMV] Problem with Passive Equip Skills (Using Yanfly's AutoPassiveStates)

I didn't expect much help anyways so thanks. I feel a need to rewrite my database...too lazy for that.

[RMMV] Problem with Passive Equip Skills (Using Yanfly's AutoPassiveStates)

author=EDPVincent
I too use Yanfly's Auto Passive States, and was able to do what you just said. Just make a state with the trait "Equip X" and make whichever skill you want bestow that state with "<Passive State: x>".

That's exactly what I'm doing. My problem isn't the initial equip, it's the equipment STAYING ON that's a problem.

[RMMV] Problem with Passive Equip Skills (Using Yanfly's AutoPassiveStates)

Update: It seems to work fine without ATB/CTB, which is a pain because I really like the system of having my actors (and bosses) act multiple times. I tried seeing if EquipBattleSkills would work but to no avail(really didn't want to use it anyway) but it's really annoying and I'm thinking it's some kinda bug because I don't know what else it could be.

[RMMV] Problem with Passive Equip Skills (Using Yanfly's AutoPassiveStates)

Okay let me try and explain it a little differently. On that note I should also change the title...

I'm having a problem where I want to learn skills that enable actors to equip items they were previously not able to. It all works fine until I get into a battle with things that the actors could not normally equip, at which point they unequip them. Seeing how equipment is pretty damn important this is kind of a major problem.

I can't really explain it better than that. Sorry.

[RMMV] Problem with Passive Equip Skills (Using Yanfly's AutoPassiveStates)

So I'm having this problem where I want my actors to learn "Equip X" passive skills over the game, broadening their combat options. It works...until I get into combat and everyone who has skills that lets them equip things they normally aren't able to, will unequip said items, basically making the skills less than worthless as the actor will strip mid-battle, making those precious stats far weaker.

I've tried disabling other passive skills and even seeing if Equip Core was messing with anything by turning that off, but nothing seems to work. So, I'd greatly appreciate any help even though this isn't actually my ideal system anyway
Pages: 1