wyvern.lib.properties.materials
Class Mithril

java.lang.Object
  extended bywyvern.lib.properties.materials.Material
      extended bywyvern.lib.properties.materials.Metal
          extended bywyvern.lib.properties.materials.Silver
              extended bywyvern.lib.properties.materials.Mithril

public class Mithril
extends Silver

Mithril.

Version:
1.0, Oct 17, 1999
Author:
Steve Yegge

Field Summary
 
Fields inherited from class wyvern.lib.properties.materials.Material
desc_, phase_
 
Constructor Summary
Mithril()
          Constructs a new Mithril
 
Method Summary
 int getToughess()
          Returns a measure of the toughness of the material, in hit-points per pound.
 
Methods inherited from class wyvern.lib.properties.materials.Material
createMaterial, equals, getDescription, getPhase, setDescription, setPhase, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mithril

public Mithril()
Constructs a new Mithril

Method Detail

getToughess

public int getToughess()
Returns a measure of the toughness of the material, in hit-points per pound.

Overrides:
getToughess in class Silver