-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare monsters to work on change target strategy
change target strategy changing in next commit values added in files are based on leaked files
- Loading branch information
Showing
154 changed files
with
558 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<monster name="deathslicer" nameDescription="a deathslicer" race="undead" experience="320" speed="190" manacost="0"> | ||
<health now="2000" max="2000"/> | ||
<look type="102" corpse="2376"/> | ||
<targetchange interval="5000" chance="8"/> | ||
<strategy attack="100" defense="0"/> | ||
<flags> | ||
<flag summonable="0"/> | ||
<flag attackable="1"/> | ||
<flag hostile="1"/> | ||
<flag illusionable="0"/> | ||
<flag convinceable="0"/> | ||
<flag pushable="1"/> | ||
<flag canpushitems="1"/> | ||
<flag canpushcreatures="1"/> | ||
<flag targetdistance="1"/> | ||
<flag staticattack="90"/> | ||
<flag runonhealth="20"/> | ||
</flags> | ||
<attacks> | ||
<attack name="melee" interval="2000" min="-100" max="-300"/> | ||
<attack name="energy" interval="2000" chance="25" radius="3" target="0" min="-150" max="-250"> | ||
<attribute key="areaEffect" value="yellowspark"/> | ||
</attack> | ||
</attacks> | ||
<defenses armor="199" defense="199"/> | ||
<elements> | ||
<health now="2000" max="2000"/> | ||
<look type="102" corpse="2376"/> | ||
<targetchange interval="1000" chance="0"/> | ||
<targetstrategies nearest="100" health="0" damage="0" random="0"/> | ||
<flags> | ||
<flag summonable="0"/> | ||
<flag attackable="1"/> | ||
<flag hostile="1"/> | ||
<flag illusionable="0"/> | ||
<flag convinceable="0"/> | ||
<flag pushable="1"/> | ||
<flag canpushitems="1"/> | ||
<flag canpushcreatures="1"/> | ||
<flag targetdistance="1"/> | ||
<flag staticattack="90"/> | ||
<flag runonhealth="20"/> | ||
</flags> | ||
<attacks> | ||
<attack name="melee" interval="2000" min="-100" max="-300"/> | ||
<attack name="energy" interval="2000" chance="25" radius="3" target="0" min="-150" max="-250"> | ||
<attribute key="areaEffect" value="yellowspark"/> | ||
</attack> | ||
</attacks> | ||
<defenses armor="199" defense="199"/> | ||
<elements> | ||
<element physicalPercent="100"/><element deathPercent="100"/> | ||
<element energyPercent="100"/> | ||
<element earthPercent="100"/> | ||
</elements> | ||
<immunities> | ||
<immunity lifedrain="1"/> | ||
<immunity outfit="1"/> | ||
<immunity drunk="1"/> | ||
<immunity invisible="1"/> | ||
</immunities> | ||
<immunities> | ||
<immunity lifedrain="1"/> | ||
<immunity outfit="1"/> | ||
<immunity drunk="1"/> | ||
<immunity invisible="1"/> | ||
</immunities> | ||
</monster> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.