Prop RestrictSkills
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_RestrictSkills=== | |
---|---|
Effect: | Specific Skill Neutralizing |
Targets: | Room, Area, MOB, Item |
Parameters: | SKILLS=""ABILITYID,..."" (MESSAGE=""STRING"") (WEARONLY="T/F")
(ONLYROOMS=""DOMAIN,..."") (NEVERROOMS=""DOMAIN,..."") |
Examples: | SKILLS="Spell_Sleep,Skill_Recall" MESSAGE="No!" ONLYROOMS="UNDERWATER,AIR" |
Description: | Cancels the effects of the listed spells/skills, and can be restricted by location. The only required parameter is SKILLS, which is a comma-delimited list of Ability IDs. Optional parameters includes MESSAGE, to change the skill users error message, ONLYROOMS to restrict the skill everywhere except the comma delimited list of DOMAIN strings, and NEVERROOMS to restrict the skill only in the comma delimited list of DOMAIN strings. DOMAINS include: CITY, WOODS, ROCKY, PLAINS, UNDERWATER, AIR, WATERSURFACE, JUNGLE, SWAMP, DESERT, HILLS, MOUNTAINS, SPACEPORT, SEAPORT, STONE, WOODEN, CAVE, MAGIC, UNDERWATER, AIR, WATERSURFACE, METAL. When this property is on a mob, it only affects the mob. When on an item, it only affects the owner of the item. If you want to limit spells/skills used AGAINST a mob, look at immunities. |
Notes
.