StendhalDesign: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>StephenIerodiaconou
No edit summary
No edit summary
Line 149: Line 149:
=== Sheep ===
=== Sheep ===
A sheep has the following set of attributes:
A sheep has the following set of attributes:
* x is the x-position of the sheep
* x
* y is the y-position of the sheep
* y
* dx is the x-speed of the sheep
* dx
* dy is the y-speed of the sheep
* dy
* hp is the life indicator of the sheep, when it reach 0 the sheep dies.
* hp
* weight is the weight indicator of the sheep, the more weight, the more expensive it is.
* owner
* weight


Sheep tasks should be:
Sheep tasks should be:
Line 167: Line 166:
=== Wolf ===
=== Wolf ===
Wolves have the following set of attributes:
Wolves have the following set of attributes:
* x is the x-position of the sheep
* x
* y is the y-position of the sheep
* y
* dx is the x-speed of the sheep
* dx
* dy is the y-speed of the sheep
* dy
* hp is the life indicator of the sheep, when it reach 0 the sheep dies.
* hp
* atk is the RP attack value. See [[StendhalDesign#RP]]
* atk


Wolf tasks should be:
Wolf tasks should be: