-
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
Conversation
I don't see a plain Search for all monsters that have looktype |
This is just a sketch, I'll still add all the looktypes and after that the attacks. Don't worry about it now! |
<flag canwalkonfire="0" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> | ||
<defenses armor="40" defense="40" /> |
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.
missing attacks
<flag canwalkonenergy="1" /> | ||
<flag canwalkonfire="0" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> |
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.
missing attacks
data/monster/monsters/fat_porker.xml
Outdated
<?xml version="1.0" encoding="utf-8"?> | ||
<monster name="Fat Porker" nameDescription="a fat porker" race="blood" experience="0" speed="0"> | ||
<health now="20000" max="20000" /> | ||
<look type="0" head="0" body="0" legs="0" feet="0" addons="0" mount="0" corpse="0" /> |
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.
missing looktype and corpse
<flag canwalkonfire="1" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> | ||
<defenses armor="10" defense="5" /> |
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
<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 comment
The reason will be displayed to describe this comment to others. Learn more.
missing attacks
<flag canwalkonenergy="1" /> | ||
<flag canwalkonfire="1" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> |
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.
missing attacks
<immunity drunk="1" /> | ||
</immunities> | ||
<loot> | ||
<item id="2671" name="ham" chance="100000" /> |
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.
missing count for ham and meat
<flag canwalkonfire="1" /> | ||
<flag canwalkonpoison="1" /> | ||
</flags> | ||
<defenses armor="10" defense="5" /> |
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.
missing attacks
Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
Co-authored-by: Evil Puncker <EPuncker@users.noreply.github.com>
Pull Request Prelude
Changes Proposed
Issues addressed:
#4107