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
The line of sight and movement speed of Zhu Xi villager is incorrect (units/zhuxi/villager-1.json)
This is what the data looks like now:
"sight": { "line": 0, "height": 0 }, "movement": { "speed": null}
I guess it should be like the values for Chinese:
"sight": { "line": 28, "height": 10 }, "movement": { "speed": 1.125 }
There are also no values for weapons for this villager.
On the website there is no data being shown for these attributes: https://aoe4world.com/explorer/civs/zhuxi/units/villager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The line of sight and movement speed of Zhu Xi villager is incorrect (units/zhuxi/villager-1.json)
This is what the data looks like now:
"sight": { "line": 0, "height": 0 }, "movement": { "speed": null}
I guess it should be like the values for Chinese:
"sight": { "line": 28, "height": 10 }, "movement": { "speed": 1.125 }
There are also no values for weapons for this villager.
On the website there is no data being shown for these attributes:
https://aoe4world.com/explorer/civs/zhuxi/units/villager
The text was updated successfully, but these errors were encountered: