The com.planet_ink.coffee_mud.behaviors.interfaces.CMLib.combat package in Java is a part of CoffeeMud, a MUD (Multi-User Dungeon) game engine. It contains the classes and interfaces related to combat behavior in the game. This package provides functionality to handle various aspects of combat, such as creating and managing combat objects, calculating damage, resolving combat actions, determining hit and dodge chances, and determining the outcome of combat encounters. It also includes utility classes and interfaces to assist in handling combat-related tasks. Overall, the com.planet_ink.coffee_mud.behaviors.interfaces.CMLib.combat package plays a crucial role in simulating combat scenarios within the CoffeeMud game.
Java CMLib.combat - 28 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Behaviors.interfaces.CMLib.combat extracted from open source projects. You can rate examples to help us improve the quality of examples.