FieryRoom
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 |
===FieryRoom=== | |
---|---|
Targets: | Rooms |
Parameters: | min, max ticks, a percent chance, flags and strings |
Examples: | min=5 max=10 chance=100;damage=77 Title="A Horribly Blackened Spot" Description="This place was once just like any part of the road. Now it is nothing more than a sooty pit." NOSTOP eqchance=50 |
Description: | This behavior makes a room operate like it is on fire. This can include dealing direct damage to players, burning flammable equipment and making non-flammable equipment heat up (i.e. is dropped), emote that it is burning, and eventually turn into a burnt-out room.
The first parameter can be empty for defaults, or may contain a setting for minimum ticks (min=10), maximum ticks (max=20), and the percept chance of occurrence after the random number of ticks has expired (chance=25). Additional Settings and Flags:
All of the parameters are optional. Defaults are:
|
Notes
- This is an incredibly annoying behavior for players...use with care.