mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added coloring to the setting grids for the Lost Island DLC engrams, creatures and resources.
This commit is contained in:
parent
cb287f2113
commit
7d6859915d
3 changed files with 35 additions and 2 deletions
|
|
@ -2729,6 +2729,9 @@
|
|||
<DataTrigger Binding="{Binding Mod}" Value="CrystalIsles">
|
||||
<Setter Property="Background" Value="#FFD6D6" />
|
||||
</DataTrigger>
|
||||
<DataTrigger Binding="{Binding Mod}" Value="LostIsland">
|
||||
<Setter Property="Background" Value="#D9F7C4" />
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
</DataGrid.RowStyle>
|
||||
|
|
@ -3121,6 +3124,9 @@
|
|||
<DataTrigger Binding="{Binding Mod}" Value="CrystalIsles">
|
||||
<Setter Property="Background" Value="#FFD6D6" />
|
||||
</DataTrigger>
|
||||
<DataTrigger Binding="{Binding Mod}" Value="LostIsland">
|
||||
<Setter Property="Background" Value="#D9F7C4" />
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
</ListBox.ItemContainerStyle>
|
||||
|
|
@ -3640,6 +3646,9 @@
|
|||
<DataTrigger Binding="{Binding Mod}" Value="CrystalIsles">
|
||||
<Setter Property="Background" Value="#FFD6D6" />
|
||||
</DataTrigger>
|
||||
<DataTrigger Binding="{Binding Mod}" Value="LostIsland">
|
||||
<Setter Property="Background" Value="#D9F7C4" />
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
</DataGrid.RowStyle>
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
<entry>
|
||||
<id>urn:uuid:18276A38-2C71-4BB8-9A83-96D5EBFE9C87</id>
|
||||
<title>1.1.412 (1.1.412.1)</title>
|
||||
<summary>1.1.412.1</summary>
|
||||
<title>1.1.412 (1.1.412.2)</title>
|
||||
<summary>1.1.412.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-15T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
|
|
@ -27,6 +27,7 @@
|
|||
<ul>
|
||||
<li>fr-FR Translation file updated.</li>
|
||||
<li>Added LostIsland to official mods in the SurvivalEvolved gamedata file.</li>
|
||||
<li>Added coloring to the setting grids for the Lost Island DLC engrams, creatures and resources.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,29 @@
|
|||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2021-12-15T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:B2056A54-0063-43A9-8E8E-8AD411FFC377</id>
|
||||
<title>1.1.412 (1.1.412.2)</title>
|
||||
<summary>1.1.412.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-15T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added coloring to the setting grids for the Lost Island DLC engrams, creatures and resources.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:18276A38-2C71-4BB8-9A83-96D5EBFE9C87</id>
|
||||
<title>1.1.412 (1.1.412.1)</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue