5etools-utils 0.17.5 → 0.17.7
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.
- package/package.json +1 -1
- package/schema/brew/recipes.json +40 -4
- package/schema/brew/util-foundry.json +105 -1
- package/schema/brew-fast/recipes.json +40 -4
- package/schema/brew-fast/util-foundry.json +105 -1
- package/schema/site/recipes.json +40 -4
- package/schema/site/util-foundry.json +105 -1
- package/schema/site-fast/recipes.json +40 -4
- package/schema/site-fast/util-foundry.json +105 -1
- package/schema/ua/recipes.json +40 -4
- package/schema/ua/util-foundry.json +105 -1
- package/schema/ua-fast/recipes.json +40 -4
- package/schema/ua-fast/util-foundry.json +105 -1
package/package.json
CHANGED
package/schema/brew/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -124,7 +124,19 @@
|
|
|
124
124
|
"The Driftwood Tavern",
|
|
125
125
|
"One-Eyed Jax",
|
|
126
126
|
"The Moonstone Mask",
|
|
127
|
-
"The Hissing Stones"
|
|
127
|
+
"The Hissing Stones",
|
|
128
|
+
"Barbarian",
|
|
129
|
+
"Bard",
|
|
130
|
+
"Cleric",
|
|
131
|
+
"Druid",
|
|
132
|
+
"Fighter",
|
|
133
|
+
"Monk",
|
|
134
|
+
"Paladin",
|
|
135
|
+
"Ranger",
|
|
136
|
+
"Rogue",
|
|
137
|
+
"Sorcerer",
|
|
138
|
+
"Warlock",
|
|
139
|
+
"Wizard"
|
|
128
140
|
]
|
|
129
141
|
},
|
|
130
142
|
"diet": {
|
|
@@ -332,7 +344,19 @@
|
|
|
332
344
|
"The Driftwood Tavern",
|
|
333
345
|
"One-Eyed Jax",
|
|
334
346
|
"The Moonstone Mask",
|
|
335
|
-
"The Hissing Stones"
|
|
347
|
+
"The Hissing Stones",
|
|
348
|
+
"Barbarian",
|
|
349
|
+
"Bard",
|
|
350
|
+
"Cleric",
|
|
351
|
+
"Druid",
|
|
352
|
+
"Fighter",
|
|
353
|
+
"Monk",
|
|
354
|
+
"Paladin",
|
|
355
|
+
"Ranger",
|
|
356
|
+
"Rogue",
|
|
357
|
+
"Sorcerer",
|
|
358
|
+
"Warlock",
|
|
359
|
+
"Wizard"
|
|
336
360
|
]
|
|
337
361
|
},
|
|
338
362
|
"diet": {
|
|
@@ -544,7 +568,19 @@
|
|
|
544
568
|
"The Driftwood Tavern",
|
|
545
569
|
"One-Eyed Jax",
|
|
546
570
|
"The Moonstone Mask",
|
|
547
|
-
"The Hissing Stones"
|
|
571
|
+
"The Hissing Stones",
|
|
572
|
+
"Barbarian",
|
|
573
|
+
"Bard",
|
|
574
|
+
"Cleric",
|
|
575
|
+
"Druid",
|
|
576
|
+
"Fighter",
|
|
577
|
+
"Monk",
|
|
578
|
+
"Paladin",
|
|
579
|
+
"Ranger",
|
|
580
|
+
"Rogue",
|
|
581
|
+
"Sorcerer",
|
|
582
|
+
"Warlock",
|
|
583
|
+
"Wizard"
|
|
548
584
|
]
|
|
549
585
|
},
|
|
550
586
|
"diet": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.14",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1568,6 +1568,107 @@
|
|
|
1568
1568
|
"type"
|
|
1569
1569
|
]
|
|
1570
1570
|
},
|
|
1571
|
+
"_foundryActivityObject_teleport": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"foundryId": {
|
|
1575
|
+
"description": "Use only when required. For example, when linking a \"rider\".",
|
|
1576
|
+
"$ref": "#/$defs/foundryIdShort",
|
|
1577
|
+
"markdownDescription": "Use only when required. For example, when linking a "rider"."
|
|
1578
|
+
},
|
|
1579
|
+
"img": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"description": {
|
|
1583
|
+
"type": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"descriptionEntries": {
|
|
1586
|
+
"description": "If supplied, will be used to populate \"description.chatFlavor\".",
|
|
1587
|
+
"type": "array",
|
|
1588
|
+
"items": {
|
|
1589
|
+
"$ref": "entry.json"
|
|
1590
|
+
},
|
|
1591
|
+
"markdownDescription": "If supplied, will be used to populate "description.chatFlavor"."
|
|
1592
|
+
},
|
|
1593
|
+
"consumption": {
|
|
1594
|
+
"type": "object",
|
|
1595
|
+
"properties": {
|
|
1596
|
+
"targets": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"target": {
|
|
1602
|
+
"oneOf": [
|
|
1603
|
+
{
|
|
1604
|
+
"type": "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"description": "A link to an importable entity",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"prop": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"uid": {
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"prop",
|
|
1619
|
+
"uid"
|
|
1620
|
+
],
|
|
1621
|
+
"additionalProperties": false,
|
|
1622
|
+
"markdownDescription": "A link to an importable entity"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"description": "A link to a 5etools-style resource",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"consumes": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"properties": {
|
|
1631
|
+
"name": {
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"name"
|
|
1637
|
+
],
|
|
1638
|
+
"additionalProperties": false
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"required": [
|
|
1642
|
+
"consumes"
|
|
1643
|
+
],
|
|
1644
|
+
"additionalProperties": false,
|
|
1645
|
+
"markdownDescription": "A link to a 5etools-style resource"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"effects": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"items": {
|
|
1657
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"_id": false,
|
|
1661
|
+
"sort": false,
|
|
1662
|
+
"template": false,
|
|
1663
|
+
"affects": false,
|
|
1664
|
+
"type": {
|
|
1665
|
+
"const": "teleport"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"type"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1571
1672
|
"_foundryActivityObject_forward": {
|
|
1572
1673
|
"type": "object",
|
|
1573
1674
|
"properties": {
|
|
@@ -1802,6 +1903,9 @@
|
|
|
1802
1903
|
{
|
|
1803
1904
|
"$ref": "#/$defs/_foundryActivityObject_transform"
|
|
1804
1905
|
},
|
|
1906
|
+
{
|
|
1907
|
+
"$ref": "#/$defs/_foundryActivityObject_teleport"
|
|
1908
|
+
},
|
|
1805
1909
|
{
|
|
1806
1910
|
"$ref": "#/$defs/_foundryActivityObject_utility"
|
|
1807
1911
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -124,7 +124,19 @@
|
|
|
124
124
|
"The Driftwood Tavern",
|
|
125
125
|
"One-Eyed Jax",
|
|
126
126
|
"The Moonstone Mask",
|
|
127
|
-
"The Hissing Stones"
|
|
127
|
+
"The Hissing Stones",
|
|
128
|
+
"Barbarian",
|
|
129
|
+
"Bard",
|
|
130
|
+
"Cleric",
|
|
131
|
+
"Druid",
|
|
132
|
+
"Fighter",
|
|
133
|
+
"Monk",
|
|
134
|
+
"Paladin",
|
|
135
|
+
"Ranger",
|
|
136
|
+
"Rogue",
|
|
137
|
+
"Sorcerer",
|
|
138
|
+
"Warlock",
|
|
139
|
+
"Wizard"
|
|
128
140
|
]
|
|
129
141
|
},
|
|
130
142
|
"diet": {
|
|
@@ -332,7 +344,19 @@
|
|
|
332
344
|
"The Driftwood Tavern",
|
|
333
345
|
"One-Eyed Jax",
|
|
334
346
|
"The Moonstone Mask",
|
|
335
|
-
"The Hissing Stones"
|
|
347
|
+
"The Hissing Stones",
|
|
348
|
+
"Barbarian",
|
|
349
|
+
"Bard",
|
|
350
|
+
"Cleric",
|
|
351
|
+
"Druid",
|
|
352
|
+
"Fighter",
|
|
353
|
+
"Monk",
|
|
354
|
+
"Paladin",
|
|
355
|
+
"Ranger",
|
|
356
|
+
"Rogue",
|
|
357
|
+
"Sorcerer",
|
|
358
|
+
"Warlock",
|
|
359
|
+
"Wizard"
|
|
336
360
|
]
|
|
337
361
|
},
|
|
338
362
|
"diet": {
|
|
@@ -544,7 +568,19 @@
|
|
|
544
568
|
"The Driftwood Tavern",
|
|
545
569
|
"One-Eyed Jax",
|
|
546
570
|
"The Moonstone Mask",
|
|
547
|
-
"The Hissing Stones"
|
|
571
|
+
"The Hissing Stones",
|
|
572
|
+
"Barbarian",
|
|
573
|
+
"Bard",
|
|
574
|
+
"Cleric",
|
|
575
|
+
"Druid",
|
|
576
|
+
"Fighter",
|
|
577
|
+
"Monk",
|
|
578
|
+
"Paladin",
|
|
579
|
+
"Ranger",
|
|
580
|
+
"Rogue",
|
|
581
|
+
"Sorcerer",
|
|
582
|
+
"Warlock",
|
|
583
|
+
"Wizard"
|
|
548
584
|
]
|
|
549
585
|
},
|
|
550
586
|
"diet": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.14",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1568,6 +1568,107 @@
|
|
|
1568
1568
|
"type"
|
|
1569
1569
|
]
|
|
1570
1570
|
},
|
|
1571
|
+
"_foundryActivityObject_teleport": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"foundryId": {
|
|
1575
|
+
"description": "Use only when required. For example, when linking a \"rider\".",
|
|
1576
|
+
"$ref": "#/$defs/foundryIdShort",
|
|
1577
|
+
"markdownDescription": "Use only when required. For example, when linking a "rider"."
|
|
1578
|
+
},
|
|
1579
|
+
"img": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"description": {
|
|
1583
|
+
"type": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"descriptionEntries": {
|
|
1586
|
+
"description": "If supplied, will be used to populate \"description.chatFlavor\".",
|
|
1587
|
+
"type": "array",
|
|
1588
|
+
"items": {
|
|
1589
|
+
"$ref": "entry.json"
|
|
1590
|
+
},
|
|
1591
|
+
"markdownDescription": "If supplied, will be used to populate "description.chatFlavor"."
|
|
1592
|
+
},
|
|
1593
|
+
"consumption": {
|
|
1594
|
+
"type": "object",
|
|
1595
|
+
"properties": {
|
|
1596
|
+
"targets": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"target": {
|
|
1602
|
+
"oneOf": [
|
|
1603
|
+
{
|
|
1604
|
+
"type": "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"description": "A link to an importable entity",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"prop": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"uid": {
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"prop",
|
|
1619
|
+
"uid"
|
|
1620
|
+
],
|
|
1621
|
+
"additionalProperties": false,
|
|
1622
|
+
"markdownDescription": "A link to an importable entity"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"description": "A link to a 5etools-style resource",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"consumes": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"properties": {
|
|
1631
|
+
"name": {
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"name"
|
|
1637
|
+
],
|
|
1638
|
+
"additionalProperties": false
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"required": [
|
|
1642
|
+
"consumes"
|
|
1643
|
+
],
|
|
1644
|
+
"additionalProperties": false,
|
|
1645
|
+
"markdownDescription": "A link to a 5etools-style resource"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"effects": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"items": {
|
|
1657
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"_id": false,
|
|
1661
|
+
"sort": false,
|
|
1662
|
+
"template": false,
|
|
1663
|
+
"affects": false,
|
|
1664
|
+
"type": {
|
|
1665
|
+
"const": "teleport"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"type"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1571
1672
|
"_foundryActivityObject_forward": {
|
|
1572
1673
|
"type": "object",
|
|
1573
1674
|
"properties": {
|
|
@@ -1802,6 +1903,9 @@
|
|
|
1802
1903
|
{
|
|
1803
1904
|
"$ref": "#/$defs/_foundryActivityObject_transform"
|
|
1804
1905
|
},
|
|
1906
|
+
{
|
|
1907
|
+
"$ref": "#/$defs/_foundryActivityObject_teleport"
|
|
1908
|
+
},
|
|
1805
1909
|
{
|
|
1806
1910
|
"$ref": "#/$defs/_foundryActivityObject_utility"
|
|
1807
1911
|
},
|
package/schema/site/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -130,7 +130,19 @@
|
|
|
130
130
|
"The Driftwood Tavern",
|
|
131
131
|
"One-Eyed Jax",
|
|
132
132
|
"The Moonstone Mask",
|
|
133
|
-
"The Hissing Stones"
|
|
133
|
+
"The Hissing Stones",
|
|
134
|
+
"Barbarian",
|
|
135
|
+
"Bard",
|
|
136
|
+
"Cleric",
|
|
137
|
+
"Druid",
|
|
138
|
+
"Fighter",
|
|
139
|
+
"Monk",
|
|
140
|
+
"Paladin",
|
|
141
|
+
"Ranger",
|
|
142
|
+
"Rogue",
|
|
143
|
+
"Sorcerer",
|
|
144
|
+
"Warlock",
|
|
145
|
+
"Wizard"
|
|
134
146
|
]
|
|
135
147
|
},
|
|
136
148
|
"diet": {
|
|
@@ -335,7 +347,19 @@
|
|
|
335
347
|
"The Driftwood Tavern",
|
|
336
348
|
"One-Eyed Jax",
|
|
337
349
|
"The Moonstone Mask",
|
|
338
|
-
"The Hissing Stones"
|
|
350
|
+
"The Hissing Stones",
|
|
351
|
+
"Barbarian",
|
|
352
|
+
"Bard",
|
|
353
|
+
"Cleric",
|
|
354
|
+
"Druid",
|
|
355
|
+
"Fighter",
|
|
356
|
+
"Monk",
|
|
357
|
+
"Paladin",
|
|
358
|
+
"Ranger",
|
|
359
|
+
"Rogue",
|
|
360
|
+
"Sorcerer",
|
|
361
|
+
"Warlock",
|
|
362
|
+
"Wizard"
|
|
339
363
|
]
|
|
340
364
|
},
|
|
341
365
|
"diet": {
|
|
@@ -544,7 +568,19 @@
|
|
|
544
568
|
"The Driftwood Tavern",
|
|
545
569
|
"One-Eyed Jax",
|
|
546
570
|
"The Moonstone Mask",
|
|
547
|
-
"The Hissing Stones"
|
|
571
|
+
"The Hissing Stones",
|
|
572
|
+
"Barbarian",
|
|
573
|
+
"Bard",
|
|
574
|
+
"Cleric",
|
|
575
|
+
"Druid",
|
|
576
|
+
"Fighter",
|
|
577
|
+
"Monk",
|
|
578
|
+
"Paladin",
|
|
579
|
+
"Ranger",
|
|
580
|
+
"Rogue",
|
|
581
|
+
"Sorcerer",
|
|
582
|
+
"Warlock",
|
|
583
|
+
"Wizard"
|
|
548
584
|
]
|
|
549
585
|
},
|
|
550
586
|
"diet": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.14",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1568,6 +1568,107 @@
|
|
|
1568
1568
|
"type"
|
|
1569
1569
|
]
|
|
1570
1570
|
},
|
|
1571
|
+
"_foundryActivityObject_teleport": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"foundryId": {
|
|
1575
|
+
"description": "Use only when required. For example, when linking a \"rider\".",
|
|
1576
|
+
"$ref": "#/$defs/foundryIdShort",
|
|
1577
|
+
"markdownDescription": "Use only when required. For example, when linking a "rider"."
|
|
1578
|
+
},
|
|
1579
|
+
"img": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"description": {
|
|
1583
|
+
"type": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"descriptionEntries": {
|
|
1586
|
+
"description": "If supplied, will be used to populate \"description.chatFlavor\".",
|
|
1587
|
+
"type": "array",
|
|
1588
|
+
"items": {
|
|
1589
|
+
"$ref": "entry.json"
|
|
1590
|
+
},
|
|
1591
|
+
"markdownDescription": "If supplied, will be used to populate "description.chatFlavor"."
|
|
1592
|
+
},
|
|
1593
|
+
"consumption": {
|
|
1594
|
+
"type": "object",
|
|
1595
|
+
"properties": {
|
|
1596
|
+
"targets": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"target": {
|
|
1602
|
+
"oneOf": [
|
|
1603
|
+
{
|
|
1604
|
+
"type": "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"description": "A link to an importable entity",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"prop": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"uid": {
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"prop",
|
|
1619
|
+
"uid"
|
|
1620
|
+
],
|
|
1621
|
+
"additionalProperties": false,
|
|
1622
|
+
"markdownDescription": "A link to an importable entity"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"description": "A link to a 5etools-style resource",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"consumes": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"properties": {
|
|
1631
|
+
"name": {
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"name"
|
|
1637
|
+
],
|
|
1638
|
+
"additionalProperties": false
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"required": [
|
|
1642
|
+
"consumes"
|
|
1643
|
+
],
|
|
1644
|
+
"additionalProperties": false,
|
|
1645
|
+
"markdownDescription": "A link to a 5etools-style resource"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"effects": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"items": {
|
|
1657
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"_id": false,
|
|
1661
|
+
"sort": false,
|
|
1662
|
+
"template": false,
|
|
1663
|
+
"affects": false,
|
|
1664
|
+
"type": {
|
|
1665
|
+
"const": "teleport"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"type"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1571
1672
|
"_foundryActivityObject_forward": {
|
|
1572
1673
|
"type": "object",
|
|
1573
1674
|
"properties": {
|
|
@@ -1802,6 +1903,9 @@
|
|
|
1802
1903
|
{
|
|
1803
1904
|
"$ref": "#/$defs/_foundryActivityObject_transform"
|
|
1804
1905
|
},
|
|
1906
|
+
{
|
|
1907
|
+
"$ref": "#/$defs/_foundryActivityObject_teleport"
|
|
1908
|
+
},
|
|
1805
1909
|
{
|
|
1806
1910
|
"$ref": "#/$defs/_foundryActivityObject_utility"
|
|
1807
1911
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -130,7 +130,19 @@
|
|
|
130
130
|
"The Driftwood Tavern",
|
|
131
131
|
"One-Eyed Jax",
|
|
132
132
|
"The Moonstone Mask",
|
|
133
|
-
"The Hissing Stones"
|
|
133
|
+
"The Hissing Stones",
|
|
134
|
+
"Barbarian",
|
|
135
|
+
"Bard",
|
|
136
|
+
"Cleric",
|
|
137
|
+
"Druid",
|
|
138
|
+
"Fighter",
|
|
139
|
+
"Monk",
|
|
140
|
+
"Paladin",
|
|
141
|
+
"Ranger",
|
|
142
|
+
"Rogue",
|
|
143
|
+
"Sorcerer",
|
|
144
|
+
"Warlock",
|
|
145
|
+
"Wizard"
|
|
134
146
|
]
|
|
135
147
|
},
|
|
136
148
|
"diet": {
|
|
@@ -335,7 +347,19 @@
|
|
|
335
347
|
"The Driftwood Tavern",
|
|
336
348
|
"One-Eyed Jax",
|
|
337
349
|
"The Moonstone Mask",
|
|
338
|
-
"The Hissing Stones"
|
|
350
|
+
"The Hissing Stones",
|
|
351
|
+
"Barbarian",
|
|
352
|
+
"Bard",
|
|
353
|
+
"Cleric",
|
|
354
|
+
"Druid",
|
|
355
|
+
"Fighter",
|
|
356
|
+
"Monk",
|
|
357
|
+
"Paladin",
|
|
358
|
+
"Ranger",
|
|
359
|
+
"Rogue",
|
|
360
|
+
"Sorcerer",
|
|
361
|
+
"Warlock",
|
|
362
|
+
"Wizard"
|
|
339
363
|
]
|
|
340
364
|
},
|
|
341
365
|
"diet": {
|
|
@@ -544,7 +568,19 @@
|
|
|
544
568
|
"The Driftwood Tavern",
|
|
545
569
|
"One-Eyed Jax",
|
|
546
570
|
"The Moonstone Mask",
|
|
547
|
-
"The Hissing Stones"
|
|
571
|
+
"The Hissing Stones",
|
|
572
|
+
"Barbarian",
|
|
573
|
+
"Bard",
|
|
574
|
+
"Cleric",
|
|
575
|
+
"Druid",
|
|
576
|
+
"Fighter",
|
|
577
|
+
"Monk",
|
|
578
|
+
"Paladin",
|
|
579
|
+
"Ranger",
|
|
580
|
+
"Rogue",
|
|
581
|
+
"Sorcerer",
|
|
582
|
+
"Warlock",
|
|
583
|
+
"Wizard"
|
|
548
584
|
]
|
|
549
585
|
},
|
|
550
586
|
"diet": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.14",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1568,6 +1568,107 @@
|
|
|
1568
1568
|
"type"
|
|
1569
1569
|
]
|
|
1570
1570
|
},
|
|
1571
|
+
"_foundryActivityObject_teleport": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"foundryId": {
|
|
1575
|
+
"description": "Use only when required. For example, when linking a \"rider\".",
|
|
1576
|
+
"$ref": "#/$defs/foundryIdShort",
|
|
1577
|
+
"markdownDescription": "Use only when required. For example, when linking a "rider"."
|
|
1578
|
+
},
|
|
1579
|
+
"img": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"description": {
|
|
1583
|
+
"type": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"descriptionEntries": {
|
|
1586
|
+
"description": "If supplied, will be used to populate \"description.chatFlavor\".",
|
|
1587
|
+
"type": "array",
|
|
1588
|
+
"items": {
|
|
1589
|
+
"$ref": "entry.json"
|
|
1590
|
+
},
|
|
1591
|
+
"markdownDescription": "If supplied, will be used to populate "description.chatFlavor"."
|
|
1592
|
+
},
|
|
1593
|
+
"consumption": {
|
|
1594
|
+
"type": "object",
|
|
1595
|
+
"properties": {
|
|
1596
|
+
"targets": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"target": {
|
|
1602
|
+
"oneOf": [
|
|
1603
|
+
{
|
|
1604
|
+
"type": "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"description": "A link to an importable entity",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"prop": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"uid": {
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"prop",
|
|
1619
|
+
"uid"
|
|
1620
|
+
],
|
|
1621
|
+
"additionalProperties": false,
|
|
1622
|
+
"markdownDescription": "A link to an importable entity"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"description": "A link to a 5etools-style resource",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"consumes": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"properties": {
|
|
1631
|
+
"name": {
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"name"
|
|
1637
|
+
],
|
|
1638
|
+
"additionalProperties": false
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"required": [
|
|
1642
|
+
"consumes"
|
|
1643
|
+
],
|
|
1644
|
+
"additionalProperties": false,
|
|
1645
|
+
"markdownDescription": "A link to a 5etools-style resource"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"effects": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"items": {
|
|
1657
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"_id": false,
|
|
1661
|
+
"sort": false,
|
|
1662
|
+
"template": false,
|
|
1663
|
+
"affects": false,
|
|
1664
|
+
"type": {
|
|
1665
|
+
"const": "teleport"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"type"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1571
1672
|
"_foundryActivityObject_forward": {
|
|
1572
1673
|
"type": "object",
|
|
1573
1674
|
"properties": {
|
|
@@ -1802,6 +1903,9 @@
|
|
|
1802
1903
|
{
|
|
1803
1904
|
"$ref": "#/$defs/_foundryActivityObject_transform"
|
|
1804
1905
|
},
|
|
1906
|
+
{
|
|
1907
|
+
"$ref": "#/$defs/_foundryActivityObject_teleport"
|
|
1908
|
+
},
|
|
1805
1909
|
{
|
|
1806
1910
|
"$ref": "#/$defs/_foundryActivityObject_utility"
|
|
1807
1911
|
},
|
package/schema/ua/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -119,7 +119,19 @@
|
|
|
119
119
|
"The Driftwood Tavern",
|
|
120
120
|
"One-Eyed Jax",
|
|
121
121
|
"The Moonstone Mask",
|
|
122
|
-
"The Hissing Stones"
|
|
122
|
+
"The Hissing Stones",
|
|
123
|
+
"Barbarian",
|
|
124
|
+
"Bard",
|
|
125
|
+
"Cleric",
|
|
126
|
+
"Druid",
|
|
127
|
+
"Fighter",
|
|
128
|
+
"Monk",
|
|
129
|
+
"Paladin",
|
|
130
|
+
"Ranger",
|
|
131
|
+
"Rogue",
|
|
132
|
+
"Sorcerer",
|
|
133
|
+
"Warlock",
|
|
134
|
+
"Wizard"
|
|
123
135
|
]
|
|
124
136
|
},
|
|
125
137
|
"diet": {
|
|
@@ -313,7 +325,19 @@
|
|
|
313
325
|
"The Driftwood Tavern",
|
|
314
326
|
"One-Eyed Jax",
|
|
315
327
|
"The Moonstone Mask",
|
|
316
|
-
"The Hissing Stones"
|
|
328
|
+
"The Hissing Stones",
|
|
329
|
+
"Barbarian",
|
|
330
|
+
"Bard",
|
|
331
|
+
"Cleric",
|
|
332
|
+
"Druid",
|
|
333
|
+
"Fighter",
|
|
334
|
+
"Monk",
|
|
335
|
+
"Paladin",
|
|
336
|
+
"Ranger",
|
|
337
|
+
"Rogue",
|
|
338
|
+
"Sorcerer",
|
|
339
|
+
"Warlock",
|
|
340
|
+
"Wizard"
|
|
317
341
|
]
|
|
318
342
|
},
|
|
319
343
|
"diet": {
|
|
@@ -511,7 +535,19 @@
|
|
|
511
535
|
"The Driftwood Tavern",
|
|
512
536
|
"One-Eyed Jax",
|
|
513
537
|
"The Moonstone Mask",
|
|
514
|
-
"The Hissing Stones"
|
|
538
|
+
"The Hissing Stones",
|
|
539
|
+
"Barbarian",
|
|
540
|
+
"Bard",
|
|
541
|
+
"Cleric",
|
|
542
|
+
"Druid",
|
|
543
|
+
"Fighter",
|
|
544
|
+
"Monk",
|
|
545
|
+
"Paladin",
|
|
546
|
+
"Ranger",
|
|
547
|
+
"Rogue",
|
|
548
|
+
"Sorcerer",
|
|
549
|
+
"Warlock",
|
|
550
|
+
"Wizard"
|
|
515
551
|
]
|
|
516
552
|
},
|
|
517
553
|
"diet": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.14",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1568,6 +1568,107 @@
|
|
|
1568
1568
|
"type"
|
|
1569
1569
|
]
|
|
1570
1570
|
},
|
|
1571
|
+
"_foundryActivityObject_teleport": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"foundryId": {
|
|
1575
|
+
"description": "Use only when required. For example, when linking a \"rider\".",
|
|
1576
|
+
"$ref": "#/$defs/foundryIdShort",
|
|
1577
|
+
"markdownDescription": "Use only when required. For example, when linking a "rider"."
|
|
1578
|
+
},
|
|
1579
|
+
"img": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"description": {
|
|
1583
|
+
"type": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"descriptionEntries": {
|
|
1586
|
+
"description": "If supplied, will be used to populate \"description.chatFlavor\".",
|
|
1587
|
+
"type": "array",
|
|
1588
|
+
"items": {
|
|
1589
|
+
"$ref": "entry.json"
|
|
1590
|
+
},
|
|
1591
|
+
"markdownDescription": "If supplied, will be used to populate "description.chatFlavor"."
|
|
1592
|
+
},
|
|
1593
|
+
"consumption": {
|
|
1594
|
+
"type": "object",
|
|
1595
|
+
"properties": {
|
|
1596
|
+
"targets": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"target": {
|
|
1602
|
+
"oneOf": [
|
|
1603
|
+
{
|
|
1604
|
+
"type": "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"description": "A link to an importable entity",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"prop": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"uid": {
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"prop",
|
|
1619
|
+
"uid"
|
|
1620
|
+
],
|
|
1621
|
+
"additionalProperties": false,
|
|
1622
|
+
"markdownDescription": "A link to an importable entity"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"description": "A link to a 5etools-style resource",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"consumes": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"properties": {
|
|
1631
|
+
"name": {
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"name"
|
|
1637
|
+
],
|
|
1638
|
+
"additionalProperties": false
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"required": [
|
|
1642
|
+
"consumes"
|
|
1643
|
+
],
|
|
1644
|
+
"additionalProperties": false,
|
|
1645
|
+
"markdownDescription": "A link to a 5etools-style resource"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"effects": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"items": {
|
|
1657
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"_id": false,
|
|
1661
|
+
"sort": false,
|
|
1662
|
+
"template": false,
|
|
1663
|
+
"affects": false,
|
|
1664
|
+
"type": {
|
|
1665
|
+
"const": "teleport"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"type"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1571
1672
|
"_foundryActivityObject_forward": {
|
|
1572
1673
|
"type": "object",
|
|
1573
1674
|
"properties": {
|
|
@@ -1802,6 +1903,9 @@
|
|
|
1802
1903
|
{
|
|
1803
1904
|
"$ref": "#/$defs/_foundryActivityObject_transform"
|
|
1804
1905
|
},
|
|
1906
|
+
{
|
|
1907
|
+
"$ref": "#/$defs/_foundryActivityObject_teleport"
|
|
1908
|
+
},
|
|
1805
1909
|
{
|
|
1806
1910
|
"$ref": "#/$defs/_foundryActivityObject_utility"
|
|
1807
1911
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -119,7 +119,19 @@
|
|
|
119
119
|
"The Driftwood Tavern",
|
|
120
120
|
"One-Eyed Jax",
|
|
121
121
|
"The Moonstone Mask",
|
|
122
|
-
"The Hissing Stones"
|
|
122
|
+
"The Hissing Stones",
|
|
123
|
+
"Barbarian",
|
|
124
|
+
"Bard",
|
|
125
|
+
"Cleric",
|
|
126
|
+
"Druid",
|
|
127
|
+
"Fighter",
|
|
128
|
+
"Monk",
|
|
129
|
+
"Paladin",
|
|
130
|
+
"Ranger",
|
|
131
|
+
"Rogue",
|
|
132
|
+
"Sorcerer",
|
|
133
|
+
"Warlock",
|
|
134
|
+
"Wizard"
|
|
123
135
|
]
|
|
124
136
|
},
|
|
125
137
|
"diet": {
|
|
@@ -313,7 +325,19 @@
|
|
|
313
325
|
"The Driftwood Tavern",
|
|
314
326
|
"One-Eyed Jax",
|
|
315
327
|
"The Moonstone Mask",
|
|
316
|
-
"The Hissing Stones"
|
|
328
|
+
"The Hissing Stones",
|
|
329
|
+
"Barbarian",
|
|
330
|
+
"Bard",
|
|
331
|
+
"Cleric",
|
|
332
|
+
"Druid",
|
|
333
|
+
"Fighter",
|
|
334
|
+
"Monk",
|
|
335
|
+
"Paladin",
|
|
336
|
+
"Ranger",
|
|
337
|
+
"Rogue",
|
|
338
|
+
"Sorcerer",
|
|
339
|
+
"Warlock",
|
|
340
|
+
"Wizard"
|
|
317
341
|
]
|
|
318
342
|
},
|
|
319
343
|
"diet": {
|
|
@@ -511,7 +535,19 @@
|
|
|
511
535
|
"The Driftwood Tavern",
|
|
512
536
|
"One-Eyed Jax",
|
|
513
537
|
"The Moonstone Mask",
|
|
514
|
-
"The Hissing Stones"
|
|
538
|
+
"The Hissing Stones",
|
|
539
|
+
"Barbarian",
|
|
540
|
+
"Bard",
|
|
541
|
+
"Cleric",
|
|
542
|
+
"Druid",
|
|
543
|
+
"Fighter",
|
|
544
|
+
"Monk",
|
|
545
|
+
"Paladin",
|
|
546
|
+
"Ranger",
|
|
547
|
+
"Rogue",
|
|
548
|
+
"Sorcerer",
|
|
549
|
+
"Warlock",
|
|
550
|
+
"Wizard"
|
|
515
551
|
]
|
|
516
552
|
},
|
|
517
553
|
"diet": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.14",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1568,6 +1568,107 @@
|
|
|
1568
1568
|
"type"
|
|
1569
1569
|
]
|
|
1570
1570
|
},
|
|
1571
|
+
"_foundryActivityObject_teleport": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"foundryId": {
|
|
1575
|
+
"description": "Use only when required. For example, when linking a \"rider\".",
|
|
1576
|
+
"$ref": "#/$defs/foundryIdShort",
|
|
1577
|
+
"markdownDescription": "Use only when required. For example, when linking a "rider"."
|
|
1578
|
+
},
|
|
1579
|
+
"img": {
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"description": {
|
|
1583
|
+
"type": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"descriptionEntries": {
|
|
1586
|
+
"description": "If supplied, will be used to populate \"description.chatFlavor\".",
|
|
1587
|
+
"type": "array",
|
|
1588
|
+
"items": {
|
|
1589
|
+
"$ref": "entry.json"
|
|
1590
|
+
},
|
|
1591
|
+
"markdownDescription": "If supplied, will be used to populate "description.chatFlavor"."
|
|
1592
|
+
},
|
|
1593
|
+
"consumption": {
|
|
1594
|
+
"type": "object",
|
|
1595
|
+
"properties": {
|
|
1596
|
+
"targets": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"target": {
|
|
1602
|
+
"oneOf": [
|
|
1603
|
+
{
|
|
1604
|
+
"type": "string"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"description": "A link to an importable entity",
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"prop": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"uid": {
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"prop",
|
|
1619
|
+
"uid"
|
|
1620
|
+
],
|
|
1621
|
+
"additionalProperties": false,
|
|
1622
|
+
"markdownDescription": "A link to an importable entity"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"description": "A link to a 5etools-style resource",
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"consumes": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"properties": {
|
|
1631
|
+
"name": {
|
|
1632
|
+
"$ref": "#/$defs/_foundryConsumesName"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"name"
|
|
1637
|
+
],
|
|
1638
|
+
"additionalProperties": false
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"required": [
|
|
1642
|
+
"consumes"
|
|
1643
|
+
],
|
|
1644
|
+
"additionalProperties": false,
|
|
1645
|
+
"markdownDescription": "A link to a 5etools-style resource"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"effects": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"items": {
|
|
1657
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"_id": false,
|
|
1661
|
+
"sort": false,
|
|
1662
|
+
"template": false,
|
|
1663
|
+
"affects": false,
|
|
1664
|
+
"type": {
|
|
1665
|
+
"const": "teleport"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"type"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1571
1672
|
"_foundryActivityObject_forward": {
|
|
1572
1673
|
"type": "object",
|
|
1573
1674
|
"properties": {
|
|
@@ -1802,6 +1903,9 @@
|
|
|
1802
1903
|
{
|
|
1803
1904
|
"$ref": "#/$defs/_foundryActivityObject_transform"
|
|
1804
1905
|
},
|
|
1906
|
+
{
|
|
1907
|
+
"$ref": "#/$defs/_foundryActivityObject_teleport"
|
|
1908
|
+
},
|
|
1805
1909
|
{
|
|
1806
1910
|
"$ref": "#/$defs/_foundryActivityObject_utility"
|
|
1807
1911
|
},
|