-
Notifications
You must be signed in to change notification settings - Fork 10
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 game's first anniversary items (B-22 Model Citizen, Eye of Freedom) #80
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Lucas Gracioso <[email protected]>
I believe AH made it very difficult to get the ID's of each item so I ended up using an unused ID like here |
Got it, that makes sense. When I first read the PR , I was wondering how you got these sequential numbers lol |
Signed-off-by: Lucas Gracioso <[email protected]>
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.
I'll needs Chats input on this as well, especially given ID's etc are his thing
} No newline at end of file | ||
} |
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.
What's this diff?
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.
I added a new line on EOF - check this file on master
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.
If the file shouldn't have a new blank line at EOF, I can remove it
} No newline at end of file | ||
} |
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.
Same here
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.
Same answer as the other comment
Summary
This PR adds the items received as part of the game's first anniversary celebration:
Notes
I couldn’t figure out how these IDs are extracted from the game files, so I left them with
unused IDs. Also, any guidance on this would be nice.@TODO