diff --git a/1.2/Assemblies/2_AutomataRace.dll b/1.2/Assemblies/2_AutomataRace.dll index 5fa2f26..ae91e5e 100644 Binary files a/1.2/Assemblies/2_AutomataRace.dll and b/1.2/Assemblies/2_AutomataRace.dll differ diff --git a/1.2/Defs/AutomataRaceSettings/AutomataSpecializations.xml b/1.2/Defs/AutomataRaceSettings/AutomataSpecializations.xml new file mode 100644 index 0000000..5b319d9 --- /dev/null +++ b/1.2/Defs/AutomataRaceSettings/AutomataSpecializations.xml @@ -0,0 +1,78 @@ + + + + PN_Specialization_Combat + UI/Icons/Combat + +
  • + Shooting + 3 + 1 +
  • +
  • + Melee + 3 + 1 +
  • +
  • + Animals + 3 + 1 +
  • +
    +
    + + + PN_Specialization_Engineer + UI/Icons/Engineer + +
  • + Construction + 3 + 1 +
  • +
  • + Crafting + 3 + 1 +
  • +
  • + Mining + 3 + 1 +
  • +
  • + Intellectual + 3 + 1 +
  • +
    +
    + + + PN_Specialization_Domestic + UI/Icons/Domestic + +
  • + Cooking + 3 + 1 +
  • +
  • + Plants + 3 + 1 +
  • +
  • + Social + 3 + 1 +
  • +
  • + Medicine + 3 + 1 +
  • +
    +
    +
    \ No newline at end of file diff --git a/Textures/UI/Icons/Combat.png b/Textures/UI/Icons/Combat.png new file mode 100644 index 0000000..0dfcf4c Binary files /dev/null and b/Textures/UI/Icons/Combat.png differ diff --git a/Textures/UI/Icons/Domestic.png b/Textures/UI/Icons/Domestic.png new file mode 100644 index 0000000..b20367b Binary files /dev/null and b/Textures/UI/Icons/Domestic.png differ diff --git a/Textures/UI/Icons/Engineer.png b/Textures/UI/Icons/Engineer.png new file mode 100644 index 0000000..2eefb7b Binary files /dev/null and b/Textures/UI/Icons/Engineer.png differ