Class BattleStrikeServerSide
java.lang.Object
net.sf.colossus.server.BattleStrikeServerSide
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) intgetAttackerSkill(Creature striker, Creature target, boolean rangestrike) WARNING: this is duplicated in BattleClientSideprivate BattleintWARNING: this is currently still duplicated in game.BattleStrikeprotected intgetDice(CreatureServerSide striker, Creature target) Return the number of dice that will be rolled when striking this target, including modifications for terrain.intgetStrikeNumber(Creature striker, Creature target, boolean rangestrike) intgetStrikeNumber(CreatureServerSide striker, Creature target) WARNING: this is duplicated in BattleClientSide
-
Field Details
-
LOGGER
-
game
-
-
Constructor Details
-
BattleStrikeServerSide
-
-
Method Details
-
getDice
Return the number of dice that will be rolled when striking this target, including modifications for terrain. WARNING: this is currently still duplicated in game.BattleStrike- Parameters:
striker- TODOtarget- TODO
-
getDice
-
getAttackerSkill
-
getStrikeNumber
WARNING: this is duplicated in BattleClientSide- Parameters:
striker- TODOtarget- TODO
-
getStrikeNumber
-
getBattle
-