Guy-L / parakit

Scripting framework to extract and analyze Touhou game data for score players and anyone looking for insight!
7 stars 2 forks source link

Added ID column to Player Shots table #71

Closed Nylilsa closed 1 week ago

Nylilsa commented 1 week ago

Added the ID column to the Player Shots table. That was all :)

Guy-L commented 1 week ago

Appreciate the PR! The single-state print intentionally only displays a subset of the extracted state info and we try not to include too many things that might not be relevant for a lot of use cases. The internal in-array IDs of player shots are relevant for your use case but not really any others I can think of - if someone needs that sort of technical info, it's better they make their own analyzer to get it from the ParaKit API. Do feel free to contribute in the future! :)