Revert granting condition from HackyAI

In favor of using GrantConditionOnBotOwner.
Updated update rule and shipping mods accordingly.
This commit is contained in:
reaperrr
2018-11-08 11:49:34 +01:00
committed by Oliver Brakmann
parent 4c9c8bf7fc
commit 74fa8752c9
7 changed files with 43 additions and 23 deletions

View File

@@ -131,7 +131,6 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
Condition: enable-cabal-ai
HackyAI@Watson:
Name: Watson
Type: watson
@@ -263,7 +262,6 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
Condition: enable-watson-ai
HackyAI@HAL9001:
Name: HAL 9001
Type: hal9001
@@ -397,6 +395,14 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
GrantConditionOnBotOwner@cabal:
Condition: enable-cabal-ai
Bots: cabal
GrantConditionOnBotOwner@watson:
Condition: enable-watson-ai
Bots: watson
GrantConditionOnBotOwner@hal9001:
Condition: enable-hal9001-ai
Bots: hal9001
HarvesterBotModule:
RequiresCondition: enable-cabal-ai || enable-watson-ai || enable-hal9001-ai

View File

@@ -125,7 +125,6 @@ Player:
OrderName: ProduceActorPower.Fremen
Consideration@1:
Against: Ally
Condition: enable-omnius-ai
HackyAI@Vidius:
Name: Vidious
Type: vidious
@@ -251,7 +250,6 @@ Player:
OrderName: ProduceActorPower.Fremen
Consideration@1:
Against: Ally
Condition: enable-vidious-ai
HackyAI@Gladius:
Name: Gladius
Type: gladius
@@ -376,6 +374,14 @@ Player:
OrderName: ProduceActorPower.Fremen
Consideration@1:
Against: Ally
GrantConditionOnBotOwner@omnius:
Condition: enable-omnius-ai
Bots: omnius
GrantConditionOnBotOwner@vidious:
Condition: enable-vidious-ai
Bots: vidious
GrantConditionOnBotOwner@gladius:
Condition: enable-gladius-ai
Bots: gladius
HarvesterBotModule:
RequiresCondition: enable-omnius-ai || enable-vidious-ai || enable-gladius-ai

View File

@@ -105,8 +105,6 @@ Player:
DefaultCashDropdownLocked: True
DefaultCashDropdownVisible: False
DefaultCash: 50
-ConditionManager:
-HarvesterBotModule:
-HackyAI@RushAI:
-HackyAI@NormalAI:
-HackyAI@NavalAI:

View File

@@ -121,7 +121,6 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
Condition: enable-rush-ai
HackyAI@NormalAI:
Name: Normal AI
Type: normal
@@ -262,7 +261,6 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
Condition: enable-normal-ai
HackyAI@TurtleAI:
Name: Turtle AI
Type: turtle
@@ -404,7 +402,6 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
Condition: enable-turtle-ai
HackyAI@NavalAI:
Name: Naval AI
Type: naval
@@ -521,6 +518,17 @@ Player:
Attractiveness: -10
TargetMetric: Value
CheckRadius: 7c0
GrantConditionOnBotOwner@rush:
Condition: enable-rush-ai
Bots: rush
GrantConditionOnBotOwner@normal:
Condition: enable-normal-ai
Bots: normal
GrantConditionOnBotOwner@turtle:
Condition: enable-turtle-ai
Bots: turtle
GrantConditionOnBotOwner@naval:
Condition: enable-naval-ai
Bots: naval
HarvesterBotModule:
RequiresCondition: enable-rush-ai || enable-normal-ai || enable-turtle-ai || enable-naval-ai

View File

@@ -78,6 +78,8 @@ Player:
medic: 3
repair: 3
SquadSize: 20
GrantConditionOnBotOwner@test:
Condition: enable-test-ai
Bots: test
HarvesterBotModule:
RequiresCondition: enable-test-ai