Home

Awesome

PATHOGEN

A minetest mod that enables users to get a pathogen.

Features

Diseases

Gravititus

Occurs when ascending too quickly. Symptons include hiccups and random sense of gravity. There is no known cure yet. ( any suggestions? stone soup anyone? )

Influencia

Highly contagious as it is airborne. Being around someone that has the diseases increases the chances of getting the virus drastically. It is advised to eat well and keep your distance from players that are coughing. Death is very unlikely.

Panola

Contagious through body fluids. It is ok to be near someone that has the disease. Make sure that when cleaning up after someone that has expelled fluids, to decontaminate the fluids first. This can be done with the Decontaminator Decontaminator.

Gosirea

Symptons include gas and burps. Occasionaly a shard. Carrier contaminates nearby surfaces when symptoms show. These can intern infect players that dig the infected nodes. Not deadly for those that have good health.

Items

Crafts

pathogen.recipes['xpanes:fence_warning'] =  {
  {'group:stick', 'wool:red', 'group:stick'},
  {'group:stick', 'wool:red', 'group:stick'},
  {'group:stick', 'wool:red', 'group:stick'}
}

pathogen.recipes['pathogen:decontaminator'] = {
  {'xpanes:bar','',''},
  {'','default:steelblock',''},
  {'','',''}
}

Commands

Infections can be initiated by using commands. It requires the "pathogen" privilege. /grant <playername> pathogen.


/pathogens
--list all pathogens and their descriptions

/infect <player name> <pathogen name>
--infect the player

/immunize <player name> <pathogen name>
--make player immune to particular pathogen

Roadmap

Reference

License