Un module FoundryVTT pour les Chroniques d'Iluria
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
670 B

2 years ago
  1. {
  2. "id": "ilburia",
  3. "version": "0.1.0",
  4. "title": "Chroniques d'Ilburia",
  5. "url": "https://git.annwan.me/annnwan/ilburia-fvtt",
  6. "description": "Système pour jouer aux Chroniques d'Ilburia",
  7. "authors": [
  8. {
  9. "name": "Annwan",
  10. "url": "https://www.annwan.me"
  11. }
  12. ],
  13. "esmodules": ["module/simple.js"],
  14. "styles": ["styles/simple.css"],
  15. "packs": [],
  16. "languages": [
  17. {
  18. "lang": "fr",
  19. "name": "French",
  20. "path": "lang/fr.json"
  21. }
  22. ],
  23. "compatibility": {
  24. "minimum": "10",
  25. "verified": "11"
  26. },
  27. "gridDistance": 1,
  28. "gridUnits": "m",
  29. "primaryTokenAttribute": "health",
  30. "secondaryTokenAttribute": "power"
  31. }