Files
SoaFE/DATA/XML/AI/PLAYERS/AI_PLAYER_UNDERWORLDSTORYOPPONENT.XML
2026-02-28 14:00:45 -06:00

41 lines
989 B
XML

<?xml version="1.0"?>
<AIPlayerType>
<!--This AI player has full tactical AI but does nothing in galactic except remove corruption-->
<Name>AI_Player_UnderworldStoryOpponent</Name>
<!--Yay for meaningless numbers-->
<Personality>
<Focus>1.0</Focus>
<Aggressiveness>1.0</Aggressiveness>
</Personality>
<SpaceFreeStoreScript>BusyTacticalFreeStore</SpaceFreeStoreScript>
<LandFreeStoreScript>BusyTacticalFreeStore</LandFreeStoreScript>
<GoalProposalFunctionSets>
BasicOffensiveSpaceSet
BasicLandGoalSet
AI_GoalSet_ExpansionGeneric_Land
AI_GoalSet_ExpansionGeneric_Galactic
</GoalProposalFunctionSets>
<Templates>
<Space>
Test_Space
</Space>
<Land>
Test_Land
</Land>
<Galactic>
Remove_Corruption_Only_Template
</Galactic>
</Templates>
<Difficulty_Adjustments>
<Easy>Easy_Underworld</Easy>
<Normal>Normal_Underworld</Normal>
<Hard>Hard_Underworld</Hard>
</Difficulty_Adjustments>
</AIPlayerType>