Package net.sf.colossus.game
Class BattleStrike
java.lang.Object
net.sf.colossus.game.BattleStrike
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getAttackerSkill
(BattleCritter striker, BattleCritter target) WARNING: this is duplicated in CreatureServerSide (moved from Strike to here)int
getDice
(BattleCritter striker, BattleCritter target) Return the number of dice that will be rolled when striking this target, including modifications for terrain.int
getStrikeNumber
(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
-