Class SimulateCombat

java.lang.Object
games.stendhal.tools.SimulateCombat

public class SimulateCombat extends Object
Class for simulating player vs. creature combat. Note: some of the following code is taken from games.stendhal.tools.BalanceRPGame Usage: games.stendhal.tools.SimulateCombat --lvl --hp --atk --def [ --rounds ] games.stendhal.tools.SimulateCombat --help If no equipment slots are specificed, player will be equipped with a default set unless --barehanded or --fair is used. --noboost is implied if custom equipment slots are set.
  • Constructor Details

    • SimulateCombat

      public SimulateCombat()
  • Method Details