Initial commit
This commit is contained in:
48
DATA/XML/AI/PLAYERS/BASICHUTTPLAYER.XML
Normal file
48
DATA/XML/AI/PLAYERS/BASICHUTTPLAYER.XML
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--Technically a clone of BasicEmpire now with Hutt Difficulty Adjustments v2.7.2.-->
|
||||
<!--Major Update to branch away from Empire clone and add some functions like AI teching v2.8.1.-->
|
||||
<AIPlayerType>
|
||||
<Name>BasicHutts</Name>
|
||||
|
||||
<Personality>
|
||||
<Focus>.3</Focus>
|
||||
<Aggressiveness>1.0</Aggressiveness>
|
||||
</Personality>
|
||||
|
||||
<GalacticFreeStoreScript>GalacticFreeStore</GalacticFreeStoreScript>
|
||||
<SpaceFreeStoreScript>BusyTacticalFreeStore</SpaceFreeStoreScript>
|
||||
<LandFreeStoreScript>BusyTacticalFreeStore</LandFreeStoreScript>
|
||||
|
||||
<GoalProposalFunctionSets>
|
||||
SystemFunctions
|
||||
BasicOffensiveGalacticSet
|
||||
BasicDefensiveGalacticSet
|
||||
BasicInfrastructureGalacticSet
|
||||
BasicInformationGalacticSet
|
||||
BasicOffensiveSpaceSet
|
||||
BasicLandGoalSet
|
||||
AI_GoalSet_ExpansionGeneric_Galactic
|
||||
AI_GoalSet_ExpansionGeneric_Land
|
||||
AI_GoalSet_Hutts_Land
|
||||
</GoalProposalFunctionSets>
|
||||
|
||||
<Templates>
|
||||
<Space>
|
||||
Test_Space
|
||||
</Space>
|
||||
<Land>
|
||||
Test_Land
|
||||
</Land>
|
||||
<Galactic>
|
||||
Basic_Hutts_Default
|
||||
Tech_Upgrade_Hutts
|
||||
Shutdown_Offense
|
||||
</Galactic>
|
||||
</Templates>
|
||||
|
||||
<Difficulty_Adjustments>
|
||||
<Easy>Easy_Hutts</Easy>
|
||||
<Normal>Normal_Hutts</Normal>
|
||||
<Hard>Hard_Hutts</Hard>
|
||||
</Difficulty_Adjustments>
|
||||
</AIPlayerType>
|
||||
Reference in New Issue
Block a user