StendhalDesign: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
Line 174: Line 174:


Wolf tasks should be:
Wolf tasks should be:
* <b>follow</b> means that wolf follows an object using the shortest way to reach it.
* follow
* <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.
* attack
* <b>patrol</b> means that wolf will move around a specified path.
* patrol
* <b>chat</b> means that wolf will start to shout 'auuuuuuu!'. Wolves will often understand this as a call.
* chat


Wolf behaviour consists of patrolling some assigned areas.<br>
Wolf behaviour consists of patrolling some assigned areas.<br>
Line 193: Line 193:


seller and buyer tasks would be:
seller and buyer tasks would be:
* <b>patrol</b> means that NPC will move around a specified path.
* patrol


NPC behaviour consists of listening to people near them.<br>
NPC behaviour consists of listening to people near them.<br>
Line 216: Line 216:


Player tasks should be:
Player tasks should be:
* <b>move</b> means that player will change its dx, dy params to move.
* 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.
* attack
* <b>chat</b> means that player writes text to other players or NPCs
* chat


=== Food ===
=== Food ===