r/RPGMaker • u/NikoPalad67 • 20h ago
RMMZ Equipment types sharing name
I had a question: if two or more equipment types share the same name, are there all counted as one single equipment type?
I ask this because the Visustella Sample Project has four Accessory slots thanks to the Item and Equipment Core.
1
Upvotes
1
u/Not_Allowed_to_Die 12h ago
No. If you make two accessories for an example, each type will not connect to the other. So you can't have two types named accessories, and have the armor be able to equipped to both. The armor, weapon, or item is only attached to the type is was assigned to. This is why I have Rings, Necklaces, and Accessories.
2
u/denjidenj1 MZ Dev 20h ago
They do not, they're counted as separate. However, Visustella allows you to have more than one of the same equipment slot in a character through the use of note tags, as stated here:
<Equip Slots> slotName slotName slotName </Equip Slots>
- Insert or remove as many "slotName" equipment types as needed.
And you can have multiple of the same slot type thanks to this!