-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add monsters and bosses from 12.60 and 12.20.9066 update #4126
Closed
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1864ded
Adding monster bases
omarcopires 1eba3aa
Add staticdata looktypes
omarcopires 103912e
Fix: Spyrat file names
omarcopires 68e2927
Fix: TFS code style (#14)
torresmon 933c747
Add 12.20.9066 base monsters
omarcopires 5aab3be
Remove yell false
omarcopires 0e97a1a
Fix: a weak spot
omarcopires dd44c5c
Removing invalid flags
omarcopires 2b600c0
Fix: TFS code style (#15)
torresmon 56d7c5e
Fix: Pirat Bombardier (#16)
torresmon 598ddc2
Partial monster fixes
omarcopires 56d1724
Resolve conversations and fixes (#18)
torresmon 542d7e3
Merge branch 'master' into 1260-monsters
omarcopires bae42c4
Merge branch 'master' into 1260-monsters
omarcopires 4e7b0ca
Monsters: alphabetical order
omarcopires b2230ba
Partial monster fixes
omarcopires 16c65db
Partial monster fixes
omarcopires c02ac5b
Partial monster fixes
omarcopires 3e0e5c1
Merge branch 'master' into 1260-monsters
omarcopires ef37392
Merge remote-tracking branch 'upstream/master' into 1260-monsters
omarcopires 009a188
Update data/monster/monsters.xml
omarcopires 21588d4
Update data/monster/monsters/celebrating_orger.xml
omarcopires File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<monster name="a weak spot" nameDescription="a weak spot" race="venom" experience="0" speed="0"> | ||
<health now="1000" max="1000" /> | ||
<look typeex="35382" corpse="0" /> | ||
<targetchange interval="2000" chance="5" /> | ||
<flags> | ||
<flag attackable="1" /> | ||
<flag hostile="1" /> | ||
<flag summonable="0" /> | ||
<flag convinceable="0" /> | ||
<flag illusionable="0" /> | ||
<flag isboss="0" /> | ||
<flag ignorespawnblock="1" /> | ||
<flag pushable="0" /> | ||
<flag canpushitems="0" /> | ||
<flag canpushcreatures="0" /> | ||
<flag staticattack="90" /> | ||
<flag targetdistance="1" /> | ||
<flag canwalkonenergy="0" /> | ||
<flag canwalkonfire="0" /> | ||
<flag canwalkonpoison="0" /> | ||
</flags> | ||
<immunities> | ||
<immunity paralyze="1" /> | ||
<immunity invisible="1" /> | ||
<immunity drunk="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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<monster name="Angry Elemental" nameDescription="an angry elemental" race="undead" experience="0" speed="220"> | ||
<health now="7000" max="7000" /> | ||
<look type="286" corpse="10499" /> | ||
<targetchange interval="2000" chance="5" /> | ||
<flags> | ||
<flag attackable="1" /> | ||
<flag hostile="1" /> | ||
<flag summonable="0" /> | ||
<flag convinceable="0" /> | ||
<flag illusionable="0" /> | ||
<flag isboss="0" /> | ||
<flag ignorespawnblock="0" /> | ||
<flag pushable="0" /> | ||
<flag canpushitems="1" /> | ||
<flag canpushcreatures="1" /> | ||
<flag staticattack="90" /> | ||
<flag targetdistance="1" /> | ||
<flag canwalkonenergy="1" /> | ||
<flag canwalkonfire="1" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> | ||
<defenses armor="10" defense="5" /> | ||
<immunities> | ||
<immunity paralyze="1" /> | ||
<immunity invisible="1" /> | ||
<immunity drunk="1" /> | ||
</immunities> | ||
<elements> | ||
<element energyPercent="-25" /> | ||
<element earthPercent="100" /> | ||
<element firePercent="100" /> | ||
<element icePercent="100" /> | ||
</elements> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<monster name="Angry King Chuck" nameDescription="an angry king chuck" race="blood" experience="0" speed="120"> | ||
<health now="100" max="100" /> | ||
<look type="1260" corpse="0" /> | ||
<targetchange interval="2000" chance="5" /> | ||
<flags> | ||
<flag attackable="1" /> | ||
<flag hostile="1" /> | ||
<flag summonable="0" /> | ||
<flag convinceable="0" /> | ||
<flag illusionable="0" /> | ||
<flag isboss="1" /> | ||
<flag ignorespawnblock="1" /> | ||
<flag pushable="0" /> | ||
<flag canpushitems="0" /> | ||
<flag canpushcreatures="0" /> | ||
<flag staticattack="90" /> | ||
<flag targetdistance="1" /> | ||
<flag canwalkonenergy="0" /> | ||
<flag canwalkonfire="0" /> | ||
<flag canwalkonpoison="0" /> | ||
</flags> | ||
<defenses armor="10" defense="5" /> | ||
<immunities> | ||
<immunity drunk="1" /> | ||
<immunity invisible="1" /> | ||
<immunity paralyze="1" /> | ||
<immunity physical="1" /> | ||
<immunity energy="1" /> | ||
<immunity earth="1" /> | ||
<immunity fire="1" /> | ||
<immunity lifedrain="1" /> | ||
<immunity manadrain="1" /> | ||
<immunity drown="1" /> | ||
<immunity ice="1" /> | ||
<immunity holy="1" /> | ||
<immunity death="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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<monster name="Celebrating Orger" nameDescription="a celebrating orger" race="blood" experience="0" speed="230"> | ||
<health now="700" max="700" /> | ||
<look type="1255" head="79" body="6" legs="94" feet="2" addons="1" mount="0" corpse="0" /> | ||
<targetchange interval="2000" chance="5" /> | ||
<flags> | ||
<flag attackable="1" /> | ||
<flag hostile="0" /> | ||
<flag summonable="0" /> | ||
<flag convinceable="0" /> | ||
<flag illusionable="0" /> | ||
<flag isboss="0" /> | ||
<flag ignorespawnblock="0" /> | ||
<flag pushable="1" /> | ||
<flag canpushitems="1" /> | ||
<flag canpushcreatures="0" /> | ||
<flag staticattack="90" /> | ||
<flag targetdistance="1" /> | ||
<flag canwalkonenergy="1" /> | ||
<flag canwalkonfire="1" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> | ||
<defenses armor="10" defense="5" /> | ||
<immunities> | ||
<immunity drunk="1" /> | ||
<immunity invisible="1" /> | ||
<immunity paralyze="1" /> | ||
<immunity physical="1" /> | ||
<immunity energy="1" /> | ||
<immunity earth="1" /> | ||
<immunity fire="1" /> | ||
<immunity lifedrain="1" /> | ||
<immunity manadrain="1" /> | ||
<immunity drown="1" /> | ||
<immunity ice="1" /> | ||
<immunity holy="1" /> | ||
<immunity death="1" /> | ||
</immunities> | ||
<voices interval="5000" chance="10"> | ||
<voice sentence="Let's paaarty!!" /> | ||
<voice sentence="More beeeer!" /> | ||
<voice sentence="Paaaartimeee!" /> | ||
</voices> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<monster name="Cheese Thief" nameDescription="a cheese thief" race="blood" experience="0" speed="0"> | ||
<health now="1100" max="1100" /> | ||
<look type="0" head="0" body="0" legs="0" feet="0" addons="0" mount="0" corpse="0" /> | ||
omarcopires marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<targetchange interval="2000" chance="5" /> | ||
<flags> | ||
<flag attackable="1" /> | ||
<flag hostile="1" /> | ||
<flag summonable="0" /> | ||
<flag convinceable="0" /> | ||
<flag illusionable="0" /> | ||
<flag isboss="0" /> | ||
<flag ignorespawnblock="0" /> | ||
<flag pushable="0" /> | ||
<flag canpushitems="0" /> | ||
<flag canpushcreatures="0" /> | ||
<flag staticattack="90" /> | ||
<flag targetdistance="1" /> | ||
<flag canwalkonenergy="0" /> | ||
<flag canwalkonfire="0" /> | ||
<flag canwalkonpoison="0" /> | ||
</flags> | ||
<defenses armor="10" defense="5" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. missing attacks |
||
<immunities> | ||
<immunity paralyze="1" /> | ||
<immunity invisible="1" /> | ||
<immunity drunk="1" /> | ||
</immunities> | ||
</monster> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add meele attack 0-1 damage