This script is outdated.
Use
Core Equip Slots and relevant add-ons for your equip-related needs.
Spoiler
FP: Equip SlotsAuthor: Tsukihime
Type: Features add-on
Overview
Who says you can't wear 5 hats or 3 coats?
This script provides basic functionality to expand the number of equip slots for every equip type.
Features
- Change the number of equip slots you can have
- Create custom equip types
- Specify custom sort order for equip types (order which they appear)
- Allow equips to add more equip slots
- Allow classes to add more equip slots
UsageIn the configuration, just specify how many equip slots you want for each type of slot.
You can add additional equip types by adding more entries in the "extended equip types" section.
To specify that an equip is of that type, use the following notetag
<fp:es etype n>Where n corresponds to the equip type defined in the table above.If you would like a custom sort order (eg: gloves appear above weapon), you can modify Equip_Order to something you like. Note that there is no way to interweave equip types (eg: weapon, shield, weapon, bodygear, weapon).
In order to add slots to your actors, you must use "features". This is not available
in the default editor, so you will need to use notetags.
In actors, classes, weapons, armors, and states, you can type
<+eslot: slot_type amount><+eslot: 0 2><+eslot: 1 1>The first example says to add two slot 0's. Slot 0 by default is the weapon slot, so your actor will have two weapon slots.Because these are features, the slots change depending on what you equip, what your class is, and who the actor is. It is also possible to change slots in game using script calls.
You can add more slots to your actor directly through script calls.
add_slot(actor_id, slot_type, amount)This will add the given amount of slots based on the specified slot type to that actor.
Screenshots
Lots of slots
Equipping a round shield gave me more slots
Downloads
Script:
http://db.tt/NnnLMyGb
Kread-Ex's
Actor inventory
Notes: the feature code for Equip Slots is 103 in this script.
本贴来自国际rpgmaker官方论坛作者:Tsukihime处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/fp-equip-slots.2975/