The CMLib.combat class in the Java package com.planet_ink.coffee_mud.commands.interfaces is a part of the CoffeeMUD game engine and it handles combat-related functionalities. This class provides methods for initiating and resolving combat between characters, calculating damages, handling special attacks and defenses, determining hit and miss probabilities, managing combat rounds, and other combat-related tasks. It serves as a central hub for various combat-related commands and functions in the CoffeeMUD game.
Java CMLib.combat - 27 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Commands.interfaces.CMLib.combat extracted from open source projects. You can rate examples to help us improve the quality of examples.