-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Ark game events, add method to return cards played in event
- Loading branch information
1 parent
73d4627
commit e07500f
Showing
4 changed files
with
94 additions
and
10 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
ark_nova_stats/bga_log_parser/fixtures/play_new_conservation_project.log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"uid": "669b91f5aa2de", | ||
"type": "moveProjects", | ||
"log": "${player_name} plays a new conservation project: ${card_names}", | ||
"args": { | ||
"cards": [ | ||
{ | ||
"id": "P114_ReleaseYosemite", | ||
"location": "projects_0", | ||
"state": 22, | ||
"pId": 0, | ||
"extraDatas": null | ||
} | ||
], | ||
"projects": [ | ||
{ | ||
"id": "P114_ReleaseYosemite", | ||
"location": "projects_0", | ||
"state": 22, | ||
"pId": 0, | ||
"extraDatas": null | ||
} | ||
], | ||
"fromDisplay": false, | ||
"player_name": "sorryimlikethis", | ||
"player_id": 86346298, | ||
"card_names": { | ||
"log": "${card_name_0}", | ||
"args": { | ||
"i18n": [ | ||
"card_name_0" | ||
], | ||
"card_name_0": { | ||
"log": "${card_name}", | ||
"args": { | ||
"i18n": [ | ||
"card_name" | ||
], | ||
"card_name": "Yosemite national park", | ||
"card_id": "P114_ReleaseYosemite", | ||
"preserve": [ | ||
"card_id" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"i18n": [ | ||
"card_names" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters