Prop ItemSlot
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_ItemSlot=== | |
---|---|
Effect: | Has slots for enhancement items |
Targets: | ITEM |
Parameters: | (NUM="SLOTS COUNT") (TYPE="STRING") (REMOVEABLE="TRUE/FALSE") ; "XML" |
Examples: | NUM=4 TYPE=Gems REMOVEABLE=TRUE |
Description: | When placed on an item, that item will have available slots into which other items, those with the Prop_ItemSlotFiller property, can be PUT using the PUT command. When this is done, the item with this property will gain the effect benefits of the other item in addition to its own.
The NUM parameter determines how many slots are available. The TYPE parameter must match the TYPE parameter from the Prop_ItemSlotFiller of the item being PUT. The REMOVEABLE property sets whether the items in the slots may be removed. See also Prop_ItemSlotFiller. |
Notes
.