Skip to content
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

Make some monsters steal food and possibly other items. [$40] #71

Open
kevingranade opened this issue Feb 15, 2013 · 2 comments
Open

Make some monsters steal food and possibly other items. [$40] #71

kevingranade opened this issue Feb 15, 2013 · 2 comments
Labels
<Enhancement / Feature> New features, or enhancements on existing Monsters Monsters both friendly and unfriendly. Organization: Bounty Bounties for claim (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@kevingranade
Copy link
Member

Need several pieces of infrastructure for this:
Monster flag for STEAL_FOOD.
Adjustment to monster::plan() to make monsters with this flag consider food a target.
Probably a new monster function take_item() for the monster to use on it's target once it acquires it, which will probably flip the monster plan to either being neutral or running away.
Code in monster::die() to dump contents of inventory when monster is killed.

Similar flag/code for STEAL_SHINY, possibly others.

There is a $25 open bounty on this issue. Add to the bounty at Bountysource.

@kevingranade kevingranade changed the title Make some monsters steal food and possibly other items. Make some monsters steal food and possibly other items. [$25] Sep 25, 2014
@kevingranade kevingranade added the Organization: Bounty Bounties for claim label Sep 25, 2014
@Night-Pryanik Night-Pryanik added the Monsters Monsters both friendly and unfriendly. label Sep 12, 2017
@scanevaro
Copy link

Bumping this because I imagine it can add to the challenge of Base creation

@CleverRaven CleverRaven deleted a comment from adamkad1 Apr 1, 2019
@I-am-Erk I-am-Erk added this to To do in Faction Camp Improvements via automation Jul 21, 2022
@I-am-Erk I-am-Erk added this to To Do in Ownership and theft via automation Jul 21, 2022
@rtizzy
Copy link
Contributor

rtizzy commented Sep 18, 2022

The bounty on this is currently 40 USD. Might want to update it.

@Night-Pryanik Night-Pryanik changed the title Make some monsters steal food and possibly other items. [$25] Make some monsters steal food and possibly other items. [$40] Sep 18, 2022
Maleclypse added a commit to Maleclypse/Cataclysm-DDA that referenced this issue Jun 4, 2023
Co-Authored-By: Anton Burmistrov <11132525+Night-Pryanik@users.noreply.github.com>
bombasticSlacks pushed a commit that referenced this issue Jun 5, 2023
Co-authored-by: Anton Burmistrov <11132525+Night-Pryanik@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Enhancement / Feature> New features, or enhancements on existing Monsters Monsters both friendly and unfriendly. Organization: Bounty Bounties for claim (S2 - Confirmed) Bug that's been confirmed to exist
Projects
Status: To Do
Development

No branches or pull requests

4 participants