5etools-utils 0.9.9 → 0.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/backgrounds.json +8 -0
  3. package/schema/brew/bestiary/bestiary.json +8 -0
  4. package/schema/brew/bestiary/legendarygroups.json +8 -0
  5. package/schema/brew/bestiary/template.json +8 -0
  6. package/schema/brew/class/class.json +16 -0
  7. package/schema/brew/class/foundry.json +5 -53
  8. package/schema/brew/decks.json +35 -1
  9. package/schema/brew/deities.json +8 -0
  10. package/schema/brew/fluff-races.json +8 -0
  11. package/schema/brew/foundry-races.json +348 -40
  12. package/schema/brew/foundry-shared.json +54 -0
  13. package/schema/brew/homebrew.json +4 -1
  14. package/schema/brew/items-base.json +8 -0
  15. package/schema/brew/items.json +8 -0
  16. package/schema/brew/races.json +16 -0
  17. package/schema/brew/spells/spells.json +8 -0
  18. package/schema/brew/util.json +17 -1
  19. package/schema/brew-fast/backgrounds.json +8 -0
  20. package/schema/brew-fast/bestiary/bestiary.json +8 -0
  21. package/schema/brew-fast/bestiary/legendarygroups.json +8 -0
  22. package/schema/brew-fast/bestiary/template.json +8 -0
  23. package/schema/brew-fast/class/class.json +16 -0
  24. package/schema/brew-fast/class/foundry.json +5 -53
  25. package/schema/brew-fast/decks.json +35 -1
  26. package/schema/brew-fast/deities.json +8 -0
  27. package/schema/brew-fast/fluff-races.json +8 -0
  28. package/schema/brew-fast/foundry-races.json +348 -40
  29. package/schema/brew-fast/foundry-shared.json +54 -0
  30. package/schema/brew-fast/homebrew.json +4 -1
  31. package/schema/brew-fast/items-base.json +8 -0
  32. package/schema/brew-fast/items.json +8 -0
  33. package/schema/brew-fast/races.json +16 -0
  34. package/schema/brew-fast/spells/spells.json +8 -0
  35. package/schema/brew-fast/util.json +17 -1
  36. package/schema/site/backgrounds.json +8 -0
  37. package/schema/site/bestiary/bestiary.json +8 -0
  38. package/schema/site/bestiary/legendarygroups.json +8 -0
  39. package/schema/site/bestiary/template.json +8 -0
  40. package/schema/site/class/class.json +16 -0
  41. package/schema/site/class/foundry.json +5 -53
  42. package/schema/site/decks.json +35 -1
  43. package/schema/site/deities.json +8 -0
  44. package/schema/site/fluff-races.json +8 -0
  45. package/schema/site/foundry-races.json +348 -40
  46. package/schema/site/foundry-shared.json +54 -0
  47. package/schema/site/homebrew.json +4 -1
  48. package/schema/site/items-base.json +8 -0
  49. package/schema/site/items.json +8 -0
  50. package/schema/site/races.json +16 -0
  51. package/schema/site/spells/spells.json +8 -0
  52. package/schema/site/util.json +17 -1
  53. package/schema/site-fast/backgrounds.json +8 -0
  54. package/schema/site-fast/bestiary/bestiary.json +8 -0
  55. package/schema/site-fast/bestiary/legendarygroups.json +8 -0
  56. package/schema/site-fast/bestiary/template.json +8 -0
  57. package/schema/site-fast/class/class.json +16 -0
  58. package/schema/site-fast/class/foundry.json +5 -53
  59. package/schema/site-fast/decks.json +35 -1
  60. package/schema/site-fast/deities.json +8 -0
  61. package/schema/site-fast/fluff-races.json +8 -0
  62. package/schema/site-fast/foundry-races.json +348 -40
  63. package/schema/site-fast/foundry-shared.json +54 -0
  64. package/schema/site-fast/homebrew.json +4 -1
  65. package/schema/site-fast/items-base.json +8 -0
  66. package/schema/site-fast/items.json +8 -0
  67. package/schema/site-fast/races.json +16 -0
  68. package/schema/site-fast/spells/spells.json +8 -0
  69. package/schema/site-fast/util.json +17 -1
  70. package/schema/ua/backgrounds.json +8 -0
  71. package/schema/ua/bestiary/bestiary.json +8 -0
  72. package/schema/ua/bestiary/legendarygroups.json +8 -0
  73. package/schema/ua/bestiary/template.json +8 -0
  74. package/schema/ua/class/class.json +16 -0
  75. package/schema/ua/class/foundry.json +5 -53
  76. package/schema/ua/decks.json +35 -1
  77. package/schema/ua/deities.json +8 -0
  78. package/schema/ua/fluff-races.json +8 -0
  79. package/schema/ua/foundry-races.json +348 -40
  80. package/schema/ua/foundry-shared.json +54 -0
  81. package/schema/ua/homebrew.json +4 -1
  82. package/schema/ua/items-base.json +8 -0
  83. package/schema/ua/items.json +8 -0
  84. package/schema/ua/races.json +16 -0
  85. package/schema/ua/spells/spells.json +8 -0
  86. package/schema/ua/util.json +17 -1
  87. package/schema/ua-fast/backgrounds.json +8 -0
  88. package/schema/ua-fast/bestiary/bestiary.json +8 -0
  89. package/schema/ua-fast/bestiary/legendarygroups.json +8 -0
  90. package/schema/ua-fast/bestiary/template.json +8 -0
  91. package/schema/ua-fast/class/class.json +16 -0
  92. package/schema/ua-fast/class/foundry.json +5 -53
  93. package/schema/ua-fast/decks.json +35 -1
  94. package/schema/ua-fast/deities.json +8 -0
  95. package/schema/ua-fast/fluff-races.json +8 -0
  96. package/schema/ua-fast/foundry-races.json +348 -40
  97. package/schema/ua-fast/foundry-shared.json +54 -0
  98. package/schema/ua-fast/homebrew.json +4 -1
  99. package/schema/ua-fast/items-base.json +8 -0
  100. package/schema/ua-fast/items.json +8 -0
  101. package/schema/ua-fast/races.json +16 -0
  102. package/schema/ua-fast/spells/spells.json +8 -0
  103. package/schema/ua-fast/util.json +17 -1
@@ -880,6 +880,14 @@
880
880
  "description": "Used in subclass data",
881
881
  "$ref": "util.json#/$defs/source"
882
882
  },
883
+ "raceName": {
884
+ "description": "Used in race feature data",
885
+ "type": "string"
886
+ },
887
+ "raceSource": {
888
+ "description": "Used in race feature data",
889
+ "$ref": "util.json#/$defs/source"
890
+ },
883
891
  "_mod": {
884
892
  "$ref": "util.json#/$defs/_modObject"
885
893
  },
@@ -1668,6 +1668,14 @@
1668
1668
  "description": "Used in subclass data",
1669
1669
  "$ref": "util.json#/$defs/source"
1670
1670
  },
1671
+ "raceName": {
1672
+ "description": "Used in race feature data",
1673
+ "type": "string"
1674
+ },
1675
+ "raceSource": {
1676
+ "description": "Used in race feature data",
1677
+ "$ref": "util.json#/$defs/source"
1678
+ },
1671
1679
  "_mod": {
1672
1680
  "$ref": "util.json#/$defs/_modObject"
1673
1681
  },
@@ -1049,6 +1049,14 @@
1049
1049
  "description": "Used in subclass data",
1050
1050
  "$ref": "util.json#/$defs/source"
1051
1051
  },
1052
+ "raceName": {
1053
+ "description": "Used in race feature data",
1054
+ "type": "string"
1055
+ },
1056
+ "raceSource": {
1057
+ "description": "Used in race feature data",
1058
+ "$ref": "util.json#/$defs/source"
1059
+ },
1052
1060
  "_mod": {
1053
1061
  "$ref": "util.json#/$defs/_modObject"
1054
1062
  },
@@ -1603,6 +1611,14 @@
1603
1611
  "description": "Used in subclass data",
1604
1612
  "$ref": "util.json#/$defs/source"
1605
1613
  },
1614
+ "raceName": {
1615
+ "description": "Used in race feature data",
1616
+ "type": "string"
1617
+ },
1618
+ "raceSource": {
1619
+ "description": "Used in race feature data",
1620
+ "$ref": "util.json#/$defs/source"
1621
+ },
1606
1622
  "_mod": {
1607
1623
  "$ref": "util.json#/$defs/_modObject"
1608
1624
  },
@@ -1062,6 +1062,14 @@
1062
1062
  "description": "Used in subclass data",
1063
1063
  "$ref": "../util.json#/$defs/source"
1064
1064
  },
1065
+ "raceName": {
1066
+ "description": "Used in race feature data",
1067
+ "type": "string"
1068
+ },
1069
+ "raceSource": {
1070
+ "description": "Used in race feature data",
1071
+ "$ref": "../util.json#/$defs/source"
1072
+ },
1065
1073
  "_mod": {
1066
1074
  "$ref": "../util.json#/$defs/_modObject"
1067
1075
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.34",
6
+ "version": "1.13.35",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2772,6 +2772,14 @@
2772
2772
  "description": "Used in subclass data",
2773
2773
  "$ref": "util.json#/$defs/source"
2774
2774
  },
2775
+ "raceName": {
2776
+ "description": "Used in race feature data",
2777
+ "type": "string"
2778
+ },
2779
+ "raceSource": {
2780
+ "description": "Used in race feature data",
2781
+ "$ref": "util.json#/$defs/source"
2782
+ },
2775
2783
  "_mod": {
2776
2784
  "$ref": "#/$defs/_modObject"
2777
2785
  },
@@ -3504,6 +3512,14 @@
3504
3512
  "description": "Used in subclass data",
3505
3513
  "$ref": "util.json#/$defs/source"
3506
3514
  },
3515
+ "raceName": {
3516
+ "description": "Used in race feature data",
3517
+ "type": "string"
3518
+ },
3519
+ "raceSource": {
3520
+ "description": "Used in race feature data",
3521
+ "$ref": "util.json#/$defs/source"
3522
+ },
3507
3523
  "_mod": {
3508
3524
  "$ref": "#/$defs/_modObject"
3509
3525
  },