Added Divination Cards to Classes and Base Types lookup lists

This commit is contained in:
Ben 2015-07-05 16:19:45 +01:00
parent aad34b1407
commit 3ea0530c01
3 changed files with 32 additions and 3 deletions

View File

@ -1068,4 +1068,32 @@ Quartz Wand
Sage Wand Sage Wand
Serpent Wand Serpent Wand
Spiraled Wand Spiraled Wand
Tornado Wand Tornado Wand
Emperor's Luck
The Avenger
The Brittle Emperor
Hope
The Battle Born
The Carrion Crow
The Cataclysm
The Dark Mage
The Drunken Aristocrat
The Gladiator
The Hoarder
The Hunger
The Metalsmith's Gift
The Poet
The Road to Power
The Scholar
The Summoner
Vinia's Token
Three Faces in the Dark
The Hermit
Lantador's Lost Love
Birth of the Three
The Lover
Chaotic Disposition
Eternal Sword
The Sun
The Gemcutter
The Warden

View File

@ -33,4 +33,5 @@ Maps
Fishing Rods Fishing Rods
Map Fragments Map Fragments
Hideout Doodads Hideout Doodads
Microtransactions Microtransactions
Divination Card

View File

@ -87,7 +87,7 @@
<!-- Color Template --> <!-- Color Template -->
<DataTemplate DataType="{x:Type blockItemBaseTypes:ColorBlockItem}"> <DataTemplate DataType="{x:Type blockItemBaseTypes:ColorBlockItem}">
<StackPanel> <StackPanel>
<xctk:ColorPicker SelectedColor="{Binding Color}" AvailableColors="{Binding ElementName=BlockItemContentControl, Path=DataContext.AvailableColors }" ShowAvailableColors="True" AvailableColorsHeader="Path of Exile Colors"/> <xctk:ColorPicker SelectedColor="{Binding Color}" AvailableColors="{Binding ElementName=BlockItemContentControl, Path=DataContext.AvailableColors }" ShowAvailableColors="True" AvailableColorsHeader="Path of Exile Colors"/>
<userControls:ThemeComponentSelectionControl ThemeComponent="{Binding ThemeComponent}" <userControls:ThemeComponentSelectionControl ThemeComponent="{Binding ThemeComponent}"
Margin="0,2,0,2"> Margin="0,2,0,2">