com.TeamHEC.LocomotionCommotion.Card
Class NuclearCard

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Card.Card
      extended by com.TeamHEC.LocomotionCommotion.Card.ResourceCard
          extended by com.TeamHEC.LocomotionCommotion.Card.NuclearCard

public class NuclearCard
extends ResourceCard

Author:
Callum Hewitt A Card object which when used adds an amount of nuclear equal to: ((Shop.cardPrice/2) + x where 0 < x < Shop.cardPrice) / Shop.nuclearPrice to the owners supply

Constructor Summary
NuclearCard(Player player)
           
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Card.ResourceCard
implementCard
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Card.Card
getImage, getName, getOwner, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuclearCard

public NuclearCard(Player player)