Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Mystic Mage on April 16, 2011, 05:50:58 pm

Title: [XP] Weapon Classes Corresponding to Monster Classes
Post by: Mystic Mage on April 16, 2011, 05:50:58 pm
I am sure some of this could be done using events or just changing things in the database, but maybe not exactly the way I want it so let me explain.

I'd like to have certain weapons that have a specific class set to them that give them major advantages against specific enemies. The specific enemies also cannot be damaged much if at all without a weapon which has that class in its attributes. This is not just a simple "does more damage vs." type weapon either.

For example: A ninja is fighting a Giant class beast. The Giant cannot be damaged by normal weapons even if they have vs. giant or if the Giant happend to be a Fire Giant an Ice Element weapon would still do next to no damage (maybe one or two points more). The ninja has a Zanbato which has the Grand class which can actually do damage to Giant, Adult Dragon, and Golem class monsters. The ninja also has a God Piercer Naginata which has the Giant Slayer Class which does extra damage to Giants only, and average damage to Adult Dragon and Golem class monsters.

Should the ninja equip a Nodachi and fight the Giant, it would take next to no damage. Should he equip the Zanbato it would deal average damage. Should he equip the God Piercer Naginata then he would do 2 -3 times the normal damage to the Giant.

The second part of this would be adding the Weapon Class conditions to certain monsters.


So, can anyone help me? I did a serach to make sure this has not been done already, but if I passed over it then please forgive me.
Title: Re: Special Weapon Classes
Post by: The Niche on April 16, 2011, 05:55:38 pm
A) Please, please, please, do not put caps on enemy names, Or anything other than acronyms.

B) I don't think it's been done before, but I reckon with a little manipulation of elements you could do it. The main problem would be modifying the equipment screen to show the weapon's class.
Title: Re: Special Weapon Classes
Post by: Mystic Mage on April 16, 2011, 08:05:12 pm
Noted. I only did so for emphasis, but I changed it to bold instead.

Well as for showing the class, it could be listed in the description should it already be applied to the weapon, but it'd be nice to have it show up in its own section.
Title: Re: Special Weapon Classes
Post by: Mystic Mage on April 23, 2011, 04:12:24 pm
This is a very important dynamic to my game. It might be simple, but not simple enough for me to do it myself.
It would be nice to have this aspect within the script itself and not have to be put in an event every single time since there will be many occurences where the weapon class and monster class will be taken into account.

I need more on how to get this done.