Initial commit
This commit is contained in:
45
DATA/XML/AI/PLAYERS/AI_PLAYER_UNDERWORLD.XML
Normal file
45
DATA/XML/AI/PLAYERS/AI_PLAYER_UNDERWORLD.XML
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0"?>
|
||||
<AIPlayerType>
|
||||
<Name>AI_Player_Underworld</Name>
|
||||
|
||||
<!--Meaningless-->
|
||||
<Personality>
|
||||
<Focus>1.0</Focus>
|
||||
<Aggressiveness>1.0</Aggressiveness>
|
||||
</Personality>
|
||||
|
||||
<GalacticFreeStoreScript>GalacticFreeStore</GalacticFreeStoreScript>
|
||||
<SpaceFreeStoreScript>BusyTacticalFreeStore</SpaceFreeStoreScript>
|
||||
<LandFreeStoreScript>BusyTacticalFreeStore</LandFreeStoreScript>
|
||||
|
||||
<GoalProposalFunctionSets>
|
||||
SystemFunctions
|
||||
AI_GoalSet_Underworld_Galactic
|
||||
AI_GoalSet_ExpansionGeneric_Land
|
||||
AI_GoalSet_Underworld_Land
|
||||
AI_GoalSet_Underworld_Space
|
||||
BasicOffensiveGalacticSet
|
||||
BasicDefensiveGalacticSet
|
||||
BasicOffensiveSpaceSet
|
||||
BasicLandGoalSet
|
||||
</GoalProposalFunctionSets>
|
||||
|
||||
<Templates>
|
||||
<Space>
|
||||
Test_Space
|
||||
</Space>
|
||||
<Land>
|
||||
Test_Land
|
||||
</Land>
|
||||
<Galactic>
|
||||
Underworld_Galactic_Default
|
||||
Shutdown_Offense
|
||||
</Galactic>
|
||||
</Templates>
|
||||
|
||||
<Difficulty_Adjustments>
|
||||
<Easy>Easy_Underworld</Easy>
|
||||
<Normal>Normal_Underworld</Normal>
|
||||
<Hard>Hard_Underworld</Hard>
|
||||
</Difficulty_Adjustments>
|
||||
</AIPlayerType>
|
||||
Reference in New Issue
Block a user