-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Schema validation #40
Comments
RE - all reported in forum, considering solved I tried schema validation. These cases seemed more important and should be tested if they work. 20230713 19:24:11 error validation: Extra tag [filter]; there may only be 1 [filter] in [event] 20230713 19:24:11 error validation: Invalid key 'movement_type=' in tag [filter] 20230713 19:25:15 error validation: Tag [event] may not be used in [effect] 20230713 19:25:16 error validation: Tag [filter] may not be used in [remove_object] |
Core bugs as of 1.16 schema Invalid key 'upkeep=' in tag [unit_type] 20230713 19:23:49 error validation: Invalid value '$drone.attack[0].damage' in key 'damage=' in tag [effect] Invalid key 'active_on=' in tag [*] [dummy] weapon special error validation: Invalid key 'min=' in tag [set_variable] |
Test if works, then decide whether to change or edit schema error validation: Extra tag [filter]; there may only be 1 [filter] in [event] |
EoMa - events handled by creating unit that has them during prestart 20230713 19:23:17 error validation: Tag [event] may not be used in [effect] |
|
https://github.com/wesnoth/wesnoth/blob/master/data/schema/units/types.cfg
Some need to be fixed, should rerun with master.
wesnoth --validate-addon Ageless_Era
The text was updated successfully, but these errors were encountered: