Class BattleStrike
java.lang.Object
net.sf.colossus.game.BattleStrike
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAttackerSkill(BattleCritter striker, BattleCritter target) WARNING: this is duplicated in CreatureServerSide (moved from Strike to here)intgetDice(BattleCritter striker, BattleCritter target) Return the number of dice that will be rolled when striking this target, including modifications for terrain.intgetStrikeNumber(BattleCritter striker, BattleCritter target) WARNING: this is duplicated in CreatureServerSide (moved from Strike to here)
-
Field Details
-
LOGGER
-
game
-
-
Constructor Details
-
BattleStrike
-
-
Method Details
-
getDice
Return the number of dice that will be rolled when striking this target, including modifications for terrain. WARNING: this is duplicated in CreatureServerSide (moved from Strike to here)- Parameters:
striker- TODOtarget- TODO
-
getAttackerSkill
WARNING: this is duplicated in CreatureServerSide (moved from Strike to here)- Parameters:
striker- TODOtarget- TODO
-
getStrikeNumber
WARNING: this is duplicated in CreatureServerSide (moved from Strike to here)- Parameters:
striker- TODOtarget- TODO
-
getBattle
-