[.981][Bug] Forge Piercing and Cutting defense bonus still not working [fixed]

The description of the Forge improvement says, that it provides a +2 bonus to all defense types for trained units. However, the piercing and cutting defense bonus is instead applied to stationed units.

1,595 views 6 replies
Reply #1 Top

Updated the thread title, to reflect that this bug is still in 0.951 and also affects the Blacksmith improvement.

Reply #2 Top

 

Fixed, thanks.

Reply #3 Top

The Forge is still not working properly in 0.981.

It is using

Code: xml
  1. <ModType>City</ModType>


for piercing and cutting defense.

Should be this:

Code: xml
  1. <ModType>CityTrainingBonus</ModType>

Reply #4 Top

Bob Sagat!!!

Okay, now its really fixed.  This time for sure.  I hope.

Reply #5 Top

It would be sweet if there was a way to have the XML audited for orphaned items. AKA items that are in the XML but don't have anything calling them properly. It seems like there's a ton of XML-based problems- typos, the wrong/missing prerequisites, blank info, etc.

It's so nice that XML is easily changed, but it's a bit too easy to type the wrong info or have an incomplete entry!

Reply #6 Top

Quoting Derek, reply 5
Bob Sagat!!!
End of Derek's quote

My eyeballs are now bleeding.  Thanks for that.