bozimmerman / CoffeeMud

Full featured, mature MUD supporting MSP, MXP, OLC, with a web server, mail server, and MORE!
Apache License 2.0
191 stars 100 forks source link

Pull request for assignment. #36

Closed jwalb closed 4 years ago

jwalb commented 4 years ago

Hey Bo,

I've been taking an Open Source class for the last semester, and I've spent the last 8 or so weeks doing various assignments on CoffeeMUD. For the last assignment we had to make a contribution to the repository via pull request. (It doesn't have to be accepted). I created a couple of things for this contribution:

Spell_WalkWithDeath - a short duration invisibility spell that lasts for a certain amount of time, a number of steps (room movement), or if the player makes a malicious attack.

Prop_SpawnMobFrom - a prop that is attached to an item or a mob, that when a player enters the room, after a certain duration, will destroy the affected item or mob and spawn a new mob in its place.

Command Invasion - a new command that will allow an archon to spawn waves of mobs at designated intervals into random rooms in an area.