Difference between revisions of "Properties(Builder)"

From CoffeeMud Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
*[[Prop_AddDamage]]
 
*[[Prop_AddDamage]]
 
*[[Prop_CombatAdjuster]]
 
*[[Prop_CombatAdjuster]]
 +
*[[Prop_UseAdjuster]]
 
*[[Prop_Adjuster]]
 
*[[Prop_Adjuster]]
 
*[[Prop_HereAdjuster]]
 
*[[Prop_HereAdjuster]]
Line 21: Line 22:
 
*[[Prop_RideAdjuster]]
 
*[[Prop_RideAdjuster]]
 
*[[Prop_WearAdjuster]]
 
*[[Prop_WearAdjuster]]
 +
*[[Adorable]]
 
*[[Age]]
 
*[[Age]]
 
*[[Prop_ReqAlignments]]
 
*[[Prop_ReqAlignments]]
Line 58: Line 60:
 
*[[Prop_RoomView]]
 
*[[Prop_RoomView]]
 
*[[Prop_Doppleganger]]
 
*[[Prop_Doppleganger]]
 +
*[[Prop_UseEmoter]]
 +
*[[Prop_UseEmoter2]]
 
*[[Prop_Familiar]]
 
*[[Prop_Familiar]]
 
*[[Prop_LanguageSpeaker]]
 
*[[Prop_LanguageSpeaker]]
Line 80: Line 84:
 
*[[Loyalty]]
 
*[[Loyalty]]
 
*[[Prop_MagicFreedom]]
 
*[[Prop_MagicFreedom]]
 +
*[[Milkable]]
 
*[[Prop_ModExperience]]
 
*[[Prop_ModExperience]]
 
*[[Prop_ModFaction]]
 
*[[Prop_ModFaction]]
Line 110: Line 115:
 
*[[QuestBound]]
 
*[[QuestBound]]
 
*[[Prop_ReRollStats]]
 
*[[Prop_ReRollStats]]
 +
*[[Prop_Sounder]]
 
*[[Prop_NoRecall]]
 
*[[Prop_NoRecall]]
 
*[[Prop_OutfitContainer]]
 
*[[Prop_OutfitContainer]]
Line 126: Line 132:
 
*[[Prop_ReqRaces]]
 
*[[Prop_ReqRaces]]
 
*[[Prop_ScrapExplode]]
 
*[[Prop_ScrapExplode]]
 +
*[[Shaming]]
 
*[[SlowLearner]]
 
*[[SlowLearner]]
 +
*[[SmellsLikeCherries]]
 
*[[SoundEcho]]
 
*[[SoundEcho]]
 
*[[Prop_RestrictSkills]]
 
*[[Prop_RestrictSkills]]
 
*[[Prop_RestrictSpells]]
 
*[[Prop_RestrictSpells]]
 
*[[Prop_SpellReflecting]]
 
*[[Prop_SpellReflecting]]
 +
*[[Regeneration]]
 
*[[Prop_StayAboard]]
 
*[[Prop_StayAboard]]
 
*[[Prop_PeaceMaker]]
 
*[[Prop_PeaceMaker]]
Line 145: Line 154:
 
*[[Prop_SafePet]]
 
*[[Prop_SafePet]]
 
*[[Prop_RoomUnmappable]]
 
*[[Prop_RoomUnmappable]]
*[[Prop_UseEmoter]]
 
*[[Prop_UseEmoter2]]
 
 
*[[Prop_Unsellable]]
 
*[[Prop_Unsellable]]
 
*[[Prop_WeakBridge]]
 
*[[Prop_WeakBridge]]
Line 153: Line 160:
 
*[[Prop_Weather]]
 
*[[Prop_Weather]]
 
*[[Prop_WizInvis]]
 
*[[Prop_WizInvis]]
*[[Prop_IceBox]]</div>
+
*[[Prop_IceBox]]
 +
</div>

Revision as of 21:41, 3 August 2018

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    

Properties are modifiers to an Area, Room, Exit, Item or MOB that affect how the item interacts with players. Think of properties as modifying WHAT the object is. For example, a room that is the trunk of a tree may have a PROP_CLIMBABLE to denote that you can only cling to the tree to stay in that room. Or an item may have a PROP_WEARADJUSTER which modifies some of the wearers stats. This may be somewhat confusing at first, but the more practice you have with assigning behaviors and effects, the easier it will be to understand.

Properties