java.lang.Object | +--Atrocity
Atrocity is the class which handles Atrocities in Freedom in the Galaxy. An Atrocity allows an Imperial Player to perform "an act normally beyond the bounds of the rules and good taste." The resulting Atrocity may inflict immediate wounds on characters, destroy military units, or completely eradicate the entire planet from the game.
| Constructor Summary | |
Atrocity()
Constructs an Atrocity instance. |
|
| Method Summary | |
boolean |
chemicalBomb()
Method for handling the Chemical Bomb Atrocity. |
boolean |
haltPlanetaryRotation()
Method for handling the Halt Planetary Rotation Atrocity. |
boolean |
hypnosisGas()
Method for handling the Hypnosis Gas Atrocity. |
boolean |
sneakAttack()
Method for handling the Sneak Attack Atrocity. |
boolean |
strafe()
Method for handling the Strafe Atrocity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Atrocity()
| Method Detail |
public boolean sneakAttack()
true if the atrocity was successful.
false otherwise.public boolean chemicalBomb()
true if the atrocity was successful.
false otherwise.public boolean hypnosisGas()
true if the atrocity was successful.
false otherwise.public boolean strafe()
true if the atrocity was successful.
false otherwise.public boolean haltPlanetaryRotation()
true if the atrocity was successful.
false otherwise.