Prop ItemSlotFiller

From CoffeeMud Wiki
Revision as of 14:28, 13 July 2021 by Loki (talk | contribs)
Jump to navigation Jump to search
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Builder Information=
Basics Praetor     Player Support     Commands     Zapper Masks Advanced Races     Classes     Abilities     Socials     Scripting    
Building Behaviors     Properties     Areas     Rooms     Exits     Items     Mobs Systems Achievements     Crafting     Help Info     Ships     Planes of Existence     Quests     Triumphs    
===Prop_ItemSlotFiller===
Effect: Provides for enhanced item slots.
Targets: ITEM
Parameters: (NUM="SLOTS COUNT") (TYPE="STRING") (SKIPS="ID,...")
Examples: NUM=4 TYPE=Gems REMOVEABLE=TRUE
Description: When placed on an item, that item will put able to be PUT, using the PUT command, into the slots provided on an item with the Prop_ItemSlot property. When this is done, the item into which this item is PUT will gain all the effect benefits of this item.

The NUM parameter determines how many slots this item takes up. The TYPE parameter must match the TYPE parameter from the Prop_ItemSlot of the item being PUT into. The SKIPS property is a comma delimited list of Ability IDs which should be ignored when determining which effects on this item should be applied to the slotted item.

SKIPS parameter

The Skips parameter should include any property that should exist on the slot filler, but not transmitted to the slotted item. For example, if your slotfiller has Prop_ItemNoRuin on it, you may wish to inhibit this property if multiple slotfillers are going to have this property.

Notes

.