wyvern.kernel.combat.parts
Class CloakTorso

java.lang.Object
  extended bywyvern.kernel.combat.BodyPart
      extended bywyvern.kernel.combat.parts.CloakTorso

public class CloakTorso
extends BodyPart

This body part can wear only cloaks, no body armor.

Version:
1.0, Jun 08, 1998
Author:
Steve Yegge

Field Summary
 
Fields inherited from class wyvern.kernel.combat.BodyPart
hitWeight_, name_, pluralName_, slots_, uniqueName_
 
Constructor Summary
CloakTorso()
          Constructs a new CloakTorso
CloakTorso(java.lang.String uniqueName)
          Constructs a new CloakTorso
 
Methods inherited from class wyvern.kernel.combat.BodyPart
equals, getName, getPluralName, getProbability, getSlots, getTotalAC, getUniqueName, makeClone, makeSingleSlot, setName, setPluralName, setProbability, setUniqueName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloakTorso

public CloakTorso()
Constructs a new CloakTorso


CloakTorso

public CloakTorso(java.lang.String uniqueName)
Constructs a new CloakTorso