wyvern.kernel.combat.shapes
Class WingedSerpent

java.lang.Object
  extended bywyvern.kernel.combat.Body
      extended bywyvern.kernel.combat.shapes.Serpentine
          extended bywyvern.kernel.combat.shapes.WingedSerpent
All Implemented Interfaces:
MutableProperty, PartsList, SelfExternalizable

public class WingedSerpent
extends Serpentine

This Body type has all the body parts of a standard human.

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

Field Summary
 
Fields inherited from class wyvern.kernel.combat.Body
dist_, parts_, total_
 
Constructor Summary
WingedSerpent()
           
 
Method Summary
protected  void addParts()
          Constructs a new WingedSerpent body and assigns appropriate weights to the body parts.
 
Methods inherited from class wyvern.kernel.combat.Body
addPart, addPartFirst, addWeightedPart, chooseRandomPart, createClone, equals, find, get, getByHashcode, getParts, getTotalProbability, isEmpty, iterator, parsePartElement, parsePartProperties, parseToHit, parseWC, readData, removePart, replacePart, shouldWrite, size, toString, writeData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WingedSerpent

public WingedSerpent()
Method Detail

addParts

protected void addParts()
Constructs a new WingedSerpent body and assigns appropriate weights to the body parts.

Overrides:
addParts in class Serpentine