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

Implement Immunities on Character #23

Open
duysqubix opened this issue Nov 30, 2020 · 0 comments
Open

Implement Immunities on Character #23

duysqubix opened this issue Nov 30, 2020 · 0 comments
Labels
partially done Features that are grouped by a single 'issue` but contains more than one to-do planned feature feature that needs to be implemented

Comments

@duysqubix
Copy link
Owner

Right now immunities on character is stored on attrs property as a dictionary of lists each pertaining to an immunity in a categorty

        self.add_attr('immunity', {
            'poison': [],
            'disease': [],
            'conditions': []
        })

Change this so that the immunity is a class that stores this information, as methods can be applied to add/remove/edit current immunities.

@duysqubix duysqubix added planned feature feature that needs to be implemented partially done Features that are grouped by a single 'issue` but contains more than one to-do labels Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partially done Features that are grouped by a single 'issue` but contains more than one to-do planned feature feature that needs to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant