We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have found that for some siege units the MeleeArmor/PierceArmor differs from Base Melee/Pierce in the Armours dict.
e.g. Battering Ram https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L13305
"MeleeArmor": 0, ..., "PierceArmor": 180,
vs.
"Armours": [ { "Amount": -3, "Class": 4 }, { "Amount": 180, "Class": 3 }, ... ],
Other siege units affected:
Capped Ram https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L6269 Siege Ram https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L7536 Siege Tower https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L11638
The text was updated successfully, but these errors were encountered:
Those properties are actually named "Displayed[Property]" in the game files. I guess they only influence what is being displayed in-game, but not what is actually calculated. https://github.com/SiegeEngineers/aoe2techtree/blob/master/scripts/generateDataFiles.py#L569
Sorry, something went wrong.
This issue can be closed because devs have fixed it themselves.
No branches or pull requests
I have found that for some siege units the MeleeArmor/PierceArmor differs from Base Melee/Pierce in the Armours dict.
e.g. Battering Ram
https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L13305
vs.
Other siege units affected:
Capped Ram
https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L6269
Siege Ram
https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L7536
Siege Tower
https://github.com/SiegeEngineers/aoe2techtree/blob/master/data/data.json#L11638
The text was updated successfully, but these errors were encountered: