StendhalDesign: Difference between revisions
Content deleted Content added
imported>StephenIerodiaconou No edit summary |
No edit summary |
||
Line 149:
=== Sheep ===
A sheep has the following set of attributes:
* x is the x-position of the sheep
* y is the y-position of the sheep
* dx is the x-speed of the sheep
* dy is the y-speed of the sheep
* hp is the life indicator of the sheep, when it reach 0 the sheep dies.
* weight is the weight indicator of the sheep, the more weight, the more expensive it is.
Sheep tasks should be:
Line 167 ⟶ 166:
=== Wolf ===
Wolves have the following set of attributes:
* x is the x-position of the sheep
* y is the y-position of the sheep
* dx is the x-speed of the sheep
* dy is the y-speed of the sheep
* hp is the life indicator of the sheep, when it reach 0 the sheep dies.
* atk is the RP attack value. See [[StendhalDesign#RP]]
Wolf tasks should be:
| |||