zolantris Posted September 3, 2023 Share Posted September 3, 2023 (edited) Example on CharacterSheetTemplates.xaml there is a Binding Source for rings. Curious if this UUID is the connector for the actual event that allows the ring to be equipped. What does this UUID reference? How would I find this UUID, I literally extracted all the .pak files and did a bunch of searches for the UUID and parts of it but no luck. <DataTrigger Binding="{Binding SelectedSlotType}" Value="Ring2"> <Setter Property="Text" Value="{Binding Source='h46199a04ga3a5g4e27g8d33g96a06b50041c',Converter={StaticResource TranslatedStringConverter}, ConverterParameter='ToUpper'}"/> </DataTrigger> Edited September 3, 2023 by zolantris Link to comment Share on other sites More sharing options...
Recommended Posts