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

Create gun object #28

Merged
merged 23 commits into from
May 30, 2021
Merged

Create gun object #28

merged 23 commits into from
May 30, 2021

Conversation

Anomalous-Creator
Copy link
Collaborator

@Anomalous-Creator Anomalous-Creator commented May 28, 2021

Should be less rushed than my last pull request. All weapons/stats are placeholders.

@Anomalous-Creator Anomalous-Creator added the wait for author Used for when a PR isn't ready for review yet label May 28, 2021
@Anomalous-Creator Anomalous-Creator linked an issue May 28, 2021 that may be closed by this pull request
class Gun(GameObject):
def __init__(self, gun_type):
super().__init__()
self.gun_type = gun_type
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's some discussion needed about gun levels, but I wouldn't worry about changing this now because it'll probably change anyway

Copy link
Collaborator Author

@Anomalous-Creator Anomalous-Creator May 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could add in an attribute and a placeholder multiplier/buff for now.

Copy link
Owner

@HagenSR HagenSR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gun object should be in the item folder. Graham already made one so we can just wait until it's pulled through

@Anomalous-Creator Anomalous-Creator removed the wait for author Used for when a PR isn't ready for review yet label May 29, 2021
Copy link
Owner

@HagenSR HagenSR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the objecttypes!

@HagenSR HagenSR merged commit 16e628a into dev May 30, 2021
@HagenSR HagenSR deleted the Create-Gun-Object branch May 30, 2021 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Gun object
3 participants