-
Notifications
You must be signed in to change notification settings - Fork 99
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
Some fix on definitions #155
Conversation
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.
Hi, thank you for contributing to SaintCoinach.
This PR comes with no context, 6.2 references in commit messages that are up to 8 months old, doesn't follow naming conventions and contains half the changes that are wrong, please make sure to add context to the PR using the PR's message and make sure your PR contains updates that are valid, because checking every single edit is really not fun.
@@ -30,9 +30,9 @@ | |||
} | |||
}, | |||
{ | |||
"index": 18, | |||
"index": 19, |
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.
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.
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.
Then what's col 18? Did you check against ingame data as you're in deep dungeon?
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.
Then what's col 18? Did you check against ingame data as you're in deep dungeon?
it seems a flag to identicate which type of sheet is for idx 19-22, just look at the full function, if this flag is 1, DeepDungeonMagicStone is used and when the flag is 2, DeepDungeonDemiclone is used.
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'm not really doing exe digging to update definitions, it's just based on what it's matching ingame as we compare data and UI.
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.
It means that you should implement it as a complexlink for col 18 then, better do it in this PR.
Here is an example of a complexlink:
SaintCoinach/SaintCoinach/Definitions/Achievement.json
Lines 63 to 71 in 2f894d7
"type": "complexlink", | |
"links": [ | |
{ | |
"when": { | |
"key": "Type", | |
"value": 2 | |
}, | |
"sheet": "Achievement" | |
}, |
No description provided.