Package net.sf.colossus.server
Class BattleStrikeServerSide
java.lang.Object
net.sf.colossus.server.BattleStrikeServerSide
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
getAttackerSkill
(Creature striker, Creature target, boolean rangestrike) WARNING: this is duplicated in BattleClientSideprivate Battle
int
WARNING: this is currently still duplicated in game.BattleStrikeprotected int
getDice
(CreatureServerSide striker, Creature target) Return the number of dice that will be rolled when striking this target, including modifications for terrain.int
getStrikeNumber
(Creature striker, Creature target, boolean rangestrike) int
getStrikeNumber
(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
WARNING: this is currently still duplicated in game.BattleStrike -
getAttackerSkill
WARNING: this is duplicated in BattleClientSide- Parameters:
striker
- TODOtarget
- TODOrangestrike
- TODO
-
getStrikeNumber
WARNING: this is duplicated in BattleClientSide- Parameters:
striker
- TODOtarget
- TODO
-
getStrikeNumber
-
getBattle
-