mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-28 14:04:28 +02:00
24 lines
776 B
XML
24 lines
776 B
XML
<monster name="Husky" nameDescription="a husky" race="blood" experience="0" speed="71" manacost="420">
|
|
<health now="140" max="140" />
|
|
<look type="258" corpse="7316" />
|
|
<targetchange interval="1000" chance="5" />
|
|
<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
|
|
<flags>
|
|
<flag summonable="1" />
|
|
<flag attackable="1" />
|
|
<flag hostile="0" />
|
|
<flag illusionable="1" />
|
|
<flag convinceable="1" />
|
|
<flag pushable="1" />
|
|
<flag canpushitems="0" />
|
|
<flag canpushcreatures="0" />
|
|
<flag targetdistance="1" />
|
|
<flag runonhealth="0" />
|
|
</flags>
|
|
<defenses armor="5" defense="5" />
|
|
<voices interval="2000" chance="7">
|
|
<voice sentence="Yoooohuuuu!" />
|
|
<voice sentence="Grrrrrrr" />
|
|
<voice sentence="Ruff, ruff!" />
|
|
</voices>
|
|
</monster> |