Romans in Attila 05 didn’t train legionaries

Hi! I just played Attila 05 in the highest difficulty (the forum censors the opposite of ‘soft’) and took like one hour to finish it. In that time, the Romans didn’t research Legionary and only used long swordsmen.

Is that the intended behaviour? I temember in AoC and HD, Byzantines did train some champions

Edit: I just saw Ornlu’s run and Romans did train legionaries. His video is 4 months old.

Edit 2: here’s Viper’s run in HD and Byzantines do train champions

1 Like

I don’t know if I should necro this thread or crreate a new one, but I just completed the Catalaunian fields again and yet again, the Romans didn’t upgrade their long swordsmen to legionaries. Note that I had just played Alaric 05 a few weeks ago and the Romans there didn’t upgrade their LS to Legionaries either.

Edit: the Romanes never got to Imperial Age, but I took a lot of time to defeat them, so it’s not like I was so fast that they didn’t manage to get there. Alans didn’t advance either

This is the AI condition for researching legionaries

(defrule
(game-time > 300)
(unit-type-count militiaman-line > 6)
(can-research-with-escrow 885)
=>
(release-escrow wood)
(release-escrow food)
(release-escrow gold)
(release-escrow stone)
(research 885)
(chat-local-to-self “research legionary”)
)



Note that they didn't train centurions either, even though they have castles

(defrule

(game-time greater-than 100)

(difficulty == easy)

(unit-type-count-total my-unique-unit-line less-than 6)

(can-train my-unique-unit-line)

=>

(train my-unique-unit-line)

(chat-local-to-self “Centurion”)

)

(defrule

(game-time greater-than 100)

(difficulty == moderate)

(unit-type-count-total my-unique-unit-line less-than 15)

(can-train my-unique-unit-line)

=>

(train my-unique-unit-line)

(chat-local-to-self “Centurion”)

)

(defrule

(game-time greater-than 100)

(difficulty == hard)

(unit-type-count-total my-unique-unit-line less-than 22)

(can-train my-unique-unit-line)

=>

(train my-unique-unit-line)

(chat-local-to-self “Centurion”)

)

I think you should have posted both in the Bug Section instead of here

1 Like

I had an even weirder bug, but in the coop version. The Romans were Vietnamese and another civ in a different scenario.

1 Like