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.

32 lines
481 B

2 years ago
  1. {
  2. "Actor": {
  3. "types": ["character"],
  4. "htmlFields": ["biography"],
  5. "character": {
  6. "biography": "",
  7. "health": {
  8. "value": 10,
  9. "min": 0,
  10. "max": 10
  11. },
  12. "power": {
  13. "value": 5,
  14. "min": 0,
  15. "max": 5
  16. },
  17. "attributes": {},
  18. "groups": {}
  19. }
  20. },
  21. "Item": {
  22. "types": ["item"],
  23. "htmlFields": ["description"],
  24. "item": {
  25. "description": "",
  26. "quantity": 1,
  27. "weight": 0,
  28. "attributes": {},
  29. "groups": {}
  30. }
  31. }
  32. }