Initial commit
This commit is contained in:
80
DATA/XML/TRADEROUTELINES.XML
Normal file
80
DATA/XML/TRADEROUTELINES.XML
Normal file
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TradeRouteLines>
|
||||
<TradeRouteLine Name="Default">
|
||||
<Settings_For_Faction Name="Neutral">
|
||||
<Color_Zoomed_Out>200, 200, 200, 255</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>150, 150, 150, 255</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Enemy">
|
||||
<Color_Zoomed_Out>225, 0, 0, 255</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>128, 0 0, 255</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Ally">
|
||||
<Color_Zoomed_Out>0, 255, 0, 255</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 128, 0, 255</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Good">
|
||||
<Color_Zoomed_Out>225, 0, 0, 255</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>128, 0 0, 255</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Evil">
|
||||
<Color_Zoomed_Out>0, 0, 255, 255</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0, 255, 255</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Corrupt">
|
||||
<Color_Zoomed_Out>255, 255, 0, 255</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>128, 128, 0, 255</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
</TradeRouteLine>
|
||||
|
||||
<TradeRouteLine Name="Invisible"> <!-- Invisible Line for attaching distant planets -->
|
||||
<Settings_For_Faction Name="Neutral">
|
||||
<Color_Zoomed_Out>0, 0, 0, 0</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0, 0, 0</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Enemy">
|
||||
<Color_Zoomed_Out>0, 0, 0, 0</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0 0, 0</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Ally">
|
||||
<Color_Zoomed_Out>0, 0, 0, 0</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0, 0, 0</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Good">
|
||||
<Color_Zoomed_Out>0, 0, 0, 0</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0 0, 0</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Evil">
|
||||
<Color_Zoomed_Out>0, 0, 0, 0</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0, 0, 0</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
<Settings_For_Faction Name="Corrupt">
|
||||
<Color_Zoomed_Out>0, 0, 0, 0</Color_Zoomed_Out>
|
||||
<Color_Zoomed_In>0, 0, 0, 0</Color_Zoomed_In>
|
||||
<Width>3.0</Width>
|
||||
<Render_Mode>ADDITIVE</Render_Mode>
|
||||
</Settings_For_Faction>
|
||||
</TradeRouteLine>
|
||||
</TradeRouteLines>
|
||||
Reference in New Issue
Block a user