StendhalDesign: Difference between revisions
Content deleted Content added
No edit summary |
|||
Line 174:
Wolf tasks should be:
* <b>follow</b> means that wolf follows an object using the shortest way to reach it.
* <b>attack</b> means that wolf will try to damage the attacked object until its hp reach 0<br>Another action will cancel attack task.
* <b>patrol</b> means that wolf will move around a specified path.
* <b>chat</b> means that wolf will start to shout 'auuuuuuu!'. Wolves will often understand this as a call.
Wolf behaviour consists of patrolling some assigned areas.<br>
Line 193:
seller and buyer tasks would be:
* <b>patrol</b> means that NPC will move around a specified path.
NPC behaviour consists of listening to people near them.<br>
Line 216:
Player tasks should be:
* <b>move</b> means that player will change its dx, dy params to move.
* <b>attack</b> means that player will try to damage the attacked object until its hp reach 0.<br>Another action will cancel attack task.
* <b>chat</b> means that player writes text to other players or NPCs
=== Food ===
| |||