Advertisement
StormWingDelta

OpenRA Airforce AI

Nov 10th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.14 KB | None | 0 0
  1. HackyAI@AirforceAI:
  2.         Name: Airforce AI
  3.         -MinimumExcessPower: 60
  4.         BuildingCommonNames:
  5.             ConstructionYard: fact
  6.             Refinery: proc
  7.             Power: powr,apwr
  8.             Barracks: barr,tent
  9.             VehiclesFactory: weap
  10.             Production: barr,tent,weap,afld,hpad
  11.             NavalProduction: spen,syrd
  12.             Silo: silo
  13.         UnitsCommonNames:
  14.             Mcv: mcv
  15.         BuildingLimits:
  16.             proc: 4
  17.             barr: 1
  18.             tent: 1
  19.             dome: 1
  20.             weap: 1
  21.             -hpad: 8
  22.             -afld: 8
  23.             atek: 1
  24.             stek: 1
  25.             fix: 1
  26.         BuildingFractions:
  27.             proc: 20%
  28.             powr: 1%
  29.             apwr: 20%
  30.             tent: 1%
  31.             barr: 1%
  32.             -kenn: 0.5%
  33.             dome: 50%
  34.             weap: 6%
  35.             hpad: 70%
  36.             afld: 70%
  37.             pbox: 7%
  38.             hbox: 7%
  39.             gun: 7%
  40.             ftur: 10%
  41.             tsla: 5%
  42.             fix: 1%
  43.             agun: 9%
  44.             sam: 9%
  45.             atek: 10%
  46.             stek: 10%
  47.             mslo: 1%
  48.             -iron: 1%
  49.             -pdox: 1%
  50.             gap: 3%
  51.         UnitsToBuild:
  52.             harv: 20%
  53.             -mcv: 1%
  54.             heli: 50%
  55.             hind: 60%
  56.             mig: 50%
  57.             migshock: 40%
  58.             yak: 60%
  59.         UnitLimits:
  60.             dog: 8
  61.             e6: 4
  62.             harv: 8
  63.             -mcv: 5
  64.         SquadSize: 1
  65.         SupportPowerDecision@spyplane:
  66.             OrderName: SovietSpyPlane
  67.             MinimumAttractiveness: 1
  68.             Consideration@1:
  69.                 Against: Enemy
  70.                 Types: Structure
  71.                 Attractiveness: 1
  72.                 TargetMetric: None
  73.                 CheckRadius: 5c0
  74.         SupportPowerDecision@paratroopers:
  75.             OrderName: SovietParatroopers
  76.             MinimumAttractiveness: 5
  77.             Consideration@1:
  78.                 Against: Enemy
  79.                 Types: Structure
  80.                 Attractiveness: 1
  81.                 TargetMetric: None
  82.                 CheckRadius: 8c0
  83.             Consideration@2:
  84.                 Against: Enemy
  85.                 Types: Water
  86.                 Attractiveness: -5
  87.                 TargetMetric: None
  88.                 CheckRadius: 8c0
  89.         SupportPowerDecision@parabombs:
  90.             OrderName: UkraineParabombs
  91.             MinimumAttractiveness: 1
  92.             Consideration@1:
  93.                 Against: Enemy
  94.                 Types: Structure
  95.                 Attractiveness: 1
  96.                 TargetMetric: None
  97.                 CheckRadius: 5c0
  98.         SupportPowerDecision@nukepower:
  99.             OrderName: NukePowerInfoOrder
  100.             MinimumAttractiveness: 3000
  101.             Consideration@1:
  102.                 Against: Enemy
  103.                 Types: Structure
  104.                 Attractiveness: 1
  105.                 TargetMetric: Value
  106.                 CheckRadius: 5c0
  107.             Consideration@2:
  108.                 Against: Ally
  109.                 Types: Air, Ground, Water
  110.                 Attractiveness: -10
  111.                 TargetMetric: Value
  112.                 CheckRadius: 7c0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement