mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Fixed so that SRD Environment subfolders are correctly typed as Actor (#1734)
This commit is contained in:
parent
f9b7fdca52
commit
13185bf28e
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "Item",
|
"type": "Actor",
|
||||||
"folder": null,
|
"folder": null,
|
||||||
"name": "Tier 1",
|
"name": "Tier 1",
|
||||||
"color": null,
|
"color": null,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "Item",
|
"type": "Actor",
|
||||||
"folder": null,
|
"folder": null,
|
||||||
"name": "Tier 2",
|
"name": "Tier 2",
|
||||||
"color": null,
|
"color": null,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "Item",
|
"type": "Actor",
|
||||||
"folder": null,
|
"folder": null,
|
||||||
"name": "Tier 3",
|
"name": "Tier 3",
|
||||||
"color": null,
|
"color": null,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "Item",
|
"type": "Actor",
|
||||||
"folder": null,
|
"folder": null,
|
||||||
"name": "Tier 4",
|
"name": "Tier 4",
|
||||||
"color": null,
|
"color": null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue