-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Medals #522
Labels
enhancement
New feature or request
Comments
4 tasks
Hey @SapiensAnatis can you please add a bit more detail for this just while I get my head around the code base to begin with :) |
@Antimeify Sure, I've fleshed out the description a bit describing the core mechanic and some initial investigation into what the client is expecting here. |
Also, here are the localisation strings and honor IDs from the above JSON next to their English translation:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Medials should be implemented in the encyclopedia.
In the original game, medals were a way to show off having cleared particular content with a certain unit. For instance, a medal to clear an Agito Uprising quest on Legend would be earned when you cleared it with character X, and then when you viewed character X's medals in the encyclopedia it would be there. The implicit encouragement here is to clear content with a wide range of units.
The wiki article contains a full list of the available medals: https://dragalialost.wiki/w/Medals
The proposed DB schema would be
At a precursory glance and guessing at the right property name, this data appears to be sent in
album/index
viachara_honor_list
Here
honor_id
is an ID from theHonorData
asset in the masterasset. A JSON dump of this is below which can be included as aMasterAsset
instance in the code:HonorData.json
Outstanding questions:
honor_id
? Does not seem to be a way to link this using the data in the asset alone. A manual map may be required.honor_id
instead of a quest ID?AtgenHonorList
type only contains anhonor_id
and noquantity
field or similar. Do we send the samehonor_id
multiple times to reflect quantity?Things to be careful of:
DungeonRecordService
to know if a skip ticket is being used -- which we will need to check when awarding a medal.The text was updated successfully, but these errors were encountered: