5etools-utils 0.17.6 → 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/util-foundry.json +105 -1
- package/schema/brew-fast/util-foundry.json +105 -1
- package/schema/site/util-foundry.json +105 -1
- package/schema/site-fast/util-foundry.json +105 -1
- package/schema/ua/util-foundry.json +105 -1
- package/schema/ua-fast/util-foundry.json +105 -1
package/package.json
CHANGED
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|