moo-man / WFRP4e-FoundryVTT

The premiere system for running grim and perilous games of Warhammer Fantasy Role-play in the Foundry VTT environment.
Apache License 2.0
87 stars 51 forks source link

[Breaking] Update grid config in manifest to v12 #2088

Open Forien opened 2 months ago

Forien commented 2 months ago

Fixed manifest deprecation warning.

image

This is breaking change so it should only be merged for v12-only release.

andrewbeard commented 2 months ago

If you include the previous fields (gridDistance, gridUnits) in the system.json file as well as the new ones it will silence the warning but maintain backwards compatibility. Then when you drop v11 support you can just remove the previous values. This is the method that's been recommended on the Foundry Discord and has been implemented in other systems.