From b2230640445a7ee1e5b8860ffbbe031ce0e2abe2 Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 01:18:37 +0100 Subject: [PATCH 1/7] journal styles --- scss/base/_index.scss | 1 + scss/base/_journal.scss | 163 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 164 insertions(+) create mode 100644 scss/base/_journal.scss diff --git a/scss/base/_index.scss b/scss/base/_index.scss index 09d8298f..ba66999d 100644 --- a/scss/base/_index.scss +++ b/scss/base/_index.scss @@ -2,4 +2,5 @@ @forward "components"; @forward "dialog"; @forward "foundry"; +@forward "journal"; @forward "reset"; diff --git a/scss/base/_journal.scss b/scss/base/_journal.scss new file mode 100644 index 00000000..2969318c --- /dev/null +++ b/scss/base/_journal.scss @@ -0,0 +1,163 @@ +@use "../abstracts" as *; +@use "../mixins" as *; + +.system-shadowdark .sheet.journal-entry .journal-entry-content { + background: none; + background-color: white; +}; + +.system-shadowdark .journal-sheet .journal-header input[type="text"] { + background: none; + color: black; + border: none; + border-radius: 0; +} + +.system-shadowdark .journal-sheet .journal-header .title { + font-family: "Montserrat-Bold"; + font-size: 2.2em; + font-variant-caps: small-caps; +} + +.system-shadowdark .sheet.journal-entry .journal-entry-page { + + blockquote { + border: none; + background-color: rgb(182, 219, 198); + padding: 8px; + margin: 16px; + + p { + font-size: 1.15em; + font-style: italic; + } + } + + h1, h2, h3, h4, h5 { + font-family: "Montserrat-Bold"; + font-weight: bold; + text-transform: uppercase; + color: black; + border: none; + margin: 0 0 0.5rem; + padding: 0; + } + + h1 { + font-family: "Old Newspaper Font"; + font-size: 3.5em; + font-weight: normal; + color: white; + background-color: black; + width: 100%; + text-align: center; + text-transform: none; + } + + h2 { + font-size: 1.6em; + } + + h2.fancy { + font-family: "JSL Blackletter"; + text-transform: none; + font-size: 2.5em; + font-weight: normal; + margin: 0; + } + + h3 { + font-size: 1.4em; + } + + h4 { + font-size: 1.2em; + } + + h5 { + font-size: 1em; + } + + img { + border: none; + } + + p { + font-family: "Montserrat-Medium"; + font-style: normal; + font-size: 1.1em; + margin: 0 0 0.5rem; + } + + table { + border: none; + margin-bottom: 1em; + margin-top: 1em; + + width: fit-content; + + caption { + font-family: "Montserrat-SemiBold"; + font-size: 16px; + text-transform: uppercase; + text-align: center; + line-height: 1.8; + color:white; + height: 28px; + background: linear-gradient(90deg, transparent 40px, black 40px, black calc(100% - 40px), transparent calc(100% - 40px)), + url("../assets/artwork/title_right.png") no-repeat right, + url("../assets/artwork/title_left.png") no-repeat left; + background-size: auto; + } + + p { + font-size: 1.1em; + margin: 0; + } + + tbody { + tr { + border-top: black; + border-top-style: solid; + border-top-width: 2px; + background-color: white; + } + + tr:first-child { + font-weight: bold; + border: none; + } + } + + td, + th { + padding-left: 10px; + padding-right: 10px; + } + } + + section { + .reveal { + float: right; + } + + .secret { + background: rgba(125, 28, 28, 0.2); + border: 3px solid; + padding: 4px; + border-color: rgb(125, 28, 28); + border-radius: 8px; + padding: 8px; + margin: 16px; + + p { + font-size: 1.2em; + } + } + + .revealed { + border-color: rgb(28, 125, 34); + background: rgba(28, 125, 34, 0.2); + } + } +} From 38731ca5155e67f6d0ae60a0b885175e3ec9fc17 Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 01:22:21 +0100 Subject: [PATCH 2/7] beautify gm guide --- .../action_economy__Y7heW17ceeipE9WO.json | 24 -------------- ...venturing_site_name__4RJDHCzWGBuTQmzY.json | 24 -------------- .../awarding_xp__Ru2NrSaMAwyubrDL.json | 2 +- .../challenge_variety__24JAnxshsfLElyvG.json | 24 -------------- ...ll_vs__player_skill__1mZvopcELIjdeAyB.json | 24 -------------- .../checks__kh5JbI9sph1bPeu5.json | 24 -------------- .../core_ethos__MZnIVxiwZpXYDwxt.json | 2 +- .../danger__98KT2aCearK0WNwf.json | 24 -------------- .../darkness__kIEBFASGLx4uj7BQ.json | 24 -------------- .../distance__sUBZ3JJTqNWVK6Ju.json | 24 -------------- .../end_paper_tables__8CbDdkSPwjlbJsBp.json | 23 +++++++++++++ ...er_quickstart_guide__sxBiNC5Ee4iMIP23.json | 33 ++----------------- .../game_mastering__AXEA6ECnbMB2B7rW.json | 24 -------------- .../gear__EgpY9GFB6I015DOE.json | 24 -------------- .../hazards__NrkMRYBAaYjjeGzS.json | 2 +- .../how_much_gold__Yh34faiv7AHfsKjv.json | 24 -------------- .../how_often___j8TmwYxWYw1bK8UZ.json | 24 -------------- .../information__T1vFyvufPeaSiNs5.json | 24 -------------- .../introduction__V1AsW61ZlA9H5qGr.json | 2 +- .../join_the_dark__vfFE1Zk6KJWJj7HI.json | 2 +- ...gic_item_attributes__Y0tTxKFufDZK99Id.json | 2 +- .../magic_items__0O523lTJRaoxnDai.json | 2 +- .../monster__zMiJSeTtaxBPfZJc.json | 24 -------------- .../monster_attributes__zMiJSeTtaxBPfZJc.json | 24 ++++++++++++++ .../monster_statistics__uMKO8ns78rT7olY2.json | 23 +++++++++++++ .../npcs__LBLc0LceTeUxOH0r.json | 24 -------------- .../purpose__nFIx0W4kqUROqZzL.json | 24 -------------- .../random_encounters__mvIlzqhk3Ppu9p69.json | 2 +- .../reaction_check__K78DfaBTQn1is4JT.json | 24 -------------- ...ewarding_investment__FAOOEhYkwNNX7IH4.json | 24 -------------- .../ruins_encounter__L6tnE7gcIdR5Ebqp.json | 2 +- .../rules_vs__rulings__X2cNN9Scg50DJxKE.json | 24 -------------- .../rumors__vV98zY1OkqNYn7di.json | 2 +- .../running_the_game__PCojefwnROBvXzLy.json | 2 +- .../setting_dcs__Srx3FHSmltTz5fpb.json | 24 -------------- .../something_happens___rTeieQLjkWwLmJtk.json | 24 ++++++++++++++ .../somthing_happens___rTeieQLjkWwLmJtk.json | 24 -------------- .../sources_of_xp__ymlj4Tnj6NTLDqho.json | 24 -------------- .../starting_distance__VzbAI1K2oA3Sa6g1.json | 24 -------------- .../table_of_content__Xv63baCS64AdZ06a.json | 24 -------------- .../the_game_master__QQB1EOcUeXVKIgGT.json | 24 -------------- .../the_only_rule__wqBW5EIk7aHsoGsz.json | 24 -------------- .../the_pact__b46LBjc1xRYTFc00.json | 24 -------------- .../time__pQfRcWyGkVdXlSEO.json | 24 -------------- .../traps__RL4ZGE42NKT9x9c1.json | 2 +- .../treasure_0_3__GfJsJ4apoaiCUVje.json | 23 +++++++++++++ .../treasure__cJvpcgtbNfRaxs9A.json | 2 +- .../treasure__mkjuQT3qIdfS7bmu.json | 24 -------------- .../treasure_overview__GdnBjlftjxsd2bZQ.json | 4 +-- .../what_is_it_doing___MRVL1WuVkOxsKqkU.json | 24 -------------- .../what_to_do__Ajjp4Ni38n8EU0Vw.json | 24 -------------- .../your_eyes_only__eTJBPJ05OtOSIhmB.json | 24 -------------- 52 files changed, 135 insertions(+), 813 deletions(-) delete mode 100644 data/packs/quickstart-guides.db/action_economy__Y7heW17ceeipE9WO.json delete mode 100644 data/packs/quickstart-guides.db/adventuring_site_name__4RJDHCzWGBuTQmzY.json delete mode 100644 data/packs/quickstart-guides.db/challenge_variety__24JAnxshsfLElyvG.json delete mode 100644 data/packs/quickstart-guides.db/character_skill_vs__player_skill__1mZvopcELIjdeAyB.json delete mode 100644 data/packs/quickstart-guides.db/checks__kh5JbI9sph1bPeu5.json delete mode 100644 data/packs/quickstart-guides.db/danger__98KT2aCearK0WNwf.json delete mode 100644 data/packs/quickstart-guides.db/darkness__kIEBFASGLx4uj7BQ.json delete mode 100644 data/packs/quickstart-guides.db/distance__sUBZ3JJTqNWVK6Ju.json create mode 100644 data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json delete mode 100644 data/packs/quickstart-guides.db/game_mastering__AXEA6ECnbMB2B7rW.json delete mode 100644 data/packs/quickstart-guides.db/gear__EgpY9GFB6I015DOE.json delete mode 100644 data/packs/quickstart-guides.db/how_much_gold__Yh34faiv7AHfsKjv.json delete mode 100644 data/packs/quickstart-guides.db/how_often___j8TmwYxWYw1bK8UZ.json delete mode 100644 data/packs/quickstart-guides.db/information__T1vFyvufPeaSiNs5.json delete mode 100644 data/packs/quickstart-guides.db/monster__zMiJSeTtaxBPfZJc.json create mode 100644 data/packs/quickstart-guides.db/monster_attributes__zMiJSeTtaxBPfZJc.json create mode 100644 data/packs/quickstart-guides.db/monster_statistics__uMKO8ns78rT7olY2.json delete mode 100644 data/packs/quickstart-guides.db/npcs__LBLc0LceTeUxOH0r.json delete mode 100644 data/packs/quickstart-guides.db/purpose__nFIx0W4kqUROqZzL.json delete mode 100644 data/packs/quickstart-guides.db/reaction_check__K78DfaBTQn1is4JT.json delete mode 100644 data/packs/quickstart-guides.db/rewarding_investment__FAOOEhYkwNNX7IH4.json delete mode 100644 data/packs/quickstart-guides.db/rules_vs__rulings__X2cNN9Scg50DJxKE.json delete mode 100644 data/packs/quickstart-guides.db/setting_dcs__Srx3FHSmltTz5fpb.json create mode 100644 data/packs/quickstart-guides.db/something_happens___rTeieQLjkWwLmJtk.json delete mode 100644 data/packs/quickstart-guides.db/somthing_happens___rTeieQLjkWwLmJtk.json delete mode 100644 data/packs/quickstart-guides.db/sources_of_xp__ymlj4Tnj6NTLDqho.json delete mode 100644 data/packs/quickstart-guides.db/starting_distance__VzbAI1K2oA3Sa6g1.json delete mode 100644 data/packs/quickstart-guides.db/table_of_content__Xv63baCS64AdZ06a.json delete mode 100644 data/packs/quickstart-guides.db/the_game_master__QQB1EOcUeXVKIgGT.json delete mode 100644 data/packs/quickstart-guides.db/the_only_rule__wqBW5EIk7aHsoGsz.json delete mode 100644 data/packs/quickstart-guides.db/the_pact__b46LBjc1xRYTFc00.json delete mode 100644 data/packs/quickstart-guides.db/time__pQfRcWyGkVdXlSEO.json create mode 100644 data/packs/quickstart-guides.db/treasure_0_3__GfJsJ4apoaiCUVje.json delete mode 100644 data/packs/quickstart-guides.db/treasure__mkjuQT3qIdfS7bmu.json delete mode 100644 data/packs/quickstart-guides.db/what_is_it_doing___MRVL1WuVkOxsKqkU.json delete mode 100644 data/packs/quickstart-guides.db/what_to_do__Ajjp4Ni38n8EU0Vw.json delete mode 100644 data/packs/quickstart-guides.db/your_eyes_only__eTJBPJ05OtOSIhmB.json diff --git a/data/packs/quickstart-guides.db/action_economy__Y7heW17ceeipE9WO.json b/data/packs/quickstart-guides.db/action_economy__Y7heW17ceeipE9WO.json deleted file mode 100644 index 14f21485..00000000 --- a/data/packs/quickstart-guides.db/action_economy__Y7heW17ceeipE9WO.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "Y7heW17ceeipE9WO", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.Y7heW17ceeipE9WO", - "image": { - }, - "name": "Action Economy", - "src": null, - "system": { - }, - "text": { - "content": "

PCs get just one action per turn. Make it count. Use multitasking for boring small stuff.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/adventuring_site_name__4RJDHCzWGBuTQmzY.json b/data/packs/quickstart-guides.db/adventuring_site_name__4RJDHCzWGBuTQmzY.json deleted file mode 100644 index b3848647..00000000 --- a/data/packs/quickstart-guides.db/adventuring_site_name__4RJDHCzWGBuTQmzY.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "4RJDHCzWGBuTQmzY", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.4RJDHCzWGBuTQmzY", - "image": { - }, - "name": "Adventuring Site Name", - "src": null, - "system": { - }, - "text": { - "content": "

@UUID[Compendium.shadowdark.macros.J3wuYxC7NYPBvowe]{Random Adventuring Site Name}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/awarding_xp__Ru2NrSaMAwyubrDL.json b/data/packs/quickstart-guides.db/awarding_xp__Ru2NrSaMAwyubrDL.json index 2494d124..8415373e 100644 --- a/data/packs/quickstart-guides.db/awarding_xp__Ru2NrSaMAwyubrDL.json +++ b/data/packs/quickstart-guides.db/awarding_xp__Ru2NrSaMAwyubrDL.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

Characters gain XP from the valuable treasures and boons they earn during an adventure.

XP awards don't need to reflect monetary value; boons or fabled items have intangible worth.

Treasure has four categories:

Each PC gets the full XP value of each treasure. When PCs gain a new level, their XP resets to zero.

", + "content": "

Characters gain XP from the valuable treasures and boons they earn during an adventure.

XP awards don't need to reflect monetary value; boons or fabled items have intangible worth.

Treasure has four categories:

Each PC gets the full XP value of each treasure. When PCs gain a new level, their XP resets to zero.

Sources of XP

How Much Gold?

Over time, PCs will earn and lose gold through adventuring, carousing, and buying gear.

Per encounter, each group should gain about 10 gp x their average party level in value, or:

XP for Treasure Quality

Quality

XP

Examples

Poor

0

Bag of silver, used dagger, knucklebone dice

Normal

1

Bag of gold, gem, fine armor, magic scroll

Fabulous

3

Magic sword, giant diamond, mithral chainmail

Legendary

10

The Staff of Ord, a djinni's wish, a dragon hoard

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/challenge_variety__24JAnxshsfLElyvG.json b/data/packs/quickstart-guides.db/challenge_variety__24JAnxshsfLElyvG.json deleted file mode 100644 index 4361e192..00000000 --- a/data/packs/quickstart-guides.db/challenge_variety__24JAnxshsfLElyvG.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "24JAnxshsfLElyvG", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.24JAnxshsfLElyvG", - "image": { - }, - "name": "Challenge Variety", - "src": null, - "system": { - }, - "text": { - "content": "

The characters should face a multitude of challenges during an adventure, including combat, dealing with NPCs, or overcoming the environment.

Each class excels at different tasks. Thieves love to scout and talk to NPCs, fighters and clerics shine in combat, and wizards dominate the environment.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/character_skill_vs__player_skill__1mZvopcELIjdeAyB.json b/data/packs/quickstart-guides.db/character_skill_vs__player_skill__1mZvopcELIjdeAyB.json deleted file mode 100644 index 23e2e52c..00000000 --- a/data/packs/quickstart-guides.db/character_skill_vs__player_skill__1mZvopcELIjdeAyB.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "1mZvopcELIjdeAyB", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.1mZvopcELIjdeAyB", - "image": { - }, - "name": "Character Skill vs. Player Skill", - "src": null, - "system": { - }, - "text": { - "content": "

Characters aren't the only ones who level up. Players also gain experience!

For example, players will learn where to look for secret doors and what the \"tells\" are. As they go on more adventures, they become better at gameplay.

Encourage this by giving players the opportunity to make decisions that rely on their creativity and wits, not on their dice rolls or stat bonuses.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/checks__kh5JbI9sph1bPeu5.json b/data/packs/quickstart-guides.db/checks__kh5JbI9sph1bPeu5.json deleted file mode 100644 index 63e70c27..00000000 --- a/data/packs/quickstart-guides.db/checks__kh5JbI9sph1bPeu5.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "kh5JbI9sph1bPeu5", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.kh5JbI9sph1bPeu5", - "image": { - }, - "name": "Checks", - "src": null, - "system": { - }, - "text": { - "content": "

The characters automatically succeed at what they are trained to do. Only use checks when there is time pressure and failure has dire consequences.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/core_ethos__MZnIVxiwZpXYDwxt.json b/data/packs/quickstart-guides.db/core_ethos__MZnIVxiwZpXYDwxt.json index 4e202d5c..962390a9 100644 --- a/data/packs/quickstart-guides.db/core_ethos__MZnIVxiwZpXYDwxt.json +++ b/data/packs/quickstart-guides.db/core_ethos__MZnIVxiwZpXYDwxt.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

These are Shadowdark RPG's core principles and foundations.

", + "content": "

These are Shadowdark RPG's core principles and foundations.

Time

The most important resource. It must haunt the characters' every decision. They don't have time to search every floor tile for a trap.

Darkness

Respect the darkness. It is the true foe. Few things can hold it at bay, and nothing must make those prized tools obsolete.

Gear

Gear is precious and limited. Give value and utility to all of it.

Action Economy

PCs get just one action per turn. Make it count. Use multitasking for boring small stuff.

Information

Dispense information freely. If the characters test the floor where there's a trap, they find it.

Distance

Close, near, and far distances are loose and don't require precise measurement. Nobody wants to miss firing an arrow into a dragon's eye because of a mere 5-foot deficit.

Danger

Casting spells comes with great risk. Magic items are volatile. Fights are fast and unfair. Monsters are insidious.

Rewarding Investment

Honor what has been earned. If a character learns a new language, make it matter. Allow new titles or iconic deeds to have an impact on the characters' lives.

Checks

The characters automatically succeed at what they are trained to do. Only use checks when

there is time pressure and failure has dire consequences.

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/danger__98KT2aCearK0WNwf.json b/data/packs/quickstart-guides.db/danger__98KT2aCearK0WNwf.json deleted file mode 100644 index 1af08a68..00000000 --- a/data/packs/quickstart-guides.db/danger__98KT2aCearK0WNwf.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "98KT2aCearK0WNwf", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.98KT2aCearK0WNwf", - "image": { - }, - "name": "Danger", - "src": null, - "system": { - }, - "text": { - "content": "

Casting spells comes with great risk. Magic items are volatile. Fights are fast and unfair. Monsters are insidious.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/darkness__kIEBFASGLx4uj7BQ.json b/data/packs/quickstart-guides.db/darkness__kIEBFASGLx4uj7BQ.json deleted file mode 100644 index 60ae29af..00000000 --- a/data/packs/quickstart-guides.db/darkness__kIEBFASGLx4uj7BQ.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "kIEBFASGLx4uj7BQ", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.kIEBFASGLx4uj7BQ", - "image": { - }, - "name": "Darkness", - "src": null, - "system": { - }, - "text": { - "content": "

Respect the darkness. It is the true foe. Few things can hold it at bay, and nothing must make those prized tools obsolete.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/distance__sUBZ3JJTqNWVK6Ju.json b/data/packs/quickstart-guides.db/distance__sUBZ3JJTqNWVK6Ju.json deleted file mode 100644 index 298818a9..00000000 --- a/data/packs/quickstart-guides.db/distance__sUBZ3JJTqNWVK6Ju.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "sUBZ3JJTqNWVK6Ju", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.sUBZ3JJTqNWVK6Ju", - "image": { - }, - "name": "Distance", - "src": null, - "system": { - }, - "text": { - "content": "

Close, near, and far distances are loose and don't require precise measurement. Nobody wants to miss firing an arrow into a dragon's eye because of a mere 5-foot deficit.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json b/data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json new file mode 100644 index 00000000..b85bc054 --- /dev/null +++ b/data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json @@ -0,0 +1,23 @@ +{ + "_id": "8CbDdkSPwjlbJsBp", + "_key": "!journal.pages!sxBiNC5Ee4iMIP23.8CbDdkSPwjlbJsBp", + "image": { + }, + "name": "End Paper Tables", + "src": null, + "system": { + }, + "text": { + "content": "

Random Encounters

Roll 1d6. 1 = random encounter.

Unsafe. Check every 3 rounds.

Risky. Check every 2 rounds.

Deadly. Check every round.

@UUID[Compendium.shadowdark.rollable-tables.qwzmxwaurxwhTc4f]{Random Encounter: Distance}

Distance

d6

Starting Distance

1

Close

2-4

Near

5-6

Far

@UUID[Compendium.shadowdark.rollable-tables.RollTable.wPg13uAPhmRPtd8y]{Random Encounter: Activity}

Activity

2d6

Activity

2-4

Hunting

5-6

Eating

7-8

Building/nesting

9-10

Socializing/playing

11

Guarding

12

Sleeping

@UUID[Compendium.shadowdark.rollable-tables.RollTable.ZtQzGRfn64Et3yge]{Random Encounter: Reaction}

Reaction

2d6 + CHA mod

Attitude

0-6

Hostile

7-8

Suspicious

9

Neutral

10-11

Curious

12+

Friendly

Characters

Stats

Stat

Modifier

1-3

-4

4-5

-3

6-7

-2

8-9

-1

10-11

0

12-13

+1

14-15

+2

16-17

+3

18+

+4

Languages

Language

Speakers

Common

Humanoids

Dwarvish

Dwarves

Elvish

Elves

Giant

Giants

Goblin

Goblinoids

Merran

Aquatic folk

Orcish

Orcs

Reptilian

Reptile folk

Sylvan

Fey folk

Thanian

Beast folk

Celestial (R)

Angels

Diabolic (R)

Demons

Draconic (R)

Dragons

Primordial (R)

Elder things

XP for Treasure Quality

XP for Treasure Quality

Quality

XP

Examples

Poor

0

Bag of silver, used dagger, knucklebone dice

Normal

1

Bag of gold, gem, fine armor, magic scroll

Fabulous

3

Magic sword, giant diamond, mithral chainmail

Legendary

10

The Staff of Ord, a djinni's wish, a dragon hoard

NPC Names by Ancestry

NPC Names by Ancestry

d20

@UUID[Compendium.shadowdark.rollable-tables.RollTable.IVnsYyvJAM36YQsv]{Dwarf}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.44P8mz0yaCsTtKeq]{Elf}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.PCDY6HMLaToPHurV]{Goblin}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.zIJh954RRbmssIFq]{Halfling}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.noInf0ReaXapH7xb]{Half-Orc}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.ZbrMK1WDNtz1ajJn]{Human}

1

Hera

Sarenia

Kog

Myrtle

Troga

Hesta

2

Torin

Ravos

Dibbs

Robby

Boraal

Matteo

3

Ginny

Imeria

Fronk

Nora

Urgana

Rosalin

4

Gant

Farond

Irv

Percy

Zoraal

Endric

5

Olga

Isolden

Squag

Daisy

Scalga

Kiara

6

Dendor

Kieren

Mort

Jolly

Krell

Yao

7

Ygrid

Mirenel

Vig

Evelyn

Voraga

Corina

8

Pike

Riarden

Sticks

Horace

Morak

Rowan

9

Sarda

Allindra

Gorb

Willie

Draga

Hariko

10

Brigg

Arlomas

Yogg

Gertie

Sorak

Ikam

11

Zorli

Sylara

Plok

Peri

Varga

Mariel

12

Yorin

Tyr

Zrak

Carlsby

Ulgar

Jin

13

Jorgena

Rinariel

Dent

Nyx

Jala

Hana

14

Trogin

Saramir

Krik

Kellan

Kresh

Lios

15

Riga

Vedana

Mizzo

Fern

Zana

Indra

16

Barton

Elindos

Bort

Harlow

Torvash

Remy

17

Katrina

Ophelia

Nabo

Moira

Rokara

Nura

18

Egrim

Cydaros

Hink

Sage

Gartak

Vakesh

19

Elsa

Tiramel

Bree

Reenie

Iskana

Una

20

Orgo

Varond

Kreeb

Wendry

Ziraak

Nabilo

Adventuring Site Name

@UUID[Compendium.shadowdark.macros.J3wuYxC7NYPBvowe]{Random Adventuring Site Name}

Adventuring Site Name

d20

Name 1

Name 2

Name 3

1

Mines of the

Cursed

Flame

2

Abbey of the

Whispering

Ghost

3

Tower of the

Bleeding

Darkness

4

Caves of the

Shrouded

Peak

5

Barrow of the

Lost

Borderlands

6

Warrens of the

Dead

King

7

Crypt of the

Deepwood

Twilight

8

Monastery of the

Fallen

Depths

9

Ruin of the

Revenant

Jewel

10

Tunnels of the

Frozen

God

11

Citadel of the

Shimmering

Lands

12

Tomb of the

Chaos

Storm

13

Castle of the

Abandoned

Swamp

14

Temple of the

Blighted

Ravine

15

Fortress of the

Forgotten

Valley

16

Isle of the

Slumbering

Horde

17

Keep of the

Savage

Skull

18

Dungeon of the

Unholy

Queen

19

Necropolis of the

Enchanted

Wastes

20

Shrine of the

Immortal

Hero

", + "format": 1 + }, + "title": { + "level": 1, + "show": false + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/game_master_quickstart_guide__sxBiNC5Ee4iMIP23.json b/data/packs/quickstart-guides.db/game_master_quickstart_guide__sxBiNC5Ee4iMIP23.json index 69f1d19e..86d6a280 100644 --- a/data/packs/quickstart-guides.db/game_master_quickstart_guide__sxBiNC5Ee4iMIP23.json +++ b/data/packs/quickstart-guides.db/game_master_quickstart_guide__sxBiNC5Ee4iMIP23.json @@ -4,39 +4,11 @@ "folder": null, "name": "Game Master Quickstart Guide", "pages": [ - "AXEA6ECnbMB2B7rW", - "eTJBPJ05OtOSIhmB", - "Ajjp4Ni38n8EU0Vw", "V1AsW61ZlA9H5qGr", "PCojefwnROBvXzLy", - "QQB1EOcUeXVKIgGT", - "wqBW5EIk7aHsoGsz", - "b46LBjc1xRYTFc00", - "Srx3FHSmltTz5fpb", - "24JAnxshsfLElyvG", - "1mZvopcELIjdeAyB", - "X2cNN9Scg50DJxKE", "MZnIVxiwZpXYDwxt", - "pQfRcWyGkVdXlSEO", - "kIEBFASGLx4uj7BQ", - "EgpY9GFB6I015DOE", - "Y7heW17ceeipE9WO", - "Xv63baCS64AdZ06a", - "T1vFyvufPeaSiNs5", - "sUBZ3JJTqNWVK6Ju", - "98KT2aCearK0WNwf", - "FAOOEhYkwNNX7IH4", - "kh5JbI9sph1bPeu5", "Ru2NrSaMAwyubrDL", - "ymlj4Tnj6NTLDqho", - "Yh34faiv7AHfsKjv", "mvIlzqhk3Ppu9p69", - "nFIx0W4kqUROqZzL", - "j8TmwYxWYw1bK8UZ", - "VzbAI1K2oA3Sa6g1", - "MRVL1WuVkOxsKqkU", - "K78DfaBTQn1is4JT", - "mkjuQT3qIdfS7bmu", "RL4ZGE42NKT9x9c1", "NrkMRYBAaYjjeGzS", "rTeieQLjkWwLmJtk", @@ -48,7 +20,8 @@ "Y0tTxKFufDZK99Id", "0O523lTJRaoxnDai", "vfFE1Zk6KJWJj7HI", - "LBLc0LceTeUxOH0r", - "4RJDHCzWGBuTQmzY" + "uMKO8ns78rT7olY2", + "GfJsJ4apoaiCUVje", + "8CbDdkSPwjlbJsBp" ] } diff --git a/data/packs/quickstart-guides.db/game_mastering__AXEA6ECnbMB2B7rW.json b/data/packs/quickstart-guides.db/game_mastering__AXEA6ECnbMB2B7rW.json deleted file mode 100644 index 74b1803d..00000000 --- a/data/packs/quickstart-guides.db/game_mastering__AXEA6ECnbMB2B7rW.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "AXEA6ECnbMB2B7rW", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.AXEA6ECnbMB2B7rW", - "image": { - }, - "name": "Game Mastering", - "src": null, - "system": { - }, - "text": { - "content": "

Welcome, Game Master, and congratulations!

You are the chosen one. You join a long and honored history of monumental gamers who have shaped countless imaginations. Their legacy is now yours.

As the Game Master, it is your job to lead the table in all things.

That means you set the bar. The way you speak, the energy you bring to the game, and the speed you set carries over to everyone else around you.

There will be times when you must guide a shy player, when you must firmly call for focus during off-topic chatter, and when you must declare in a hushed whisper that all fate hangs on the single roll of a die.

Do not shrink from your task. Even when all light is extinguished, all hit points gone, it is you who carries the torch.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/gear__EgpY9GFB6I015DOE.json b/data/packs/quickstart-guides.db/gear__EgpY9GFB6I015DOE.json deleted file mode 100644 index d9d5eb60..00000000 --- a/data/packs/quickstart-guides.db/gear__EgpY9GFB6I015DOE.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "EgpY9GFB6I015DOE", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.EgpY9GFB6I015DOE", - "image": { - }, - "name": "Gear", - "src": null, - "system": { - }, - "text": { - "content": "

Gear is precious and limited. Give value and utility to all of it.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/hazards__NrkMRYBAaYjjeGzS.json b/data/packs/quickstart-guides.db/hazards__NrkMRYBAaYjjeGzS.json index f5bbb43d..17b08453 100644 --- a/data/packs/quickstart-guides.db/hazards__NrkMRYBAaYjjeGzS.json +++ b/data/packs/quickstart-guides.db/hazards__NrkMRYBAaYjjeGzS.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

Hazards add passive danger to the adventuring environment. There is often no way to defeat or permanently disable them.

Unlike traps, most hazards are obvious from the start.

Movement Restriction. Some hazards inhibit or prevent movement, such as quicksand pools or slippery ice. Hazards can even fully entrap characters.

Damage. Some hazards deal ongoing damage, such as toxic spores or acid rain.

Weakening. Certain hazards weaken or hamper the characters. These could include antimagic zones or vapors that sap physical strength.

Combining. The most insidious hazards combine one or more of these types into a single threat.

@UUID[Compendium.shadowdark.macros.jS2NVcdDJraaMbDd]{Draw Hazard}

", + "content": "

Hazards add passive danger to the adventuring environment. There is often no way to defeat or permanently disable them.

Unlike traps, most hazards are obvious from the start.

Movement Restriction. Some hazards inhibit or prevent movement, such as quicksand pools or slippery ice. Hazards can even fully entrap characters.

Damage. Some hazards deal ongoing damage, such as toxic spores or acid rain.

Weakening. Certain hazards weaken or hamper the characters. These could include antimagic zones or vapors that sap physical strength.

Combining. The most insidious hazards combine one or more of these types into a single threat.

@UUID[Compendium.shadowdark.macros.jS2NVcdDJraaMbDd]{Draw Hazard}

Hazards

d12

Movement

Damage

Weaken

1

Quicksand

Acid pools

Blinding smoke

2

Caltrops

Exploding rocks

Magnetic field

3

Loose debris

Icy water

Exhausting runes

4

Tar field

Lava

Antimagic zone

5

Grasping vines

Pummeling hail

Snuffs light sources

6

Steep incline

Steam vents

Disorienting sound

7

Slippery ice

Toxic mold

Magical silence

8

Rushing water

Falling debris

Numbing cold

9

Sticky webs

Acid rain

Sickening smell

10

Gale force wind

Curtain of fire

Sleep-inducing spores

11

Greased floor

Electrified field

Confusing reflections

12

Illusory terrain

Gravity flux

Memory-stealing

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/how_much_gold__Yh34faiv7AHfsKjv.json b/data/packs/quickstart-guides.db/how_much_gold__Yh34faiv7AHfsKjv.json deleted file mode 100644 index 54681f3d..00000000 --- a/data/packs/quickstart-guides.db/how_much_gold__Yh34faiv7AHfsKjv.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "Yh34faiv7AHfsKjv", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.Yh34faiv7AHfsKjv", - "image": { - }, - "name": "How Much Gold", - "src": null, - "system": { - }, - "text": { - "content": "

Over time, PCs will earn and lose gold through adventuring, carousing, and buying gear.

Per encounter, each group should gain about 10 gp x their average party level in value, or:

For examples, see Quick Start guide page 13

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/how_often___j8TmwYxWYw1bK8UZ.json b/data/packs/quickstart-guides.db/how_often___j8TmwYxWYw1bK8UZ.json deleted file mode 100644 index 79694159..00000000 --- a/data/packs/quickstart-guides.db/how_often___j8TmwYxWYw1bK8UZ.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "j8TmwYxWYw1bK8UZ", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.j8TmwYxWYw1bK8UZ", - "image": { - }, - "name": "How Often?", - "src": null, - "system": { - }, - "text": { - "content": "

The GM checks for random encounters during crawling rounds (not combat) based on the environment's danger level.

Unsafe. Check every 3 rounds.

Risky. Check every 2 rounds.

Deadly. Check every round.

To check for a random encounter, the GM rolls 1d6. An encounter occurs on a result of 1.

The GM might also check for an encounter if the characters create a loud disturbance.

For overland travel, check for random encounters based on hours in place of rounds.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/information__T1vFyvufPeaSiNs5.json b/data/packs/quickstart-guides.db/information__T1vFyvufPeaSiNs5.json deleted file mode 100644 index d5f6d972..00000000 --- a/data/packs/quickstart-guides.db/information__T1vFyvufPeaSiNs5.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "T1vFyvufPeaSiNs5", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.T1vFyvufPeaSiNs5", - "image": { - }, - "name": "Information", - "src": null, - "system": { - }, - "text": { - "content": "

Dispense information freely. If the characters test the floor where there's a trap, they find it.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/introduction__V1AsW61ZlA9H5qGr.json b/data/packs/quickstart-guides.db/introduction__V1AsW61ZlA9H5qGr.json index 9ea5b073..30bafac1 100644 --- a/data/packs/quickstart-guides.db/introduction__V1AsW61ZlA9H5qGr.json +++ b/data/packs/quickstart-guides.db/introduction__V1AsW61ZlA9H5qGr.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "", + "content": "

Game Mastering

Welcome, Game Master, and congratulations!

You are the chosen one. You join a long and honored history of monumental gamers who have shaped countless imaginations. Their legacy is now yours.

As the Game Master, it is your job to lead the table in all things.

That means you set the bar. The way you speak, the energy you bring to the game, and the speed you set carries over to everyone else around you.

There will be times when you must guide a shy player, when you must firmly call for focus during off-topic chatter, and when you must declare in a hushed whisper that all fate hangs on the single roll of a die.

Do not shrink from your task. Even when all light is extinguished, all hit points gone, it is you who carries the torch.

Your Eyes Only

The core rules of Shadowdark RPG are found in the Player Quickstart Guide. You should refer to it for the main game rules alongside the players.

However, the material in this book, the Game Master Quickstart Guide, is for your eyes only.

The dire nature of monsters, the mysteries of magical treasure, and the fascinating secrets of adventuring sites are all things the characters should discover through gameplay.

There was never any fun had in knowing all the surprises before they happen!

What to Do

Describe what the characters newly perceive, and then let the players respond to that with actions. Call for checks when those actions require skill. Then start again from the top!

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json b/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json index 35bc8325..dee74f41 100644 --- a/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json +++ b/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

SHADOWDARK RPG COMMUNITY

Find other Shadowdark RPG players, Game Masters, and creators in The Arcane Library's Discord server! It's a friendly place to organize games, share ideas, and ask questions.

Discord link: https://discord.gg/abPNTQmjG7

Also, keep an eye out at gaming conventions for Shadowdark events and open tables!

Kelsey Dionne, Shadowdark RPG's creator and head of The Arcane Library, runs open-table, unscheduled games at Gary Con each year. Come find where she's lurking and jump in!

You can also stay up-to-date on Shadowdark RPG happenings by joining the newsletter.

Newsletter link: https://www. thearcanelibrary.com/pages/shadowdark-rpg-newsletter

FIND ADVENTURES AND CONTENT

Visit thearcanelibrary.com for the latest in Shadowdark RPG adventures and articles.

There, you can grab print or PDF issues of Cursed Scroll, the official Shadowdark zine bursting with themed character options, monsters, locations, and critically-acclaimed adventures.

Follow The Arcane Library on youtube.com/thearcanelibrary for video guides, tips, tricks, and adventure walkthroughs!

Finally, spectacular creators such as Taylor Seely-Wright, Laurin-David Weggen, James Mishler, and Jake Savala (brewin_druid) have published an amazing array of adventures, settings, character options and more under the Shadowdark RPG Third-Party License.

Check out their excellent work on drivethrurpg.com and itch.io!

", + "content": "

Shadowdark RPG Community

Find other Shadowdark RPG players, Game Masters, and creators in The Arcane Library's Discord server! It's a friendly place to organize games, share ideas, and ask questions.

Discord link: https://discord.gg/thearcanelibrary

Also, keep an eye out at gaming conventions for Shadowdark events and open tables!

Kelsey Dionne, Shadowdark RPG's creator and head of The Arcane Library, runs open-table, unscheduled games at Gary Con each year. Come find where she's lurking and jump in!

You can also stay up-to-date on Shadowdark RPG happenings by joining the newsletter.

Newsletter link: https://www.thearcanelibrary.com/pages/shadowdark-rpg-newsletter

Find Adventures and Content

Visit thearcanelibrary.com for the latest in Shadowdark RPG adventures and articles.

There, you can grab print or PDF issues of Cursed Scroll, the official Shadowdark zine bursting with themed character options, monsters, locations, and critically-acclaimed adventures.

Follow The Arcane Library on youtube.com/thearcanelibrary for video guides, tips, tricks, and adventure walkthroughs!

Finally, spectacular creators such as Taylor Seely-Wright, Laurin-David Weggen, James Mishler, and Jake Savala (brewin_druid) have published an amazing array of adventures, settings, character options and more under the Shadowdark RPG Third-Party License.

Check out their excellent work on drivethrurpg.com and itch.io!

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/magic_item_attributes__Y0tTxKFufDZK99Id.json b/data/packs/quickstart-guides.db/magic_item_attributes__Y0tTxKFufDZK99Id.json index 817182e1..44785411 100644 --- a/data/packs/quickstart-guides.db/magic_item_attributes__Y0tTxKFufDZK99Id.json +++ b/data/packs/quickstart-guides.db/magic_item_attributes__Y0tTxKFufDZK99Id.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

QUALITIES

A magic item can have some or all of the following qualities.

Bonus. Magic armor and weapons can have a bonus from +0 to +3. Armor with a bonus adds that amount to the AC it grants. A weapon with a bonus adds that amount to its attack and damage rolls.

+0 items are the most frequent, and +3 items are very rare.

Benefit. A supernatural benefit gifted to the item's wielder. Most magic items have at least one benefit.

Curse. A negative effect bestowed on the item's wielder. Some magic items have a curse.

Personality. A few magic items are conscious and have personalities that include virtues, flaws, a trait, and an alignment. Magic items with personalities can communicate telepathically with their wielders.

@UUID[Compendium.shadowdark.macros.4j286mEmWbt6maGk]{Generate Random Magic Item Name}

CONSUMABLES

A creature must drink an entire potion or use an entire consumable item to gain its effects.

The user decides the order in which the effects take place on a consumable item.

", + "content": "

Qualities

A magic item can have some or all of the following qualities.

Bonus. Magic armor and weapons can have a bonus from +0 to +3. Armor with a bonus adds that amount to the AC it grants. A weapon with a bonus adds that amount to its attack and damage rolls.

+0 items are the most frequent, and +3 items are very rare.

Benefit. A supernatural benefit gifted to the item's wielder. Most magic items have at least one benefit.

Curse. A negative effect bestowed on the item's wielder. Some magic items have a curse.

Personality. A few magic items are conscious and have personalities that include virtues, flaws, a trait, and an alignment. Magic items with personalities can communicate telepathically with their wielders.

@UUID[Compendium.shadowdark.macros.4j286mEmWbt6maGk]{Magic Item Idea Generator}

Magic Item Idea Generator

d20

Name 1

Name 2

Name 3

1

The Crimson

Blade

of Thundering Death

2

The Ashen

Poultice

of Ages

3

Ortival's

Rite

of the Archmage

4

The Doom

Axe

of Destruction

5

The Twilight

Hammer

of Brak

6

The Astral

Wand

of Power

7

Krull's

Cape

of the Covenant

8

The Vicious

Tome

of the Wilds

9

Memnon's

Litany

of the Horde

10

The Blessed

Staff

of Blood

11

The Infernal

Scroll

of Time

12

Madeera's

Skull

of the Lich Queen

13

The Whispering

Bow

of the Elders

14

The Unholy

Sword

of Madness

15

Shune's

Shield

of Withering

16

The Lost

Dagger

of Annihilation

17

Ord's

Armor

of the Dragon

18

The Righteous

Orb

of the Risen

19

The Demonic

Eye

of Elemental Fury

20

The Primordial

Elixir

of the Spirits

Consumables

A creature must drink an entire potion or use an entire consumable item to gain its effects.

The user decides the order in which the effects take place on a consumable item.

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/magic_items__0O523lTJRaoxnDai.json b/data/packs/quickstart-guides.db/magic_items__0O523lTJRaoxnDai.json index e6521b2d..b631da21 100644 --- a/data/packs/quickstart-guides.db/magic_items__0O523lTJRaoxnDai.json +++ b/data/packs/quickstart-guides.db/magic_items__0O523lTJRaoxnDai.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

See Compendium sidebar and the Magic Item compendium.

", + "content": "

Magic Items can be found in the Shadowdark System > Magic Items compendium.

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/monster__zMiJSeTtaxBPfZJc.json b/data/packs/quickstart-guides.db/monster__zMiJSeTtaxBPfZJc.json deleted file mode 100644 index 79f5fc9f..00000000 --- a/data/packs/quickstart-guides.db/monster__zMiJSeTtaxBPfZJc.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "zMiJSeTtaxBPfZJc", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.zMiJSeTtaxBPfZJc", - "image": { - }, - "name": "Monster", - "src": null, - "system": { - }, - "text": { - "content": "

See Compendium sidebar and Monster.

ARMOR CLASS

Just like characters, monsters have an AC that denotes how difficult it is to harm them.

HIT POINTS

Calculate a monster's hit points (HP) by rolling a number of d8s per monster level (LV) and adding its CON modifier (minimum 1). You can also use the average total listed.

ATTACKS

Most monsters can make one or two attacks per turn (ATK), but some can make more. Attack bonuses and damage are listed for each.

MOVEMENT

Monsters can typically move (MV) near each turn, but some can move other distances. If a monster has a special mode of movement, such as flying or swimming, it is noted after the distance.

STAT MODIFIERS

Monsters have modifiers listed for Strength (S), Dexterity (D), Constitution (C), Intelligence (I), Wisdom (W), and Charisma (Ch).

ALIGNMENT

All monsters have a typical alignment (AL) for their species. Individual monsters might have a different alignment.

SPELLCASTING

Treat monster spellcasting the same as character spellcasting. For a natural 1 on an INT or CHA spell, roll on the Wizard Mishap tables (pg. 46). A natural 1 on a WIS spell incurs penance. The tier is the spellcasting DC - 10.

DARK-ADAPTED

All non-humanoid monsters are dark-adapted. Their powerful senses allow them to ignore the penalties of total darkness (see pg. 84). Blinding or deafening a monster still hinders it.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/monster_attributes__zMiJSeTtaxBPfZJc.json b/data/packs/quickstart-guides.db/monster_attributes__zMiJSeTtaxBPfZJc.json new file mode 100644 index 00000000..d155ca26 --- /dev/null +++ b/data/packs/quickstart-guides.db/monster_attributes__zMiJSeTtaxBPfZJc.json @@ -0,0 +1,24 @@ +{ + "_id": "zMiJSeTtaxBPfZJc", + "_key": "!journal.pages!sxBiNC5Ee4iMIP23.zMiJSeTtaxBPfZJc", + "image": { + }, + "name": "Monster Attributes", + "src": null, + "system": { + }, + "text": { + "content": "

Armor Class

Just like characters, monsters have an AC that denotes how difficult it is to harm them.

Hit Points

Calculate a monster's hit points (HP) by rolling a number of d8s per monster level (LV) and adding its CON modifier (minimum 1). You can also use the average total listed.

Attacks

Most monsters can make one or two attacks per turn (ATK), but some can make more. Attack bonuses and damage are listed for each.

Movement

Monsters can typically move (MV) near each turn, but some can move other distances. If a monster has a special mode of movement, such as flying or swimming, it is noted after the distance.

Stat Modifiers

Monsters have modifiers listed for Strength (S), Dexterity (D), Constitution (C), Intelligence (I), Wisdom (W), and Charisma (Ch).

Alignment

All monsters have a typical alignment (AL) for their species. Individual monsters might have a different alignment.

Spellcasting

Treat monster spellcasting the same as character spellcasting. For a natural 1 on an INT or CHA spell, roll on the Wizard Mishap tables (pg. 46). A natural 1 on a WIS spell incurs penance. The tier is the spellcasting DC - 10.

Dark-adapted

All non-humanoid monsters are dark-adapted. Their powerful senses allow them to ignore the penalties of total darkness (see pg. 84). Blinding or deafening a monster still hinders it.

", + "format": 1, + "markdown": "" + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/monster_statistics__uMKO8ns78rT7olY2.json b/data/packs/quickstart-guides.db/monster_statistics__uMKO8ns78rT7olY2.json new file mode 100644 index 00000000..d4c5ac6d --- /dev/null +++ b/data/packs/quickstart-guides.db/monster_statistics__uMKO8ns78rT7olY2.json @@ -0,0 +1,23 @@ +{ + "_id": "uMKO8ns78rT7olY2", + "_key": "!journal.pages!sxBiNC5Ee4iMIP23.uMKO8ns78rT7olY2", + "image": { + }, + "name": "Monster Statistics", + "src": null, + "system": { + }, + "text": { + "content": "

Monsters can be found in the Shadowdark System > Monsters compendium.

", + "format": 1 + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/npcs__LBLc0LceTeUxOH0r.json b/data/packs/quickstart-guides.db/npcs__LBLc0LceTeUxOH0r.json deleted file mode 100644 index 178174f8..00000000 --- a/data/packs/quickstart-guides.db/npcs__LBLc0LceTeUxOH0r.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "LBLc0LceTeUxOH0r", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.LBLc0LceTeUxOH0r", - "image": { - }, - "name": "NPCs", - "src": null, - "system": { - }, - "text": { - "content": "", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/purpose__nFIx0W4kqUROqZzL.json b/data/packs/quickstart-guides.db/purpose__nFIx0W4kqUROqZzL.json deleted file mode 100644 index 9840b165..00000000 --- a/data/packs/quickstart-guides.db/purpose__nFIx0W4kqUROqZzL.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "nFIx0W4kqUROqZzL", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.nFIx0W4kqUROqZzL", - "image": { - }, - "name": "Purpose", - "src": null, - "system": { - }, - "text": { - "content": "

Random encounters are a way to keep time pressure up. If the characters linger too long, they'll run the risk of more encounters.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/random_encounters__mvIlzqhk3Ppu9p69.json b/data/packs/quickstart-guides.db/random_encounters__mvIlzqhk3Ppu9p69.json index abaf03e8..cb65812e 100644 --- a/data/packs/quickstart-guides.db/random_encounters__mvIlzqhk3Ppu9p69.json +++ b/data/packs/quickstart-guides.db/random_encounters__mvIlzqhk3Ppu9p69.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

@UUID[Compendium.shadowdark.rollable-tables.qwzmxwaurxwhTc4f]{Random Encounter: Distance}

@UUID[Compendium.shadowdark.rollable-tables.wPg13uAPhmRPtd8y]{Random Encounter: Activity}

", + "content": "

Purpose

Random encounters are a way to keep time pressure up. If the characters linger too long, they'll run the risk of more encounters.

How Often?

The GM checks for random encounters during crawling rounds (not combat) based on the environment's danger level.

Unsafe. Check every 3 rounds.

Risky. Check every 2 rounds.

Deadly. Check every round.

To check for a random encounter, the GM rolls [[/r 1d6]]. An encounter occurs on a result of 1.

The GM might also check for an encounter if the characters create a loud disturbance.

For overland travel, check for random encounters based on hours in place of rounds.

Starting Distance

If one or more wandering creatures appear, roll 1d6 for their distance from the group.

@UUID[Compendium.shadowdark.rollable-tables.qwzmxwaurxwhTc4f]{Random Encounter: Distance}

Distance

d6

Starting Distance

1

Close

2-4

Near

5-6

Far

What is it Doing?

When the characters encounter new creatures, roll to determine the creatures' current activity. This might impact how likely they are to notice the characters.

@UUID[Compendium.shadowdark.rollable-tables.RollTable.wPg13uAPhmRPtd8y]{Random Encounter: Activity}

Activity

2d6

Activity

2-4

Hunting

5-6

Eating

7-8

Building/nesting

9-10

Socializing/playing

11

Guarding

12

Sleeping

Reaction Check

When the characters encounter random creatures, the GM rolls for the creatures' attitude (if it would not already be clear).

If the characters immediately interact with the creatures to influence their attitude, one of the interacting characters may add their Charisma modifier to the reaction check.

The interacting characters reveal their presence and position to the creatures.

Some vicious creatures, such as undead, are always hostile.

@UUID[Compendium.shadowdark.rollable-tables.RollTable.ZtQzGRfn64Et3yge]{Random Encounter: Reaction}

Reaction

2d6 + CHA mod

Attitude

0-6

Hostile

7-8

Suspicious

9

Neutral

10-11

Curious

12+

Friendly

Treasure

There's a 50% chance a randomly encountered creature (or group of creatures) has no treasure.

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/reaction_check__K78DfaBTQn1is4JT.json b/data/packs/quickstart-guides.db/reaction_check__K78DfaBTQn1is4JT.json deleted file mode 100644 index 84f52335..00000000 --- a/data/packs/quickstart-guides.db/reaction_check__K78DfaBTQn1is4JT.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "K78DfaBTQn1is4JT", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.K78DfaBTQn1is4JT", - "image": { - }, - "name": "Reaction Check", - "src": null, - "system": { - }, - "text": { - "content": "

When the characters encounter random creatures, the GM rolls for the creatures' attitude (if it would not already be clear).

If the characters immediately interact with the creatures to influence their attitude, one of the interacting characters may add their Charisma modifier to the reaction check.

The interacting characters reveal their presence and position to the creatures.

Some vicious creatures, such as undead, are always hostile.

Roll 2D6 + CHA mod

Result | Attitude

0-6 ….. Hostile

7-8 ….. Suspicious

9 …….. Neutral

10-11 .. Curious

12+ ….. Friendly

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/rewarding_investment__FAOOEhYkwNNX7IH4.json b/data/packs/quickstart-guides.db/rewarding_investment__FAOOEhYkwNNX7IH4.json deleted file mode 100644 index ce4b2230..00000000 --- a/data/packs/quickstart-guides.db/rewarding_investment__FAOOEhYkwNNX7IH4.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "FAOOEhYkwNNX7IH4", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.FAOOEhYkwNNX7IH4", - "image": { - }, - "name": "Rewarding Investment", - "src": null, - "system": { - }, - "text": { - "content": "

Honor what has been earned. If a character learns a new language, make it matter. Allow new titles or iconic deeds to have an impact on the characters' lives.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/ruins_encounter__L6tnE7gcIdR5Ebqp.json b/data/packs/quickstart-guides.db/ruins_encounter__L6tnE7gcIdR5Ebqp.json index df4d63eb..fc2d09a9 100644 --- a/data/packs/quickstart-guides.db/ruins_encounter__L6tnE7gcIdR5Ebqp.json +++ b/data/packs/quickstart-guides.db/ruins_encounter__L6tnE7gcIdR5Ebqp.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

@UUID[Compendium.shadowdark.rollable-tables.PJmTjgwiPdZcYBYT]{Ruin Encounters}

", + "content": "

@UUID[Compendium.shadowdark.rollable-tables.PJmTjgwiPdZcYBYT]{Ruin Encounters}

Ruins Encounters

d100

Details

01

A mutated cave brute explodes through a crumbling wall

02-03

A silent gelatinous cube sweeps up a corridor

04-05

A roving brown bear scavenges for dead bodies to eat

06-07

Rival crawlers confront the PCs; they were \"here first\"

08-09

1d6 rust monsters swarm a crack bubbling with mercury

10-11

A legless suit of animated armor pulls itself along the floor

12-13

A groaning wall collapses at the slightest touch

14-15

A chalk note on the wall: \"Karov, we'll be at the Loyal Hog\"

16-17

Mort the goblin is digging in cracks for grubs and beetles

18-19

The floor collapses into a pit 1d6 x 10 feet deep

20-21

A raiding team of 2d4 hobgoblins moves in tight formation

22-23

2d4 web-covered skeletons form from scattered bones

24-25

1d4 giant dung beetles roll huge balls of dried excrement

26-27

An ochre jelly hides inside a pond or sinkhole

28-29

A single, perfect rose grows up between the flagstones

30-31

2d4 bandits shutter lanterns and set up a hasty ambush

32-33

Three goblins toughen each other's skulls with frying pans

34-35

2d6 beastmen pummel a giant centipede with rocks

36-37

A gas leak causes all light sources to explode and go out

38-39

A gelatinous cube full of handy items is stuck inside a pit

40-41

A swarm of clattering, gold scarab beetles flies into sight

42-43

A wounded NPC staggers up to the PCs and begs for help

44-45

A rusty portcullis slams down, separating the PCs

46-47

A giant spider hides above an old, rotten backpack

48-49

A weeping ghost floats by, distracted by its own ranting

50-53

2d4 kobolds sneak up behind the PCs for a surprise attack

54-55

Ancient clay pots vibrate with hypnotizing resonance

56-57

1d6 gricks shred dead giant rats and use the fur for nesting

58-59

Rival crawlers escort a frail noble tourist on an \"adventure\"

60-61

3d4 goblin scavengers barter and trade for odd trinkets

62-63

2d4 dwarven miners (soldiers) shore up a collapsing wall

64-65

2d4 giant wasps build a huge, papery nest on the ceiling

66-67

A dense cloud of sulfuric mist rises from a floor crack

68-69

A swarm of spiders surges out of a gauzy egg sack

70-71

An ogre named Lud scratches rude words into the wall

72-73

1d6 goblins brawl with 2d4 kobolds over a grick carcass

74-75

2d4 giant bats roost on the ceiling; light disturbs them

76-77

An ettercap spins web cocoons around its still-living prey

78-79

1d6 cultists hunt for humanoid bones for a nefarious ritual

80-81

A dryad searches for her tree that bugbears chopped up

82-83

A deep gnome plays haunting music on humming fungi

84-85

2d6 kobolds work in a makeshift, volatile alchemy lab

86-87

A stone golem endlessly stacks the same rocks into piles

88-89

Two darkmantles circle each other in a duel of intimidation

90-91

2d6 goblins carry their bugbear king on a rickety litter

92-93

2d4 cave creepers swarm up the hallway

94-95

A recent campfire still burns with glowing cinders

96-97

A minotaur guides a mysterious merchant along a path

98-99

Roll two encounters and combine the results (reroll 98-99)

00

The body of a dead crawler holds a random magic item

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/rules_vs__rulings__X2cNN9Scg50DJxKE.json b/data/packs/quickstart-guides.db/rules_vs__rulings__X2cNN9Scg50DJxKE.json deleted file mode 100644 index f38f02c5..00000000 --- a/data/packs/quickstart-guides.db/rules_vs__rulings__X2cNN9Scg50DJxKE.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "X2cNN9Scg50DJxKE", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.X2cNN9Scg50DJxKE", - "image": { - }, - "name": "Rules vs. Rulings", - "src": null, - "system": { - }, - "text": { - "content": "

If there were a rule for every situation, we would be living inside the rulebook instead of the game world.

As the GM, you have infinite power with only a handful of rules. Stat checks and the standard DCs can resolve any action. You need nothing more.

Rather than pore through the book, adjudicate using what you already know. Make a ruling, roll the dice, and keep going!

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/rumors__vV98zY1OkqNYn7di.json b/data/packs/quickstart-guides.db/rumors__vV98zY1OkqNYn7di.json index 6f432c88..822140af 100644 --- a/data/packs/quickstart-guides.db/rumors__vV98zY1OkqNYn7di.json +++ b/data/packs/quickstart-guides.db/rumors__vV98zY1OkqNYn7di.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

@UUID[Compendium.shadowdark.rollable-tables.MlSMyJcXaJWuZ56O]{Rumors}

", + "content": "

@UUID[Compendium.shadowdark.rollable-tables.MlSMyJcXaJWuZ56O]{Rumors}

Rumors

d100

Details

01

An armored beast the size of a ship is rampaging nearby

02-03

A team of assassins is on its way to kill your group

04-05

The local ruler has placed a 2,000 gp bounty on your heads

06-07

The cult of Shune is planning a fiery coup at midnight

08-09

An ancient, stone door has been found in the castle cellar

10-11

Lizardfolk have been raiding caravans near the swamp

12-13

Armored skeletons are roaming the misty graveyard

14-15

An earthquake uncovered a ruin inside a deep rift

16-17

A warband of orcs has taken over an abandoned keep

18-19

There is a hall of golden statues underneath the well

20-21

Those who survive the Trial of the Lotus gain a strange gift

22-23

A Captain of the Guard has been taken hostage by thugs

24-25

The Crystal Caves are home to a cult of psychic sorcerers

26-27

A crocodile dragged a richly-laden mule into the sewers

28-29

A fortune-telling witch speaks true omens and portents

30-31

Every full moon, the Prancing Unicorn's larder is robbed

32-33

A famous group of crawlers hasn't returned from a delve

34-35

A glowing meteor crashed deep inside the marshlands

36-37

Fire will not light or burn within sight of the Lion Fountain

38-39

The lost Jewel of Barbalt is hidden in the Howling Caves

40-41

A dwarven mining team has uncovered a tentacled statue

42-43

The Red Owl tavern has a trapdoor to the Shadowdark

44-45

Viperian warriors guard a shrine to a medusa in the jungle

46-47

Three thieves just pulled off a gemstone heist nearby

48-49

Harpies keep watch from the cliffs around Diridia's Tomb

50-53

A gorgon stalks the ruins of the Underhill Halls

54-55

Beneath the Red Abbey is the forgotten Barrow of Ur-Din

56-57

A dying sage is calling for a mighty group of heroes

58-59

A wizard accidentally let his trio of cockatrices escape

60-61

A local lord has somehow been stranded atop a high roof

62-63

Bartomeu the Pirate Prince will be hanged at noon

64-65

Goblin spelunkers found an underground cathedral

66-67

A Kytherian Cog was lost in the sea near Myrkhos

68-69

Rare and valuable mushrooms grow inside an old crypt

70-71

The Church of St. Terragnis will pay for the return of a relic

72-73

A volcanic eruption revealed tunnels in the caldera's walls

74-75

The cyclopean ruins of Tal-Yool lie deep within the forest

76-77

A famous gambler will bet a ruby on a Wizard Thief game

78-79

The Moon Druids will bless a sword used to slay a werewolf

80-81

Gravediggers found a chained coffin in an unmarked plot

82-83

An abandoned wizard's tower is full of clockwork creatures

84-85

The Thieves' Guild is about to attack a rival merchant lord

86-87

Windstorms uncovered a stone monolith in the desert

88-89

A rival group of crawlers found the map to Jiraal's Hoard

90-91

A monstrosity called The Oracle lurks below the university

92-93

The Ophidian Armor is in Ekmara's Keep in the wasteland

94-95

The princess has been kidnapped by a group of sorcerers

96-97

A Chaos Knight's tomb has been found beneath a temple

98-99

The fabled Library of Gehemna appeared outside the city

00

The dragon Ixamir has awoken from her 200-year slumber

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/running_the_game__PCojefwnROBvXzLy.json b/data/packs/quickstart-guides.db/running_the_game__PCojefwnROBvXzLy.json index eff0862f..82631368 100644 --- a/data/packs/quickstart-guides.db/running_the_game__PCojefwnROBvXzLy.json +++ b/data/packs/quickstart-guides.db/running_the_game__PCojefwnROBvXzLy.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "", + "content": "

The Game Master

The Game Master is the world- spinner, the all-wise, the ventriloquist.

You are the deadly pit trap and the assassin in the night. You are the storm. The army. The gods.

You hold ultimate power.

Yet you only want one thing: to see your players triumph.

So you craft malevolent villains worth defeating. You sculpt marvelous treasures worth stealing. You fill the world with rot, darkness, and death so it can be driven back by sword, spell, and flame.

Through this, you offer an invitation. You propose it loudly with roaring dragons, humbly with helpless villagers, secretly with hidden treasure maps.

You call the players to adventure.

And they answer.

The Only Rule

The Only Rule is that you make the rules.

What's written in this book is a guide, not a constraint, and none of it takes precedence over your judgment.

If something doesn't work at your table, change it or throw it out and don't look back.

The Pact

You and your players are gaming together to have fun, prop each other up, and strengthen bonds. This is The Pact.

The Pact is often unspoken and unseen, but it is always felt.

It is based on goodwill, respect, and fellowship.

Its enemies are selfishness, antagonism, and arrogance.

Decisions made to defend The Pact are always good ones.

Setting DCs

The four standard DCs of easy (9), normal (12), hard (15), and extreme (18) are universal and help you quickly decide a DC.

When determining the difficulty of a task, take the creature into account. Finding a trail in a sunny field would be an easy task for a forest elf with tracking skills, but it would be a hard task for a sun-dazzled cave troll.

When you ask players to make a check, state what kind of check it is. For example, an easy Charisma check or a DC 15 Dexterity check. That way, the players know what they need to roll to succeed.

Challenge Variety

The characters should face a multitude of challenges during an adventure, including combat, dealing with NPCs, or overcoming the environment.

Each class excels at different tasks. Thieves love to scout and talk to NPCs, fighters and clerics shine in combat, and wizards dominate the environment.

Character Skill vs. Player Skill

Characters aren't the only ones who level up. Players also gain experience!

For example, players will learn where to look for secret doors and what the \"tells\" are. As they go on more adventures, they become better at gameplay.

Encourage this by giving players the opportunity to make decisions that rely on their creativity and wits, not on their dice rolls or stat bonuses.

Rules vs. Rulings

If there were a rule for every situation, we would be living inside the rulebook instead of the game world.

As the GM, you have infinite power with only a handful of rules. Stat checks and the standard DCs can resolve any action. You need nothing more.

Rather than pore through the book, adjudicate using what you already know. Make a ruling, roll the dice, and keep going!

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/setting_dcs__Srx3FHSmltTz5fpb.json b/data/packs/quickstart-guides.db/setting_dcs__Srx3FHSmltTz5fpb.json deleted file mode 100644 index 3beed9da..00000000 --- a/data/packs/quickstart-guides.db/setting_dcs__Srx3FHSmltTz5fpb.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "Srx3FHSmltTz5fpb", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.Srx3FHSmltTz5fpb", - "image": { - }, - "name": "Setting DCs", - "src": null, - "system": { - }, - "text": { - "content": "

The four standard DCs of easy (9), normal (12), hard (15), and extreme (18) are universal and help you quickly decide a DC.

When determining the difficulty of a task, take the creature into account. Finding a trail in a sunny field would be an easy task for a forest elf with tracking skills, but it would be a hard task for a sun-dazzled cave troll.

When you ask players to make a check, state what kind of check it is. For example, an easy Charisma check or a DC 15 Dexterity check. That way, the players know what they need to roll to succeed.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/something_happens___rTeieQLjkWwLmJtk.json b/data/packs/quickstart-guides.db/something_happens___rTeieQLjkWwLmJtk.json new file mode 100644 index 00000000..a3035680 --- /dev/null +++ b/data/packs/quickstart-guides.db/something_happens___rTeieQLjkWwLmJtk.json @@ -0,0 +1,24 @@ +{ + "_id": "rTeieQLjkWwLmJtk", + "_key": "!journal.pages!sxBiNC5Ee4iMIP23.rTeieQLjkWwLmJtk", + "image": { + }, + "name": "Something Happens!", + "src": null, + "system": { + }, + "text": { + "content": "

@UUID[Compendium.shadowdark.rollable-tables.AsJlWy1q0mmq5caV]{Something Happens!}

Something Happens!

d100

Details

01

The ground shakes violently and a massive fissure opens

02-03

An unseen foe leaps out of hiding at close range

04-05

A horrible buzzing fills the air, growing louder and louder

06-07

You catch the acrid smell of smoke and flame

08-09

A bright star appears in the sky, visible even at midday

10-11

You spot a half-open bag with gold coins glinting inside

12-13

A man slips a note and an odd potion into your hand

14-15

Someone observing you from afar steps out of sight

16-17

A dwarf in a red hat hands you a rose, bows, and leaves

18-19

A cowled stranger in a black cloak approaches you

20-21

Someone tries to pick your pocket

22-23

A strange ticking sound comes from inside your bag

24-25

A frothing, frantic horse with a saddle but no rider appears

26-27

A mound in the earth quickly burrows toward you

28-29

You sense you are being magically scryed upon

30-31

Someone tries to plant an object on your person

32-33

You are filled with a strong sense of dread and danger

34-35

A woman hands you a black cat and then runs away

36-37

A small, woodland creature jumps out of a backpack

38-39

You smell lilacs and hear faint, ghostly laughter

40-41

A note wrapped around a thin dagger lands next to you

42-43

A green-glowing meteor streaks through the sky

44-45

Someone nearby is staring at you and mouthing words

46-47

A pair of yellow eyes watches you from the darkness

48-49

An orc with an arrow in her back crashes through a door

50-53

You hear a beast cry out in pain just up ahead

54-55

A huge swarm of bats crashes over you and swirls away

56-57

A frail beggar whispers that he has a secret to tell you

58-59

An object falls from above and barely misses your head

60-61

A seagull lands on your head and coughs up an odd bottle

62-63

The smell of ozone rises and electricity crackles in the air

64-65

You spot a trail of tiny silver coins leading around a bend

66-67

A wild-eyed man approaches with a holy book held high

68-69

Every light source suddenly extinguishes

70-71

A stampede of wild animals bursts into view

72-73

An old woman points at you and yells, \"There they are!\"

74-75

A passing stranger presses an ancient coin into your hand

76-77

A chorus of howls echo in the distance

78-79

Two pinching and slapping goblins tumble into sight

80-81

You realize you are not alone; something is behind you

82-83

The sudden sound of rushing water crashes toward you

84-85

You hear an ear-splitting scream that nobody else hears

86-87

A man slaps you with a glove and throws it at your feet

88-89

A violent, windy storm kicks up without warning

90-91

Lightning strikes close and leaves a glowing object behind

92-93

A multicolored orb drifts up to you and then zips away

94-95

A runaway wagon crashes toward you

96-97

An NPC throws off their disguise, revealing an enemy

98-99

A demon appears to you and presents a tempting offer

00

A radiant being appears to you with a message of warning

", + "format": 1, + "markdown": "" + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/somthing_happens___rTeieQLjkWwLmJtk.json b/data/packs/quickstart-guides.db/somthing_happens___rTeieQLjkWwLmJtk.json deleted file mode 100644 index 9a4c45c0..00000000 --- a/data/packs/quickstart-guides.db/somthing_happens___rTeieQLjkWwLmJtk.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "rTeieQLjkWwLmJtk", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.rTeieQLjkWwLmJtk", - "image": { - }, - "name": "Somthing Happens!", - "src": null, - "system": { - }, - "text": { - "content": "

@UUID[Compendium.shadowdark.rollable-tables.AsJlWy1q0mmq5caV]{Something Happens!}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/sources_of_xp__ymlj4Tnj6NTLDqho.json b/data/packs/quickstart-guides.db/sources_of_xp__ymlj4Tnj6NTLDqho.json deleted file mode 100644 index f0c117a6..00000000 --- a/data/packs/quickstart-guides.db/sources_of_xp__ymlj4Tnj6NTLDqho.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "ymlj4Tnj6NTLDqho", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.ymlj4Tnj6NTLDqho", - "image": { - }, - "name": "Sources of XP", - "src": null, - "system": { - }, - "text": { - "content": "", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/starting_distance__VzbAI1K2oA3Sa6g1.json b/data/packs/quickstart-guides.db/starting_distance__VzbAI1K2oA3Sa6g1.json deleted file mode 100644 index 15a62929..00000000 --- a/data/packs/quickstart-guides.db/starting_distance__VzbAI1K2oA3Sa6g1.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "VzbAI1K2oA3Sa6g1", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.VzbAI1K2oA3Sa6g1", - "image": { - }, - "name": "Starting Distance", - "src": null, - "system": { - }, - "text": { - "content": "

If one or more wandering creatures appear, roll 1d6 for their distance from the group.

@UUID[Compendium.shadowdark.rollable-tables.qwzmxwaurxwhTc4f]{Random Encounter: Distance}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/table_of_content__Xv63baCS64AdZ06a.json b/data/packs/quickstart-guides.db/table_of_content__Xv63baCS64AdZ06a.json deleted file mode 100644 index 169d51e2..00000000 --- a/data/packs/quickstart-guides.db/table_of_content__Xv63baCS64AdZ06a.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "Xv63baCS64AdZ06a", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.Xv63baCS64AdZ06a", - "image": { - }, - "name": "Table of Content", - "src": null, - "system": { - }, - "text": { - "content": "", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/the_game_master__QQB1EOcUeXVKIgGT.json b/data/packs/quickstart-guides.db/the_game_master__QQB1EOcUeXVKIgGT.json deleted file mode 100644 index d18f4385..00000000 --- a/data/packs/quickstart-guides.db/the_game_master__QQB1EOcUeXVKIgGT.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "QQB1EOcUeXVKIgGT", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.QQB1EOcUeXVKIgGT", - "image": { - }, - "name": "The Game Master", - "src": null, - "system": { - }, - "text": { - "content": "

The Game Master is the world- spinner, the all-wise, the ventriloquist.

You are the deadly pit trap and the assassin in the night. You are the storm. The army. The gods.

You hold ultimate power.

Yet you only want one thing: to see your players triumph.

So you craft malevolent villains worth defeating. You sculpt marvelous treasures worth stealing. You fill the world with rot, darkness, and death so it can be driven back by sword, spell, and flame.

Through this, you offer an invitation. You propose it loudly with roaring dragons, humbly with helpless villagers, secretly with hidden treasure maps.

You call the players to adventure.

And they answer.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/the_only_rule__wqBW5EIk7aHsoGsz.json b/data/packs/quickstart-guides.db/the_only_rule__wqBW5EIk7aHsoGsz.json deleted file mode 100644 index 6e2fc3cf..00000000 --- a/data/packs/quickstart-guides.db/the_only_rule__wqBW5EIk7aHsoGsz.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "wqBW5EIk7aHsoGsz", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.wqBW5EIk7aHsoGsz", - "image": { - }, - "name": "The Only Rule", - "src": null, - "system": { - }, - "text": { - "content": "

The Only Rule is that you make the rules.

What's written in this book is a guide, not a constraint, and none of it takes precedence over your judgment.

If something doesn't work at your table, change it or throw it out and don't look back.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/the_pact__b46LBjc1xRYTFc00.json b/data/packs/quickstart-guides.db/the_pact__b46LBjc1xRYTFc00.json deleted file mode 100644 index d457e481..00000000 --- a/data/packs/quickstart-guides.db/the_pact__b46LBjc1xRYTFc00.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "b46LBjc1xRYTFc00", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.b46LBjc1xRYTFc00", - "image": { - }, - "name": "The Pact", - "src": null, - "system": { - }, - "text": { - "content": "

You and your players are gaming together to have fun, prop each other up, and strengthen bonds. This is The Pact.

The Pact is often unspoken and unseen, but it is always felt.

It is based on goodwill, respect, and fellowship.

Its enemies are selfishness, antagonism, and arrogance.

Decisions made to defend The Pact are always good ones.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/time__pQfRcWyGkVdXlSEO.json b/data/packs/quickstart-guides.db/time__pQfRcWyGkVdXlSEO.json deleted file mode 100644 index a3ae598c..00000000 --- a/data/packs/quickstart-guides.db/time__pQfRcWyGkVdXlSEO.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "pQfRcWyGkVdXlSEO", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.pQfRcWyGkVdXlSEO", - "image": { - }, - "name": "Time", - "src": null, - "system": { - }, - "text": { - "content": "

The most important resource. It must haunt the characters' every decision. They don't have time to search every floor tile for a trap.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/traps__RL4ZGE42NKT9x9c1.json b/data/packs/quickstart-guides.db/traps__RL4ZGE42NKT9x9c1.json index 9e349801..90d92662 100644 --- a/data/packs/quickstart-guides.db/traps__RL4ZGE42NKT9x9c1.json +++ b/data/packs/quickstart-guides.db/traps__RL4ZGE42NKT9x9c1.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

Traps add peril and surprise to crawling. Characters typically get to make a relevant check to avoid a trap's effects.

A Tell. Most traps should have a hint or tell. Be careful not to make traps too frequent or the game pace will suffer.

Finding. Characters who search a specific area or object for a trap automatically find it.

Disabling. Thieves and characters who are trained in tinkering can describe how they disable or circumvent a trap.

If the character has enough time and uses a reasonable method, the character succeeds.

If there is time pressure or the trap requires a great deal of skill to deactivate, the GM might call for a check.

@UUID[Compendium.shadowdark.macros.B4UwIKe2sBuhSHfs]{Draw Trap}

", + "content": "

Traps add peril and surprise to crawling. Characters typically get to make a relevant check to avoid a trap's effects.

A Tell. Most traps should have a hint or tell. Be careful not to make traps too frequent or the game pace will suffer.

Finding. Characters who search a specific area or object for a trap automatically find it.

Disabling. Thieves and characters who are trained in tinkering can describe how they disable or circumvent a trap.

If the character has enough time and uses a reasonable method, the character succeeds.

If there is time pressure or the trap requires a great deal of skill to deactivate, the GM might call for a check.

@UUID[Compendium.shadowdark.macros.B4UwIKe2sBuhSHfs]{Draw Trap}

Traps

d12

Trap

Trigger

Damage or Effect

1

Crowssbow

Tripwire

1d6

2

Hail of needles

Pressure plate

1d6/sleep

3

Toxic gas

Opening a door

1d6/paralyze

4

Barbed net

Switch or Button

1d6/blind

5

Rolling boulder

False step on stairs

2d8

6

Slicing blade

Closing a door

2d8/sleep

7

Spiked pit

Breaking a light beam

2d8/paralyze

8

Javelin

Pulling a level

2d8/confuse

9

Magical glyph

A word is spoken

3d10

10

Blast of fire

Hook on a thread

3d10/paralyze

11

Falling block

Removing an object

3d10/unconscious

12

Cursed statue

Casting a spell

3d10/petrify

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/treasure_0_3__GfJsJ4apoaiCUVje.json b/data/packs/quickstart-guides.db/treasure_0_3__GfJsJ4apoaiCUVje.json new file mode 100644 index 00000000..cc3109f5 --- /dev/null +++ b/data/packs/quickstart-guides.db/treasure_0_3__GfJsJ4apoaiCUVje.json @@ -0,0 +1,23 @@ +{ + "_id": "GfJsJ4apoaiCUVje", + "_key": "!journal.pages!sxBiNC5Ee4iMIP23.GfJsJ4apoaiCUVje", + "image": { + }, + "name": "Treasure 0-3", + "src": null, + "system": { + }, + "text": { + "content": "

@UUID[Compendium.shadowdark.rollable-tables.RollTable.Pi9nnnLeXpTKCSMY]{Treasure 0-3}

Treasure 0-3

d100

Details

01

Bent tin fork (1 cp)

02-03

Muddy torch (2 cp)

04-05

Bag of smooth pebbles (2 cp)

06-07

10 cp in a greasy pouch

08-09

Rusty lantern with shattered glass (1 gp)

10-11

Silver tooth (1 gp)

12-13

Dull dagger (1 gp)

14-15

Two empty glass vials (6 gp)

16-17

60 sp in a rotten boot

18-19

Cracked, handheld mirror (8 gp)

20-21

Chipped greataxe (9 gp)

22-23

10 gp in a moldy, wood box

24-25

Chip of an emerald (10 gp)

26-27

Longbow and bundle of 40 arrows (10 gp)

28-29

Dusty, leather armor dyed black (10 gp)

30-31

Scuffed, heavy shield (10 gp)

32-33

Simple, well-made bastard sword (10 gp)

34-35

12 gp in the pocket of a ripped cloak

36-37

Wavy-bladed greatsword (12 gp)

38-39

Pair of elf-forged shortswords (14 gp)

40-41

Golden bowl (15 gp)

42-43

Obsidian statuette of Shune the Vile (15 gp)

44-45

Undersized pearl (20 gp)

46-47

Jade-and-gold scarab pin (20 gp)

48-49

Bag of 10 silver spikes (2 gp each)

50-53

Mithral locket with a painting of a halfling (20 gp)

54-55

Two finely forged dwarven shields (20 gp)

56-57

Pair of silvered daggers (10 gp each)

58-59

Copper-and-gold mead tankard (20 gp)

60-61

Bundle of five red dragon scales (5 gp each)

62-63

Light, warm cloak woven of spidersilk (25 gp)

64-65

Fine set of ivory game pieces (25 gp)

66-67

Half-finished suit of chainmail (30 gp)

68-69

Matched trio of warhammers (10 gp each)

70-71

Fragment of a sapphire (30 gp)

72-73

Set of silk slippers and a robe (35 gp)

74-75

Silver-and-gold circlet (40 gp)

76-77

Radiant, polished pearl (40 gp)

78-79

Mithral shield etched with soaring dragons (40 gp)

80-81

Gold monkey idol with a ruby gripped in its teeth (60 gp)

82-83

Fine suit of chainmail (60 gp)

84-85

Cracked emerald (60 gp)

86-87

Two lustrous pearls (40 gp each)

88-89

1st-tier spell scroll (80 gp)

90-91

Potion of Invisibility (80 gp)

92-93

Magic wand, 2nd-tier spell (100 gp)

94-95

Egg of The Cockatrice (100 gp)

96-97

+1 armor (benefit, curse) (150 gp)

98-99

Bag of Holding (virtue, flaw) (150 gp)

00

+1 magic weapon (benefit) (200 gp)

", + "format": 1 + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/treasure__cJvpcgtbNfRaxs9A.json b/data/packs/quickstart-guides.db/treasure__cJvpcgtbNfRaxs9A.json index cc776ea7..21188b06 100644 --- a/data/packs/quickstart-guides.db/treasure__cJvpcgtbNfRaxs9A.json +++ b/data/packs/quickstart-guides.db/treasure__cJvpcgtbNfRaxs9A.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

Jorbin fumed and huffed,lowering Ralina bit by bit. The rope groaned where it was wrapped around his waist and hands.

\"More slack!\" Ralina called up from inside the wide, square pit. Jorbin let a few more lengths slide by.

\"Not that much!\" Ralina shrieked a moment later.

The dwarf growled an oath and hauled the rope back.

Creeg sat cross-legged next to the pit and puffed on his pipe. \"Fifty gold the dwarf drops her,\" he said.

Iraga, a holy templar of Saint Terragnis, cast a disdainful look at the wizard. \"You know my beliefs on gambling,\" she said. She raised an index finger. \"One hundred gold, or you're a coward.\"

“I got it!\" Ralina shouted from below. Everyone scrambled to look.

At the bottom of the pit, the halfling stood before a black pedestal. She lifted a sparkling, grapefruit-sized sapphire overhead.

\"See?\" she said. \"And all of you stewing about traps—\"

Behind Ralina, a puff of air hissed. Everyone froze.

The pedestal sank into the floor with a clockwork grind; the pit's walls began trembling. A reverberating tick-tock picked up speed.

Creeg's shout broke the spell: “Get her out!\"

Iraga and Jorbin pulled up the rope in chaotic, frantic unison. The ticking hit a peak as Creeg reached down for Ralina's hand...

Boom! The pit's crushing walls slammed together.

Next to it, the four crawlers lied in a tangled heap.

\"Didn't even drop it,\" said Ralina's muffled voice.

", + "content": "

Jorbin fumed and huffed,lowering Ralina bit by bit. The rope groaned where it was wrapped around his waist and hands.

\"More slack!\" Ralina called up from inside the wide, square pit. Jorbin let a few more lengths slide by.

\"Not that much!\" Ralina shrieked a moment later.

The dwarf growled an oath and hauled the rope back.

Creeg sat cross-legged next to the pit and puffed on his pipe. \"Fifty gold the dwarf drops her,\" he said.

Iraga, a holy templar of Saint Terragnis, cast a disdainful look at the wizard. \"You know my beliefs on gambling,\" she said. She raised an index finger. \"One hundred gold, or you're a coward.\"

“I got it!\" Ralina shouted from below. Everyone scrambled to look.

At the bottom of the pit, the halfling stood before a black pedestal. She lifted a sparkling, grapefruit-sized sapphire overhead.

\"See?\" she said. \"And all of you stewing about traps—\"

Behind Ralina, a puff of air hissed. Everyone froze.

The pedestal sank into the floor with a clockwork grind; the pit's walls began trembling. A reverberating tick-tock picked up speed.

Creeg's shout broke the spell: “Get her out!\"

Iraga and Jorbin pulled up the rope in chaotic, frantic unison. The ticking hit a peak as Creeg reached down for Ralina's hand...

Boom! The pit's crushing walls slammed together.

Next to it, the four crawlers lied in a tangled heap.

\"Didn't even drop it,\" said Ralina's muffled voice.

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/treasure__mkjuQT3qIdfS7bmu.json b/data/packs/quickstart-guides.db/treasure__mkjuQT3qIdfS7bmu.json deleted file mode 100644 index 293cf121..00000000 --- a/data/packs/quickstart-guides.db/treasure__mkjuQT3qIdfS7bmu.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "mkjuQT3qIdfS7bmu", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.mkjuQT3qIdfS7bmu", - "image": { - }, - "name": "Treasure", - "src": null, - "system": { - }, - "text": { - "content": "

There's a 50% chance a randomly encountered creature (or group of creatures) has no treasure.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/treasure_overview__GdnBjlftjxsd2bZQ.json b/data/packs/quickstart-guides.db/treasure_overview__GdnBjlftjxsd2bZQ.json index d8a503e9..139a96e8 100644 --- a/data/packs/quickstart-guides.db/treasure_overview__GdnBjlftjxsd2bZQ.json +++ b/data/packs/quickstart-guides.db/treasure_overview__GdnBjlftjxsd2bZQ.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

TREASURE

Treasure is the driving force behind character advancement. Claiming treasure grants the characters XP and gives them valuable resources.

Wandering Monsters have only a 50% chance of carrying treasure. They are poor sources of XP and valuables!

FLEETING

Carousing (Shadowdark RPG Core) allows PCs to gain XP fast, but they'll soon need to go adventuring again to replenish their empty pockets.

TREASURE TABLES

You can use treasure tables to randomly determine what loot a monster is carrying. The table the monster uses corresponds to its level. For example, a level 2 monster uses the Treasure 0-3 table. Shadowdark RPG Core has tables for higher level monsters.

@UUID[Compendium.shadowdark.rollable-tables.Pi9nnnLeXpTKCSMY]{Treasure 0-3}

UNGUARDED

The GM can randomly generate unguarded treasure by rolling on the treasure table that matches the discovering character's level. For example, a 6th-level wizard finds a treasure chest. The wizard rolls on the Treasure 4-6 table to determine what's inside.

DEALING WITH LOOT

Treasure typically occupies one gear slot (coins occupy 1 slot per 100), but the GM might determine otherwise. Characters can sell most treasure based on its material value, but they may need to find a curio collector to offload strange or obscure items.

MAGIC ITEM VALUE

Characters can sell magic items for their listed values. However, magic items are rarely for sale for characters to buy and cost 2d6 times their listed values.

", + "content": "

Treasure

Treasure is the driving force behind character advancement. Claiming treasure grants the characters XP and gives them valuable resources.

Wandering Monsters have only a 50% chance of carrying treasure. They are poor sources of XP and valuables!

Fleeting

Carousing (Shadowdark RPG Core) allows PCs to gain XP fast, but they'll soon need to go adventuring again to replenish their empty pockets.

Treasure Tables

You can use treasure tables to randomly determine what loot a monster is carrying. The table the monster uses corresponds to its level. For example, a level 2 monster uses the @UUID[Compendium.shadowdark.rollable-tables.Pi9nnnLeXpTKCSMY]{Treasure 0-3}. Shadowdark RPG Core has tables for higher level monsters.

Unguarded

The GM can randomly generate unguarded treasure by rolling on the treasure table that matches the discovering character's level.

For example, a 6th-level wizard finds a treasure chest. The wizard rolls on the Treasure 4-6 table to determine what's inside.

Dealing with Loot

Treasure typically occupies one gear slot (coins occupy 1 slot per 100), but the GM might determine otherwise.

Characters can sell most treasure based on its material value, but they may need to find a curio collector to offload strange or obscure items.

Magic Item Values

Magic items can rarely be bought or sold. In such a case, weak magic items are worth [[/r 1d6*100]]{1d6 x 100 gp}. Powerful ones, if not priceless, are worth [[/r 2d6*100]]{2d6 x 100 gp}.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/what_is_it_doing___MRVL1WuVkOxsKqkU.json b/data/packs/quickstart-guides.db/what_is_it_doing___MRVL1WuVkOxsKqkU.json deleted file mode 100644 index a7ff2755..00000000 --- a/data/packs/quickstart-guides.db/what_is_it_doing___MRVL1WuVkOxsKqkU.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "MRVL1WuVkOxsKqkU", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.MRVL1WuVkOxsKqkU", - "image": { - }, - "name": "What is it doing?", - "src": null, - "system": { - }, - "text": { - "content": "

When the characters encounter new creatures, roll to determine the creatures' current activity. This might impact how likely they are to notice the characters.

@UUID[Compendium.shadowdark.rollable-tables.wPg13uAPhmRPtd8y]{Random Encounter: Activity}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/what_to_do__Ajjp4Ni38n8EU0Vw.json b/data/packs/quickstart-guides.db/what_to_do__Ajjp4Ni38n8EU0Vw.json deleted file mode 100644 index b4de5695..00000000 --- a/data/packs/quickstart-guides.db/what_to_do__Ajjp4Ni38n8EU0Vw.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "Ajjp4Ni38n8EU0Vw", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.Ajjp4Ni38n8EU0Vw", - "image": { - }, - "name": "What to do", - "src": null, - "system": { - }, - "text": { - "content": "

Describe what the characters newly perceive, and then let the players respond to that with actions. Call for checks when those actions require skill. Then start again from the top!

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/your_eyes_only__eTJBPJ05OtOSIhmB.json b/data/packs/quickstart-guides.db/your_eyes_only__eTJBPJ05OtOSIhmB.json deleted file mode 100644 index 8aa63d17..00000000 --- a/data/packs/quickstart-guides.db/your_eyes_only__eTJBPJ05OtOSIhmB.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "eTJBPJ05OtOSIhmB", - "_key": "!journal.pages!sxBiNC5Ee4iMIP23.eTJBPJ05OtOSIhmB", - "image": { - }, - "name": "Your Eyes Only", - "src": null, - "system": { - }, - "text": { - "content": "

The core rules of Shadowdark RPG are found in the Player Quickstart Guide. You should refer to it for the main game rules alongside the players.

However, the material in this book, the Game Master Quickstart Guide, is for your eyes only.

The dire nature of monsters, the mysteries of magical treasure, and the fascinating secrets of adventuring sites are all things the characters should discover through gameplay.

There was never any fun had in knowing all the surprises before they happen!

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} From b52c8b844b2166b4faefba26c765694faa000c05 Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 01:24:25 +0100 Subject: [PATCH 3/7] pack migrated to latest foundry schema (12.331) --- .../blind__xE08WjX14HjHwSJC.json | 9 +- .../charmed__g02s1plvTDRI6Ido.json | 9 +- .../condition__afraid__CyZNMVHNjIMTM0g7.json | 9 +- .../condition__asleep__9LKEdqM5gksbj8xV.json | 9 +- ...condition__beguiled__qSuLDWBjPNH2wizr.json | 9 +- ...ondition__bug_brain__YPYxo5WhLBPCnkRd.json | 9 +- ...ondition__compelled__jtCuGSncFiHgfNgZ.json | 9 +- .../condition__cursed__h8IoE9DUt8lyCAgQ.json | 9 +- ...dition__disease__1___PAkmxzlF6cIsPNkt.json | 9 +- ...dition__disease__2___PAkmxzlF6cIsPNkt.json | 9 +- ...dition__disease__3___PAkmxzlF6cIsPNkt.json | 9 +- ...dition__disease__4___PAkmxzlF6cIsPNkt.json | 9 +- ...dition__drained__1___iatMWq8uzO8KPaxd.json | 9 +- ...dition__drained__2___iatMWq8uzO8KPaxd.json | 9 +- ...dition__drained__3___iatMWq8uzO8KPaxd.json | 9 +- ...dition__drained__4___iatMWq8uzO8KPaxd.json | 9 +- ...dition__drained__5___iatMWq8uzO8KPaxd.json | 9 +- ...dition__drained__6___iatMWq8uzO8KPaxd.json | 9 +- .../condition__fragile__XGGzrINaGvRwwXPC.json | 9 +- ...ondition__gibbering__7mCWjMOGoEUpJlGc.json | 9 +- ...ondition__invisible__LmXXpHviIuB684gX.json | 9 +- ...condition__laughing__8N8VrjrYr7pGris5.json | 9 +- ...ion__life_drain__1___PAkmxzlF6cIsPNkt.json | 9 +- ...ion__life_drain__2___PAkmxzlF6cIsPNkt.json | 9 +- ...ion__life_drain__3___PAkmxzlF6cIsPNkt.json | 9 +- ...ion__life_drain__4___PAkmxzlF6cIsPNkt.json | 9 +- ...ndition__mesmerized__3XkiakzqwT78EG4j.json | 9 +- ...ondition__paralyzed__5Q6foTiBhvvLG7y3.json | 9 +- ...ondition__petrified__Ck88Wezyv7vfvNGV.json | 9 +- ...dition__polymorphed__xyhx2skwDPYWZ20G.json | 9 +- ...ondition__possessed__rEjr6iPhgVuFTCWl.json | 9 +- .../condition__stuck__Pw5zyo8apyAphCG2.json | 9 +- ...ondition__stupified__gbK3h5sv3mNm3v3R.json | 9 +- ...dition__unconscious__iTrME6gdEDXnxloZ.json | 9 +- ...erceiving_advantage__M044441XNDJq00mV.json | 9 +- ...anent_ability__cha___F7lcubzHfIM4jQDu.json | 9 +- ...anent_ability__con___uBrDknMQigqBcbl0.json | 9 +- ...anent_ability__dex___O8bVaWHv6gSA7mPq.json | 9 +- ...anent_ability__int___niI5k5QCYV7npdse.json | 9 +- ...anent_ability__str___O8bVaWHv6gSA7mPq.json | 9 +- ...anent_ability__wis___38EONK96mLJWmtGS.json | 9 +- .../open-item-importer-q4lqJ88GbDk9HTlq.json | 11 - .../open-spell-importer-15E8F4iZ24jq5uE9.json | 11 - ...ditional_gear_slots__MquW5uUJ7QQO7eFk.json | 9 +- ...attack_damage_bonus__78SoFRRmEjEMdPIT.json | 9 +- ...attack_damage_bonus__E7DKiIaxjDrxq64c.json | 9 +- ...attack_damage_bonus__FqtIDxjhOFDvkQFn.json | 9 +- ...attack_damage_bonus__JAfTcoh8jcncSGJM.json | 9 +- ...attack_damage_bonus__Qj2rqAj7XeIsjzzs.json | 9 +- ...attack_damage_bonus__pwG7d70XZD8JJL5p.json | 9 +- .../attack_roll_bonus__4QneUXW9pG2CMpKS.json | 9 +- .../attack_roll_bonus__9qMTrleWtCMKO3Xl.json | 9 +- .../attack_roll_bonus__A3cEweAbyqxNxdzl.json | 9 +- .../attack_roll_bonus__HhILvM8lD0Nby5gq.json | 9 +- .../attack_roll_bonus__Rzbo47LZEvpyHfqg.json | 9 +- .../attack_roll_bonus__qrgFpY2mTci173wM.json | 9 +- ...l_failure_threshold__UojiuFQ7ufucHAMl.json | 9 +- ...critical_multiplier__2NdFJHTHy28UaTCh.json | 9 +- ...l_success_threshold__b7lXcLAavPlpMhqp.json | 9 +- ...anent_ability__cha___07RIJ800mgt95fNl.json | 9 +- ...anent_ability__con___zrPgEyvt0Qpp6rca.json | 9 +- ...anent_ability__dex___2iAdf3ZD4FdzPonT.json | 9 +- ...anent_ability__int___94JaF8oYeiAAWASd.json | 9 +- ...anent_ability__str___N3a7CEwOlseizR4z.json | 9 +- ...anent_ability__str___mEwSq29I1Sr8gG2t.json | 9 +- ...anent_ability__wis___cUIGFlc2YR57pzXl.json | 9 +- .../permanentability__1sKZFEAOhR1t3W5D.json | 9 +- .../aboleth__sgVqRuCaadRK1P7R.json | 24 +- .../acolyte__k2YdCMGiq3USE8oE.json | 24 +- .../angel__domini__63d5P0opwEQTdDIn.json | 27 +- .../angel__principi__X8hc2Uhflvy8F634.json | 27 +- .../angel__seraph__9mHBuBhx1RxUdheA.json | 27 +- .../animated_armor__qSeHWgP59WltutCz.json | 24 +- .../monsters.db/ankheg__rrI5NuJ8q0Pm4ehs.json | 27 +- .../monsters.db/ape__52p2phLsOZiNFTFS.json | 27 +- .../ape__snow__z4UPCFgmpXHwzmJu.json | 27 +- .../apprentice__9R3qr0129OxaXMcy.json | 27 +- .../archangel__GzjB5DsORxRuX2MV.json | 27 +- .../archdevil__OkhcwZ7JqJxTgkJo.json | 27 +- .../archmage__5NUw5FTgSVwAi0nL.json | 27 +- .../assassin__I5y9YDSIg2n0u8CM.json | 27 +- .../monsters.db/azer__rEhCGVPPzY0R18oJ.json | 27 +- .../monsters.db/badger__VM65vWCNjlx5tKTP.json | 27 +- .../monsters.db/bandit__AMSI3MCLvpcZpJPO.json | 24 +- .../basilisk__r9PchmCuVg1r9FOA.json | 27 +- .../bat__giant__EJ94w4A9mb9ETSGA.json | 24 +- .../bat__swarm__CUpk1oMNktqZPdXp.json | 27 +- .../bear__brown__RG84tprafQTDEFCa.json | 24 +- .../bear__polar__A84XNl4aGBeeDDLu.json | 27 +- .../beastman__k8tAgECWIzPIStGU.json | 24 +- .../berserker__dqWmtEZjAMQLmCBn.json | 27 +- .../black_pudding__LjwxMX3llNTrJk78.json | 27 +- .../monsters.db/boar__bXYsB2bHIdtOsZgV.json | 24 +- .../brachiosaurus__P3UFDBgbA5kkwcYb.json | 27 +- .../brain_eater__MnV9R6AbzWjLreaZ.json | 27 +- .../bugbear__qUuNdFtYmo1vXVP5.json | 27 +- .../bulette__ktpbMeq6xDzNbOu3.json | 27 +- .../monsters.db/camel__JO2HwD53QhEuV3W9.json | 27 +- .../cave_brute__nhKDBbnOnXXTzfBr.json | 24 +- .../cave_creeper__j7sQ6Km2jSx5twCC.json | 24 +- .../centaur__5AV9DF5BbMu7mvVO.json | 27 +- .../centipede__giant__W9n69R2FY4EIgBuQ.json | 27 +- .../centipede__swarm__lcqq47H1YVF0ABnp.json | 27 +- .../chimera__5SaVYhtOSTOUcHCV.json | 27 +- .../monsters.db/chuul__4v8PY6yOUcQOTWWo.json | 27 +- .../monsters.db/claw__m8zFURgmmIh47B3E.json | 39 - .../cloaker__SeY0lvD3U4pr6mXD.json | 27 +- .../cockatrice__xUxKG0CR6Elw1l7h.json | 27 +- .../monsters.db/couatl__ibQF9DMmu8sTLz4B.json | 27 +- .../crab__giant__2KRkhIG0f9YAnUHb.json | 27 +- .../crocodile__obS0HaAx233uar7B.json | 24 +- .../cultist__CpHttsoemSoZRiDe.json | 24 +- .../cyclops__68wDauouPEUU9oMR.json | 27 +- .../darkmantle__0JAEN5FsKjaXXZaA.json | 24 +- .../deep_one__5J7IfGiC6Za14VuU.json | 27 +- .../demon__balor__ju93VWtuoi9BRX5F.json | 27 +- .../demon__dretch__UzRHO1MCMmYDSVzo.json | 27 +- .../demon__glabrezu__CuwjaziXY6YoAg7O.json | 27 +- .../demon__marilith__P53eJcTVm4axJ2bR.json | 27 +- .../demon__vrock__0Q9d1621wpUEsuFC.json | 27 +- .../devil__barbed__n4liAI4qBGY4orA4.json | 27 +- .../devil__cubi__eytIJSxijnY4VZ3U.json | 27 +- .../devil__erinyes__8Lma2TIrsJc0IJzV.json | 27 +- .../devil__horned__TWzBMX1oWU10HBOW.json | 27 +- .../devil__imp__qhy4sxYqEkl171L5.json | 27 +- .../monsters.db/djinni__ytftI0motwEnF29v.json | 27 +- .../doppelganger__6ldPPlMIMSd4ALoZ.json | 27 +- .../dragon__desert__3ao87kQaYih26b9q.json | 27 +- .../dragon__fire__8nKQ8hgoWY7vZHb4.json | 27 +- .../dragon__forest__GGiSjGtAWFwFT81z.json | 27 +- .../dragon__frost__CUMRox407hfN6Ho1.json | 27 +- .../dragon__sea__wGmyKKVD5P4oE4RD.json | 27 +- .../dragon__swamp__KKc8fESqPDECz0bL.json | 24 +- .../drink_pain__OVCCnV4WuzTb47mh.json | 18 - .../drink_pain__bPRulQQyhApmzZNE.json | 39 - .../monsters.db/drow__OQKt55SQZZUZhlNq.json | 27 +- .../drow__drider__DttbFgMrxQulVKEf.json | 27 +- .../drow__priestess__mLujryShxJUk5Jys.json | 27 +- .../monsters.db/druid__xwdLsiejN4nayUR5.json | 27 +- .../monsters.db/dryad__vXaqgfDykZPdXnIm.json | 24 +- .../duergar__B1B7yApS28xtu8HN.json | 27 +- .../dung_beetle__giant__99s2guSyYKPWp1oy.json | 24 +- .../efreeti__o1aBfxHFxYVHLTRn.json | 27 +- ...ntal__air__greater___adojju5DJl1iWEg4.json | 27 +- ...ental__air__lesser___XEFAKSOcCUd8G89y.json | 27 +- ...al__earth__greater___w14e0EzbGfvjkbes.json | 27 +- ...tal__earth__lesser___Puc0P5lO6IphdIQP.json | 27 +- ...tal__fire__greater___V1wcRoUEnIbaNjXN.json | 27 +- ...ntal__fire__lesser___vylW8UYkC5i9wAS7.json | 27 +- ...al__water__greater___Fb4nfQoOqplwmGHe.json | 27 +- ...tal__water__lesser___ZP1OsAWwqVppLts0.json | 27 +- .../elephant__Ezs7usvuZdG6zMAL.json | 27 +- .../monsters.db/elf__GvxrOdZ1MejJL8DV.json | 27 +- .../ettercap__fcgq7uwsJEMMdRNx.json | 24 +- .../monsters.db/fairy__RAEbIzHkREYWKvLh.json | 24 +- .../frog__giant__mpdnvoVyYfvu8yLP.json | 27 +- .../gargoyle__FeQJTjVbjxIH6uHd.json | 27 +- .../gelatinous_cube__udRspLiTyURGmLav.json | 24 +- .../monsters.db/ghast__XNiuEhf8QpfOnVCJ.json | 27 +- .../monsters.db/ghost__LV2ZWlK1qUQz5J4K.json | 24 +- .../monsters.db/ghoul__aJPxeuzZ597SWMES.json | 27 +- .../giant__cloud__vdCzdpAsjmYTa1ps.json | 27 +- .../giant__fire__PzLMBzFtioZhBlTq.json | 27 +- .../giant__frost__Om5RbAEQDbXI8MwN.json | 27 +- .../giant__goat__KFCqi1XnRQM7kZyj.json | 27 +- .../giant__hill__sFz8XfLheORSuxxM.json | 27 +- .../giant__stone__zIaJgXifG1mIY7FM.json | 27 +- .../giant__storm__owL9cUM2LTVpMarQ.json | 27 +- .../gibbering_mouther__8aDS9mPcNoxNc3Ha.json | 27 +- .../gladiator__14gxjungNSpJTf3w.json | 27 +- .../monsters.db/gnoll__d2dPYSjcZhR5psLj.json | 27 +- .../gnome__deep__WMw4J1wECaLGf3Am.json | 24 +- .../monsters.db/goblin__I7CMFbyFmFHVwE5U.json | 24 +- .../goblin__boss__R3CMnUkD0AVVkjuZ.json | 27 +- .../goblin__shaman__Ot77aKKqmML8yboF.json | 27 +- .../golem__clay__y8O1UJWvVI7fDXpn.json | 27 +- .../golem__flesh__IDgaXGnSleQcfAwm.json | 27 +- .../golem__iron__KZNQRwpG4DaN57zB.json | 27 +- .../golem__stone__zLDg6vIYEj4wB0lQ.json | 24 +- .../monsters.db/gorgon__c9n0i79sjiUWwkiV.json | 27 +- .../gorilla__cfdlaAx4balFmIb4.json | 27 +- .../gray_ooze__04acXEvbSpXQ1NjS.json | 27 +- .../monsters.db/grick__Jn5JjEPCUT86txAg.json | 24 +- .../griffon__72LUt9AEysl22JGv.json | 27 +- .../grimlow__A6QrevZXpJ0SeiIv.json | 27 +- .../monsters.db/guard__unySR92Si932s01C.json | 27 +- .../hag__night__hi47xC8rfvviBoOO.json | 27 +- .../hag__sea__vSA5WApOVd99itBh.json | 27 +- .../hag__weald__9q5O77FFFJ7pTjhL.json | 27 +- .../monsters.db/harpy__CsQXDNmBDfao8hij.json | 27 +- .../hell_hound__PAb9czULqynbNnKj.json | 27 +- .../hippogriff__SgSkMF7D9BE69ubm.json | 27 +- .../hippopotamus__WI7Tq6Vf2vmgBKcN.json | 27 +- .../hobgoblin__uqHIz56KiBwTnbTJ.json | 24 +- .../monsters.db/horse__olqRJQaOKMLkESQN.json | 27 +- .../monsters.db/hydra__hr2wYwBcd0WuJWK8.json | 27 +- .../invisible_stalker__3cz1ScEh3YlMU1ql.json | 27 +- .../jellyfish__uNah6fsgfkt4Aiet.json | 27 +- .../monsters.db/knight__BviPIbrJao1ubOX1.json | 24 +- .../monsters.db/kobold__BxilUr9Ac6zgekYU.json | 24 +- .../kobold__sorcerer__j1Uy1uGIUxbtB0iD.json | 27 +- .../monsters.db/kraken__4A7ELy7Oj4YKRqTf.json | 27 +- .../leech__giant__UGsq7I9Gyahgd0dG.json | 24 +- .../leprechaun__dNSmJX2keI0T2Gig.json | 27 +- .../monsters.db/lich__sncxcSi6ziTStjAh.json | 27 +- .../life_drain__FmrC0mHGUBAGpc5P.json | 2 +- .../monsters.db/lion__3InGAUnBJixja6ld.json | 27 +- .../lizardfolk__h4e6ntO5vWTShNi9.json | 27 +- .../monsters.db/mage__manaoose71vhAWCT.json | 27 +- .../mammoth__0QznxquCW5qW69V6.json | 27 +- .../manta_ray__giant__QhFsevIc23TsTHZE.json | 27 +- .../manticore__LBjQecdHrFaX8SPj.json | 27 +- .../mastiff__lJyH2RWm3t5MB5iG.json | 27 +- .../monsters.db/medusa__u05UfQ9hKno0bwWj.json | 27 +- .../merfolk__CXZNV3102oiDkME4.json | 27 +- .../monsters.db/mimic__LFx9hb8JlEfGxDaI.json | 27 +- .../minotaur__c3Nvj86e0Layz3NG.json | 24 +- .../monsters.db/moose__tfoTO9pQhnS0RAOH.json | 24 +- ...danticus_the_flayed__DP8n8iIiU1Qostjv.json | 27 +- .../monsters.db/mummy__kY87zSryGuQ963Ba.json | 27 +- .../mushroomfolk__K2FMeD45kPEr8RNS.json | 27 +- .../monsters.db/naga__UDGXIj9pB0TdWPA6.json | 27 +- .../naga__bone__azSFk2v032NJ635x.json | 27 +- .../nightmare__bxcbuzesUqGpEBxw.json | 27 +- ...obe_ixx_of_azarumme__6ce2xr1QmjJFMe5P.json | 27 +- .../ochre_jelly__QErMaMVIbddgk9MX.json | 24 +- .../octopus__giant__h0NMkJj2DCJiQ9Zw.json | 27 +- .../monsters.db/ogre__VrYTiPjDOH1LIEBr.json | 24 +- .../monsters.db/oni__yMyZ18conSZhwlpg.json | 27 +- .../monsters.db/orc__Rq4WF5z0ZBFHNLub.json | 24 +- .../orc__chieftain__v2Q2R3tGkcvslEbB.json | 27 +- .../monsters.db/otyugh__Crc6mFgLL9vNJuaS.json | 27 +- .../owlbear__jXsS8HEA6XsvOngt.json | 27 +- .../panther__dULmhpAV6apvNDPO.json | 27 +- .../peasant__V75YwrR126oziTKk.json | 24 +- .../pegasus__5Tp7B3qOMEAdMkJ8.json | 27 +- .../phoenix__o3Yd8P0DavwDp21b.json | 27 +- .../piranha__swarm__LZsDirxnEAlPoOhH.json | 27 +- .../monsters.db/pirate__ZFH3OQCziTyacf5e.json | 27 +- .../plesiosaurus__vVRAwuWbYEtPctOE.json | 27 +- .../poison_web__8ITOtBo5399EG3Fl.json | 2 +- .../monsters.db/priest__vRn6zM7a0nrqSiY5.json | 27 +- .../primordial_slime__pB9F8QWYdWzfZMzs.json | 27 +- .../pterodactyl__xIitpxW19LP91JA3.json | 27 +- .../purple_worm__VxV56gRyhUJfXu83.json | 27 +- .../rakshasa__JAl9s0Rm4b1beFa1.json | 27 +- .../rat__dire__3jwLk7zEFiHk7kna.json | 27 +- .../rat__giant__OYtg4Ta4PIpvIZxq.json | 24 +- .../monsters.db/rat__kRjM8lPIVu1b5b3g.json | 27 +- .../rat__swarm__UxMr9qvyuIt9ZwM7.json | 27 +- .../rathgamnon__o5xhxniboMbTCMLk.json | 27 +- .../monsters.db/reaver__HO9aYtRdsjHHAYHj.json | 24 +- .../remorhaz__OrFJy0frYF2B8wbh.json | 27 +- .../rhinoceros__SG7K5ZFCguR27Gxm.json | 27 +- .../rime_walker__pWIrU2mRsvTe17Nh.json | 27 +- .../monsters.db/roc__39kt1XjVZ4JZSdEj.json | 27 +- .../monsters.db/roper__C0CuPZJOFDmuplw8.json | 27 +- .../rot_flower__pE0tXsYluDmktWNv.json | 27 +- .../rust_monster__qISCrzLvHr4uQ9Q8.json | 24 +- .../sahuagin__soe49ydTgVbQ0AwZ.json | 27 +- .../salamander__t3Wr5E8hsOs1xtfK.json | 27 +- .../scarab__swarm__U9moCUg8DnL6C0Sq.json | 24 +- .../scarecrow__Hdpcnnvyh69C4BnO.json | 27 +- .../scorpion__giant__TZGzGBYncOs3r9ZF.json | 27 +- .../scorpion__lDXLWTA4FLMpAblB.json | 27 +- .../monsters.db/shadow__Fd7VgUIaCK6xQkS2.json | 27 +- .../shambling_mound__uTmirbJfdHFTag2i.json | 27 +- .../shapechange__DsfDAvHdSMK0411q.json | 18 - .../monsters.db/shark__MQ6bhM8xiI39ziUU.json | 27 +- .../shark__megalodon__uQLXRcMggAhwFVMJ.json | 27 +- .../monsters.db/siren__iaP5JVmGCrkkTAzO.json | 27 +- .../skeleton__cWzG0yEVgIk8ijk6.json | 24 +- .../smilodon__8tUERo3WvtZe9K8O.json | 27 +- .../snake__cobra__anfsgfN2gFs72MHo.json | 27 +- .../snake__giant__YHdOAuMUdCigLIHR.json | 24 +- .../snake__swarm__cUUnqWyaNDYghKxE.json | 27 +- .../soldier__Kw5KEyZVy5ugaTTy.json | 24 +- .../monsters.db/sphinx__JjJbKB1yomE7Ma8T.json | 27 +- .../spider__giant__p9PayU4K9nBZ8JRl.json | 24 +- .../monsters.db/spider__piZE4vxM1QjLxEt0.json | 27 +- .../spider__swarm__rwE58nsTLAG7pW1u.json | 24 +- .../stingbat__bILTV7P0d55nACrQ.json | 24 +- .../strangler__MldOgsKh8tfL0IhT.json | 27 +- .../the_tarrasque__NTRHmnsw7poR4rZ9.json | 27 +- ...the_ten_eyed_oracle__hiZvVJPOJWtOXV4m.json | 27 +- ..._wandering_merchant__DbkmPt2k9fw5zxJw.json | 27 +- .../monsters.db/thief__Ap1b6HrZLpeRMvGp.json | 27 +- .../monsters.db/thug__zQMZlqx02eiQwbhV.json | 27 +- .../monsters.db/treant__0kzqjwTD3ouYsDZh.json | 27 +- .../triceratops__ZGILlry1pBhE4iDh.json | 27 +- .../monsters.db/troll__eaA0qpZMGIgdIQYn.json | 24 +- .../troll__frost__5uzilW5qSX7bPzxe.json | 27 +- .../tyrannosaurus__JlQsRP4Gr5VhDYVK.json | 27 +- .../unicorn__Rh2bzqDRC1JF1FiG.json | 24 +- .../vampire__ei53dGxj76xmqQty.json | 27 +- .../vampire_spawn__EDaGLKYYCT5rCMhY.json | 27 +- .../velociraptor__SEZS6U1BW8lEznja.json | 27 +- .../violet_fungus__NyZfmD9E2ZPD4QdH.json | 27 +- .../viperian__1lgm8jaBx4YNXmr7.json | 27 +- .../viperian__ophid__VRZ60vAEV5ltvs6k.json | 27 +- .../viperian__wizard__wgHzqAqBNsutUALU.json | 27 +- .../void_spawn__VvkJkRVLs6l9UaZy.json | 27 +- .../void_spider__QziiJsawKcGcS0QJ.json | 27 +- .../vulture__bzKSq624safyHLbE.json | 27 +- .../wasp__giant__K9M3BA8PlvYWFADe.json | 24 +- .../wererat__dSiRSDzrV4AJNnMk.json | 27 +- .../werewolf__1Z2r4GggLt8aNrP8.json | 24 +- .../monsters.db/wight__ZCbay6SPPzbbz2bJ.json | 24 +- .../will_o__wisp__Fo9DMEiLgAJzsrJM.json | 24 +- .../monsters.db/wolf__FzBj2e0DzIjvQ0JE.json | 24 +- .../wolf__dire__fsxmTnmQ6ASZaVJ9.json | 27 +- .../wolf__winter__nugxSBkw9LcUDPqF.json | 27 +- .../monsters.db/worg__D5Tu4i3vYYqTCwUK.json | 27 +- .../monsters.db/wraith__ch1UpQSCVBgUNS2a.json | 27 +- .../monsters.db/wyvern__IUN6KcvNGGJWTQCE.json | 27 +- .../monsters.db/zombie__Q89EgThYcungYTke.json | 27 +- ...he_scarlet_minotaur__0qbqDCsioL4HWVvW.json | 4039 +++++++++++++---- ...e_improvement__dex___0jy4lHT3X9ryT7p9.json | 9 +- ...e_improvement__dex___sx2uVw9MzQNA7mnd.json | 9 +- ...e_improvement__int___hLAUcwBamgdBx4fj.json | 9 +- ...e_improvement__int___lSaJHBE00pEuwfOx.json | 9 +- ...e_improvement__str___peAz8xVvIeZ6SLHd.json | 9 +- ...e_improvement__str___tFkvVttNhz9cBOVQ.json | 9 +- ...e_improvement__str___tg3HvhIhbywpa7jI.json | 9 +- ...tional_backstab_die__AmcPerJgnykmMwVA.json | 9 +- ...tional_backstab_die__KBbKi9YYaC8xqVsI.json | 9 +- .../creeg_greythorn__PTFsYZ8ni3MbSdw8.json | 24 +- .../elbin_grizzlegut__RfFy5Nq3izy5oVD6.json | 24 +- .../extra_hp_max__H83UQWfWESNMQUo8.json | 9 +- .../extra_hp_max__qIFVq4PAB70lPkf9.json | 9 +- .../extra_hp_max__wszLqj6e6jmOnXY5.json | 9 +- .../hauler__IhW2vT4AJmAcpAEZ.json | 9 +- .../hauler__rMUM2XZ6Fg71dY3P.json | 9 +- .../hauler__rqplFhIShnvmV0U4.json | 9 +- .../hp_roll_advantage__0rcSjPSjHdvGwtOu.json | 9 +- .../hp_roll_advantage__7ROLtptWn3n0wyYD.json | 9 +- .../hp_roll_advantage__cDGzOUOtVhzSVsJn.json | 9 +- ...nitiative_advantage__1g9lxw8bhW2NVR0D.json | 9 +- ...nitiative_advantage__k9wVrL0gDKPn2rNt.json | 9 +- .../iraga_draguul__CVFznZtBMmHG2w4a.json | 24 +- .../jorbin_ironhelm__wnjtoBC4k5dIiG8X.json | 24 +- .../martin_rast__uXk56wpEwdiTfAQN.json | 24 +- ...e_attack_roll_bonus__MZj9RAguzHFoypD4.json | 9 +- ...e_attack_roll_bonus__iR3hHoX6W9VOCfy0.json | 9 +- .../melee_damage_bonus__9LnTbRJXNUH9wLTy.json | 9 +- .../melee_damage_bonus__MPH9ArAfW7y6wJ0I.json | 9 +- .../ralina_biggins__x3L0onniGSB97CU7.json | 24 +- ...d_attack_roll_bonus__p0eEwLNQh9oSEtEj.json | 9 +- ...d_attack_roll_bonus__v8RSFSkqYrCsm0Vg.json | 9 +- ..._advantage_on_spell__ZjpQVS9L1baZZ2PF.json | 9 +- ..._advantage_on_spell__gkKBIvn9MFzJVHRo.json | 9 +- ..._advantage_on_spell__kpP7k0q22F1ktYTF.json | 9 +- ...casting_check_bonus__4xLBrTrNNCnEQNJg.json | 9 +- ...casting_check_bonus__CtIJf3RlEZHk66Ww.json | 9 +- ...casting_check_bonus__KKuguluCP3repDNL.json | 9 +- ...casting_check_bonus__QBX0EGnKmDfPJ8gQ.json | 9 +- .../weapon_mastery__2rr100ySVxZn510u.json | 9 +- .../weapon_mastery__8F6hv1kM20gcNZOM.json | 9 +- .../weapon_mastery__E7SwrOhzSAyMZ1Ec.json | 9 +- .../weapon_mastery__XmlEQByLpzXULngp.json | 9 +- .../yriel_lirandar__4gxXdPgUd0ofz89A.json | 24 +- .../zaldini_the_red__Jnb0sFKKKrAfowY0.json | 24 +- ...lts!0vRwhfQgvAkzToHN.JtyvVAqYv6AOTZAG.json | 2 +- ...lts!0vRwhfQgvAkzToHN.KC2csh2be1TzEcwq.json | 2 +- ...lts!0vRwhfQgvAkzToHN.Ok9QceTSSYP7XgSq.json | 2 +- ...lts!0vRwhfQgvAkzToHN.PaRSmTRors92vNHj.json | 2 +- ...lts!0vRwhfQgvAkzToHN.RPesdhBtzQyC2KTy.json | 2 +- ...lts!0vRwhfQgvAkzToHN.RX3hqCehCxrwsYbe.json | 2 +- ...lts!0vRwhfQgvAkzToHN.TTKzmcpfzqCFofN8.json | 2 +- ...lts!0vRwhfQgvAkzToHN.U6dngSSFFxKUNeKU.json | 2 +- ...lts!0vRwhfQgvAkzToHN.X8kbXADMeDvMGVen.json | 2 +- ...lts!0vRwhfQgvAkzToHN.j0zaAW1vY7lVA4Vy.json | 2 +- ...lts!0vRwhfQgvAkzToHN.j2cUqus95ATrII4E.json | 2 +- ...lts!0vRwhfQgvAkzToHN.shAiehdgKTq4SHkE.json | 2 +- ...lts!0vRwhfQgvAkzToHN.tGZ1qLefW5q6dCnG.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.3DaqtfaXKwt0RK01.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.3hBUHVHC1e45QlmH.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.5WPyeZGoaWTPA7DA.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.7W8AFHBDPQawdJBF.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.CgzMhPjwYzldE2Me.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.GPaRJPXAsbqOl1hU.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.H6YK6jFZbNkijWRH.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.HOpuYajHRjlWDGUu.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.NzFnhJCEQgYxUT7K.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.VjUou2PJGJepmhwm.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.YixFM0hGoL4KLmWx.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.bHPgrlVZafc4PigN.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.hFyBJgJCikxmyvEC.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.hMXwSnmUMmvbQCsL.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.kHcQi0XEtFPb9bot.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.pd5V1XfUO15B4edI.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.wMFniFTYBEE2PQSl.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.xE3SIxGZQ6ChpvQm.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.xc34jgWvPoEOrJad.json | 2 +- ...lts!2nHdxMs1BHY1FUhq.z2PdENX5f5NC58Sq.json | 2 +- ...lts!3158XkwQAHF20RJQ.2Jz1fWhg7q4wZ36K.json | 2 +- ...lts!3158XkwQAHF20RJQ.B8b2l91u8CPbWQt1.json | 2 +- ...lts!3158XkwQAHF20RJQ.EfwFok43qDHvPy1a.json | 2 +- ...lts!3158XkwQAHF20RJQ.kO1DsufGDcafDCNl.json | 2 +- ...lts!3158XkwQAHF20RJQ.o8B8hNVMHWYpd2L8.json | 2 +- ...lts!3158XkwQAHF20RJQ.obKp6AhLDL4H0uB5.json | 2 +- ...lts!3pf5QyJjatNkylNv.C4k5rtaLhMKmMbsi.json | 2 +- ...lts!3pf5QyJjatNkylNv.GkV534oHvG2idNp6.json | 2 +- ...lts!3pf5QyJjatNkylNv.GwMffkVDFcQE6G7I.json | 2 +- ...lts!3pf5QyJjatNkylNv.VBLBiNtnKjrS9QGB.json | 2 +- ...lts!3pf5QyJjatNkylNv.a0TxSPzLzNnlyzX2.json | 2 +- ...lts!3pf5QyJjatNkylNv.bnv5azUa7bkvU2Qn.json | 2 +- ...lts!3pf5QyJjatNkylNv.dpeuP5ftKBP86aP1.json | 2 +- ...lts!3pf5QyJjatNkylNv.gU43cPSE9gE9y5gT.json | 2 +- ...lts!3pf5QyJjatNkylNv.gpwTiAXHbFFcvkJl.json | 2 +- ...lts!3pf5QyJjatNkylNv.hx2GN61yJZvW4nor.json | 2 +- ...lts!3pf5QyJjatNkylNv.rXO49oYGESKugM75.json | 2 +- ...lts!3pf5QyJjatNkylNv.z3JsdSA3yTfGlv56.json | 2 +- ...lts!44P8mz0yaCsTtKeq.4GZVvOSjzujDO18T.json | 2 +- ...lts!44P8mz0yaCsTtKeq.4WfjJnGbv6Zb26XU.json | 2 +- ...lts!44P8mz0yaCsTtKeq.6qQlUjDaZlFcmMpV.json | 2 +- ...lts!44P8mz0yaCsTtKeq.9o8sD60YsgGTlTBj.json | 2 +- ...lts!44P8mz0yaCsTtKeq.FDYUCGeBt5NKWzur.json | 2 +- ...lts!44P8mz0yaCsTtKeq.LyxIUd3WTqEm2g1O.json | 2 +- ...lts!44P8mz0yaCsTtKeq.QDmnpyrV7al8CTPs.json | 2 +- ...lts!44P8mz0yaCsTtKeq.RAZRX78sMiAaAGmu.json | 2 +- ...lts!44P8mz0yaCsTtKeq.TtgTR0s48LqHKhIl.json | 2 +- ...lts!44P8mz0yaCsTtKeq.Uu1MN0Ioop6z7gL8.json | 2 +- ...lts!44P8mz0yaCsTtKeq.Whks6pKtDYCvWM5U.json | 2 +- ...lts!44P8mz0yaCsTtKeq.XlO2BmO7ozzFnfep.json | 2 +- ...lts!44P8mz0yaCsTtKeq.YO1GsfR2u423HyVE.json | 2 +- ...lts!44P8mz0yaCsTtKeq.ZSWwbzFUilNy0Khk.json | 2 +- ...lts!44P8mz0yaCsTtKeq.ZYZcV6j31LtO6q5u.json | 2 +- ...lts!44P8mz0yaCsTtKeq.id08HgWlVvuCzXXS.json | 2 +- ...lts!44P8mz0yaCsTtKeq.jSIEqB5CcPXVmWHA.json | 2 +- ...lts!44P8mz0yaCsTtKeq.pVUHJ5hPV0EFLFiG.json | 2 +- ...lts!44P8mz0yaCsTtKeq.yIkti1S2GygajbUf.json | 2 +- ...lts!44P8mz0yaCsTtKeq.yYPOpRAXye6LMJv0.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.0ZrXxySTpXClNOHs.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.4yvnWJ3tbmZXpEpo.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.5K8QyOEp7PuxrlGD.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.E4oWbvCaawSHyN6a.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.GIHOheaoVT4wXZym.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.SnxRN8UgCgmizLci.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.aHTA3iYyiEuI9cUN.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.otUHbdYIKjEpBmFr.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.rLG6ooWohew8fFGP.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.sanrRY839MyOTyTX.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.z7mDMm8UtSi15gXt.json | 2 +- ...lts!5NMEXYjDS4C8Tm3n.zYwjhDI2rcphWUO9.json | 2 +- ...lts!8piSI566ZPW7kA87.0HzAqoixC4juRqFc.json | 2 +- ...lts!8piSI566ZPW7kA87.50BtdNjlBy77VnvK.json | 2 +- ...lts!8piSI566ZPW7kA87.9jTVBNV3Mys95S6e.json | 2 +- ...lts!8piSI566ZPW7kA87.A205bYl0kOoEUxfy.json | 2 +- ...lts!8piSI566ZPW7kA87.AaS5ZulkjlbOinMu.json | 2 +- ...lts!8piSI566ZPW7kA87.At9G5H7q9k4Uj9xP.json | 2 +- ...lts!8piSI566ZPW7kA87.Foh9VNGQlBhBnnRu.json | 2 +- ...lts!8piSI566ZPW7kA87.H3VxVLcdFh68qFe8.json | 2 +- ...lts!8piSI566ZPW7kA87.KGVNQLSqnCEb5jFJ.json | 2 +- ...lts!8piSI566ZPW7kA87.NU87l4O8aaQoiLkZ.json | 2 +- ...lts!8piSI566ZPW7kA87.Sd335i1gfTNPXjZa.json | 2 +- ...lts!8piSI566ZPW7kA87.awC49RzaIjSh5iM5.json | 2 +- ...lts!8piSI566ZPW7kA87.ek0JQB28ubJKskAG.json | 2 +- ...lts!8piSI566ZPW7kA87.fos6F7xK6RvVrnFQ.json | 2 +- ...lts!8piSI566ZPW7kA87.gGNUylJoz4c5sxIi.json | 2 +- ...lts!8piSI566ZPW7kA87.nFO6CLacDPwVQVac.json | 2 +- ...lts!8piSI566ZPW7kA87.nMDxeBylOVuoLuCc.json | 2 +- ...lts!8piSI566ZPW7kA87.ushm8QFA9VJnjAZm.json | 2 +- ...lts!8piSI566ZPW7kA87.vBRS0PO7dddUflXr.json | 2 +- ...lts!8piSI566ZPW7kA87.x1WjiYxpegKSi4gn.json | 2 +- ...lts!AsJlWy1q0mmq5caV.0p4ESs1a4bHour21.json | 2 +- ...lts!AsJlWy1q0mmq5caV.3BJFFt3Y5thAtY1e.json | 2 +- ...lts!AsJlWy1q0mmq5caV.57fVYCY7dX6au6Qi.json | 2 +- ...lts!AsJlWy1q0mmq5caV.6dieVjuz7hFiwPQO.json | 2 +- ...lts!AsJlWy1q0mmq5caV.CHGWyZQx7xcNKqMg.json | 2 +- ...lts!AsJlWy1q0mmq5caV.CIiViESbQ1ctBBAU.json | 2 +- ...lts!AsJlWy1q0mmq5caV.E0zhgT9EfOa04zQh.json | 2 +- ...lts!AsJlWy1q0mmq5caV.E4UWb4fgX7DR5Mvp.json | 2 +- ...lts!AsJlWy1q0mmq5caV.FHSIfmrpAfefjy4o.json | 2 +- ...lts!AsJlWy1q0mmq5caV.GJmWju7kGufbpcbU.json | 2 +- ...lts!AsJlWy1q0mmq5caV.GzNKH5LLDNGEt4Br.json | 2 +- ...lts!AsJlWy1q0mmq5caV.Hje0CqMpbp23YnHZ.json | 2 +- ...lts!AsJlWy1q0mmq5caV.Iex54yawTSNJ0v3c.json | 2 +- ...lts!AsJlWy1q0mmq5caV.KkcgKqTJSLD37dGR.json | 2 +- ...lts!AsJlWy1q0mmq5caV.L12Z1kcEJ5aL7l3N.json | 2 +- ...lts!AsJlWy1q0mmq5caV.LEr7Gw3DGpxFLIBR.json | 2 +- ...lts!AsJlWy1q0mmq5caV.LFmIeYo94rsFYSBy.json | 2 +- ...lts!AsJlWy1q0mmq5caV.LVxaBBho5o1TIYYe.json | 2 +- ...lts!AsJlWy1q0mmq5caV.LvBxX0v9cyEcw3Gr.json | 2 +- ...lts!AsJlWy1q0mmq5caV.NyZFCPyd2HqPPa9E.json | 2 +- ...lts!AsJlWy1q0mmq5caV.PdF4AToL8ZAQb52c.json | 2 +- ...lts!AsJlWy1q0mmq5caV.QsGAPDJmyTvbDGFY.json | 2 +- ...lts!AsJlWy1q0mmq5caV.Qv8VvxZBYl260yxk.json | 2 +- ...lts!AsJlWy1q0mmq5caV.RMUaTp3LrjoiEiE9.json | 2 +- ...lts!AsJlWy1q0mmq5caV.RqtaoQ6uqVJ4uKpV.json | 2 +- ...lts!AsJlWy1q0mmq5caV.T6SRNP2CInjAvL91.json | 2 +- ...lts!AsJlWy1q0mmq5caV.TLTGk35UHd3uMBkt.json | 2 +- ...lts!AsJlWy1q0mmq5caV.TxzHIjfBwpR9zEOD.json | 2 +- ...lts!AsJlWy1q0mmq5caV.UvUt8TTmls5dTmbK.json | 2 +- ...lts!AsJlWy1q0mmq5caV.V2tVVcqJZY5U95Jc.json | 2 +- ...lts!AsJlWy1q0mmq5caV.W8jO8CflpeIy3ydF.json | 2 +- ...lts!AsJlWy1q0mmq5caV.WO0CbhX5HLWbXEcA.json | 2 +- ...lts!AsJlWy1q0mmq5caV.ZNfvUJ2xV07xJdSz.json | 2 +- ...lts!AsJlWy1q0mmq5caV.b2eT2zhQJwu2urAV.json | 2 +- ...lts!AsJlWy1q0mmq5caV.beU5b6xxWyMT1Xf3.json | 2 +- ...lts!AsJlWy1q0mmq5caV.clHm2CbFpVjgpdk0.json | 2 +- ...lts!AsJlWy1q0mmq5caV.ejlq2ZQgLCQ0gSza.json | 2 +- ...lts!AsJlWy1q0mmq5caV.gMfUElLovnRx3YQw.json | 2 +- ...lts!AsJlWy1q0mmq5caV.gRWr1QwwtzX0Mc2I.json | 2 +- ...lts!AsJlWy1q0mmq5caV.h6Wezfzzfg17Pwsy.json | 2 +- ...lts!AsJlWy1q0mmq5caV.jsUBxgarSUGl7lf7.json | 2 +- ...lts!AsJlWy1q0mmq5caV.kNzs4KmGULdCiQdd.json | 2 +- ...lts!AsJlWy1q0mmq5caV.kmvRkBlMbl5nddIg.json | 2 +- ...lts!AsJlWy1q0mmq5caV.mSejXpo8mvAOMLYi.json | 2 +- ...lts!AsJlWy1q0mmq5caV.o4coZEgLKnN2ItkO.json | 2 +- ...lts!AsJlWy1q0mmq5caV.svAj8zQE1w4bOT5H.json | 2 +- ...lts!AsJlWy1q0mmq5caV.uHrTK4rupA0fsSXA.json | 2 +- ...lts!AsJlWy1q0mmq5caV.uwZVCntIUK7gftJt.json | 2 +- ...lts!AsJlWy1q0mmq5caV.xVD11I8EAIf73lKD.json | 2 +- ...lts!AsJlWy1q0mmq5caV.y0XJzYsyNk8WvAYl.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.1f4XwVZFTX8HGFeu.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.FRKlezzFZWilBVgh.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.MhA5KpaNRoG5SE7i.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.TzEk7T5B85c0fm3C.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.edJtGmodoQVoyT9E.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.f0Lp4XTZRQ2vqEqD.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.kDxmqbsgRA4kbAWB.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.oYZ2KMpJI2ms7U2M.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.raSEcK1nQbbnn3Zi.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.t9Ct9b7jU8P3bMuL.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.tp84WzIeJWKSfuOi.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.uW6sYsZJAt33Tveq.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.uWMnDA1RC07jO52V.json | 2 +- ...lts!CtkKBhsOpV1v5YjX.xZNgDZ0wtkfXjm0i.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.5CBf8sLkJz7DCAw0.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.CB5MfraSvsrf6sV9.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.P8SIXjAyU8uDdmww.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.RUc1j8LPlIBS61Cs.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.V0MKHlUbzH5CU66T.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.ZETK7JBywljD9EFz.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.fLazNranC5IjxzHG.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.hCBhdV1ScYd8rHXi.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.heTmtgDVQyGfwFVs.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.mRaoKNJIcM65e5P9.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.oMqbimLdQIY4YUTj.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.pULgtvU9fVoD9p9G.json | 2 +- ...lts!EmBGQUSaf5L7ojKJ.v2axkaQH8Sjmwbvx.json | 2 +- ...lts!IHpIMJy4xdXZnPFy.9GrvqyPrqFuLM46C.json | 2 +- ...lts!IHpIMJy4xdXZnPFy.EJSTyXp75GftHgdd.json | 2 +- ...lts!IHpIMJy4xdXZnPFy.bTx7SDbteDwOT0wj.json | 2 +- ...lts!IHpIMJy4xdXZnPFy.fWby9eYWxd1XneDg.json | 2 +- ...lts!IVnsYyvJAM36YQsv.5XYHalSUlIKkl6Vf.json | 2 +- ...lts!IVnsYyvJAM36YQsv.6xWA0VE9nLqr1Qvs.json | 2 +- ...lts!IVnsYyvJAM36YQsv.7iXR2iTAZuMxmjc6.json | 2 +- ...lts!IVnsYyvJAM36YQsv.HjrOMKhyvOSA1Ugu.json | 2 +- ...lts!IVnsYyvJAM36YQsv.JDVZmxJU6LWZ16v9.json | 2 +- ...lts!IVnsYyvJAM36YQsv.KRdSDUWjjU8rzEl6.json | 2 +- ...lts!IVnsYyvJAM36YQsv.PUWhhJoXCzx4rKdD.json | 2 +- ...lts!IVnsYyvJAM36YQsv.UmmdJQdljjVqY0TF.json | 2 +- ...lts!IVnsYyvJAM36YQsv.VD4I9XIEpgRRewnO.json | 2 +- ...lts!IVnsYyvJAM36YQsv.ZFy0g6UEbVF2Tqgq.json | 2 +- ...lts!IVnsYyvJAM36YQsv.ZqxJu8onLmdmshKj.json | 2 +- ...lts!IVnsYyvJAM36YQsv.keVuRfr5t1gIcQ9b.json | 2 +- ...lts!IVnsYyvJAM36YQsv.mz4SAC1WgHjdbq7Z.json | 2 +- ...lts!IVnsYyvJAM36YQsv.nPjMGEyIQIXVnDYq.json | 2 +- ...lts!IVnsYyvJAM36YQsv.p5yFzITuIuKK8Hd7.json | 2 +- ...lts!IVnsYyvJAM36YQsv.sS1n9shjz3QXo0Ut.json | 2 +- ...lts!IVnsYyvJAM36YQsv.t54n1tJ7rPtuAQOK.json | 2 +- ...lts!IVnsYyvJAM36YQsv.tKrHdAEVSxEz1urj.json | 2 +- ...lts!IVnsYyvJAM36YQsv.tkxTNm8X3FISs6mr.json | 2 +- ...lts!IVnsYyvJAM36YQsv.x7aRpSEjf265xvPC.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.0ZrXxySTpXClNOHs.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.4yvnWJ3tbmZXpEpo.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.5K8QyOEp7PuxrlGD.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.E4oWbvCaawSHyN6a.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.GIHOheaoVT4wXZym.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.SnxRN8UgCgmizLci.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.aHTA3iYyiEuI9cUN.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.otUHbdYIKjEpBmFr.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.rLG6ooWohew8fFGP.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.sanrRY839MyOTyTX.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.z7mDMm8UtSi15gXt.json | 2 +- ...lts!Ji8vkF8Lj0ZFMnBO.zYwjhDI2rcphWUO9.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.1DWLP6qu4lWncPgj.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.4QEZAiKdYf1W8ftu.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.5kTRYjkh2Sv4QnLn.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.7W1x6TvODGFC4uzd.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.9NMSMFlB98oGT4EV.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.AIqtDe4fUi67Oqmr.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.B4H6xpSlTsDNCLYz.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.Bj2VjnHRoxXtIZRh.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.Cjh10oelUB3RG1P8.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.Dc50WQCqc87G3eD1.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.EainBx3SmsDrZafc.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.FDuz8VZVNqKa01kG.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.FqQUxlYAvtiRPy2H.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.GNHPpqeTw0Yhfryv.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.IZChEeMtBlQIX5bd.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.IznEzC3q4bZfpBbS.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.NLBs5DZrQoomQih5.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.NZmlOJS6dQJ0CUip.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.OxtbrWHDjIK763N7.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.PUbQnMDHWWwbyUTd.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.QHYJ1w9PoaDg9qqo.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.QJfn5kyj8U4ZMNj0.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.RCV6HvtrGisJ4fLu.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.RRWpYDOPKoWPt5qZ.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.SuMD0iHWC5BRNEsi.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.UcbJZedrl1FInkva.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.V1tXTqx5nqR4m5et.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.V4zcMs8UEs1Z81lX.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.Y0CTCVTFPdS6v9Df.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.dM0U2mgtvBKvUKh4.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.eXvQB96fJIX2TTTU.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.er2Myx3pfBPSR4uq.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.gp4nHWElOIrQVDp1.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.iOsyIjr02kGXfTrJ.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.kgj2Esiwy4YorWNI.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.lUGYyRTv3DekkRUJ.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.liK5UCP9gIbIBbYB.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.lkPhcVn4Cqjo3lXH.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.lvXf0H1a8rjZjEX1.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.m4o9hmboTUcNcQlp.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.mR6TgWY4m7QNgtnY.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.nx5GiVHmncM0KGfJ.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.rsgSnyQDqptZSR15.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.s8Rm4t3Ys9222npg.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.sMxvLDXLOZ2w5Xfs.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.vxW5e24pKfDESToH.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.wkthsQPGmi3aNvuK.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.wrlz4ZRrbJVKKmjn.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.zEdSgu3fYUl75UKB.json | 2 +- ...lts!MlSMyJcXaJWuZ56O.zPXHo3NNCH6RthQB.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.75GJHt36EtuofTvq.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.8wXIzpo54QsbWBxT.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.EI6osFZJ0JTXPNFP.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.FL0DEM3DhRGbv4AG.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.M8VKYie0UBgGPGRB.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.PxVizZdjigztf4UH.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.S2SRrlxctDoHACm1.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.b4iC8LuRcPRGE4at.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.bhGIFPdpt9gUJAny.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.e3Y6IBqetlQqrwnw.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.mSXl6A8WKJmVkGjO.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.nJ0VC8CPWGRjVnGf.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.t1IT7UBVnDsVcBhm.json | 2 +- ...lts!NiiJKAiBjpPAj5U1.y1lafduW3hINmggm.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.0HzAqoixC4juRqFc.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.50BtdNjlBy77VnvK.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.9jTVBNV3Mys95S6e.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.A205bYl0kOoEUxfy.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.AaS5ZulkjlbOinMu.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.At9G5H7q9k4Uj9xP.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.Foh9VNGQlBhBnnRu.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.H3VxVLcdFh68qFe8.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.KGVNQLSqnCEb5jFJ.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.NU87l4O8aaQoiLkZ.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.Sd335i1gfTNPXjZa.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.awC49RzaIjSh5iM5.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.ek0JQB28ubJKskAG.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.fos6F7xK6RvVrnFQ.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.gGNUylJoz4c5sxIi.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.nFO6CLacDPwVQVac.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.nMDxeBylOVuoLuCc.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.ushm8QFA9VJnjAZm.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.vBRS0PO7dddUflXr.json | 2 +- ...lts!OQWo5AQe0XOcVWjD.x1WjiYxpegKSi4gn.json | 2 +- ...lts!PCDY6HMLaToPHurV.02u3F4H6BdmJ6GnR.json | 2 +- ...lts!PCDY6HMLaToPHurV.07hC2FtKL7J4xyAX.json | 2 +- ...lts!PCDY6HMLaToPHurV.2VO4lQQE8rLYszSi.json | 2 +- ...lts!PCDY6HMLaToPHurV.4vHcsNS6ovJkHKr3.json | 2 +- ...lts!PCDY6HMLaToPHurV.4wpoQyNe8GuQ1Cov.json | 2 +- ...lts!PCDY6HMLaToPHurV.5WnDfr2DU5lVXDUA.json | 2 +- ...lts!PCDY6HMLaToPHurV.5hQn1AQjIVD9AYeA.json | 2 +- ...lts!PCDY6HMLaToPHurV.DYxXYX5BTGQWf5Xl.json | 2 +- ...lts!PCDY6HMLaToPHurV.GAlNquwOjmC2K4OJ.json | 2 +- ...lts!PCDY6HMLaToPHurV.I7tTrq57enqQ2kpa.json | 2 +- ...lts!PCDY6HMLaToPHurV.Kmc66GAnWatYdZyk.json | 2 +- ...lts!PCDY6HMLaToPHurV.LleYPm4ZgPmtI0TT.json | 2 +- ...lts!PCDY6HMLaToPHurV.LqbwoWV3FQMlI13y.json | 2 +- ...lts!PCDY6HMLaToPHurV.YMvlD7h8MLzMa4xI.json | 2 +- ...lts!PCDY6HMLaToPHurV.ZhHVuvwoEqOGc1NI.json | 2 +- ...lts!PCDY6HMLaToPHurV.ktSacWU7kfH1hOfa.json | 2 +- ...lts!PCDY6HMLaToPHurV.q4tuhnaCUIR9RFGb.json | 2 +- ...lts!PCDY6HMLaToPHurV.sbs6be5eE1SxEZcg.json | 2 +- ...lts!PCDY6HMLaToPHurV.seEDUHQUbYnkn3mN.json | 2 +- ...lts!PCDY6HMLaToPHurV.vS3GU3sKBUFtI38Y.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.2mWuQ0w0JWZl7Xpu.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.3pRG7fxQRXBojepq.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.4AUTqIIM1oyuSakC.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.5PnKd7vcRy7OpaTp.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.87Tv3yNl0DlQGdww.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.8vnVSnCaccSGcbxD.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.9DH4iei90ecfMNjb.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.9PXpblnDiaoomi1j.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.9YD7Wi8autHajycy.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.9dEznuemkLTLmhYp.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.9iUqJ0hZWqU3CCmf.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.Aebea7WwN9xB0ajX.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.Ds7n8HhTykEQVYuY.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.ENBMi3hHnPMzE9SM.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.EfaKoCEm6iQUfoI6.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.G1lkaYji8pjRvksh.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.GAseV1QQJjuvRVUI.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.GG63tQrSd7W4hAlU.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.HekPkiaU8FFelCNv.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.JQ8WHrxCabEcJCGV.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.M50NwNTfPgNfz1Gt.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.MNXczdeJO7TWUGAj.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.NSXw2JxCczPZLv9a.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.TQXW7adTiYLTlgO0.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.UbWOa7xk7UTNppVJ.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.VNXLPRaUr8qpXVO2.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.XJdimFuk996dIiov.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.b5BykPXgIz62eE15.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.bzOTVXRwSmc4TBit.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.czdsovaXEkCbHRjY.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.etv8QoKMVul9buwh.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.fYxfqezwrkyWRHZC.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.g1JsCR7uKVnsgaXD.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.h12KW8hoBBdvu2M1.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.hKISMmDaHYV4LR4F.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.kM70wEJSXRdmLSNm.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.kMsydYKwOiwfRaX1.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.loaxCAEIlNdilQky.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.n5zcpLK3OQQGXtBA.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.n6jLyzVlqTuuLKWg.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.qa77AfOdZWxSQF9j.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.rBdSPxlp1M8vYCne.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.rNSFUpyfnVTGACEO.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.rZjEZP25NtK6L62z.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.tDg9Hc7IuVKaUsdS.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.uiEhUtiCcvhlSPtd.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.vK4QZDDD9Oexnpfz.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.w91bQCy7fr2bOBfF.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.xivZgppBNtHQ9jdc.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.xsuj9CjhWcTppTFm.json | 2 +- ...lts!PJmTjgwiPdZcYBYT.z6vxiUlI6PdxPOYC.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.5xQWKV5ac03PC7bT.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.6YHmI605gJPGbb58.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.HTzq4FrfzIrG7BoQ.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.Jz40blnoAc4k8LNA.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.O3wnXDlcYG0ciYnr.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.ac9IHgnh8ZWYjH5N.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.cRnbilUmms23Xcsf.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.fEmS53UsCeWZxjgW.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.it1KXZxh17RKYsG2.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.mtVNlphACCKudpVh.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.ouO9igdo4GShlpzb.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.qaxtytgC14dTLeaE.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.uNZorUCaIeUByjH4.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.udQwJeodk1RM2yyr.json | 2 +- ...lts!PPsLlxyDTbhy1aRI.yyt3RfpUl8h1Ps0n.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.0axkkwGmzwlqRhQV.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.3vY1G5QAZTZDEkzJ.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.50Q7fvM4ngHyQ1kS.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.5Ic9epRE3h8ayzXc.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.5uGWJ4xk04sw3x7N.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.7NakkJYO8NxoAUzr.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.7kBxJi6C9iKMhHI1.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.85AGcqLrb72P4510.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.94ieXNNg3I6n8KwY.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.BD0epZPxutVlSylZ.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.BvNitQo5CeXieZWT.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.FRxc7VYylIcFzWnF.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.Gatw5KlYB2U9Jgd1.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.KVv05E480SR9v9BN.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.LC5aGBM1Yj49JKh4.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.LrPulVPODNfN1Sf1.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.OPQdcFIdbJUp2Ax8.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.PkJCUlmMachvlfxR.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.TpxjmlUWD8PYMMx2.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.VTQM1VzjyUkg9uTQ.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.ZQxvZhnETZwwGKvZ.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.aNBvz6nBqwlJOdIb.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.c9gcEhzWpkvAtlJm.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.cFlcnwcIlFq076UW.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.chjnMIgxqAbiDHGo.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.doNy9RhhAkFd2gse.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.dtABLOIvRESdeqqZ.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.f3wJ3dgen61ufMFx.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.fzb1c3wLMiwj8OgC.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.gYe9bAGW9HBk2GIV.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.gw4lEv3jkPRrQnIo.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.hmnynSQOiTp2HF0s.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.ikxfWmHWu4KwvmNe.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.j0Qn8D6wQeECSeKl.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.j0hNR72GEThdqEwL.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.khB4IYxRICpNE2Hg.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.khQvnkUVV3PV4OeN.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.m4ifkL3b7gDzkeCb.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.nLjfBMOP3PPs1sYK.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.nMg8xeiVsEr8eiLW.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.pwnLoUbwe1SN8Sty.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.r15yTT1iJVKdW7ew.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.rO6ckWNGfraRCmcn.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.ssXS3ezJda75tWcB.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.ud2fR62FNhIVjRcv.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.vpmh2afw8K2g8Nc9.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.xAfL4betHk7Jv5bR.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.xPmhGAMWKtXZiVIt.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.y3JSH3P3rcTtKnsG.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.yE2NESlZdsLYmAbQ.json | 2 +- ...lts!Pi9nnnLeXpTKCSMY.zFUB8HUkJraB9D3a.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.0KkfuxQC2lKy3qye.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.0U8Cm0adaqdF9KIn.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.1d6RtQGNQJy3PXvg.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.4Ayj6lcLPGHeF04I.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.Lnb4CN0ULKs0IFoa.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.ONCiXKMdDVi7Z63Q.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.Pz1vMKyfQao6trjn.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.VLpQP94IrpWG9XJG.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.cnb8t7HmymR7uFWg.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.eeyOtYdm7Axjl6SS.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.rbLOcnEiXU5g5zis.json | 2 +- ...lts!RQ0vogfVtJGuT9oT.vCbCPGgWoc5Zw4G6.json | 2 +- ...lts!TJCChWMoFSEf9qhK.AQR8lpoKkOwT29iQ.json | 2 +- ...lts!TJCChWMoFSEf9qhK.qFrbV5pNu2s7mTAQ.json | 2 +- ...lts!TJCChWMoFSEf9qhK.yO1XtT8BhdEIWNkJ.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.0YTkk05EoXeCb1pW.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.2Mjgqad6n43bRS3k.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.4Ayj6lcLPGHeF04I.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.Alur3IGlxMoYUZ3P.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.EjYvrIKiECa8nlyr.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.F60d0n152Jo4Tb6T.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.YLYLckGaa3sarU6W.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.hBfULiC7gVHM8sj5.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.liA8g4eM7qXQeJHh.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.rbLOcnEiXU5g5zis.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.u6qDOyTroWJ9DIwD.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.xflr6PDNg3i9tmBw.json | 2 +- ...lts!XU4gJD2AK8FCeEZh.zBk7BK9ePnEJBcwV.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.18bQq5hng4NVz6og.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.1Lc63WK3AuIgUNNn.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.6d3cgorOipIhFwux.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.9nBG3tCrWmFNrdSd.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.BANltMjrsyW7QtWq.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.FBvvVN3yme3XZOD4.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.HWoejkQFhcTilIlG.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.IIE4ogYfIni5QO0S.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.OCbOXc9nyDqWEH0K.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.OJJDcioE4B6AY2QD.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.Oer06wBRbL0FEuUZ.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.VauVUyLlSNJ3K6KU.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.XR1AwwvAvnaYnJ0t.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.XnaqGikt06Z2FvZG.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.ZqjnA7kgsSlDr7Ch.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.hTjyPfTuwQaASGe8.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.mzLCfDBM1LFD2qvi.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.qtGuX6qZmwzIaohY.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.sZvSEqMTkjKiM56x.json | 2 +- ...lts!ZbrMK1WDNtz1ajJn.tDQYtSfRuGXvCAF4.json | 2 +- ...lts!ZtQzGRfn64Et3yge.6l3l74VzejfP4hGh.json | 2 +- ...lts!ZtQzGRfn64Et3yge.CEMljNFlmAcZgfke.json | 2 +- ...lts!ZtQzGRfn64Et3yge.MU1oTvgGVERiEO1D.json | 2 +- ...lts!ZtQzGRfn64Et3yge.fAP44cylXKhVX7QQ.json | 2 +- ...lts!ZtQzGRfn64Et3yge.oH23VMInibmrVMhb.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.4YPLoRHOy1h63JSm.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.5eCdL2a7RXKeTskU.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.7gMw68b5NFPKBl5V.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.CfOKDs4Nr4HwevXj.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.JhUoNT5GxYxJnkBW.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.P4U9xBHYWX7t3Pqc.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.PqOhoOBBzmnmpKBX.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.QPx7FSI1elTogwMF.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.Tg3G6ufaanPKjcto.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.UYo3K2sww5TyAEx0.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.bCFeX9DGivYxibzu.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.dEcKCeDpQuau6m2s.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.dSjjsi3vgVid9vIO.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.gmFVDABLTgEKl2gF.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.gooim64jojyJ2W8r.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.hczFItDAlSJ3XhNo.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.hvcXSaYRjUrJEGXK.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.nWhP79wnsgM5xGDY.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.ng4Nw7XFFWgtRFe2.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.qdMD3TflCa7aEokQ.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.sEoxLO4ToWmPYl3J.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.szjvdgiVEu0cuMzr.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.tvMZYuFH7v1hSUu5.json | 2 +- ...lts!ZzffJkaIfmdPzdE7.zeb4gEtpRKUhpcI0.json | 2 +- ...lts!dExHo4P85MgpwHd9.4GZNG0SHARmikiQb.json | 2 +- ...lts!dExHo4P85MgpwHd9.BQuhbE1WIuc5gOto.json | 2 +- ...lts!dExHo4P85MgpwHd9.EEIOWvqRC0GkJhID.json | 2 +- ...lts!dExHo4P85MgpwHd9.FLge4r1MAbu3to9p.json | 2 +- ...lts!dExHo4P85MgpwHd9.ShfsugAB4FBHqExq.json | 2 +- ...lts!dExHo4P85MgpwHd9.VdqRXeNrpcGEYX4N.json | 2 +- ...lts!dExHo4P85MgpwHd9.aPklVk1LTYxCECxr.json | 2 +- ...lts!dExHo4P85MgpwHd9.asqi1OvG924Gu5C5.json | 2 +- ...lts!dExHo4P85MgpwHd9.oB7EljreQF5o8xGj.json | 2 +- ...lts!dExHo4P85MgpwHd9.oyZa7BdWVE57dt52.json | 2 +- ...lts!dExHo4P85MgpwHd9.pBkS6NvUCG0Nx0X8.json | 2 +- ...lts!dExHo4P85MgpwHd9.ukAKARj9eP4f17hj.json | 2 +- ...lts!dZI4pD5LANhtod9O.0p4jnOR2byA9vYBm.json | 2 +- ...lts!dZI4pD5LANhtod9O.1cQhUE8nkQiINcha.json | 2 +- ...lts!dZI4pD5LANhtod9O.6Zp3j1iG75d6fDzW.json | 2 +- ...lts!dZI4pD5LANhtod9O.AdDsRK21U3kQRmHS.json | 2 +- ...lts!dZI4pD5LANhtod9O.JY17MyvXNA8UVqjT.json | 2 +- ...lts!dZI4pD5LANhtod9O.SVmht2tV7hLMHLF6.json | 2 +- ...lts!dZI4pD5LANhtod9O.SlGGjdqWvICNIm8o.json | 2 +- ...lts!dZI4pD5LANhtod9O.UR0v5qT5WGnVfsrY.json | 2 +- ...lts!dZI4pD5LANhtod9O.bvgB3HyCshDQLbYA.json | 2 +- ...lts!dZI4pD5LANhtod9O.ojmYXfIDp378LKDC.json | 2 +- ...lts!dZI4pD5LANhtod9O.sYWHR1sWSv9d7BRp.json | 2 +- ...lts!dZI4pD5LANhtod9O.scDhPVRcYecZ0L6w.json | 2 +- ...lts!eIYlfF2074jL0qte.0ZrXxySTpXClNOHs.json | 2 +- ...lts!eIYlfF2074jL0qte.4yvnWJ3tbmZXpEpo.json | 2 +- ...lts!eIYlfF2074jL0qte.5K8QyOEp7PuxrlGD.json | 2 +- ...lts!eIYlfF2074jL0qte.E4oWbvCaawSHyN6a.json | 2 +- ...lts!eIYlfF2074jL0qte.GIHOheaoVT4wXZym.json | 2 +- ...lts!eIYlfF2074jL0qte.SnxRN8UgCgmizLci.json | 2 +- ...lts!eIYlfF2074jL0qte.aHTA3iYyiEuI9cUN.json | 2 +- ...lts!eIYlfF2074jL0qte.otUHbdYIKjEpBmFr.json | 2 +- ...lts!eIYlfF2074jL0qte.rLG6ooWohew8fFGP.json | 2 +- ...lts!eIYlfF2074jL0qte.sanrRY839MyOTyTX.json | 2 +- ...lts!eIYlfF2074jL0qte.z7mDMm8UtSi15gXt.json | 2 +- ...lts!eIYlfF2074jL0qte.zYwjhDI2rcphWUO9.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.3DaqtfaXKwt0RK01.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.3hBUHVHC1e45QlmH.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.5WPyeZGoaWTPA7DA.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.7W8AFHBDPQawdJBF.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.CgzMhPjwYzldE2Me.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.GPaRJPXAsbqOl1hU.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.H6YK6jFZbNkijWRH.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.HOpuYajHRjlWDGUu.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.NzFnhJCEQgYxUT7K.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.VjUou2PJGJepmhwm.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.YixFM0hGoL4KLmWx.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.bHPgrlVZafc4PigN.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.hFyBJgJCikxmyvEC.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.hMXwSnmUMmvbQCsL.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.kHcQi0XEtFPb9bot.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.pd5V1XfUO15B4edI.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.wMFniFTYBEE2PQSl.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.xE3SIxGZQ6ChpvQm.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.xc34jgWvPoEOrJad.json | 2 +- ...lts!fHZAw0dV5JbDAi7E.z2PdENX5f5NC58Sq.json | 2 +- ...lts!fifOKQmilp9Y45lf.AipGfTboairKszSh.json | 2 +- ...lts!fifOKQmilp9Y45lf.FrNDXcvWB0zOoEGe.json | 2 +- ...lts!fifOKQmilp9Y45lf.GMo8T9XHQnGAEu02.json | 2 +- ...lts!fifOKQmilp9Y45lf.Roo36lxBYamFDePk.json | 2 +- ...lts!fifOKQmilp9Y45lf.b50PEac019YpvOhS.json | 2 +- ...lts!fifOKQmilp9Y45lf.d86aVzgECGzB6UuV.json | 2 +- ...lts!fifOKQmilp9Y45lf.hDzWbaWnguLypaXC.json | 2 +- ...lts!fifOKQmilp9Y45lf.hgnirTxvrLNk5Wmo.json | 2 +- ...lts!fifOKQmilp9Y45lf.knFZyF6b2lxXItDP.json | 2 +- ...lts!fifOKQmilp9Y45lf.qXC8AXuEpbiV313J.json | 2 +- ...lts!fifOKQmilp9Y45lf.yGcnNJyu8y2fJT7o.json | 2 +- ...lts!fifOKQmilp9Y45lf.z4acXCaOMGvZa9I6.json | 2 +- ...lts!hywroIYso1ANoq4N.1ahzLslWnLCuC8n5.json | 2 +- ...lts!hywroIYso1ANoq4N.3MByfBYtzZzMRwyX.json | 2 +- ...lts!hywroIYso1ANoq4N.3PJRotooaESSqjnl.json | 2 +- ...lts!hywroIYso1ANoq4N.3mgb4htWQ8Lyc8ks.json | 2 +- ...lts!hywroIYso1ANoq4N.6pRFf6moKzBWsgkO.json | 2 +- ...lts!hywroIYso1ANoq4N.9aff5gq9VCzuMLgo.json | 2 +- ...lts!hywroIYso1ANoq4N.9cSiZiY5rzMZdT8S.json | 2 +- ...lts!hywroIYso1ANoq4N.AQPGmxwBqUuQjKWg.json | 2 +- ...lts!hywroIYso1ANoq4N.DcJLusNhfvUcAQLl.json | 2 +- ...lts!hywroIYso1ANoq4N.I9LTWqB3RwHAKBqX.json | 2 +- ...lts!hywroIYso1ANoq4N.RyE0dwylYBmsCHoY.json | 2 +- ...lts!hywroIYso1ANoq4N.VA9pNnFn3TrNXLo9.json | 2 +- ...lts!hywroIYso1ANoq4N.W5LGUFV5FrY2yqQX.json | 2 +- ...lts!hywroIYso1ANoq4N.oGH2I1rhY4Xi2YQj.json | 2 +- ...lts!hywroIYso1ANoq4N.vrQrsASJK5RmsmZA.json | 2 +- ...lts!hywroIYso1ANoq4N.yePwQIk9PROkQknC.json | 2 +- ...lts!jeMMr372yditrKMj.091l4CxS6HBrbOky.json | 2 +- ...lts!jeMMr372yditrKMj.39dfIuez9HPaTZ9w.json | 2 +- ...lts!jeMMr372yditrKMj.5oJDFWhBzrbLd6ve.json | 2 +- ...lts!jeMMr372yditrKMj.GzXlTtJ6u0TMVIJx.json | 2 +- ...lts!jeMMr372yditrKMj.Hf3DleWOFlQGEiaY.json | 2 +- ...lts!jeMMr372yditrKMj.P4APwE3PjmK0zZS9.json | 2 +- ...lts!jeMMr372yditrKMj.PGpSTzWj5JhUZoNo.json | 2 +- ...lts!jeMMr372yditrKMj.PTFJSiDTH7423FGk.json | 2 +- ...lts!jeMMr372yditrKMj.SIeV3JZmL1Nk1sWD.json | 2 +- ...lts!jeMMr372yditrKMj.dLGxXiUn05KNCf3N.json | 2 +- ...lts!jeMMr372yditrKMj.epGQM54jf64rTnjS.json | 2 +- ...lts!jeMMr372yditrKMj.jd6V7fRcXbNS8cLk.json | 2 +- ...lts!jeMMr372yditrKMj.k0uOd6xLlRz2UwJj.json | 2 +- ...lts!jeMMr372yditrKMj.sLxf2ugDHsnnIVRP.json | 2 +- ...lts!ljbaTPUHqeNzyM2b.I9JFIjkDHy4wKoxN.json | 2 +- ...lts!ljbaTPUHqeNzyM2b.RlysHyjkyscqlkCA.json | 2 +- ...lts!ljbaTPUHqeNzyM2b.alBExel2xk6XVXhW.json | 2 +- ...lts!ljbaTPUHqeNzyM2b.p3IHkB8sH7wivTOi.json | 2 +- ...lts!ljbaTPUHqeNzyM2b.rCsmMUY5BfKAemw5.json | 2 +- ...lts!ljbaTPUHqeNzyM2b.zMbiNixekOSYeO8O.json | 2 +- ...lts!m44GYY0BRQWdsBN4.3DaqtfaXKwt0RK01.json | 2 +- ...lts!m44GYY0BRQWdsBN4.3hBUHVHC1e45QlmH.json | 2 +- ...lts!m44GYY0BRQWdsBN4.5WPyeZGoaWTPA7DA.json | 2 +- ...lts!m44GYY0BRQWdsBN4.7W8AFHBDPQawdJBF.json | 2 +- ...lts!m44GYY0BRQWdsBN4.CgzMhPjwYzldE2Me.json | 2 +- ...lts!m44GYY0BRQWdsBN4.GPaRJPXAsbqOl1hU.json | 2 +- ...lts!m44GYY0BRQWdsBN4.H6YK6jFZbNkijWRH.json | 2 +- ...lts!m44GYY0BRQWdsBN4.HOpuYajHRjlWDGUu.json | 2 +- ...lts!m44GYY0BRQWdsBN4.NzFnhJCEQgYxUT7K.json | 2 +- ...lts!m44GYY0BRQWdsBN4.VjUou2PJGJepmhwm.json | 2 +- ...lts!m44GYY0BRQWdsBN4.YixFM0hGoL4KLmWx.json | 2 +- ...lts!m44GYY0BRQWdsBN4.bHPgrlVZafc4PigN.json | 2 +- ...lts!m44GYY0BRQWdsBN4.hFyBJgJCikxmyvEC.json | 2 +- ...lts!m44GYY0BRQWdsBN4.hMXwSnmUMmvbQCsL.json | 2 +- ...lts!m44GYY0BRQWdsBN4.kHcQi0XEtFPb9bot.json | 2 +- ...lts!m44GYY0BRQWdsBN4.pd5V1XfUO15B4edI.json | 2 +- ...lts!m44GYY0BRQWdsBN4.wMFniFTYBEE2PQSl.json | 2 +- ...lts!m44GYY0BRQWdsBN4.xE3SIxGZQ6ChpvQm.json | 2 +- ...lts!m44GYY0BRQWdsBN4.xc34jgWvPoEOrJad.json | 2 +- ...lts!m44GYY0BRQWdsBN4.z2PdENX5f5NC58Sq.json | 2 +- ...lts!mMgcf5V3voQSvrdr.0uvYbFK82A1qjIJd.json | 2 +- ...lts!mMgcf5V3voQSvrdr.96c0uKgE0peeK5Vf.json | 2 +- ...lts!mMgcf5V3voQSvrdr.YZUd4kEBfUPUKVlb.json | 2 +- ...lts!mMgcf5V3voQSvrdr.gEPeiWY29oTRWqDG.json | 2 +- ...lts!mMgcf5V3voQSvrdr.kiuS4qMhOHC5B8KO.json | 2 +- ...lts!mMgcf5V3voQSvrdr.nmG7aQMo0pbvJ9oK.json | 2 +- ...lts!mi0QYvreMf9j512E.3ycSx39Jmtbw3PAx.json | 2 +- ...lts!mi0QYvreMf9j512E.99VfvZ0es75tMHRJ.json | 2 +- ...lts!mi0QYvreMf9j512E.9v8u3oIKb1N0rdRM.json | 2 +- ...lts!mi0QYvreMf9j512E.DwiNOG3uBT7nwUDK.json | 2 +- ...lts!mi0QYvreMf9j512E.EIESJe7TYSrPR7Lf.json | 2 +- ...lts!mi0QYvreMf9j512E.EbXl9TXkEochjEzH.json | 2 +- ...lts!mi0QYvreMf9j512E.HTLJU1oZcZidDP0e.json | 2 +- ...lts!mi0QYvreMf9j512E.OjESzhXmkRXRptqc.json | 2 +- ...lts!mi0QYvreMf9j512E.RrzLf4WgWJQB21WQ.json | 2 +- ...lts!mi0QYvreMf9j512E.alxTWycBBuIy9B2I.json | 2 +- ...lts!mi0QYvreMf9j512E.iyUzjgnbOlfguGtd.json | 2 +- ...lts!mi0QYvreMf9j512E.kNHLU5Jg5fuOZhyo.json | 2 +- ...lts!mi0QYvreMf9j512E.maQT0ylt6hkVAygR.json | 2 +- ...lts!mi0QYvreMf9j512E.zWYEp2vfd4hL0tzf.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.2MCoDg81l58aEa8a.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.5Bnxb4teq8EYAvmO.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.8oqyPUaTzgOvwmh4.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.EMYJeabWr0Y4YxC0.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.H34XhYf7tITyByRX.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.MGcwWsCUoMl86Wke.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.Nfduqv15bQZmmmgl.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.STwtg8sVt0Fa30SS.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.WPgP68L9S5KdUyCl.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.WqXw3khBjvofxLkm.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.X8xZVMHcCutHbcby.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.ZUzCIIiZP1g9Y8yc.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.a3UPaoqobbp8WI08.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.iVwJqv2Zpyupbl0w.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.kj525cAk0PCshvKK.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.mhZvx0dMXRQnbogs.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.nAs7C0ThYCoGdOVJ.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.pGPttC22wLY7Y27Q.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.qdMp9MEjGO4BBVu7.json | 2 +- ...lts!nkmJy4wfE9Q0VWeY.xIdLNiLnlz7XGDlE.json | 2 +- ...lts!noInf0ReaXapH7xb.4hp8F6p83CZg4ADg.json | 2 +- ...lts!noInf0ReaXapH7xb.BCY8gl9DOqVLm8UG.json | 2 +- ...lts!noInf0ReaXapH7xb.CZe3Ul9f7BkiwUpx.json | 2 +- ...lts!noInf0ReaXapH7xb.D4sflzHlgbVsMXLU.json | 2 +- ...lts!noInf0ReaXapH7xb.EHYuoDEgntRj0IIq.json | 2 +- ...lts!noInf0ReaXapH7xb.HHH5QLZVITpPvUZk.json | 2 +- ...lts!noInf0ReaXapH7xb.L4X6nEvcEqJlR5Hi.json | 2 +- ...lts!noInf0ReaXapH7xb.OZTutgaufHp07Mp7.json | 2 +- ...lts!noInf0ReaXapH7xb.PWtoHVqZv9wU2LqP.json | 2 +- ...lts!noInf0ReaXapH7xb.QShjfSmYNvQzjmHR.json | 2 +- ...lts!noInf0ReaXapH7xb.UVahNNsuyAhmOnYt.json | 2 +- ...lts!noInf0ReaXapH7xb.YAWGrUZIsO3CewDT.json | 2 +- ...lts!noInf0ReaXapH7xb.goS3cPbqb7bt22Rk.json | 2 +- ...lts!noInf0ReaXapH7xb.hFsTKY9O6fPIVA77.json | 2 +- ...lts!noInf0ReaXapH7xb.o0g4LJgdFXXd1akk.json | 2 +- ...lts!noInf0ReaXapH7xb.o8PfK6C1lzsmzwxY.json | 2 +- ...lts!noInf0ReaXapH7xb.qRgTQpJpXqDXcB7D.json | 2 +- ...lts!noInf0ReaXapH7xb.uT2Dsbp39p2wUr7q.json | 2 +- ...lts!noInf0ReaXapH7xb.wQDBHDZVZRXamhfQ.json | 2 +- ...lts!noInf0ReaXapH7xb.wodWI2jhHXkfpRX0.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.0p4jnOR2byA9vYBm.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.1cQhUE8nkQiINcha.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.6Zp3j1iG75d6fDzW.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.AdDsRK21U3kQRmHS.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.JY17MyvXNA8UVqjT.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.SVmht2tV7hLMHLF6.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.SlGGjdqWvICNIm8o.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.UR0v5qT5WGnVfsrY.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.bvgB3HyCshDQLbYA.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.ojmYXfIDp378LKDC.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.sYWHR1sWSv9d7BRp.json | 2 +- ...lts!o3UHKv5XsgEaPuKt.scDhPVRcYecZ0L6w.json | 2 +- ...lts!oKkk7o3Zhlab2vie.CYltJxlhj4697eoE.json | 2 +- ...lts!oKkk7o3Zhlab2vie.GdBfoWNz5leRfsRQ.json | 2 +- ...lts!oKkk7o3Zhlab2vie.J5BrOWEBfnGz6TOl.json | 2 +- ...lts!oKkk7o3Zhlab2vie.YYdtqKeiDCgowBHw.json | 2 +- ...lts!oKkk7o3Zhlab2vie.cP5A9kBl3bonbYDt.json | 2 +- ...lts!oKkk7o3Zhlab2vie.cz4TZBExg4JzpDiG.json | 2 +- ...lts!oKkk7o3Zhlab2vie.g66FwWpV9CNiEgSL.json | 2 +- ...lts!oKkk7o3Zhlab2vie.oiGOfHAm8buwFfab.json | 2 +- ...lts!oKkk7o3Zhlab2vie.pjJcSMrBg1IhEAHo.json | 2 +- ...lts!oKkk7o3Zhlab2vie.sUBmDCtzTCoAeRGi.json | 2 +- ...lts!oKkk7o3Zhlab2vie.ting27K52nKeHVFs.json | 2 +- ...lts!owING8sYmiI43Od0.4ykXnJvmU4FCBVn9.json | 2 +- ...lts!owING8sYmiI43Od0.FHstLynW2KARM9Oe.json | 2 +- ...lts!owING8sYmiI43Od0.I3x7nI5rOQULCyOu.json | 2 +- ...lts!owING8sYmiI43Od0.J28wRkfaZuOACPhT.json | 2 +- ...lts!owING8sYmiI43Od0.URnN0s5T6KkCUOkc.json | 2 +- ...lts!owING8sYmiI43Od0.c5EfVLh62DaEj0qZ.json | 2 +- ...lts!owING8sYmiI43Od0.eGx16lzfXof8yKwd.json | 2 +- ...lts!owING8sYmiI43Od0.eneJ7c3K7CbHSiSH.json | 2 +- ...lts!owING8sYmiI43Od0.fHDWqshxkTH2SKuf.json | 2 +- ...lts!owING8sYmiI43Od0.jdf5yiqR1cGVLN0Y.json | 2 +- ...lts!owING8sYmiI43Od0.kuWuSjzaPliAeUPh.json | 2 +- ...lts!owING8sYmiI43Od0.ojjtt091udS568qk.json | 2 +- ...lts!owING8sYmiI43Od0.vklY5SecLY8aio0k.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.3uS5ikvFKm1sS1DN.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.7vUMMDPTWVLtRSgy.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.8tkys1MHoifyP1ON.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.CTzOVFHEqNWfQtcD.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.LbWaQWCJF2qKlKuB.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.N6pZUno6wJh8lHze.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.NfqbCXXGPXAUKb4N.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.ObIfXvSHGcmkhgzX.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.PedzlngrlmGSd2AU.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.RByrpuv1MSgPrJNr.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.TtjJRgZPSoNpR7bN.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.Wj2OfiFNMjl9TjJ4.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.umg3Dq89glm1NVNb.json | 2 +- ...lts!pQAyZAcfrs9JrG0Q.ySv3ENtCInOjxHyD.json | 2 +- ...lts!q83PUKIAznuLpqSr.75GJHt36EtuofTvq.json | 2 +- ...lts!q83PUKIAznuLpqSr.8wXIzpo54QsbWBxT.json | 2 +- ...lts!q83PUKIAznuLpqSr.EI6osFZJ0JTXPNFP.json | 2 +- ...lts!q83PUKIAznuLpqSr.FL0DEM3DhRGbv4AG.json | 2 +- ...lts!q83PUKIAznuLpqSr.M8VKYie0UBgGPGRB.json | 2 +- ...lts!q83PUKIAznuLpqSr.PxVizZdjigztf4UH.json | 2 +- ...lts!q83PUKIAznuLpqSr.S2SRrlxctDoHACm1.json | 2 +- ...lts!q83PUKIAznuLpqSr.b4iC8LuRcPRGE4at.json | 2 +- ...lts!q83PUKIAznuLpqSr.bhGIFPdpt9gUJAny.json | 2 +- ...lts!q83PUKIAznuLpqSr.e3Y6IBqetlQqrwnw.json | 2 +- ...lts!q83PUKIAznuLpqSr.mSXl6A8WKJmVkGjO.json | 2 +- ...lts!q83PUKIAznuLpqSr.nJ0VC8CPWGRjVnGf.json | 2 +- ...lts!q83PUKIAznuLpqSr.t1IT7UBVnDsVcBhm.json | 2 +- ...lts!q83PUKIAznuLpqSr.y1lafduW3hINmggm.json | 2 +- ...lts!qwzmxwaurxwhTc4f.4jqMymzAFGuhnG6y.json | 2 +- ...lts!qwzmxwaurxwhTc4f.PzjWr4jzsKuv4BZR.json | 2 +- ...lts!qwzmxwaurxwhTc4f.hx5wEmfBi69e9Nbv.json | 2 +- ...lts!r87J1r4hXVNnPDUK.Afe9cjdUJroPDLU7.json | 2 +- ...lts!r87J1r4hXVNnPDUK.BQuhbE1WIuc5gOto.json | 2 +- ...lts!r87J1r4hXVNnPDUK.Dc2IljgTDaMDKhCi.json | 2 +- ...lts!r87J1r4hXVNnPDUK.FLge4r1MAbu3to9p.json | 2 +- ...lts!r87J1r4hXVNnPDUK.M2eQyyt0eSP4yAG7.json | 2 +- ...lts!r87J1r4hXVNnPDUK.ShfsugAB4FBHqExq.json | 2 +- ...lts!r87J1r4hXVNnPDUK.T9mZMjD9D4bUaYN5.json | 2 +- ...lts!r87J1r4hXVNnPDUK.VdqRXeNrpcGEYX4N.json | 2 +- ...lts!r87J1r4hXVNnPDUK.f2ChFkhF5dmTNqdo.json | 2 +- ...lts!r87J1r4hXVNnPDUK.kUGQVhomlc6KngXV.json | 2 +- ...lts!r87J1r4hXVNnPDUK.p8QbG7JDIiUgEtHy.json | 2 +- ...lts!r87J1r4hXVNnPDUK.pBkS6NvUCG0Nx0X8.json | 2 +- ...lts!r87J1r4hXVNnPDUK.ukAKARj9eP4f17hj.json | 2 +- ...lts!sLMGErVzVfKaLW7r.68IbwXh2ZkIU7M9C.json | 2 +- ...lts!sLMGErVzVfKaLW7r.8JDYgzOtBzFBi7rE.json | 2 +- ...lts!sLMGErVzVfKaLW7r.9KRMhcAwch5yIcGf.json | 2 +- ...lts!sLMGErVzVfKaLW7r.DrOU62qVXJX3yvvW.json | 2 +- ...lts!sLMGErVzVfKaLW7r.ViXM05e2G0HdeEzP.json | 2 +- ...lts!sLMGErVzVfKaLW7r.VwxBuVQhig3L2ZIX.json | 2 +- ...lts!sLMGErVzVfKaLW7r.ZmNNZXGHUy01mLQR.json | 2 +- ...lts!sLMGErVzVfKaLW7r.cpv69uGbloJc1scW.json | 2 +- ...lts!sLMGErVzVfKaLW7r.kfgo4HT2WijpjQrV.json | 2 +- ...lts!sLMGErVzVfKaLW7r.mjB4wtgSleT8KVT0.json | 2 +- ...lts!sLMGErVzVfKaLW7r.pMCmooKHJh2qb3kD.json | 2 +- ...lts!sLMGErVzVfKaLW7r.wz4n6yUzBW6RVZsw.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.1RvsqGpyjFPC9XWW.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.21lFWr4EAaJrN4PY.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.52tEmCumwpX5RTd4.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.8MqzfRhHNkt3ZaGk.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.8ykkrYPVhYXE3YEj.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.FJEcV4yoDCfWLcw7.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.I3JuQERsvhY9HrEl.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.Ii6Yz9Owtql3lp2h.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.J15Ov1mJkgZCg4nF.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.JpJQ9biuqGNQWZYU.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.RzG4Him1q59Pgudx.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.VIdEkHBgv4y6Gj0u.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.XxJDZyDQHdrJmr4m.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.ZP0KxBOKU0FX4VOw.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.aOOVz2ApXmpELyGe.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.l3mIi4ukkXPgvQFy.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.oSFOnsFDShKT1hvn.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.tCu2xRDJljPhNVZF.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.tcKuWEf8to7wM6sl.json | 2 +- ...lts!swiCqIGo0Bb3sJyI.tr59AE7TrrWtmeFQ.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.75GJHt36EtuofTvq.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.8wXIzpo54QsbWBxT.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.EI6osFZJ0JTXPNFP.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.FL0DEM3DhRGbv4AG.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.M8VKYie0UBgGPGRB.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.PxVizZdjigztf4UH.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.S2SRrlxctDoHACm1.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.b4iC8LuRcPRGE4at.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.bhGIFPdpt9gUJAny.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.e3Y6IBqetlQqrwnw.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.mSXl6A8WKJmVkGjO.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.t1IT7UBVnDsVcBhm.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.uOhW3dzdLm2mgFYA.json | 2 +- ...lts!tXhX6Iv3rOc6GlF6.y1lafduW3hINmggm.json | 2 +- ...lts!uM6xHa4gqStMgONB.1jUduG2tw1T3GDmS.json | 2 +- ...lts!uM6xHa4gqStMgONB.7Cv53DjIjA10IvPD.json | 2 +- ...lts!uM6xHa4gqStMgONB.D8sBmPHiSjR9PZ7K.json | 2 +- ...lts!uM6xHa4gqStMgONB.DW2VjzX5VXw3bU8w.json | 2 +- ...lts!uM6xHa4gqStMgONB.FMPnW7JNBIoW2pGi.json | 2 +- ...lts!uM6xHa4gqStMgONB.Xx3nkXAuSTGquTWk.json | 2 +- ...lts!uM6xHa4gqStMgONB.cLtfiCeSIB7Wdp9Y.json | 2 +- ...lts!uM6xHa4gqStMgONB.cnBphjA6fwkKiUq8.json | 2 +- ...lts!uM6xHa4gqStMgONB.eGG99yjTr69ERyvB.json | 2 +- ...lts!uM6xHa4gqStMgONB.hM8FrV5sbQ3AUYAA.json | 2 +- ...lts!uM6xHa4gqStMgONB.iakzDPNnfN3TnLVc.json | 2 +- ...lts!uM6xHa4gqStMgONB.j3Ip3ynySLmz0rvF.json | 2 +- ...lts!uM6xHa4gqStMgONB.oMz5DCwOgHErsMo7.json | 2 +- ...lts!uM6xHa4gqStMgONB.oeelo59UjQgIYUEy.json | 2 +- ...lts!uM6xHa4gqStMgONB.qvP1Dwr8kCNhQOeY.json | 2 +- ...lts!uM6xHa4gqStMgONB.wW8C7IBCvdCIY8TC.json | 2 +- ...lts!vPME2uXw5RuoKEP8.4g12hhScQd1QEkQg.json | 2 +- ...lts!vPME2uXw5RuoKEP8.6zXWEWiyQlMVRtfx.json | 2 +- ...lts!vPME2uXw5RuoKEP8.F9x3Mklc87ztqgQQ.json | 2 +- ...lts!vPME2uXw5RuoKEP8.FVBTenJF0H7TlO1C.json | 2 +- ...lts!vPME2uXw5RuoKEP8.IBnTy2o2WlNO8diH.json | 2 +- ...lts!vPME2uXw5RuoKEP8.OWd1FngettRNnVVU.json | 2 +- ...lts!vPME2uXw5RuoKEP8.QRS77XBEpEzftajc.json | 2 +- ...lts!vPME2uXw5RuoKEP8.RSNLKHRnuAW3szkJ.json | 2 +- ...lts!vPME2uXw5RuoKEP8.Ynl8eGAB1Ygpie7n.json | 2 +- ...lts!vPME2uXw5RuoKEP8.azFwWV3SqCidw5Lt.json | 2 +- ...lts!vPME2uXw5RuoKEP8.cAp9nXuAW8LZBPio.json | 2 +- ...lts!vPME2uXw5RuoKEP8.ieja2ee6ZqoThqUq.json | 2 +- ...lts!vPME2uXw5RuoKEP8.m7k9rkxtEZOZvvq8.json | 2 +- ...lts!vPME2uXw5RuoKEP8.n7uJpmqV4AiaEhCX.json | 2 +- ...lts!vPME2uXw5RuoKEP8.qYr4wtYAZAQkEKjo.json | 2 +- ...lts!vPME2uXw5RuoKEP8.rcdVTLVHEuwECIh7.json | 2 +- ...lts!vPME2uXw5RuoKEP8.uAUyk0eZaIY3ny6b.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.1dojGWHLBxQNeUEK.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.5rbD846DsFBpYefR.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.8YhOPdAEUXy9Xcjx.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.D6F6q4AocMqPBxmX.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.EsjS3q1pCZEN4G2D.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.NeLvJsCj8J0dK9CD.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.VJNIPBZFp4FzxDnk.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.Wz5drbq2Jh8fTE1v.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.Z3Q2TlfoHPfAjuHK.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.ZFAQzOfYjgSAO1aB.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.blV38C2bmFfkYdpm.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.jjdejPcw3N2j4b0V.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.pKpX3qGc8mjartGu.json | 2 +- ...lts!vwwDlzGjfaiM0R4S.sl2sZkOfAMaEbjq8.json | 2 +- ...lts!wPg13uAPhmRPtd8y.9u8xUnAet44VwUpN.json | 4 +- ...lts!wPg13uAPhmRPtd8y.NKwenMXlBGatzJJF.json | 2 +- ...lts!wPg13uAPhmRPtd8y.YbKodmGiXLxZIIB1.json | 2 +- ...lts!wPg13uAPhmRPtd8y.okGnFgeMZFwnLzkz.json | 2 +- ...lts!wPg13uAPhmRPtd8y.vTXKHPBrmm1BNNFk.json | 2 +- ...lts!wPg13uAPhmRPtd8y.xkzPf9tqzdqjmOqB.json | 4 +- ...lts!xM3hghlK5nvo46Vo.0sch8KZYnpLbEJkz.json | 2 +- ...lts!xM3hghlK5nvo46Vo.1VVIO26M5JokyqN4.json | 2 +- ...lts!xM3hghlK5nvo46Vo.6kAlgHT0aplp5chB.json | 2 +- ...lts!xM3hghlK5nvo46Vo.Dqfqj9XZfpn9GZFY.json | 2 +- ...lts!xM3hghlK5nvo46Vo.GlXjwH3o7hLDfKop.json | 2 +- ...lts!xM3hghlK5nvo46Vo.PIfJWdijukk0EJG5.json | 2 +- ...lts!xM3hghlK5nvo46Vo.Q6QwoMmrZS0lISoJ.json | 2 +- ...lts!xM3hghlK5nvo46Vo.XZzKQOrQXRN7Qou3.json | 2 +- ...lts!xM3hghlK5nvo46Vo.dlu32ysGh6A5e5KX.json | 2 +- ...lts!xM3hghlK5nvo46Vo.gsnPF50fNRzNYiFF.json | 2 +- ...lts!xM3hghlK5nvo46Vo.hXzmSLp83enPzqsF.json | 2 +- ...lts!xM3hghlK5nvo46Vo.iscFlZ02gcViCG5D.json | 2 +- ...lts!xM3hghlK5nvo46Vo.oDaofH0CycY2yecg.json | 2 +- ...lts!xM3hghlK5nvo46Vo.rwTxaepcJmcFYxsM.json | 2 +- ...lts!xM3hghlK5nvo46Vo.sSgkHTzo6o72VNNT.json | 2 +- ...lts!xM3hghlK5nvo46Vo.vyFEkrkXDRvOobul.json | 2 +- ...lts!xM3hghlK5nvo46Vo.xzMXXzgv5KOW79vk.json | 2 +- ...lts!xM3hghlK5nvo46Vo.yMrDW9WT5L6T9ITk.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.0p4jnOR2byA9vYBm.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.1cQhUE8nkQiINcha.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.6Zp3j1iG75d6fDzW.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.AdDsRK21U3kQRmHS.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.JY17MyvXNA8UVqjT.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.SVmht2tV7hLMHLF6.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.SlGGjdqWvICNIm8o.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.UR0v5qT5WGnVfsrY.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.bvgB3HyCshDQLbYA.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.ojmYXfIDp378LKDC.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.sYWHR1sWSv9d7BRp.json | 2 +- ...lts!y0TtbiVpG3NBjQjy.scDhPVRcYecZ0L6w.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.0HzAqoixC4juRqFc.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.50BtdNjlBy77VnvK.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.9jTVBNV3Mys95S6e.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.A205bYl0kOoEUxfy.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.AaS5ZulkjlbOinMu.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.At9G5H7q9k4Uj9xP.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.Foh9VNGQlBhBnnRu.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.H3VxVLcdFh68qFe8.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.KGVNQLSqnCEb5jFJ.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.NU87l4O8aaQoiLkZ.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.Sd335i1gfTNPXjZa.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.awC49RzaIjSh5iM5.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.ek0JQB28ubJKskAG.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.fos6F7xK6RvVrnFQ.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.gGNUylJoz4c5sxIi.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.nFO6CLacDPwVQVac.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.nMDxeBylOVuoLuCc.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.ushm8QFA9VJnjAZm.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.vBRS0PO7dddUflXr.json | 2 +- ...lts!yC1cHYZvhs05Rm1N.x1WjiYxpegKSi4gn.json | 2 +- ...lts!yVogBTQYwjpWB7YI.1XZGsRp8MfQYJbFa.json | 2 +- ...lts!yVogBTQYwjpWB7YI.BwRuWMdJnsZXa2aV.json | 2 +- ...lts!yVogBTQYwjpWB7YI.Cx6EwJ0mMlyTCOfa.json | 2 +- ...lts!yVogBTQYwjpWB7YI.IDXpskSSURpCZMvl.json | 2 +- ...lts!yVogBTQYwjpWB7YI.J0QFVzVFhyfpaFAa.json | 2 +- ...lts!yVogBTQYwjpWB7YI.SF6yDgYCHAhzvScQ.json | 2 +- ...lts!yVogBTQYwjpWB7YI.TDFRGkDSkVeMHC0c.json | 2 +- ...lts!yVogBTQYwjpWB7YI.gV2XYot2bvjvLfNr.json | 2 +- ...lts!yVogBTQYwjpWB7YI.kTaj1myMa5e0bXgz.json | 2 +- ...lts!yVogBTQYwjpWB7YI.mjQZ04kzIjd4YwfC.json | 2 +- ...lts!yVogBTQYwjpWB7YI.qypCpu6ORzYHlcr7.json | 2 +- ...lts!yVogBTQYwjpWB7YI.zhnzob9UP8Axzq7c.json | 2 +- ...lts!zIJh954RRbmssIFq.5zB01FKKZ8z7caY1.json | 2 +- ...lts!zIJh954RRbmssIFq.7ed943puZWDIh6Kl.json | 2 +- ...lts!zIJh954RRbmssIFq.9CPAszHssUDgiw0B.json | 2 +- ...lts!zIJh954RRbmssIFq.AmfzEz7L9hfqOL44.json | 2 +- ...lts!zIJh954RRbmssIFq.HS0bkm1MhjPOklOR.json | 2 +- ...lts!zIJh954RRbmssIFq.PLG5mQ4PfV62u94e.json | 2 +- ...lts!zIJh954RRbmssIFq.TBZeupq6Yl2A1mQU.json | 2 +- ...lts!zIJh954RRbmssIFq.ULddmA4N3BceGJdO.json | 2 +- ...lts!zIJh954RRbmssIFq.ZlzvdmR8sveeVfPI.json | 2 +- ...lts!zIJh954RRbmssIFq.eQQjMZVQMRM1btn1.json | 2 +- ...lts!zIJh954RRbmssIFq.fWGBeBqo3ts7ZUu6.json | 2 +- ...lts!zIJh954RRbmssIFq.g8RSWNjHlR51QpPe.json | 2 +- ...lts!zIJh954RRbmssIFq.hEquXDlGCRHtddiO.json | 2 +- ...lts!zIJh954RRbmssIFq.npzK6G5FE2NPH3e7.json | 2 +- ...lts!zIJh954RRbmssIFq.oOD4bxazW5ni9pdo.json | 2 +- ...lts!zIJh954RRbmssIFq.tbD3K5wZRwwy5TgD.json | 2 +- ...lts!zIJh954RRbmssIFq.topWwPDD9x4jrCwb.json | 2 +- ...lts!zIJh954RRbmssIFq.v28S4RNYe8o6BIbG.json | 2 +- ...lts!zIJh954RRbmssIFq.vcQTPFbpPbuDXRQo.json | 2 +- ...lts!zIJh954RRbmssIFq.zPj8EPXeFZTXsSSu.json | 2 +- .../ac_bonus__GKcLELNdIj1o3OX3.json | 9 +- .../acid_arrow__xJe5blefAwRNfYJk.json | 9 +- .../alter_self__W3lcwErj4xWLokVF.json | 9 +- .../asleep__qohPOvbaVcxpRumR.json | 9 +- .../blind__ItjPVhv2obp0MEhy.json | 9 +- .../broomstick__gbIJz5HZymMEOrpU.json | 9 +- .../cast_out__rRaOIGFZ6RzYlvUI.json | 9 +- .../cat_s_eye__4v6DbfBT6c4qzSEc.json | 9 +- .../chanting__4v6DbfBT6c4qzSEc.json | 9 +- .../charmed__6ILACQIHM3Gp8EVG.json | 9 +- .../cleansing_weapon__MA4nY85bYnfw0Kah.json | 9 +- .../cloak_of_night__441BBv90QacBfojj.json | 9 +- .../cloak_of_night__LTmspz6ojZ8MtHnL.json | 9 +- .../commanded__xJe5blefAwRNfYJk.json | 9 +- .../confused__rRaOIGFZ6RzYlvUI.json | 9 +- .../controlled__3Pnp7zzDGQb638LU.json | 9 +- .../deaf__xJe5blefAwRNfYJk.json | 9 +- .../detecting_magic__4v6DbfBT6c4qzSEc.json | 9 +- .../dire_wolf__vMxGVAApQXuIeBXk.json | 9 +- .../divine_vengeance__RftwcR3tZiYQwCZy.json | 9 +- .../enchanted__qohPOvbaVcxpRumR.json | 9 +- .../envenomed__441BBv90QacBfojj.json | 9 +- .../eyebit__ayif1AZ50Ji9yhIi.json | 9 +- .../feeble__cha___441BBv90QacBfojj.json | 11 +- .../feeble__con___441BBv90QacBfojj.json | 11 +- .../feeble__dex___441BBv90QacBfojj.json | 11 +- .../feeble__int___441BBv90QacBfojj.json | 11 +- .../feeble__str___441BBv90QacBfojj.json | 11 +- .../feeble__wis___441BBv90QacBfojj.json | 11 +- .../floating__3Pnp7zzDGQb638LU.json | 9 +- .../floating_disk__yp7OciSIM5iKgRlU.json | 9 +- .../flying__gbIJz5HZymMEOrpU.json | 9 +- .../fragile__xJe5blefAwRNfYJk.json | 9 +- .../freya_s_omen__71bMZvK0yxmAAcUL.json | 9 +- .../gaseous__zwulssk0c4SQwWbC.json | 9 +- .../hallucinating__rRaOIGFZ6RzYlvUI.json | 9 +- .../holding_portal__4OcH6wsgdH5jqY0k.json | 9 +- .../hypnotized__rRaOIGFZ6RzYlvUI.json | 9 +- .../invisible__LmXXpHviIuB684gX.json | 9 +- .../laughing__pTKFUJ3czAqssXCu.json | 9 +- .../mage_armor__441BBv90QacBfojj.json | 9 +- .../mage_armor__gyGa1ckOLwWnF86M.json | 9 +- ...e_attack_roll_bonus__biHCltDD6IGKwBkB.json | 9 +- .../melee_damage_bonus__wcR4lmjPbNZ5nr9N.json | 9 +- .../mirror_image__P1QXkErKypSKB6bl.json | 9 +- .../oak__ash__thorn__1OnR6BmpQBNIxZYK.json | 9 +- .../odin_s_wisdom__71bMZvK0yxmAAcUL.json | 9 +- .../paralyzed__6sDtwzG4ddaew8SZ.json | 9 +- .../paralyzed__QXmMqpV6wqoS6fd5.json | 9 +- .../pin_doll__xJe5blefAwRNfYJk.json | 9 +- .../polymorphed__71bMZvK0yxmAAcUL.json | 9 +- ...rotection_from_cold__tRdfqDgHVkm9KicF.json | 9 +- ...on_from_electricity__Jg6Jkbl7zFxeQvW5.json | 9 +- ...rotection_from_evil__1OnR6BmpQBNIxZYK.json | 9 +- ...rotection_from_fire__Ivoesj08KB4Fg49z.json | 9 +- .../puppeted__ItjPVhv2obp0MEhy.json | 9 +- .../raging__gbIJz5HZymMEOrpU.json | 9 +- .../reviled__qohPOvbaVcxpRumR.json | 9 +- .../shapechanged__vMxGVAApQXuIeBXk.json | 9 +- .../soulbound__rRaOIGFZ6RzYlvUI.json | 9 +- .../spidersilk__3Pnp7zzDGQb638LU.json | 9 +- .../stoneskin__441BBv90QacBfojj.json | 9 +- .../stoneskin__JiT09XfIkqCuIOiD.json | 10 +- .../stuck__VHYrzR2yKp3dWr5N.json | 9 +- .../stuck__pTKFUJ3czAqssXCu.json | 9 +- .../truthful__tx8UjK6umZHVyLJ6.json | 9 +- .../turned__Z8y5ZzvVyfE2irPi.json | 9 +- .../turned__pTKFUJ3czAqssXCu.json | 9 +- .../turned_to_salt__rRaOIGFZ6RzYlvUI.json | 9 +- .../winter_wolf__vMxGVAApQXuIeBXk.json | 9 +- .../wolf__vMxGVAApQXuIeBXk.json | 9 +- .../world_tree__IVfimqsISUjg71IF.json | 9 +- .../wrath__RftwcR3tZiYQwCZy.json | 9 +- .../spells.db/sleep__n1I5OLR6M2e0jLbi.json | 2 +- ...e_improvement__cha___hkfq4SGF4mkDjQmt.json | 9 +- ...e_improvement__cha___pBT8eBhcaKSnzbcq.json | 9 +- ...e_improvement__con___CUwCZOHDW1XRT1ce.json | 9 +- ...e_improvement__con___R6opds1dM2LQdca1.json | 9 +- ...e_improvement__dex___sx2uVw9MzQNA7mnd.json | 9 +- ...e_improvement__int___7ADLFBANMORl70Nm.json | 9 +- ...e_improvement__int___lSaJHBE00pEuwfOx.json | 9 +- ...e_improvement__str___jzxgJvPfazpI6udq.json | 9 +- ...e_improvement__str___peAz8xVvIeZ6SLHd.json | 9 +- ...e_improvement__wis___isMVMARzqqQVLmZ4.json | 9 +- ...e_improvement__wis___rG2EB3u5Q4eUDash.json | 9 +- .../abilityimprovement__GJXEM96MY9ydNQ47.json | 9 +- ...tional_backstab_die__AmcPerJgnykmMwVA.json | 9 +- ...ditional_seer_spell__LaRNVk9FZkrM1nSJ.json | 20 - .../armor_mastery__0g9MUhj9Tr3AWRXl.json | 9 +- .../extra_hp_max__qIFVq4PAB70lPkf9.json | 9 +- .../talents.db/hauler__rqplFhIShnvmV0U4.json | 9 +- .../hp_roll_advantage__0rcSjPSjHdvGwtOu.json | 9 +- ...nitiative_advantage__UVsf7VJCOrBm42Yz.json | 1 - ...nitiative_advantage__k9wVrL0gDKPn2rNt.json | 9 +- ...nack__spellcasting___OU9XGvWpbh2ADVNy.json | 9 +- .../learn_spell__T5nkdUM75LSnDpu5.json | 20 - ...gical_dabbler_bonus__QBX0EGnKmDfPJ8gQ.json | 9 +- ...e_attack_roll_bonus__ZTDD2HwlrjLbEIQp.json | 9 +- ...e_attack_roll_bonus__c7CGt0FBJHv5BtpM.json | 8 +- ...e_attack_roll_bonus__iR3hHoX6W9VOCfy0.json | 9 +- ...e_attack_roll_bonus__y00ihJhSPjoGVmKZ.json | 9 +- .../melee_damage_bonus__9LnTbRJXNUH9wLTy.json | 9 +- .../melee_damage_bonus__JOP97BP4aJ0kjcgL.json | 9 +- .../melee_damage_bonus__cefeWMKoAqHxuuU1.json | 8 +- .../melee_damage_bonus__weIU0JfoZ96fYNqv.json | 29 - .../melee_damage_bonus__wryUreqZgIx22crJ.json | 8 +- ...d_attack_roll_bonus__ODBe0yE8vkVOD2qZ.json | 9 +- ...d_attack_roll_bonus__OQQ5fxWh3zBw8W5O.json | 8 +- ...d_attack_roll_bonus__njtjaSNJ4WQCV7n5.json | 9 +- ...d_attack_roll_bonus__p0eEwLNQh9oSEtEj.json | 9 +- ...ranged_damage_bonus__V7hLOyXMBijj06wB.json | 8 +- ...ranged_damage_bonus__lodEOfzuI5jDWc4h.json | 9 +- ..._weapondamagedied12__UGQKMdNcgb1O8qwy.json | 9 +- ..._advantage_on_spell__ZjpQVS9L1baZZ2PF.json | 9 +- ..._advantage_on_spell__oEZ9BldTmIl6AS31.json | 9 +- ...casting_check_bonus__QBX0EGnKmDfPJ8gQ.json | 9 +- ...casting_check_bonus__etJKhGLqpcKvyloB.json | 9 +- .../weaponmastery__E7SwrOhzSAyMZ1Ec.json | 9 +- 1439 files changed, 11800 insertions(+), 2916 deletions(-) delete mode 100644 data/packs/macros.db/open-item-importer-q4lqJ88GbDk9HTlq.json delete mode 100644 data/packs/macros.db/open-spell-importer-15E8F4iZ24jq5uE9.json delete mode 100644 data/packs/monsters.db/claw__m8zFURgmmIh47B3E.json delete mode 100644 data/packs/monsters.db/drink_pain__OVCCnV4WuzTb47mh.json delete mode 100644 data/packs/monsters.db/drink_pain__bPRulQQyhApmzZNE.json delete mode 100644 data/packs/monsters.db/shapechange__DsfDAvHdSMK0411q.json delete mode 100644 data/packs/talents.db/additional_seer_spell__LaRNVk9FZkrM1nSJ.json delete mode 100644 data/packs/talents.db/learn_spell__T5nkdUM75LSnDpu5.json delete mode 100644 data/packs/talents.db/melee_damage_bonus__weIU0JfoZ96fYNqv.json diff --git a/data/packs/conditions.db/blind__xE08WjX14HjHwSJC.json b/data/packs/conditions.db/blind__xE08WjX14HjHwSJC.json index 94418811..05c80cea 100644 --- a/data/packs/conditions.db/blind__xE08WjX14HjHwSJC.json +++ b/data/packs/conditions.db/blind__xE08WjX14HjHwSJC.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/eyes/humanoid-single-blind.webp", + "img": "icons/creatures/eyes/humanoid-single-blind.webp", "name": "Blind", "origin": "Item.Grd46xo0lgHLtfVe", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/charmed__g02s1plvTDRI6Ido.json b/data/packs/conditions.db/charmed__g02s1plvTDRI6Ido.json index 2f7bb8ae..3152cdf6 100644 --- a/data/packs/conditions.db/charmed__g02s1plvTDRI6Ido.json +++ b/data/packs/conditions.db/charmed__g02s1plvTDRI6Ido.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/heart-shadow-red.webp", + "img": "icons/magic/life/heart-shadow-red.webp", "name": "Charmed", "origin": "Item.fDUPAItc64pmW5zM", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__afraid__CyZNMVHNjIMTM0g7.json b/data/packs/conditions.db/condition__afraid__CyZNMVHNjIMTM0g7.json index 234d86c0..8df121a1 100644 --- a/data/packs/conditions.db/condition__afraid__CyZNMVHNjIMTM0g7.json +++ b/data/packs/conditions.db/condition__afraid__CyZNMVHNjIMTM0g7.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Condition: Afraid", "origin": "Item.6Hd5Dzf2TnXL9Gxs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__asleep__9LKEdqM5gksbj8xV.json b/data/packs/conditions.db/condition__asleep__9LKEdqM5gksbj8xV.json index 723b569a..e262f35f 100644 --- a/data/packs/conditions.db/condition__asleep__9LKEdqM5gksbj8xV.json +++ b/data/packs/conditions.db/condition__asleep__9LKEdqM5gksbj8xV.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/sleep-bubble-purple.webp", + "img": "icons/magic/control/sleep-bubble-purple.webp", "name": "Condition: Asleep", "origin": "Item.FoXNI5CfBkJOvJ9c", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__beguiled__qSuLDWBjPNH2wizr.json b/data/packs/conditions.db/condition__beguiled__qSuLDWBjPNH2wizr.json index 7b41f07a..3c08ce88 100644 --- a/data/packs/conditions.db/condition__beguiled__qSuLDWBjPNH2wizr.json +++ b/data/packs/conditions.db/condition__beguiled__qSuLDWBjPNH2wizr.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/hypnosis-mesmerism-pendulum.webp", + "img": "icons/magic/control/hypnosis-mesmerism-pendulum.webp", "name": "Condition: Beguiled", "origin": "Item.4OcLCPW1pxzTua7d", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__bug_brain__YPYxo5WhLBPCnkRd.json b/data/packs/conditions.db/condition__bug_brain__YPYxo5WhLBPCnkRd.json index 5b2acd51..13125d61 100644 --- a/data/packs/conditions.db/condition__bug_brain__YPYxo5WhLBPCnkRd.json +++ b/data/packs/conditions.db/condition__bug_brain__YPYxo5WhLBPCnkRd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/invertebrates/centipede-brown.webp", + "img": "icons/creatures/invertebrates/centipede-brown.webp", "name": "Condition: Bug Brain", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__compelled__jtCuGSncFiHgfNgZ.json b/data/packs/conditions.db/condition__compelled__jtCuGSncFiHgfNgZ.json index 4a04b478..9e780b56 100644 --- a/data/packs/conditions.db/condition__compelled__jtCuGSncFiHgfNgZ.json +++ b/data/packs/conditions.db/condition__compelled__jtCuGSncFiHgfNgZ.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/energy-stream-link-spiral-white.webp", + "img": "icons/magic/control/energy-stream-link-spiral-white.webp", "name": "Condition: Compelled", "origin": "Item.7DNtQwX31lpChHZH", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__cursed__h8IoE9DUt8lyCAgQ.json b/data/packs/conditions.db/condition__cursed__h8IoE9DUt8lyCAgQ.json index accb689c..2bf0fe0e 100644 --- a/data/packs/conditions.db/condition__cursed__h8IoE9DUt8lyCAgQ.json +++ b/data/packs/conditions.db/condition__cursed__h8IoE9DUt8lyCAgQ.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-explode-disintegrate.webp", + "img": "icons/magic/unholy/strike-body-explode-disintegrate.webp", "name": "Condition: Cursed", "origin": "Item.T7PD6qqfanwAMEzo", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__disease__1___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__disease__1___PAkmxzlF6cIsPNkt.json index b515e20c..ab25e6ba 100644 --- a/data/packs/conditions.db/condition__disease__1___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__disease__1___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/death/skull-poison-green.webp", + "img": "icons/magic/death/skull-poison-green.webp", "name": "Condition: Disease (1)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__disease__2___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__disease__2___PAkmxzlF6cIsPNkt.json index 823a1cb3..b2d33698 100644 --- a/data/packs/conditions.db/condition__disease__2___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__disease__2___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/death/skull-poison-green.webp", + "img": "icons/magic/death/skull-poison-green.webp", "name": "Condition: Disease (2)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__disease__3___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__disease__3___PAkmxzlF6cIsPNkt.json index b4672caa..4b1385e0 100644 --- a/data/packs/conditions.db/condition__disease__3___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__disease__3___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/death/skull-poison-green.webp", + "img": "icons/magic/death/skull-poison-green.webp", "name": "Condition: Disease (3)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__disease__4___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__disease__4___PAkmxzlF6cIsPNkt.json index 9921c1aa..d8babdc6 100644 --- a/data/packs/conditions.db/condition__disease__4___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__disease__4___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/death/skull-poison-green.webp", + "img": "icons/magic/death/skull-poison-green.webp", "name": "Condition: Disease (4)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__drained__1___iatMWq8uzO8KPaxd.json b/data/packs/conditions.db/condition__drained__1___iatMWq8uzO8KPaxd.json index bbd568de..987f7a77 100644 --- a/data/packs/conditions.db/condition__drained__1___iatMWq8uzO8KPaxd.json +++ b/data/packs/conditions.db/condition__drained__1___iatMWq8uzO8KPaxd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-green.webp", + "img": "icons/magic/unholy/strike-body-life-soul-green.webp", "name": "Condition: Drained (1)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__drained__2___iatMWq8uzO8KPaxd.json b/data/packs/conditions.db/condition__drained__2___iatMWq8uzO8KPaxd.json index ce0ccbc6..fdd17717 100644 --- a/data/packs/conditions.db/condition__drained__2___iatMWq8uzO8KPaxd.json +++ b/data/packs/conditions.db/condition__drained__2___iatMWq8uzO8KPaxd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-green.webp", + "img": "icons/magic/unholy/strike-body-life-soul-green.webp", "name": "Condition: Drained (2)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__drained__3___iatMWq8uzO8KPaxd.json b/data/packs/conditions.db/condition__drained__3___iatMWq8uzO8KPaxd.json index 5dee4659..68917d14 100644 --- a/data/packs/conditions.db/condition__drained__3___iatMWq8uzO8KPaxd.json +++ b/data/packs/conditions.db/condition__drained__3___iatMWq8uzO8KPaxd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-green.webp", + "img": "icons/magic/unholy/strike-body-life-soul-green.webp", "name": "Condition: Drained (3)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__drained__4___iatMWq8uzO8KPaxd.json b/data/packs/conditions.db/condition__drained__4___iatMWq8uzO8KPaxd.json index a6f32441..a81358a9 100644 --- a/data/packs/conditions.db/condition__drained__4___iatMWq8uzO8KPaxd.json +++ b/data/packs/conditions.db/condition__drained__4___iatMWq8uzO8KPaxd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-green.webp", + "img": "icons/magic/unholy/strike-body-life-soul-green.webp", "name": "Condition: Drained (4)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__drained__5___iatMWq8uzO8KPaxd.json b/data/packs/conditions.db/condition__drained__5___iatMWq8uzO8KPaxd.json index 265ce56f..24daa1b0 100644 --- a/data/packs/conditions.db/condition__drained__5___iatMWq8uzO8KPaxd.json +++ b/data/packs/conditions.db/condition__drained__5___iatMWq8uzO8KPaxd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-green.webp", + "img": "icons/magic/unholy/strike-body-life-soul-green.webp", "name": "Condition: Drained (5)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__drained__6___iatMWq8uzO8KPaxd.json b/data/packs/conditions.db/condition__drained__6___iatMWq8uzO8KPaxd.json index 4e0a8257..979747fc 100644 --- a/data/packs/conditions.db/condition__drained__6___iatMWq8uzO8KPaxd.json +++ b/data/packs/conditions.db/condition__drained__6___iatMWq8uzO8KPaxd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-green.webp", + "img": "icons/magic/unholy/strike-body-life-soul-green.webp", "name": "Condition: Drained (6)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__fragile__XGGzrINaGvRwwXPC.json b/data/packs/conditions.db/condition__fragile__XGGzrINaGvRwwXPC.json index ac8a53ca..9dcbe4bd 100644 --- a/data/packs/conditions.db/condition__fragile__XGGzrINaGvRwwXPC.json +++ b/data/packs/conditions.db/condition__fragile__XGGzrINaGvRwwXPC.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/commodities/bones/bone-broken-grey.webp", + "img": "icons/commodities/bones/bone-broken-grey.webp", "name": "Condition: Fragile", "origin": "Item.pcBuNszkAjGRJ0XX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__gibbering__7mCWjMOGoEUpJlGc.json b/data/packs/conditions.db/condition__gibbering__7mCWjMOGoEUpJlGc.json index 7db56ac1..2a962344 100644 --- a/data/packs/conditions.db/condition__gibbering__7mCWjMOGoEUpJlGc.json +++ b/data/packs/conditions.db/condition__gibbering__7mCWjMOGoEUpJlGc.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/abilities/mouth-teeth-human.webp", + "img": "icons/creatures/abilities/mouth-teeth-human.webp", "name": "Condition: Gibbering", "origin": "Item.iU2qaminUz77BQ0L", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__invisible__LmXXpHviIuB684gX.json b/data/packs/conditions.db/condition__invisible__LmXXpHviIuB684gX.json index 9bc39dbf..9afeaff7 100644 --- a/data/packs/conditions.db/condition__invisible__LmXXpHviIuB684gX.json +++ b/data/packs/conditions.db/condition__invisible__LmXXpHviIuB684gX.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/light/explosion-star-glow-silhouette.webp", + "img": "icons/magic/light/explosion-star-glow-silhouette.webp", "name": "Condition: Invisible", "origin": "Item.SMXbMbXcj5hLvTjY", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__laughing__8N8VrjrYr7pGris5.json b/data/packs/conditions.db/condition__laughing__8N8VrjrYr7pGris5.json index 78dde0b6..8d7dcb54 100644 --- a/data/packs/conditions.db/condition__laughing__8N8VrjrYr7pGris5.json +++ b/data/packs/conditions.db/condition__laughing__8N8VrjrYr7pGris5.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/sonic/scream-wail-shout-teal.webp", + "img": "icons/magic/sonic/scream-wail-shout-teal.webp", "name": "Condition: Laughing", "origin": "Item.7yyr32LQtbwxDTAF", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__life_drain__1___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__life_drain__1___PAkmxzlF6cIsPNkt.json index 6d14a784..1366f657 100644 --- a/data/packs/conditions.db/condition__life_drain__1___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__life_drain__1___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/hand-light-pink.webp", + "img": "icons/magic/unholy/hand-light-pink.webp", "name": "Condition: Life Drain (1)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__life_drain__2___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__life_drain__2___PAkmxzlF6cIsPNkt.json index 649df540..932124b3 100644 --- a/data/packs/conditions.db/condition__life_drain__2___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__life_drain__2___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/hand-light-pink.webp", + "img": "icons/magic/unholy/hand-light-pink.webp", "name": "Condition: Life Drain (2)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__life_drain__3___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__life_drain__3___PAkmxzlF6cIsPNkt.json index 8b5d0c84..b3531bfa 100644 --- a/data/packs/conditions.db/condition__life_drain__3___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__life_drain__3___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/hand-light-pink.webp", + "img": "icons/magic/unholy/hand-light-pink.webp", "name": "Condition: Life Drain (3)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__life_drain__4___PAkmxzlF6cIsPNkt.json b/data/packs/conditions.db/condition__life_drain__4___PAkmxzlF6cIsPNkt.json index 8f025633..e4154d43 100644 --- a/data/packs/conditions.db/condition__life_drain__4___PAkmxzlF6cIsPNkt.json +++ b/data/packs/conditions.db/condition__life_drain__4___PAkmxzlF6cIsPNkt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/hand-light-pink.webp", + "img": "icons/magic/unholy/hand-light-pink.webp", "name": "Condition: Life Drain (4)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__mesmerized__3XkiakzqwT78EG4j.json b/data/packs/conditions.db/condition__mesmerized__3XkiakzqwT78EG4j.json index 034007d8..90c5f58b 100644 --- a/data/packs/conditions.db/condition__mesmerized__3XkiakzqwT78EG4j.json +++ b/data/packs/conditions.db/condition__mesmerized__3XkiakzqwT78EG4j.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/hypnosis-mesmerism-pendulum.webp", + "img": "icons/magic/control/hypnosis-mesmerism-pendulum.webp", "name": "Condition: Mesmerized", "origin": "Item.vmcHEQWOyX933G1R", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__paralyzed__5Q6foTiBhvvLG7y3.json b/data/packs/conditions.db/condition__paralyzed__5Q6foTiBhvvLG7y3.json index f8de8158..557d2038 100644 --- a/data/packs/conditions.db/condition__paralyzed__5Q6foTiBhvvLG7y3.json +++ b/data/packs/conditions.db/condition__paralyzed__5Q6foTiBhvvLG7y3.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/water/barrier-ice-crystal-wall-faceted-blue.webp", + "img": "icons/magic/water/barrier-ice-crystal-wall-faceted-blue.webp", "name": "Condition: Paralyzed", "origin": "Item.ROTpAUAHx5s4AZZh", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__petrified__Ck88Wezyv7vfvNGV.json b/data/packs/conditions.db/condition__petrified__Ck88Wezyv7vfvNGV.json index 81c62c70..c87baaf1 100644 --- a/data/packs/conditions.db/condition__petrified__Ck88Wezyv7vfvNGV.json +++ b/data/packs/conditions.db/condition__petrified__Ck88Wezyv7vfvNGV.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/magical/construct-stone-earth-gray.webp", + "img": "icons/creatures/magical/construct-stone-earth-gray.webp", "name": "Condition: Petrified", "origin": "Item.XbrayNCUis3pV0XU", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__polymorphed__xyhx2skwDPYWZ20G.json b/data/packs/conditions.db/condition__polymorphed__xyhx2skwDPYWZ20G.json index 08a45956..ee2bffbc 100644 --- a/data/packs/conditions.db/condition__polymorphed__xyhx2skwDPYWZ20G.json +++ b/data/packs/conditions.db/condition__polymorphed__xyhx2skwDPYWZ20G.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/mammals/rodent-rat-diseaed-gray.webp", + "img": "icons/creatures/mammals/rodent-rat-diseaed-gray.webp", "name": "Condition: Polymorphed", "origin": "Item.rW7oltlWDmteEpV7", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__possessed__rEjr6iPhgVuFTCWl.json b/data/packs/conditions.db/condition__possessed__rEjr6iPhgVuFTCWl.json index efa400d6..2dd32127 100644 --- a/data/packs/conditions.db/condition__possessed__rEjr6iPhgVuFTCWl.json +++ b/data/packs/conditions.db/condition__possessed__rEjr6iPhgVuFTCWl.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/perception/hand-eye-pink.webp", + "img": "icons/magic/perception/hand-eye-pink.webp", "name": "Condition: Possessed", "origin": "Item.OL2kOP05K96L9JV9", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__stuck__Pw5zyo8apyAphCG2.json b/data/packs/conditions.db/condition__stuck__Pw5zyo8apyAphCG2.json index 0cc22141..73e37743 100644 --- a/data/packs/conditions.db/condition__stuck__Pw5zyo8apyAphCG2.json +++ b/data/packs/conditions.db/condition__stuck__Pw5zyo8apyAphCG2.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/environment/traps/trap-jaw-steel.webp", + "img": "icons/environment/traps/trap-jaw-steel.webp", "name": "Condition: Stuck", "origin": "Item.0McK66FvDi42pjiu", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__stupified__gbK3h5sv3mNm3v3R.json b/data/packs/conditions.db/condition__stupified__gbK3h5sv3mNm3v3R.json index 4940250a..84c25378 100644 --- a/data/packs/conditions.db/condition__stupified__gbK3h5sv3mNm3v3R.json +++ b/data/packs/conditions.db/condition__stupified__gbK3h5sv3mNm3v3R.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/water/barrier-ice-water-cube.webp", + "img": "icons/magic/water/barrier-ice-water-cube.webp", "name": "Condition: Stupified", "origin": "Item.SQzniFDNODQRLoNi", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/condition__unconscious__iTrME6gdEDXnxloZ.json b/data/packs/conditions.db/condition__unconscious__iTrME6gdEDXnxloZ.json index 7a97e220..ac5fb65c 100644 --- a/data/packs/conditions.db/condition__unconscious__iTrME6gdEDXnxloZ.json +++ b/data/packs/conditions.db/condition__unconscious__iTrME6gdEDXnxloZ.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-body-life-soul-purple.webp", + "img": "icons/magic/unholy/strike-body-life-soul-purple.webp", "name": "Condition: Unconscious", "origin": "Item.2UFWFSeffj7vrSSR", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/perceiving_advantage__M044441XNDJq00mV.json b/data/packs/conditions.db/perceiving_advantage__M044441XNDJq00mV.json index e1c55f06..db1ba357 100644 --- a/data/packs/conditions.db/perceiving_advantage__M044441XNDJq00mV.json +++ b/data/packs/conditions.db/perceiving_advantage__M044441XNDJq00mV.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/perception/eye-tendrils-web-purple.webp", + "img": "icons/magic/perception/eye-tendrils-web-purple.webp", "name": "Perceiving Advantage", "origin": "Item.E9GhofNgwIJ7N2A4", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/permanent_ability__cha___F7lcubzHfIM4jQDu.json b/data/packs/conditions.db/permanent_ability__cha___F7lcubzHfIM4jQDu.json index 9d498256..681d3143 100644 --- a/data/packs/conditions.db/permanent_ability__cha___F7lcubzHfIM4jQDu.json +++ b/data/packs/conditions.db/permanent_ability__cha___F7lcubzHfIM4jQDu.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-hand-glow-pink.webp", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "name": "Permanent Ability (Cha)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/permanent_ability__con___uBrDknMQigqBcbl0.json b/data/packs/conditions.db/permanent_ability__con___uBrDknMQigqBcbl0.json index ec722b1e..840acff6 100644 --- a/data/packs/conditions.db/permanent_ability__con___uBrDknMQigqBcbl0.json +++ b/data/packs/conditions.db/permanent_ability__con___uBrDknMQigqBcbl0.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-hand-glow-pink.webp", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "name": "Permanent Ability (Con)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/permanent_ability__dex___O8bVaWHv6gSA7mPq.json b/data/packs/conditions.db/permanent_ability__dex___O8bVaWHv6gSA7mPq.json index 8bdd563d..23e94b08 100644 --- a/data/packs/conditions.db/permanent_ability__dex___O8bVaWHv6gSA7mPq.json +++ b/data/packs/conditions.db/permanent_ability__dex___O8bVaWHv6gSA7mPq.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-hand-glow-pink.webp", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "name": "Permanent Ability (Dex)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/permanent_ability__int___niI5k5QCYV7npdse.json b/data/packs/conditions.db/permanent_ability__int___niI5k5QCYV7npdse.json index 0271e60d..c45335dd 100644 --- a/data/packs/conditions.db/permanent_ability__int___niI5k5QCYV7npdse.json +++ b/data/packs/conditions.db/permanent_ability__int___niI5k5QCYV7npdse.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-hand-glow-pink.webp", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "name": "Permanent Ability (Int)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/permanent_ability__str___O8bVaWHv6gSA7mPq.json b/data/packs/conditions.db/permanent_ability__str___O8bVaWHv6gSA7mPq.json index 8da47afa..1f1d02d0 100644 --- a/data/packs/conditions.db/permanent_ability__str___O8bVaWHv6gSA7mPq.json +++ b/data/packs/conditions.db/permanent_ability__str___O8bVaWHv6gSA7mPq.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-hand-glow-pink.webp", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "name": "Permanent Ability (Str)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/conditions.db/permanent_ability__wis___38EONK96mLJWmtGS.json b/data/packs/conditions.db/permanent_ability__wis___38EONK96mLJWmtGS.json index 8a40e41f..ffdee102 100644 --- a/data/packs/conditions.db/permanent_ability__wis___38EONK96mLJWmtGS.json +++ b/data/packs/conditions.db/permanent_ability__wis___38EONK96mLJWmtGS.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/unholy/strike-hand-glow-pink.webp", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "name": "Permanent Ability (Wis)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/macros.db/open-item-importer-q4lqJ88GbDk9HTlq.json b/data/packs/macros.db/open-item-importer-q4lqJ88GbDk9HTlq.json deleted file mode 100644 index 162b15b9..00000000 --- a/data/packs/macros.db/open-item-importer-q4lqJ88GbDk9HTlq.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "_id": "q4lqJ88GbDk9HTlq", - "_key": "!macros!q4lqJ88GbDk9HTlq", - "author": "8izGgsXsUnRdsQpK", - "command": "/**\n ****************************************************************\n * This macro can be used to open the item importer\n ***************************************************************/\n\nnew shadowdark.apps.ItemImporterSD().render(true);", - "folder": null, - "img": "icons/containers/chest/chest-reinforced-steel-pink.webp", - "name": "Open Item Importer", - "scope": "global", - "type": "script" -} diff --git a/data/packs/macros.db/open-spell-importer-15E8F4iZ24jq5uE9.json b/data/packs/macros.db/open-spell-importer-15E8F4iZ24jq5uE9.json deleted file mode 100644 index 0af9f185..00000000 --- a/data/packs/macros.db/open-spell-importer-15E8F4iZ24jq5uE9.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "_id": "15E8F4iZ24jq5uE9", - "_key": "!macros!15E8F4iZ24jq5uE9", - "author": "lg44Bemke8RwfhDh", - "command": "/**\n ****************************************************************\n * This macro can be used to open the spell importer\n ***************************************************************/\n\nnew shadowdark.apps.SpellImporterSD().render(true);", - "folder": null, - "img": "icons/magic/symbols/runes-star-pentagon-blue.webp", - "name": "Open Spell Importer", - "scope": "global", - "type": "script" -} diff --git a/data/packs/magic-items.db/additional_gear_slots__MquW5uUJ7QQO7eFk.json b/data/packs/magic-items.db/additional_gear_slots__MquW5uUJ7QQO7eFk.json index 9c24643f..bec5b38b 100644 --- a/data/packs/magic-items.db/additional_gear_slots__MquW5uUJ7QQO7eFk.json +++ b/data/packs/magic-items.db/additional_gear_slots__MquW5uUJ7QQO7eFk.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-deflect-teal.webp", + "img": "icons/magic/defensive/shield-barrier-deflect-teal.webp", "name": "Additional Gear Slots", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_damage_bonus__78SoFRRmEjEMdPIT.json b/data/packs/magic-items.db/attack_damage_bonus__78SoFRRmEjEMdPIT.json index e7b6581d..66a1dcdd 100644 --- a/data/packs/magic-items.db/attack_damage_bonus__78SoFRRmEjEMdPIT.json +++ b/data/packs/magic-items.db/attack_damage_bonus__78SoFRRmEjEMdPIT.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Attack Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_damage_bonus__E7DKiIaxjDrxq64c.json b/data/packs/magic-items.db/attack_damage_bonus__E7DKiIaxjDrxq64c.json index 86115af2..832b263f 100644 --- a/data/packs/magic-items.db/attack_damage_bonus__E7DKiIaxjDrxq64c.json +++ b/data/packs/magic-items.db/attack_damage_bonus__E7DKiIaxjDrxq64c.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Attack Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_damage_bonus__FqtIDxjhOFDvkQFn.json b/data/packs/magic-items.db/attack_damage_bonus__FqtIDxjhOFDvkQFn.json index 2e2792b5..53147742 100644 --- a/data/packs/magic-items.db/attack_damage_bonus__FqtIDxjhOFDvkQFn.json +++ b/data/packs/magic-items.db/attack_damage_bonus__FqtIDxjhOFDvkQFn.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Attack Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_damage_bonus__JAfTcoh8jcncSGJM.json b/data/packs/magic-items.db/attack_damage_bonus__JAfTcoh8jcncSGJM.json index cbfab502..cd4efaae 100644 --- a/data/packs/magic-items.db/attack_damage_bonus__JAfTcoh8jcncSGJM.json +++ b/data/packs/magic-items.db/attack_damage_bonus__JAfTcoh8jcncSGJM.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Attack Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_damage_bonus__Qj2rqAj7XeIsjzzs.json b/data/packs/magic-items.db/attack_damage_bonus__Qj2rqAj7XeIsjzzs.json index bb76e610..4483147e 100644 --- a/data/packs/magic-items.db/attack_damage_bonus__Qj2rqAj7XeIsjzzs.json +++ b/data/packs/magic-items.db/attack_damage_bonus__Qj2rqAj7XeIsjzzs.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Attack Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_damage_bonus__pwG7d70XZD8JJL5p.json b/data/packs/magic-items.db/attack_damage_bonus__pwG7d70XZD8JJL5p.json index 8ee37e38..c123dbc9 100644 --- a/data/packs/magic-items.db/attack_damage_bonus__pwG7d70XZD8JJL5p.json +++ b/data/packs/magic-items.db/attack_damage_bonus__pwG7d70XZD8JJL5p.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Attack Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_roll_bonus__4QneUXW9pG2CMpKS.json b/data/packs/magic-items.db/attack_roll_bonus__4QneUXW9pG2CMpKS.json index 65edc0a0..74ddbbbf 100644 --- a/data/packs/magic-items.db/attack_roll_bonus__4QneUXW9pG2CMpKS.json +++ b/data/packs/magic-items.db/attack_roll_bonus__4QneUXW9pG2CMpKS.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_roll_bonus__9qMTrleWtCMKO3Xl.json b/data/packs/magic-items.db/attack_roll_bonus__9qMTrleWtCMKO3Xl.json index 4061142f..77133d84 100644 --- a/data/packs/magic-items.db/attack_roll_bonus__9qMTrleWtCMKO3Xl.json +++ b/data/packs/magic-items.db/attack_roll_bonus__9qMTrleWtCMKO3Xl.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_roll_bonus__A3cEweAbyqxNxdzl.json b/data/packs/magic-items.db/attack_roll_bonus__A3cEweAbyqxNxdzl.json index 4e817704..5291f60e 100644 --- a/data/packs/magic-items.db/attack_roll_bonus__A3cEweAbyqxNxdzl.json +++ b/data/packs/magic-items.db/attack_roll_bonus__A3cEweAbyqxNxdzl.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_roll_bonus__HhILvM8lD0Nby5gq.json b/data/packs/magic-items.db/attack_roll_bonus__HhILvM8lD0Nby5gq.json index 7cd11c4c..af217566 100644 --- a/data/packs/magic-items.db/attack_roll_bonus__HhILvM8lD0Nby5gq.json +++ b/data/packs/magic-items.db/attack_roll_bonus__HhILvM8lD0Nby5gq.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_roll_bonus__Rzbo47LZEvpyHfqg.json b/data/packs/magic-items.db/attack_roll_bonus__Rzbo47LZEvpyHfqg.json index aaa69478..a6739164 100644 --- a/data/packs/magic-items.db/attack_roll_bonus__Rzbo47LZEvpyHfqg.json +++ b/data/packs/magic-items.db/attack_roll_bonus__Rzbo47LZEvpyHfqg.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/attack_roll_bonus__qrgFpY2mTci173wM.json b/data/packs/magic-items.db/attack_roll_bonus__qrgFpY2mTci173wM.json index c9409d26..7ce4d652 100644 --- a/data/packs/magic-items.db/attack_roll_bonus__qrgFpY2mTci173wM.json +++ b/data/packs/magic-items.db/attack_roll_bonus__qrgFpY2mTci173wM.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/critical_failure_threshold__UojiuFQ7ufucHAMl.json b/data/packs/magic-items.db/critical_failure_threshold__UojiuFQ7ufucHAMl.json index 318506b8..32d52055 100644 --- a/data/packs/magic-items.db/critical_failure_threshold__UojiuFQ7ufucHAMl.json +++ b/data/packs/magic-items.db/critical_failure_threshold__UojiuFQ7ufucHAMl.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/cross-area-circle-green-white.webp", + "img": "icons/magic/life/cross-area-circle-green-white.webp", "name": "Critical Failure Threshold", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/critical_multiplier__2NdFJHTHy28UaTCh.json b/data/packs/magic-items.db/critical_multiplier__2NdFJHTHy28UaTCh.json index 42132604..16881d4a 100644 --- a/data/packs/magic-items.db/critical_multiplier__2NdFJHTHy28UaTCh.json +++ b/data/packs/magic-items.db/critical_multiplier__2NdFJHTHy28UaTCh.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Critical Multiplier", "origin": null, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/magic-items.db/critical_success_threshold__b7lXcLAavPlpMhqp.json b/data/packs/magic-items.db/critical_success_threshold__b7lXcLAavPlpMhqp.json index 51572a30..990312d9 100644 --- a/data/packs/magic-items.db/critical_success_threshold__b7lXcLAavPlpMhqp.json +++ b/data/packs/magic-items.db/critical_success_threshold__b7lXcLAavPlpMhqp.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Critical Success Threshold", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__cha___07RIJ800mgt95fNl.json b/data/packs/magic-items.db/permanent_ability__cha___07RIJ800mgt95fNl.json index 37c5fdec..85db4263 100644 --- a/data/packs/magic-items.db/permanent_ability__cha___07RIJ800mgt95fNl.json +++ b/data/packs/magic-items.db/permanent_ability__cha___07RIJ800mgt95fNl.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Cha)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__con___zrPgEyvt0Qpp6rca.json b/data/packs/magic-items.db/permanent_ability__con___zrPgEyvt0Qpp6rca.json index 5a5c40ef..641f71f0 100644 --- a/data/packs/magic-items.db/permanent_ability__con___zrPgEyvt0Qpp6rca.json +++ b/data/packs/magic-items.db/permanent_ability__con___zrPgEyvt0Qpp6rca.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Con)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__dex___2iAdf3ZD4FdzPonT.json b/data/packs/magic-items.db/permanent_ability__dex___2iAdf3ZD4FdzPonT.json index 3d11dbe9..d0c3ba1f 100644 --- a/data/packs/magic-items.db/permanent_ability__dex___2iAdf3ZD4FdzPonT.json +++ b/data/packs/magic-items.db/permanent_ability__dex___2iAdf3ZD4FdzPonT.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Dex)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__int___94JaF8oYeiAAWASd.json b/data/packs/magic-items.db/permanent_ability__int___94JaF8oYeiAAWASd.json index e828721e..d5395ed1 100644 --- a/data/packs/magic-items.db/permanent_ability__int___94JaF8oYeiAAWASd.json +++ b/data/packs/magic-items.db/permanent_ability__int___94JaF8oYeiAAWASd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Int)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__str___N3a7CEwOlseizR4z.json b/data/packs/magic-items.db/permanent_ability__str___N3a7CEwOlseizR4z.json index 21b434ba..eac2363e 100644 --- a/data/packs/magic-items.db/permanent_ability__str___N3a7CEwOlseizR4z.json +++ b/data/packs/magic-items.db/permanent_ability__str___N3a7CEwOlseizR4z.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Str)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__str___mEwSq29I1Sr8gG2t.json b/data/packs/magic-items.db/permanent_ability__str___mEwSq29I1Sr8gG2t.json index c3ebfc6f..8e3005bc 100644 --- a/data/packs/magic-items.db/permanent_ability__str___mEwSq29I1Sr8gG2t.json +++ b/data/packs/magic-items.db/permanent_ability__str___mEwSq29I1Sr8gG2t.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Str)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanent_ability__wis___cUIGFlc2YR57pzXl.json b/data/packs/magic-items.db/permanent_ability__wis___cUIGFlc2YR57pzXl.json index 29c0f506..25545032 100644 --- a/data/packs/magic-items.db/permanent_ability__wis___cUIGFlc2YR57pzXl.json +++ b/data/packs/magic-items.db/permanent_ability__wis___cUIGFlc2YR57pzXl.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Permanent Ability (Wis)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/magic-items.db/permanentability__1sKZFEAOhR1t3W5D.json b/data/packs/magic-items.db/permanentability__1sKZFEAOhR1t3W5D.json index cc191e3f..46ffa6ea 100644 --- a/data/packs/magic-items.db/permanentability__1sKZFEAOhR1t3W5D.json +++ b/data/packs/magic-items.db/permanentability__1sKZFEAOhR1t3W5D.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "permanentAbility", "origin": "Item.B3iC2SrJAnnNifTE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/monsters.db/aboleth__sgVqRuCaadRK1P7R.json b/data/packs/monsters.db/aboleth__sgVqRuCaadRK1P7R.json index 26605d02..11901034 100644 --- a/data/packs/monsters.db/aboleth__sgVqRuCaadRK1P7R.json +++ b/data/packs/monsters.db/aboleth__sgVqRuCaadRK1P7R.json @@ -31,6 +31,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -51,13 +52,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Aboleth", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -71,13 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/acolyte__k2YdCMGiq3USE8oE.json b/data/packs/monsters.db/acolyte__k2YdCMGiq3USE8oE.json index d581defe..ae923662 100644 --- a/data/packs/monsters.db/acolyte__k2YdCMGiq3USE8oE.json +++ b/data/packs/monsters.db/acolyte__k2YdCMGiq3USE8oE.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Acolyte", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/angel__domini__63d5P0opwEQTdDIn.json b/data/packs/monsters.db/angel__domini__63d5P0opwEQTdDIn.json index fcf507a0..bfa45499 100644 --- a/data/packs/monsters.db/angel__domini__63d5P0opwEQTdDIn.json +++ b/data/packs/monsters.db/angel__domini__63d5P0opwEQTdDIn.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Angel, Domini", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/angel__principi__X8hc2Uhflvy8F634.json b/data/packs/monsters.db/angel__principi__X8hc2Uhflvy8F634.json index 0adc8574..1421bebf 100644 --- a/data/packs/monsters.db/angel__principi__X8hc2Uhflvy8F634.json +++ b/data/packs/monsters.db/angel__principi__X8hc2Uhflvy8F634.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Principi Angel", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/angel__seraph__9mHBuBhx1RxUdheA.json b/data/packs/monsters.db/angel__seraph__9mHBuBhx1RxUdheA.json index 5cc5c3af..e52cf976 100644 --- a/data/packs/monsters.db/angel__seraph__9mHBuBhx1RxUdheA.json +++ b/data/packs/monsters.db/angel__seraph__9mHBuBhx1RxUdheA.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Seraph", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/animated_armor__qSeHWgP59WltutCz.json b/data/packs/monsters.db/animated_armor__qSeHWgP59WltutCz.json index e3b96586..77e94731 100644 --- a/data/packs/monsters.db/animated_armor__qSeHWgP59WltutCz.json +++ b/data/packs/monsters.db/animated_armor__qSeHWgP59WltutCz.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Animated Armor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/ankheg__rrI5NuJ8q0Pm4ehs.json b/data/packs/monsters.db/ankheg__rrI5NuJ8q0Pm4ehs.json index a71ea28c..bdb04db0 100644 --- a/data/packs/monsters.db/ankheg__rrI5NuJ8q0Pm4ehs.json +++ b/data/packs/monsters.db/ankheg__rrI5NuJ8q0Pm4ehs.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ankheg", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/ape__52p2phLsOZiNFTFS.json b/data/packs/monsters.db/ape__52p2phLsOZiNFTFS.json index b883de18..72a6535f 100644 --- a/data/packs/monsters.db/ape__52p2phLsOZiNFTFS.json +++ b/data/packs/monsters.db/ape__52p2phLsOZiNFTFS.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ape", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/ape__snow__z4UPCFgmpXHwzmJu.json b/data/packs/monsters.db/ape__snow__z4UPCFgmpXHwzmJu.json index 7abed1e3..72f221c6 100644 --- a/data/packs/monsters.db/ape__snow__z4UPCFgmpXHwzmJu.json +++ b/data/packs/monsters.db/ape__snow__z4UPCFgmpXHwzmJu.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Snow Ape", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/apprentice__9R3qr0129OxaXMcy.json b/data/packs/monsters.db/apprentice__9R3qr0129OxaXMcy.json index f9269176..74ac95b4 100644 --- a/data/packs/monsters.db/apprentice__9R3qr0129OxaXMcy.json +++ b/data/packs/monsters.db/apprentice__9R3qr0129OxaXMcy.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Apprentice", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/archangel__GzjB5DsORxRuX2MV.json b/data/packs/monsters.db/archangel__GzjB5DsORxRuX2MV.json index 6e190e14..0cfedaae 100644 --- a/data/packs/monsters.db/archangel__GzjB5DsORxRuX2MV.json +++ b/data/packs/monsters.db/archangel__GzjB5DsORxRuX2MV.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Archangel", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/archdevil__OkhcwZ7JqJxTgkJo.json b/data/packs/monsters.db/archdevil__OkhcwZ7JqJxTgkJo.json index 2fd578e2..22a8a415 100644 --- a/data/packs/monsters.db/archdevil__OkhcwZ7JqJxTgkJo.json +++ b/data/packs/monsters.db/archdevil__OkhcwZ7JqJxTgkJo.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Archdevil", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/archmage__5NUw5FTgSVwAi0nL.json b/data/packs/monsters.db/archmage__5NUw5FTgSVwAi0nL.json index 52e18da1..aa7c0f13 100644 --- a/data/packs/monsters.db/archmage__5NUw5FTgSVwAi0nL.json +++ b/data/packs/monsters.db/archmage__5NUw5FTgSVwAi0nL.json @@ -32,6 +32,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -43,6 +44,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -51,18 +53,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Archmage", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -70,12 +90,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/assassin__I5y9YDSIg2n0u8CM.json b/data/packs/monsters.db/assassin__I5y9YDSIg2n0u8CM.json index a3971103..44b398f6 100644 --- a/data/packs/monsters.db/assassin__I5y9YDSIg2n0u8CM.json +++ b/data/packs/monsters.db/assassin__I5y9YDSIg2n0u8CM.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Assassin", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/azer__rEhCGVPPzY0R18oJ.json b/data/packs/monsters.db/azer__rEhCGVPPzY0R18oJ.json index cc472e94..5ceb09bf 100644 --- a/data/packs/monsters.db/azer__rEhCGVPPzY0R18oJ.json +++ b/data/packs/monsters.db/azer__rEhCGVPPzY0R18oJ.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Azer", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/badger__VM65vWCNjlx5tKTP.json b/data/packs/monsters.db/badger__VM65vWCNjlx5tKTP.json index 48d3b780..0629d2df 100644 --- a/data/packs/monsters.db/badger__VM65vWCNjlx5tKTP.json +++ b/data/packs/monsters.db/badger__VM65vWCNjlx5tKTP.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Badger", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/bandit__AMSI3MCLvpcZpJPO.json b/data/packs/monsters.db/bandit__AMSI3MCLvpcZpJPO.json index 336f7793..f53dd0c9 100644 --- a/data/packs/monsters.db/bandit__AMSI3MCLvpcZpJPO.json +++ b/data/packs/monsters.db/bandit__AMSI3MCLvpcZpJPO.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Bandit", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/basilisk__r9PchmCuVg1r9FOA.json b/data/packs/monsters.db/basilisk__r9PchmCuVg1r9FOA.json index 36ec4200..79d02316 100644 --- a/data/packs/monsters.db/basilisk__r9PchmCuVg1r9FOA.json +++ b/data/packs/monsters.db/basilisk__r9PchmCuVg1r9FOA.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Basilisk", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/bat__giant__EJ94w4A9mb9ETSGA.json b/data/packs/monsters.db/bat__giant__EJ94w4A9mb9ETSGA.json index fce2ea60..92d2291b 100644 --- a/data/packs/monsters.db/bat__giant__EJ94w4A9mb9ETSGA.json +++ b/data/packs/monsters.db/bat__giant__EJ94w4A9mb9ETSGA.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Bat", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/bat__swarm__CUpk1oMNktqZPdXp.json b/data/packs/monsters.db/bat__swarm__CUpk1oMNktqZPdXp.json index 97a2e434..98c745ec 100644 --- a/data/packs/monsters.db/bat__swarm__CUpk1oMNktqZPdXp.json +++ b/data/packs/monsters.db/bat__swarm__CUpk1oMNktqZPdXp.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Bat Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/bear__brown__RG84tprafQTDEFCa.json b/data/packs/monsters.db/bear__brown__RG84tprafQTDEFCa.json index d8fb9eb6..52d6c200 100644 --- a/data/packs/monsters.db/bear__brown__RG84tprafQTDEFCa.json +++ b/data/packs/monsters.db/bear__brown__RG84tprafQTDEFCa.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Brown Bear", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/bear__polar__A84XNl4aGBeeDDLu.json b/data/packs/monsters.db/bear__polar__A84XNl4aGBeeDDLu.json index 693ece4e..667b1157 100644 --- a/data/packs/monsters.db/bear__polar__A84XNl4aGBeeDDLu.json +++ b/data/packs/monsters.db/bear__polar__A84XNl4aGBeeDDLu.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Polar Bear", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/beastman__k8tAgECWIzPIStGU.json b/data/packs/monsters.db/beastman__k8tAgECWIzPIStGU.json index 3ec45a7b..14b04ee6 100644 --- a/data/packs/monsters.db/beastman__k8tAgECWIzPIStGU.json +++ b/data/packs/monsters.db/beastman__k8tAgECWIzPIStGU.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/berserker__dqWmtEZjAMQLmCBn.json b/data/packs/monsters.db/berserker__dqWmtEZjAMQLmCBn.json index 6d82e717..e53b17d8 100644 --- a/data/packs/monsters.db/berserker__dqWmtEZjAMQLmCBn.json +++ b/data/packs/monsters.db/berserker__dqWmtEZjAMQLmCBn.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Berserker", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/black_pudding__LjwxMX3llNTrJk78.json b/data/packs/monsters.db/black_pudding__LjwxMX3llNTrJk78.json index d574c588..0f135705 100644 --- a/data/packs/monsters.db/black_pudding__LjwxMX3llNTrJk78.json +++ b/data/packs/monsters.db/black_pudding__LjwxMX3llNTrJk78.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Black Pudding", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/boar__bXYsB2bHIdtOsZgV.json b/data/packs/monsters.db/boar__bXYsB2bHIdtOsZgV.json index bd90965a..aa80da0a 100644 --- a/data/packs/monsters.db/boar__bXYsB2bHIdtOsZgV.json +++ b/data/packs/monsters.db/boar__bXYsB2bHIdtOsZgV.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Boar", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/brachiosaurus__P3UFDBgbA5kkwcYb.json b/data/packs/monsters.db/brachiosaurus__P3UFDBgbA5kkwcYb.json index 7ac2ca37..9072718f 100644 --- a/data/packs/monsters.db/brachiosaurus__P3UFDBgbA5kkwcYb.json +++ b/data/packs/monsters.db/brachiosaurus__P3UFDBgbA5kkwcYb.json @@ -27,6 +27,7 @@ "flags": { }, "height": 4, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Brachiosaurus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 4 }, diff --git a/data/packs/monsters.db/brain_eater__MnV9R6AbzWjLreaZ.json b/data/packs/monsters.db/brain_eater__MnV9R6AbzWjLreaZ.json index 73f1674b..06c7c839 100644 --- a/data/packs/monsters.db/brain_eater__MnV9R6AbzWjLreaZ.json +++ b/data/packs/monsters.db/brain_eater__MnV9R6AbzWjLreaZ.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Brain Eater", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/bugbear__qUuNdFtYmo1vXVP5.json b/data/packs/monsters.db/bugbear__qUuNdFtYmo1vXVP5.json index caa17c40..5a12c582 100644 --- a/data/packs/monsters.db/bugbear__qUuNdFtYmo1vXVP5.json +++ b/data/packs/monsters.db/bugbear__qUuNdFtYmo1vXVP5.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Bugbear", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/bulette__ktpbMeq6xDzNbOu3.json b/data/packs/monsters.db/bulette__ktpbMeq6xDzNbOu3.json index b64c00b3..85a87a3c 100644 --- a/data/packs/monsters.db/bulette__ktpbMeq6xDzNbOu3.json +++ b/data/packs/monsters.db/bulette__ktpbMeq6xDzNbOu3.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Bulette", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/camel__JO2HwD53QhEuV3W9.json b/data/packs/monsters.db/camel__JO2HwD53QhEuV3W9.json index 76aabea7..9e525c36 100644 --- a/data/packs/monsters.db/camel__JO2HwD53QhEuV3W9.json +++ b/data/packs/monsters.db/camel__JO2HwD53QhEuV3W9.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Camel", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/cave_brute__nhKDBbnOnXXTzfBr.json b/data/packs/monsters.db/cave_brute__nhKDBbnOnXXTzfBr.json index 8a5fc39c..c803f1bf 100644 --- a/data/packs/monsters.db/cave_brute__nhKDBbnOnXXTzfBr.json +++ b/data/packs/monsters.db/cave_brute__nhKDBbnOnXXTzfBr.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cave Brute", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/cave_creeper__j7sQ6Km2jSx5twCC.json b/data/packs/monsters.db/cave_creeper__j7sQ6Km2jSx5twCC.json index 0d12efb2..a5faf4fe 100644 --- a/data/packs/monsters.db/cave_creeper__j7sQ6Km2jSx5twCC.json +++ b/data/packs/monsters.db/cave_creeper__j7sQ6Km2jSx5twCC.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cave Creeper", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/centaur__5AV9DF5BbMu7mvVO.json b/data/packs/monsters.db/centaur__5AV9DF5BbMu7mvVO.json index 24da5828..4621bc3f 100644 --- a/data/packs/monsters.db/centaur__5AV9DF5BbMu7mvVO.json +++ b/data/packs/monsters.db/centaur__5AV9DF5BbMu7mvVO.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Centaur", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/centipede__giant__W9n69R2FY4EIgBuQ.json b/data/packs/monsters.db/centipede__giant__W9n69R2FY4EIgBuQ.json index 8a6147b3..8613d5b0 100644 --- a/data/packs/monsters.db/centipede__giant__W9n69R2FY4EIgBuQ.json +++ b/data/packs/monsters.db/centipede__giant__W9n69R2FY4EIgBuQ.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Centipede", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/centipede__swarm__lcqq47H1YVF0ABnp.json b/data/packs/monsters.db/centipede__swarm__lcqq47H1YVF0ABnp.json index 41e7ad0a..e4a7fdcf 100644 --- a/data/packs/monsters.db/centipede__swarm__lcqq47H1YVF0ABnp.json +++ b/data/packs/monsters.db/centipede__swarm__lcqq47H1YVF0ABnp.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Centipede Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/chimera__5SaVYhtOSTOUcHCV.json b/data/packs/monsters.db/chimera__5SaVYhtOSTOUcHCV.json index 1aedb807..e981dc9f 100644 --- a/data/packs/monsters.db/chimera__5SaVYhtOSTOUcHCV.json +++ b/data/packs/monsters.db/chimera__5SaVYhtOSTOUcHCV.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Chimera", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/chuul__4v8PY6yOUcQOTWWo.json b/data/packs/monsters.db/chuul__4v8PY6yOUcQOTWWo.json index 6f03c366..af4ccf83 100644 --- a/data/packs/monsters.db/chuul__4v8PY6yOUcQOTWWo.json +++ b/data/packs/monsters.db/chuul__4v8PY6yOUcQOTWWo.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Chuul", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/claw__m8zFURgmmIh47B3E.json b/data/packs/monsters.db/claw__m8zFURgmmIh47B3E.json deleted file mode 100644 index b5cb6054..00000000 --- a/data/packs/monsters.db/claw__m8zFURgmmIh47B3E.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "_id": "m8zFURgmmIh47B3E", - "_key": "!actors.items!R8d73XhdCOokYFUF.m8zFURgmmIh47B3E", - "effects": [ - ], - "folder": null, - "img": "icons/svg/item-bag.svg", - "name": "Claw", - "system": { - "attack": { - "num": "2" - }, - "attackType": "physical", - "bonuses": { - "attackBonus": 4, - "critical": { - "failureThreshold": 1, - "multiplier": 2, - "successThreshold": 20 - }, - "damageBonus": 0 - }, - "damage": { - "numDice": 1, - "special": "", - "value": "1d8" - }, - "description": "", - "magicItem": false, - "ranges": [ - "close" - ], - "source": { - "page": 0, - "title": "" - } - }, - "type": "NPC Attack" -} diff --git a/data/packs/monsters.db/cloaker__SeY0lvD3U4pr6mXD.json b/data/packs/monsters.db/cloaker__SeY0lvD3U4pr6mXD.json index 71a54add..f6683f71 100644 --- a/data/packs/monsters.db/cloaker__SeY0lvD3U4pr6mXD.json +++ b/data/packs/monsters.db/cloaker__SeY0lvD3U4pr6mXD.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cloaker", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/cockatrice__xUxKG0CR6Elw1l7h.json b/data/packs/monsters.db/cockatrice__xUxKG0CR6Elw1l7h.json index e3454d90..35df39bf 100644 --- a/data/packs/monsters.db/cockatrice__xUxKG0CR6Elw1l7h.json +++ b/data/packs/monsters.db/cockatrice__xUxKG0CR6Elw1l7h.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cockatrice", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/couatl__ibQF9DMmu8sTLz4B.json b/data/packs/monsters.db/couatl__ibQF9DMmu8sTLz4B.json index 673887b1..4732f2e6 100644 --- a/data/packs/monsters.db/couatl__ibQF9DMmu8sTLz4B.json +++ b/data/packs/monsters.db/couatl__ibQF9DMmu8sTLz4B.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Couatl", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/crab__giant__2KRkhIG0f9YAnUHb.json b/data/packs/monsters.db/crab__giant__2KRkhIG0f9YAnUHb.json index 433e1e78..e465e958 100644 --- a/data/packs/monsters.db/crab__giant__2KRkhIG0f9YAnUHb.json +++ b/data/packs/monsters.db/crab__giant__2KRkhIG0f9YAnUHb.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Crab", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/crocodile__obS0HaAx233uar7B.json b/data/packs/monsters.db/crocodile__obS0HaAx233uar7B.json index a4d540ad..bad7419d 100644 --- a/data/packs/monsters.db/crocodile__obS0HaAx233uar7B.json +++ b/data/packs/monsters.db/crocodile__obS0HaAx233uar7B.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Crocodile", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/cultist__CpHttsoemSoZRiDe.json b/data/packs/monsters.db/cultist__CpHttsoemSoZRiDe.json index 51257e12..e30881cb 100644 --- a/data/packs/monsters.db/cultist__CpHttsoemSoZRiDe.json +++ b/data/packs/monsters.db/cultist__CpHttsoemSoZRiDe.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cultist", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/cyclops__68wDauouPEUU9oMR.json b/data/packs/monsters.db/cyclops__68wDauouPEUU9oMR.json index e2ff16da..cbae6ab0 100644 --- a/data/packs/monsters.db/cyclops__68wDauouPEUU9oMR.json +++ b/data/packs/monsters.db/cyclops__68wDauouPEUU9oMR.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cyclops", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/darkmantle__0JAEN5FsKjaXXZaA.json b/data/packs/monsters.db/darkmantle__0JAEN5FsKjaXXZaA.json index 8c92fa33..acc07689 100644 --- a/data/packs/monsters.db/darkmantle__0JAEN5FsKjaXXZaA.json +++ b/data/packs/monsters.db/darkmantle__0JAEN5FsKjaXXZaA.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Darkmantle", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/deep_one__5J7IfGiC6Za14VuU.json b/data/packs/monsters.db/deep_one__5J7IfGiC6Za14VuU.json index b07f779d..2e1b2860 100644 --- a/data/packs/monsters.db/deep_one__5J7IfGiC6Za14VuU.json +++ b/data/packs/monsters.db/deep_one__5J7IfGiC6Za14VuU.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Deep One", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/demon__balor__ju93VWtuoi9BRX5F.json b/data/packs/monsters.db/demon__balor__ju93VWtuoi9BRX5F.json index 5c3aa469..27e4d77d 100644 --- a/data/packs/monsters.db/demon__balor__ju93VWtuoi9BRX5F.json +++ b/data/packs/monsters.db/demon__balor__ju93VWtuoi9BRX5F.json @@ -31,6 +31,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Balor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/demon__dretch__UzRHO1MCMmYDSVzo.json b/data/packs/monsters.db/demon__dretch__UzRHO1MCMmYDSVzo.json index e9aa613c..fd283ed4 100644 --- a/data/packs/monsters.db/demon__dretch__UzRHO1MCMmYDSVzo.json +++ b/data/packs/monsters.db/demon__dretch__UzRHO1MCMmYDSVzo.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Dretch", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/demon__glabrezu__CuwjaziXY6YoAg7O.json b/data/packs/monsters.db/demon__glabrezu__CuwjaziXY6YoAg7O.json index 2c3b3dda..a9960337 100644 --- a/data/packs/monsters.db/demon__glabrezu__CuwjaziXY6YoAg7O.json +++ b/data/packs/monsters.db/demon__glabrezu__CuwjaziXY6YoAg7O.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Glabrezu", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/demon__marilith__P53eJcTVm4axJ2bR.json b/data/packs/monsters.db/demon__marilith__P53eJcTVm4axJ2bR.json index 199e7060..4cdf60f1 100644 --- a/data/packs/monsters.db/demon__marilith__P53eJcTVm4axJ2bR.json +++ b/data/packs/monsters.db/demon__marilith__P53eJcTVm4axJ2bR.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Marilith", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/demon__vrock__0Q9d1621wpUEsuFC.json b/data/packs/monsters.db/demon__vrock__0Q9d1621wpUEsuFC.json index 012dfd14..a54f32af 100644 --- a/data/packs/monsters.db/demon__vrock__0Q9d1621wpUEsuFC.json +++ b/data/packs/monsters.db/demon__vrock__0Q9d1621wpUEsuFC.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Vrock", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/devil__barbed__n4liAI4qBGY4orA4.json b/data/packs/monsters.db/devil__barbed__n4liAI4qBGY4orA4.json index a1eeb051..5efa22ae 100644 --- a/data/packs/monsters.db/devil__barbed__n4liAI4qBGY4orA4.json +++ b/data/packs/monsters.db/devil__barbed__n4liAI4qBGY4orA4.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Barbed Devil", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/devil__cubi__eytIJSxijnY4VZ3U.json b/data/packs/monsters.db/devil__cubi__eytIJSxijnY4VZ3U.json index e8ad0775..90e992ef 100644 --- a/data/packs/monsters.db/devil__cubi__eytIJSxijnY4VZ3U.json +++ b/data/packs/monsters.db/devil__cubi__eytIJSxijnY4VZ3U.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cubi", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/devil__erinyes__8Lma2TIrsJc0IJzV.json b/data/packs/monsters.db/devil__erinyes__8Lma2TIrsJc0IJzV.json index a8529ad3..f681a135 100644 --- a/data/packs/monsters.db/devil__erinyes__8Lma2TIrsJc0IJzV.json +++ b/data/packs/monsters.db/devil__erinyes__8Lma2TIrsJc0IJzV.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Erinyes", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/devil__horned__TWzBMX1oWU10HBOW.json b/data/packs/monsters.db/devil__horned__TWzBMX1oWU10HBOW.json index 7867860f..dc5ac9e8 100644 --- a/data/packs/monsters.db/devil__horned__TWzBMX1oWU10HBOW.json +++ b/data/packs/monsters.db/devil__horned__TWzBMX1oWU10HBOW.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Horned Devil", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/devil__imp__qhy4sxYqEkl171L5.json b/data/packs/monsters.db/devil__imp__qhy4sxYqEkl171L5.json index bc716ffa..344513b8 100644 --- a/data/packs/monsters.db/devil__imp__qhy4sxYqEkl171L5.json +++ b/data/packs/monsters.db/devil__imp__qhy4sxYqEkl171L5.json @@ -30,6 +30,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Imp", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/djinni__ytftI0motwEnF29v.json b/data/packs/monsters.db/djinni__ytftI0motwEnF29v.json index bb6e3c93..fd58a0cc 100644 --- a/data/packs/monsters.db/djinni__ytftI0motwEnF29v.json +++ b/data/packs/monsters.db/djinni__ytftI0motwEnF29v.json @@ -30,6 +30,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Djinni", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/doppelganger__6ldPPlMIMSd4ALoZ.json b/data/packs/monsters.db/doppelganger__6ldPPlMIMSd4ALoZ.json index 2046be40..59cd9932 100644 --- a/data/packs/monsters.db/doppelganger__6ldPPlMIMSd4ALoZ.json +++ b/data/packs/monsters.db/doppelganger__6ldPPlMIMSd4ALoZ.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Doppelganger", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/dragon__desert__3ao87kQaYih26b9q.json b/data/packs/monsters.db/dragon__desert__3ao87kQaYih26b9q.json index 658cebc1..2eb1281f 100644 --- a/data/packs/monsters.db/dragon__desert__3ao87kQaYih26b9q.json +++ b/data/packs/monsters.db/dragon__desert__3ao87kQaYih26b9q.json @@ -30,6 +30,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Desert Dragon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/dragon__fire__8nKQ8hgoWY7vZHb4.json b/data/packs/monsters.db/dragon__fire__8nKQ8hgoWY7vZHb4.json index d62f05f8..6f63c3d8 100644 --- a/data/packs/monsters.db/dragon__fire__8nKQ8hgoWY7vZHb4.json +++ b/data/packs/monsters.db/dragon__fire__8nKQ8hgoWY7vZHb4.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Fire Dragon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/dragon__forest__GGiSjGtAWFwFT81z.json b/data/packs/monsters.db/dragon__forest__GGiSjGtAWFwFT81z.json index 9ab3f208..524fce67 100644 --- a/data/packs/monsters.db/dragon__forest__GGiSjGtAWFwFT81z.json +++ b/data/packs/monsters.db/dragon__forest__GGiSjGtAWFwFT81z.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Forest Dragon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/dragon__frost__CUMRox407hfN6Ho1.json b/data/packs/monsters.db/dragon__frost__CUMRox407hfN6Ho1.json index fba7f2be..43639d86 100644 --- a/data/packs/monsters.db/dragon__frost__CUMRox407hfN6Ho1.json +++ b/data/packs/monsters.db/dragon__frost__CUMRox407hfN6Ho1.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Frost Dragon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/dragon__sea__wGmyKKVD5P4oE4RD.json b/data/packs/monsters.db/dragon__sea__wGmyKKVD5P4oE4RD.json index 0d4233eb..85bcb7db 100644 --- a/data/packs/monsters.db/dragon__sea__wGmyKKVD5P4oE4RD.json +++ b/data/packs/monsters.db/dragon__sea__wGmyKKVD5P4oE4RD.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Sea Dragon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/dragon__swamp__KKc8fESqPDECz0bL.json b/data/packs/monsters.db/dragon__swamp__KKc8fESqPDECz0bL.json index a214afcd..7c62064d 100644 --- a/data/packs/monsters.db/dragon__swamp__KKc8fESqPDECz0bL.json +++ b/data/packs/monsters.db/dragon__swamp__KKc8fESqPDECz0bL.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Swamp Dragon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/drink_pain__OVCCnV4WuzTb47mh.json b/data/packs/monsters.db/drink_pain__OVCCnV4WuzTb47mh.json deleted file mode 100644 index bbc9bf2b..00000000 --- a/data/packs/monsters.db/drink_pain__OVCCnV4WuzTb47mh.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "_id": "OVCCnV4WuzTb47mh", - "_key": "!actors.items!R8d73XhdCOokYFUF.OVCCnV4WuzTb47mh", - "effects": [ - ], - "folder": null, - "img": "icons/svg/item-bag.svg", - "name": "Drink Pain", - "system": { - "description": "

Near range. DC 12 CHA to deal 2d4 damage to a creature; regain that many HP.

", - "magicItem": false, - "source": { - "page": 0, - "title": "" - } - }, - "type": "NPC Feature" -} diff --git a/data/packs/monsters.db/drink_pain__bPRulQQyhApmzZNE.json b/data/packs/monsters.db/drink_pain__bPRulQQyhApmzZNE.json deleted file mode 100644 index 6cf9ffa4..00000000 --- a/data/packs/monsters.db/drink_pain__bPRulQQyhApmzZNE.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "_id": "bPRulQQyhApmzZNE", - "_key": "!actors.items!R8d73XhdCOokYFUF.bPRulQQyhApmzZNE", - "effects": [ - ], - "folder": null, - "img": "icons/svg/item-bag.svg", - "name": "Drink Pain", - "system": { - "attack": { - "num": "1" - }, - "attackType": "special", - "bonuses": { - "attackBonus": 0, - "critical": { - "failureThreshold": 1, - "multiplier": 2, - "successThreshold": 20 - }, - "damageBonus": 0 - }, - "damage": { - "numDice": 1, - "special": "", - "value": "0" - }, - "description": "", - "magicItem": false, - "ranges": [ - "near" - ], - "source": { - "page": 0, - "title": "" - } - }, - "type": "NPC Attack" -} diff --git a/data/packs/monsters.db/drow__OQKt55SQZZUZhlNq.json b/data/packs/monsters.db/drow__OQKt55SQZZUZhlNq.json index 4630e72a..ba3ae715 100644 --- a/data/packs/monsters.db/drow__OQKt55SQZZUZhlNq.json +++ b/data/packs/monsters.db/drow__OQKt55SQZZUZhlNq.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Drow", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/drow__drider__DttbFgMrxQulVKEf.json b/data/packs/monsters.db/drow__drider__DttbFgMrxQulVKEf.json index 982389f6..f3d65e57 100644 --- a/data/packs/monsters.db/drow__drider__DttbFgMrxQulVKEf.json +++ b/data/packs/monsters.db/drow__drider__DttbFgMrxQulVKEf.json @@ -30,6 +30,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Drider", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/drow__priestess__mLujryShxJUk5Jys.json b/data/packs/monsters.db/drow__priestess__mLujryShxJUk5Jys.json index 4621d1ad..dbf9d278 100644 --- a/data/packs/monsters.db/drow__priestess__mLujryShxJUk5Jys.json +++ b/data/packs/monsters.db/drow__priestess__mLujryShxJUk5Jys.json @@ -32,6 +32,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -43,6 +44,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -51,18 +53,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Drow Priestess", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -70,12 +90,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/druid__xwdLsiejN4nayUR5.json b/data/packs/monsters.db/druid__xwdLsiejN4nayUR5.json index 81da96bb..a076bca7 100644 --- a/data/packs/monsters.db/druid__xwdLsiejN4nayUR5.json +++ b/data/packs/monsters.db/druid__xwdLsiejN4nayUR5.json @@ -32,6 +32,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -43,6 +44,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -51,18 +53,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Druid", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -70,12 +90,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/dryad__vXaqgfDykZPdXnIm.json b/data/packs/monsters.db/dryad__vXaqgfDykZPdXnIm.json index 73a3777b..8e8cbc57 100644 --- a/data/packs/monsters.db/dryad__vXaqgfDykZPdXnIm.json +++ b/data/packs/monsters.db/dryad__vXaqgfDykZPdXnIm.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Dryad", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/duergar__B1B7yApS28xtu8HN.json b/data/packs/monsters.db/duergar__B1B7yApS28xtu8HN.json index 2475998e..3fd5ee6d 100644 --- a/data/packs/monsters.db/duergar__B1B7yApS28xtu8HN.json +++ b/data/packs/monsters.db/duergar__B1B7yApS28xtu8HN.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Duergar", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/dung_beetle__giant__99s2guSyYKPWp1oy.json b/data/packs/monsters.db/dung_beetle__giant__99s2guSyYKPWp1oy.json index 14190e71..3d578498 100644 --- a/data/packs/monsters.db/dung_beetle__giant__99s2guSyYKPWp1oy.json +++ b/data/packs/monsters.db/dung_beetle__giant__99s2guSyYKPWp1oy.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Dung Beetle", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/efreeti__o1aBfxHFxYVHLTRn.json b/data/packs/monsters.db/efreeti__o1aBfxHFxYVHLTRn.json index 11741f8d..5184f247 100644 --- a/data/packs/monsters.db/efreeti__o1aBfxHFxYVHLTRn.json +++ b/data/packs/monsters.db/efreeti__o1aBfxHFxYVHLTRn.json @@ -31,6 +31,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Efreeti", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/elemental__air__greater___adojju5DJl1iWEg4.json b/data/packs/monsters.db/elemental__air__greater___adojju5DJl1iWEg4.json index a519b469..030ac3fd 100644 --- a/data/packs/monsters.db/elemental__air__greater___adojju5DJl1iWEg4.json +++ b/data/packs/monsters.db/elemental__air__greater___adojju5DJl1iWEg4.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Greater Air Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/elemental__air__lesser___XEFAKSOcCUd8G89y.json b/data/packs/monsters.db/elemental__air__lesser___XEFAKSOcCUd8G89y.json index ff5e294e..ef7b21b9 100644 --- a/data/packs/monsters.db/elemental__air__lesser___XEFAKSOcCUd8G89y.json +++ b/data/packs/monsters.db/elemental__air__lesser___XEFAKSOcCUd8G89y.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lesser Air Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/elemental__earth__greater___w14e0EzbGfvjkbes.json b/data/packs/monsters.db/elemental__earth__greater___w14e0EzbGfvjkbes.json index 44d6e920..be8fe4d6 100644 --- a/data/packs/monsters.db/elemental__earth__greater___w14e0EzbGfvjkbes.json +++ b/data/packs/monsters.db/elemental__earth__greater___w14e0EzbGfvjkbes.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Greater Earth Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/elemental__earth__lesser___Puc0P5lO6IphdIQP.json b/data/packs/monsters.db/elemental__earth__lesser___Puc0P5lO6IphdIQP.json index 9f6a2eb0..32ef831c 100644 --- a/data/packs/monsters.db/elemental__earth__lesser___Puc0P5lO6IphdIQP.json +++ b/data/packs/monsters.db/elemental__earth__lesser___Puc0P5lO6IphdIQP.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lesser Earth Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/elemental__fire__greater___V1wcRoUEnIbaNjXN.json b/data/packs/monsters.db/elemental__fire__greater___V1wcRoUEnIbaNjXN.json index 156e95cc..f40d6cb4 100644 --- a/data/packs/monsters.db/elemental__fire__greater___V1wcRoUEnIbaNjXN.json +++ b/data/packs/monsters.db/elemental__fire__greater___V1wcRoUEnIbaNjXN.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Greater Fire Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/elemental__fire__lesser___vylW8UYkC5i9wAS7.json b/data/packs/monsters.db/elemental__fire__lesser___vylW8UYkC5i9wAS7.json index b2f8ed57..79b6a44d 100644 --- a/data/packs/monsters.db/elemental__fire__lesser___vylW8UYkC5i9wAS7.json +++ b/data/packs/monsters.db/elemental__fire__lesser___vylW8UYkC5i9wAS7.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lesser Fire Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/elemental__water__greater___Fb4nfQoOqplwmGHe.json b/data/packs/monsters.db/elemental__water__greater___Fb4nfQoOqplwmGHe.json index b0d4930e..ae777d2e 100644 --- a/data/packs/monsters.db/elemental__water__greater___Fb4nfQoOqplwmGHe.json +++ b/data/packs/monsters.db/elemental__water__greater___Fb4nfQoOqplwmGHe.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Greater Water Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/elemental__water__lesser___ZP1OsAWwqVppLts0.json b/data/packs/monsters.db/elemental__water__lesser___ZP1OsAWwqVppLts0.json index 45c3f4ce..d4228cb7 100644 --- a/data/packs/monsters.db/elemental__water__lesser___ZP1OsAWwqVppLts0.json +++ b/data/packs/monsters.db/elemental__water__lesser___ZP1OsAWwqVppLts0.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lesser Water Elemental", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/elephant__Ezs7usvuZdG6zMAL.json b/data/packs/monsters.db/elephant__Ezs7usvuZdG6zMAL.json index 7520cb02..f415a24f 100644 --- a/data/packs/monsters.db/elephant__Ezs7usvuZdG6zMAL.json +++ b/data/packs/monsters.db/elephant__Ezs7usvuZdG6zMAL.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Elephant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/elf__GvxrOdZ1MejJL8DV.json b/data/packs/monsters.db/elf__GvxrOdZ1MejJL8DV.json index 1c873fc7..b9be5e94 100644 --- a/data/packs/monsters.db/elf__GvxrOdZ1MejJL8DV.json +++ b/data/packs/monsters.db/elf__GvxrOdZ1MejJL8DV.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Elf", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/ettercap__fcgq7uwsJEMMdRNx.json b/data/packs/monsters.db/ettercap__fcgq7uwsJEMMdRNx.json index 2166bba8..1d4092df 100644 --- a/data/packs/monsters.db/ettercap__fcgq7uwsJEMMdRNx.json +++ b/data/packs/monsters.db/ettercap__fcgq7uwsJEMMdRNx.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ettercap", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/fairy__RAEbIzHkREYWKvLh.json b/data/packs/monsters.db/fairy__RAEbIzHkREYWKvLh.json index 36284d86..2cdb56f8 100644 --- a/data/packs/monsters.db/fairy__RAEbIzHkREYWKvLh.json +++ b/data/packs/monsters.db/fairy__RAEbIzHkREYWKvLh.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Fairy", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/frog__giant__mpdnvoVyYfvu8yLP.json b/data/packs/monsters.db/frog__giant__mpdnvoVyYfvu8yLP.json index eaa8e232..a53985b2 100644 --- a/data/packs/monsters.db/frog__giant__mpdnvoVyYfvu8yLP.json +++ b/data/packs/monsters.db/frog__giant__mpdnvoVyYfvu8yLP.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Frog", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/gargoyle__FeQJTjVbjxIH6uHd.json b/data/packs/monsters.db/gargoyle__FeQJTjVbjxIH6uHd.json index c8b30b7e..c34a7bf6 100644 --- a/data/packs/monsters.db/gargoyle__FeQJTjVbjxIH6uHd.json +++ b/data/packs/monsters.db/gargoyle__FeQJTjVbjxIH6uHd.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gargoyle", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/gelatinous_cube__udRspLiTyURGmLav.json b/data/packs/monsters.db/gelatinous_cube__udRspLiTyURGmLav.json index d0fd8dbe..98381e64 100644 --- a/data/packs/monsters.db/gelatinous_cube__udRspLiTyURGmLav.json +++ b/data/packs/monsters.db/gelatinous_cube__udRspLiTyURGmLav.json @@ -30,6 +30,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -50,13 +51,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gelatinous Cube", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -70,13 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/ghast__XNiuEhf8QpfOnVCJ.json b/data/packs/monsters.db/ghast__XNiuEhf8QpfOnVCJ.json index ba0c45b5..a532edeb 100644 --- a/data/packs/monsters.db/ghast__XNiuEhf8QpfOnVCJ.json +++ b/data/packs/monsters.db/ghast__XNiuEhf8QpfOnVCJ.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ghast", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/ghost__LV2ZWlK1qUQz5J4K.json b/data/packs/monsters.db/ghost__LV2ZWlK1qUQz5J4K.json index 1f2cc686..c3566c7c 100644 --- a/data/packs/monsters.db/ghost__LV2ZWlK1qUQz5J4K.json +++ b/data/packs/monsters.db/ghost__LV2ZWlK1qUQz5J4K.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -51,13 +52,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ghost", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -71,13 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/ghoul__aJPxeuzZ597SWMES.json b/data/packs/monsters.db/ghoul__aJPxeuzZ597SWMES.json index 1937ea70..eefddc63 100644 --- a/data/packs/monsters.db/ghoul__aJPxeuzZ597SWMES.json +++ b/data/packs/monsters.db/ghoul__aJPxeuzZ597SWMES.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ghoul", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/giant__cloud__vdCzdpAsjmYTa1ps.json b/data/packs/monsters.db/giant__cloud__vdCzdpAsjmYTa1ps.json index dc7d63a2..6b2f1bc7 100644 --- a/data/packs/monsters.db/giant__cloud__vdCzdpAsjmYTa1ps.json +++ b/data/packs/monsters.db/giant__cloud__vdCzdpAsjmYTa1ps.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cloud Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/giant__fire__PzLMBzFtioZhBlTq.json b/data/packs/monsters.db/giant__fire__PzLMBzFtioZhBlTq.json index 13bdca44..4091bb42 100644 --- a/data/packs/monsters.db/giant__fire__PzLMBzFtioZhBlTq.json +++ b/data/packs/monsters.db/giant__fire__PzLMBzFtioZhBlTq.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Fire Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/giant__frost__Om5RbAEQDbXI8MwN.json b/data/packs/monsters.db/giant__frost__Om5RbAEQDbXI8MwN.json index 693c734d..bfa869d0 100644 --- a/data/packs/monsters.db/giant__frost__Om5RbAEQDbXI8MwN.json +++ b/data/packs/monsters.db/giant__frost__Om5RbAEQDbXI8MwN.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Frost Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/giant__goat__KFCqi1XnRQM7kZyj.json b/data/packs/monsters.db/giant__goat__KFCqi1XnRQM7kZyj.json index f829ca68..15d095a6 100644 --- a/data/packs/monsters.db/giant__goat__KFCqi1XnRQM7kZyj.json +++ b/data/packs/monsters.db/giant__goat__KFCqi1XnRQM7kZyj.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Goat Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/giant__hill__sFz8XfLheORSuxxM.json b/data/packs/monsters.db/giant__hill__sFz8XfLheORSuxxM.json index 1f8029cf..60959a69 100644 --- a/data/packs/monsters.db/giant__hill__sFz8XfLheORSuxxM.json +++ b/data/packs/monsters.db/giant__hill__sFz8XfLheORSuxxM.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hill Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/giant__stone__zIaJgXifG1mIY7FM.json b/data/packs/monsters.db/giant__stone__zIaJgXifG1mIY7FM.json index 4e01fd43..062a3c36 100644 --- a/data/packs/monsters.db/giant__stone__zIaJgXifG1mIY7FM.json +++ b/data/packs/monsters.db/giant__stone__zIaJgXifG1mIY7FM.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Stone Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/giant__storm__owL9cUM2LTVpMarQ.json b/data/packs/monsters.db/giant__storm__owL9cUM2LTVpMarQ.json index 7a4fa934..218eea45 100644 --- a/data/packs/monsters.db/giant__storm__owL9cUM2LTVpMarQ.json +++ b/data/packs/monsters.db/giant__storm__owL9cUM2LTVpMarQ.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Storm Giant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/gibbering_mouther__8aDS9mPcNoxNc3Ha.json b/data/packs/monsters.db/gibbering_mouther__8aDS9mPcNoxNc3Ha.json index 78f023c0..ef00ebab 100644 --- a/data/packs/monsters.db/gibbering_mouther__8aDS9mPcNoxNc3Ha.json +++ b/data/packs/monsters.db/gibbering_mouther__8aDS9mPcNoxNc3Ha.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gibbering Mouther", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/gladiator__14gxjungNSpJTf3w.json b/data/packs/monsters.db/gladiator__14gxjungNSpJTf3w.json index 8e7185b6..f59231d7 100644 --- a/data/packs/monsters.db/gladiator__14gxjungNSpJTf3w.json +++ b/data/packs/monsters.db/gladiator__14gxjungNSpJTf3w.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gladiator", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/gnoll__d2dPYSjcZhR5psLj.json b/data/packs/monsters.db/gnoll__d2dPYSjcZhR5psLj.json index c184cb5e..d02bed5e 100644 --- a/data/packs/monsters.db/gnoll__d2dPYSjcZhR5psLj.json +++ b/data/packs/monsters.db/gnoll__d2dPYSjcZhR5psLj.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gnoll", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/gnome__deep__WMw4J1wECaLGf3Am.json b/data/packs/monsters.db/gnome__deep__WMw4J1wECaLGf3Am.json index 18964dad..af32ee1a 100644 --- a/data/packs/monsters.db/gnome__deep__WMw4J1wECaLGf3Am.json +++ b/data/packs/monsters.db/gnome__deep__WMw4J1wECaLGf3Am.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Deep Gnome", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/goblin__I7CMFbyFmFHVwE5U.json b/data/packs/monsters.db/goblin__I7CMFbyFmFHVwE5U.json index ff4d8b67..3e006adc 100644 --- a/data/packs/monsters.db/goblin__I7CMFbyFmFHVwE5U.json +++ b/data/packs/monsters.db/goblin__I7CMFbyFmFHVwE5U.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Goblin", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/goblin__boss__R3CMnUkD0AVVkjuZ.json b/data/packs/monsters.db/goblin__boss__R3CMnUkD0AVVkjuZ.json index a762b53d..48660f5a 100644 --- a/data/packs/monsters.db/goblin__boss__R3CMnUkD0AVVkjuZ.json +++ b/data/packs/monsters.db/goblin__boss__R3CMnUkD0AVVkjuZ.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Goblin Boss", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/goblin__shaman__Ot77aKKqmML8yboF.json b/data/packs/monsters.db/goblin__shaman__Ot77aKKqmML8yboF.json index f39a0f45..19a31e42 100644 --- a/data/packs/monsters.db/goblin__shaman__Ot77aKKqmML8yboF.json +++ b/data/packs/monsters.db/goblin__shaman__Ot77aKKqmML8yboF.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Goblin Shaman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/golem__clay__y8O1UJWvVI7fDXpn.json b/data/packs/monsters.db/golem__clay__y8O1UJWvVI7fDXpn.json index 9430c479..81cf7496 100644 --- a/data/packs/monsters.db/golem__clay__y8O1UJWvVI7fDXpn.json +++ b/data/packs/monsters.db/golem__clay__y8O1UJWvVI7fDXpn.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Clay Golem", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/golem__flesh__IDgaXGnSleQcfAwm.json b/data/packs/monsters.db/golem__flesh__IDgaXGnSleQcfAwm.json index d716a399..dcfd64fd 100644 --- a/data/packs/monsters.db/golem__flesh__IDgaXGnSleQcfAwm.json +++ b/data/packs/monsters.db/golem__flesh__IDgaXGnSleQcfAwm.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Flesh Golem", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/golem__iron__KZNQRwpG4DaN57zB.json b/data/packs/monsters.db/golem__iron__KZNQRwpG4DaN57zB.json index 9632cd95..8e61e23b 100644 --- a/data/packs/monsters.db/golem__iron__KZNQRwpG4DaN57zB.json +++ b/data/packs/monsters.db/golem__iron__KZNQRwpG4DaN57zB.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Iron Golem", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/golem__stone__zLDg6vIYEj4wB0lQ.json b/data/packs/monsters.db/golem__stone__zLDg6vIYEj4wB0lQ.json index 08446e76..4a8d601c 100644 --- a/data/packs/monsters.db/golem__stone__zLDg6vIYEj4wB0lQ.json +++ b/data/packs/monsters.db/golem__stone__zLDg6vIYEj4wB0lQ.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Stone Golem", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/gorgon__c9n0i79sjiUWwkiV.json b/data/packs/monsters.db/gorgon__c9n0i79sjiUWwkiV.json index e4bd3960..18d91a3b 100644 --- a/data/packs/monsters.db/gorgon__c9n0i79sjiUWwkiV.json +++ b/data/packs/monsters.db/gorgon__c9n0i79sjiUWwkiV.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gorgon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/gorilla__cfdlaAx4balFmIb4.json b/data/packs/monsters.db/gorilla__cfdlaAx4balFmIb4.json index 9d3a6edd..44d3695e 100644 --- a/data/packs/monsters.db/gorilla__cfdlaAx4balFmIb4.json +++ b/data/packs/monsters.db/gorilla__cfdlaAx4balFmIb4.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gorilla", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/gray_ooze__04acXEvbSpXQ1NjS.json b/data/packs/monsters.db/gray_ooze__04acXEvbSpXQ1NjS.json index 10b0ae24..120d5c8f 100644 --- a/data/packs/monsters.db/gray_ooze__04acXEvbSpXQ1NjS.json +++ b/data/packs/monsters.db/gray_ooze__04acXEvbSpXQ1NjS.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Gray Ooze", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/grick__Jn5JjEPCUT86txAg.json b/data/packs/monsters.db/grick__Jn5JjEPCUT86txAg.json index 1716fe32..f4b03e6a 100644 --- a/data/packs/monsters.db/grick__Jn5JjEPCUT86txAg.json +++ b/data/packs/monsters.db/grick__Jn5JjEPCUT86txAg.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -50,13 +51,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Grick", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -70,13 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/griffon__72LUt9AEysl22JGv.json b/data/packs/monsters.db/griffon__72LUt9AEysl22JGv.json index ee9c0f60..9c268e0e 100644 --- a/data/packs/monsters.db/griffon__72LUt9AEysl22JGv.json +++ b/data/packs/monsters.db/griffon__72LUt9AEysl22JGv.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Griffon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/grimlow__A6QrevZXpJ0SeiIv.json b/data/packs/monsters.db/grimlow__A6QrevZXpJ0SeiIv.json index 8a79db25..d93f055a 100644 --- a/data/packs/monsters.db/grimlow__A6QrevZXpJ0SeiIv.json +++ b/data/packs/monsters.db/grimlow__A6QrevZXpJ0SeiIv.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Grimlow", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/guard__unySR92Si932s01C.json b/data/packs/monsters.db/guard__unySR92Si932s01C.json index 30f25cc1..f4c66d89 100644 --- a/data/packs/monsters.db/guard__unySR92Si932s01C.json +++ b/data/packs/monsters.db/guard__unySR92Si932s01C.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Guard", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/hag__night__hi47xC8rfvviBoOO.json b/data/packs/monsters.db/hag__night__hi47xC8rfvviBoOO.json index 114d9303..3540a7ee 100644 --- a/data/packs/monsters.db/hag__night__hi47xC8rfvviBoOO.json +++ b/data/packs/monsters.db/hag__night__hi47xC8rfvviBoOO.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Night Hag", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/hag__sea__vSA5WApOVd99itBh.json b/data/packs/monsters.db/hag__sea__vSA5WApOVd99itBh.json index c04cd427..88cc53b7 100644 --- a/data/packs/monsters.db/hag__sea__vSA5WApOVd99itBh.json +++ b/data/packs/monsters.db/hag__sea__vSA5WApOVd99itBh.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Sea Hag", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/hag__weald__9q5O77FFFJ7pTjhL.json b/data/packs/monsters.db/hag__weald__9q5O77FFFJ7pTjhL.json index 946a4e6d..9f0a7a23 100644 --- a/data/packs/monsters.db/hag__weald__9q5O77FFFJ7pTjhL.json +++ b/data/packs/monsters.db/hag__weald__9q5O77FFFJ7pTjhL.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Weald Hag", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/harpy__CsQXDNmBDfao8hij.json b/data/packs/monsters.db/harpy__CsQXDNmBDfao8hij.json index 42a742c1..8b006cb7 100644 --- a/data/packs/monsters.db/harpy__CsQXDNmBDfao8hij.json +++ b/data/packs/monsters.db/harpy__CsQXDNmBDfao8hij.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Harpy", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/hell_hound__PAb9czULqynbNnKj.json b/data/packs/monsters.db/hell_hound__PAb9czULqynbNnKj.json index ac3c74a4..b0882c66 100644 --- a/data/packs/monsters.db/hell_hound__PAb9czULqynbNnKj.json +++ b/data/packs/monsters.db/hell_hound__PAb9czULqynbNnKj.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hell Hound", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/hippogriff__SgSkMF7D9BE69ubm.json b/data/packs/monsters.db/hippogriff__SgSkMF7D9BE69ubm.json index 195c3cb8..07708516 100644 --- a/data/packs/monsters.db/hippogriff__SgSkMF7D9BE69ubm.json +++ b/data/packs/monsters.db/hippogriff__SgSkMF7D9BE69ubm.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hippogriff", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/hippopotamus__WI7Tq6Vf2vmgBKcN.json b/data/packs/monsters.db/hippopotamus__WI7Tq6Vf2vmgBKcN.json index bb5243e8..173c6fe3 100644 --- a/data/packs/monsters.db/hippopotamus__WI7Tq6Vf2vmgBKcN.json +++ b/data/packs/monsters.db/hippopotamus__WI7Tq6Vf2vmgBKcN.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hippopotamus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/hobgoblin__uqHIz56KiBwTnbTJ.json b/data/packs/monsters.db/hobgoblin__uqHIz56KiBwTnbTJ.json index b540d79f..d227ba10 100644 --- a/data/packs/monsters.db/hobgoblin__uqHIz56KiBwTnbTJ.json +++ b/data/packs/monsters.db/hobgoblin__uqHIz56KiBwTnbTJ.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hobgoblin", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/horse__olqRJQaOKMLkESQN.json b/data/packs/monsters.db/horse__olqRJQaOKMLkESQN.json index 0a783f06..810eeb86 100644 --- a/data/packs/monsters.db/horse__olqRJQaOKMLkESQN.json +++ b/data/packs/monsters.db/horse__olqRJQaOKMLkESQN.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Horse", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/hydra__hr2wYwBcd0WuJWK8.json b/data/packs/monsters.db/hydra__hr2wYwBcd0WuJWK8.json index ad66fbfa..032b46dc 100644 --- a/data/packs/monsters.db/hydra__hr2wYwBcd0WuJWK8.json +++ b/data/packs/monsters.db/hydra__hr2wYwBcd0WuJWK8.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hydra", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/invisible_stalker__3cz1ScEh3YlMU1ql.json b/data/packs/monsters.db/invisible_stalker__3cz1ScEh3YlMU1ql.json index b6e7a3a9..d05718e7 100644 --- a/data/packs/monsters.db/invisible_stalker__3cz1ScEh3YlMU1ql.json +++ b/data/packs/monsters.db/invisible_stalker__3cz1ScEh3YlMU1ql.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Invisible Stalker", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/jellyfish__uNah6fsgfkt4Aiet.json b/data/packs/monsters.db/jellyfish__uNah6fsgfkt4Aiet.json index ffd317a8..6f5f47a8 100644 --- a/data/packs/monsters.db/jellyfish__uNah6fsgfkt4Aiet.json +++ b/data/packs/monsters.db/jellyfish__uNah6fsgfkt4Aiet.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Jellyfish", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/knight__BviPIbrJao1ubOX1.json b/data/packs/monsters.db/knight__BviPIbrJao1ubOX1.json index 31ea8d15..8f985e1b 100644 --- a/data/packs/monsters.db/knight__BviPIbrJao1ubOX1.json +++ b/data/packs/monsters.db/knight__BviPIbrJao1ubOX1.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Knight", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/kobold__BxilUr9Ac6zgekYU.json b/data/packs/monsters.db/kobold__BxilUr9Ac6zgekYU.json index 3bb1d864..5aeacaa4 100644 --- a/data/packs/monsters.db/kobold__BxilUr9Ac6zgekYU.json +++ b/data/packs/monsters.db/kobold__BxilUr9Ac6zgekYU.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Kobold", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/kobold__sorcerer__j1Uy1uGIUxbtB0iD.json b/data/packs/monsters.db/kobold__sorcerer__j1Uy1uGIUxbtB0iD.json index 7ad1f433..d0166682 100644 --- a/data/packs/monsters.db/kobold__sorcerer__j1Uy1uGIUxbtB0iD.json +++ b/data/packs/monsters.db/kobold__sorcerer__j1Uy1uGIUxbtB0iD.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Kobold Sorcerer", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/kraken__4A7ELy7Oj4YKRqTf.json b/data/packs/monsters.db/kraken__4A7ELy7Oj4YKRqTf.json index 3d97b2a9..de246a2e 100644 --- a/data/packs/monsters.db/kraken__4A7ELy7Oj4YKRqTf.json +++ b/data/packs/monsters.db/kraken__4A7ELy7Oj4YKRqTf.json @@ -31,6 +31,7 @@ "flags": { }, "height": 4, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Kraken", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 4 }, diff --git a/data/packs/monsters.db/leech__giant__UGsq7I9Gyahgd0dG.json b/data/packs/monsters.db/leech__giant__UGsq7I9Gyahgd0dG.json index d71a6df1..d76c6491 100644 --- a/data/packs/monsters.db/leech__giant__UGsq7I9Gyahgd0dG.json +++ b/data/packs/monsters.db/leech__giant__UGsq7I9Gyahgd0dG.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Leech", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/leprechaun__dNSmJX2keI0T2Gig.json b/data/packs/monsters.db/leprechaun__dNSmJX2keI0T2Gig.json index e30e703e..80bf2d95 100644 --- a/data/packs/monsters.db/leprechaun__dNSmJX2keI0T2Gig.json +++ b/data/packs/monsters.db/leprechaun__dNSmJX2keI0T2Gig.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Leprechaun", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/lich__sncxcSi6ziTStjAh.json b/data/packs/monsters.db/lich__sncxcSi6ziTStjAh.json index 66396560..e6289f7b 100644 --- a/data/packs/monsters.db/lich__sncxcSi6ziTStjAh.json +++ b/data/packs/monsters.db/lich__sncxcSi6ziTStjAh.json @@ -35,6 +35,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -46,6 +47,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -54,18 +56,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lich", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -73,12 +93,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/life_drain__FmrC0mHGUBAGpc5P.json b/data/packs/monsters.db/life_drain__FmrC0mHGUBAGpc5P.json index 51a01451..d97c1d19 100644 --- a/data/packs/monsters.db/life_drain__FmrC0mHGUBAGpc5P.json +++ b/data/packs/monsters.db/life_drain__FmrC0mHGUBAGpc5P.json @@ -11,7 +11,7 @@ "num": "1" }, "bonuses": { - "attackBonus": 3 + "attackBonus": 0 }, "description": "

1d4 CON damage. Death if reduced to 0 CON.

", "predefinedEffects": "", diff --git a/data/packs/monsters.db/lion__3InGAUnBJixja6ld.json b/data/packs/monsters.db/lion__3InGAUnBJixja6ld.json index 273c4aeb..22038a3a 100644 --- a/data/packs/monsters.db/lion__3InGAUnBJixja6ld.json +++ b/data/packs/monsters.db/lion__3InGAUnBJixja6ld.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lion", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/lizardfolk__h4e6ntO5vWTShNi9.json b/data/packs/monsters.db/lizardfolk__h4e6ntO5vWTShNi9.json index 825b9533..ce50e41b 100644 --- a/data/packs/monsters.db/lizardfolk__h4e6ntO5vWTShNi9.json +++ b/data/packs/monsters.db/lizardfolk__h4e6ntO5vWTShNi9.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Lizardfolk", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/mage__manaoose71vhAWCT.json b/data/packs/monsters.db/mage__manaoose71vhAWCT.json index dda127dd..59f75c29 100644 --- a/data/packs/monsters.db/mage__manaoose71vhAWCT.json +++ b/data/packs/monsters.db/mage__manaoose71vhAWCT.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mage", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/mammoth__0QznxquCW5qW69V6.json b/data/packs/monsters.db/mammoth__0QznxquCW5qW69V6.json index d3478deb..15240fa8 100644 --- a/data/packs/monsters.db/mammoth__0QznxquCW5qW69V6.json +++ b/data/packs/monsters.db/mammoth__0QznxquCW5qW69V6.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mammoth", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/manta_ray__giant__QhFsevIc23TsTHZE.json b/data/packs/monsters.db/manta_ray__giant__QhFsevIc23TsTHZE.json index ca8c5473..0cb78c69 100644 --- a/data/packs/monsters.db/manta_ray__giant__QhFsevIc23TsTHZE.json +++ b/data/packs/monsters.db/manta_ray__giant__QhFsevIc23TsTHZE.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Manta Ray", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/manticore__LBjQecdHrFaX8SPj.json b/data/packs/monsters.db/manticore__LBjQecdHrFaX8SPj.json index 730700b5..1a4b9f16 100644 --- a/data/packs/monsters.db/manticore__LBjQecdHrFaX8SPj.json +++ b/data/packs/monsters.db/manticore__LBjQecdHrFaX8SPj.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Manticore", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/mastiff__lJyH2RWm3t5MB5iG.json b/data/packs/monsters.db/mastiff__lJyH2RWm3t5MB5iG.json index ed80bf33..f7a9701d 100644 --- a/data/packs/monsters.db/mastiff__lJyH2RWm3t5MB5iG.json +++ b/data/packs/monsters.db/mastiff__lJyH2RWm3t5MB5iG.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mastiff", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/medusa__u05UfQ9hKno0bwWj.json b/data/packs/monsters.db/medusa__u05UfQ9hKno0bwWj.json index d77e89ab..8ca9e47e 100644 --- a/data/packs/monsters.db/medusa__u05UfQ9hKno0bwWj.json +++ b/data/packs/monsters.db/medusa__u05UfQ9hKno0bwWj.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Medusa", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/merfolk__CXZNV3102oiDkME4.json b/data/packs/monsters.db/merfolk__CXZNV3102oiDkME4.json index 6898bd23..6aa3753c 100644 --- a/data/packs/monsters.db/merfolk__CXZNV3102oiDkME4.json +++ b/data/packs/monsters.db/merfolk__CXZNV3102oiDkME4.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Merfolk", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/mimic__LFx9hb8JlEfGxDaI.json b/data/packs/monsters.db/mimic__LFx9hb8JlEfGxDaI.json index 3a4986d8..6a8a3b41 100644 --- a/data/packs/monsters.db/mimic__LFx9hb8JlEfGxDaI.json +++ b/data/packs/monsters.db/mimic__LFx9hb8JlEfGxDaI.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mimic", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/minotaur__c3Nvj86e0Layz3NG.json b/data/packs/monsters.db/minotaur__c3Nvj86e0Layz3NG.json index 4684b7f0..69464876 100644 --- a/data/packs/monsters.db/minotaur__c3Nvj86e0Layz3NG.json +++ b/data/packs/monsters.db/minotaur__c3Nvj86e0Layz3NG.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Minotaur", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/moose__tfoTO9pQhnS0RAOH.json b/data/packs/monsters.db/moose__tfoTO9pQhnS0RAOH.json index 03f9d8f1..a457d5a1 100644 --- a/data/packs/monsters.db/moose__tfoTO9pQhnS0RAOH.json +++ b/data/packs/monsters.db/moose__tfoTO9pQhnS0RAOH.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Moose", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/mordanticus_the_flayed__DP8n8iIiU1Qostjv.json b/data/packs/monsters.db/mordanticus_the_flayed__DP8n8iIiU1Qostjv.json index 226541b0..dd3e1732 100644 --- a/data/packs/monsters.db/mordanticus_the_flayed__DP8n8iIiU1Qostjv.json +++ b/data/packs/monsters.db/mordanticus_the_flayed__DP8n8iIiU1Qostjv.json @@ -37,6 +37,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,6 +49,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -56,18 +58,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mordanticus The Flayed", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -75,12 +95,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/mummy__kY87zSryGuQ963Ba.json b/data/packs/monsters.db/mummy__kY87zSryGuQ963Ba.json index f2dc2b92..9219e72c 100644 --- a/data/packs/monsters.db/mummy__kY87zSryGuQ963Ba.json +++ b/data/packs/monsters.db/mummy__kY87zSryGuQ963Ba.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mummy", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/mushroomfolk__K2FMeD45kPEr8RNS.json b/data/packs/monsters.db/mushroomfolk__K2FMeD45kPEr8RNS.json index ce78896d..c41f0bee 100644 --- a/data/packs/monsters.db/mushroomfolk__K2FMeD45kPEr8RNS.json +++ b/data/packs/monsters.db/mushroomfolk__K2FMeD45kPEr8RNS.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Mushroomfolk", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/naga__UDGXIj9pB0TdWPA6.json b/data/packs/monsters.db/naga__UDGXIj9pB0TdWPA6.json index a04cc6d2..f603a544 100644 --- a/data/packs/monsters.db/naga__UDGXIj9pB0TdWPA6.json +++ b/data/packs/monsters.db/naga__UDGXIj9pB0TdWPA6.json @@ -31,6 +31,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Naga", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/naga__bone__azSFk2v032NJ635x.json b/data/packs/monsters.db/naga__bone__azSFk2v032NJ635x.json index 465ed20a..52271c97 100644 --- a/data/packs/monsters.db/naga__bone__azSFk2v032NJ635x.json +++ b/data/packs/monsters.db/naga__bone__azSFk2v032NJ635x.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Naga, Bone", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/nightmare__bxcbuzesUqGpEBxw.json b/data/packs/monsters.db/nightmare__bxcbuzesUqGpEBxw.json index 4a8fc5b6..797f2e29 100644 --- a/data/packs/monsters.db/nightmare__bxcbuzesUqGpEBxw.json +++ b/data/packs/monsters.db/nightmare__bxcbuzesUqGpEBxw.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Nightmare", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/obe_ixx_of_azarumme__6ce2xr1QmjJFMe5P.json b/data/packs/monsters.db/obe_ixx_of_azarumme__6ce2xr1QmjJFMe5P.json index 48d99586..0a7e1594 100644 --- a/data/packs/monsters.db/obe_ixx_of_azarumme__6ce2xr1QmjJFMe5P.json +++ b/data/packs/monsters.db/obe_ixx_of_azarumme__6ce2xr1QmjJFMe5P.json @@ -34,6 +34,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -45,6 +46,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -53,18 +55,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Obe-ixx Of Azarumme", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -72,12 +92,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/ochre_jelly__QErMaMVIbddgk9MX.json b/data/packs/monsters.db/ochre_jelly__QErMaMVIbddgk9MX.json index 90dc0f13..8abbad16 100644 --- a/data/packs/monsters.db/ochre_jelly__QErMaMVIbddgk9MX.json +++ b/data/packs/monsters.db/ochre_jelly__QErMaMVIbddgk9MX.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ochre Jelly", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/octopus__giant__h0NMkJj2DCJiQ9Zw.json b/data/packs/monsters.db/octopus__giant__h0NMkJj2DCJiQ9Zw.json index d187ca18..f8f17ed7 100644 --- a/data/packs/monsters.db/octopus__giant__h0NMkJj2DCJiQ9Zw.json +++ b/data/packs/monsters.db/octopus__giant__h0NMkJj2DCJiQ9Zw.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Octopus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/ogre__VrYTiPjDOH1LIEBr.json b/data/packs/monsters.db/ogre__VrYTiPjDOH1LIEBr.json index 86a5b7e1..ed8e45e9 100644 --- a/data/packs/monsters.db/ogre__VrYTiPjDOH1LIEBr.json +++ b/data/packs/monsters.db/ogre__VrYTiPjDOH1LIEBr.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ogre", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/oni__yMyZ18conSZhwlpg.json b/data/packs/monsters.db/oni__yMyZ18conSZhwlpg.json index 225a75f0..314b125e 100644 --- a/data/packs/monsters.db/oni__yMyZ18conSZhwlpg.json +++ b/data/packs/monsters.db/oni__yMyZ18conSZhwlpg.json @@ -31,6 +31,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Oni", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/orc__Rq4WF5z0ZBFHNLub.json b/data/packs/monsters.db/orc__Rq4WF5z0ZBFHNLub.json index 829db412..87db7a63 100644 --- a/data/packs/monsters.db/orc__Rq4WF5z0ZBFHNLub.json +++ b/data/packs/monsters.db/orc__Rq4WF5z0ZBFHNLub.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Orc", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/orc__chieftain__v2Q2R3tGkcvslEbB.json b/data/packs/monsters.db/orc__chieftain__v2Q2R3tGkcvslEbB.json index f658c5c4..cd9d0dc2 100644 --- a/data/packs/monsters.db/orc__chieftain__v2Q2R3tGkcvslEbB.json +++ b/data/packs/monsters.db/orc__chieftain__v2Q2R3tGkcvslEbB.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Orc Chieftain", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/otyugh__Crc6mFgLL9vNJuaS.json b/data/packs/monsters.db/otyugh__Crc6mFgLL9vNJuaS.json index 53d51d02..bf1079b1 100644 --- a/data/packs/monsters.db/otyugh__Crc6mFgLL9vNJuaS.json +++ b/data/packs/monsters.db/otyugh__Crc6mFgLL9vNJuaS.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Otyugh", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/owlbear__jXsS8HEA6XsvOngt.json b/data/packs/monsters.db/owlbear__jXsS8HEA6XsvOngt.json index 72e60ae3..ce0eb587 100644 --- a/data/packs/monsters.db/owlbear__jXsS8HEA6XsvOngt.json +++ b/data/packs/monsters.db/owlbear__jXsS8HEA6XsvOngt.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Owlbear", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/panther__dULmhpAV6apvNDPO.json b/data/packs/monsters.db/panther__dULmhpAV6apvNDPO.json index f0872bc6..fbb66994 100644 --- a/data/packs/monsters.db/panther__dULmhpAV6apvNDPO.json +++ b/data/packs/monsters.db/panther__dULmhpAV6apvNDPO.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Panther", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/peasant__V75YwrR126oziTKk.json b/data/packs/monsters.db/peasant__V75YwrR126oziTKk.json index ae5f6ad3..aa82e7f6 100644 --- a/data/packs/monsters.db/peasant__V75YwrR126oziTKk.json +++ b/data/packs/monsters.db/peasant__V75YwrR126oziTKk.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Peasant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/pegasus__5Tp7B3qOMEAdMkJ8.json b/data/packs/monsters.db/pegasus__5Tp7B3qOMEAdMkJ8.json index f467b2b9..d5ace419 100644 --- a/data/packs/monsters.db/pegasus__5Tp7B3qOMEAdMkJ8.json +++ b/data/packs/monsters.db/pegasus__5Tp7B3qOMEAdMkJ8.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Pegasus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/phoenix__o3Yd8P0DavwDp21b.json b/data/packs/monsters.db/phoenix__o3Yd8P0DavwDp21b.json index f9376ddc..b7f9a583 100644 --- a/data/packs/monsters.db/phoenix__o3Yd8P0DavwDp21b.json +++ b/data/packs/monsters.db/phoenix__o3Yd8P0DavwDp21b.json @@ -31,6 +31,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Phoenix", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/piranha__swarm__LZsDirxnEAlPoOhH.json b/data/packs/monsters.db/piranha__swarm__LZsDirxnEAlPoOhH.json index 433ec169..f5500708 100644 --- a/data/packs/monsters.db/piranha__swarm__LZsDirxnEAlPoOhH.json +++ b/data/packs/monsters.db/piranha__swarm__LZsDirxnEAlPoOhH.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Piranha Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/pirate__ZFH3OQCziTyacf5e.json b/data/packs/monsters.db/pirate__ZFH3OQCziTyacf5e.json index cb82a39e..1632c71a 100644 --- a/data/packs/monsters.db/pirate__ZFH3OQCziTyacf5e.json +++ b/data/packs/monsters.db/pirate__ZFH3OQCziTyacf5e.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Pirate", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/plesiosaurus__vVRAwuWbYEtPctOE.json b/data/packs/monsters.db/plesiosaurus__vVRAwuWbYEtPctOE.json index c9e00316..0ae558a1 100644 --- a/data/packs/monsters.db/plesiosaurus__vVRAwuWbYEtPctOE.json +++ b/data/packs/monsters.db/plesiosaurus__vVRAwuWbYEtPctOE.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Plesiosaurus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/poison_web__8ITOtBo5399EG3Fl.json b/data/packs/monsters.db/poison_web__8ITOtBo5399EG3Fl.json index 06dd7907..c3eedb0c 100644 --- a/data/packs/monsters.db/poison_web__8ITOtBo5399EG3Fl.json +++ b/data/packs/monsters.db/poison_web__8ITOtBo5399EG3Fl.json @@ -11,7 +11,7 @@ "num": "1" }, "bonuses": { - "attackBonus": 2 + "attackBonus": null }, "description": "

One target stuck in place and [[/r 1d4]] damage/round. DC 12 DEX on turn to escape.

", "predefinedEffects": "", diff --git a/data/packs/monsters.db/priest__vRn6zM7a0nrqSiY5.json b/data/packs/monsters.db/priest__vRn6zM7a0nrqSiY5.json index d043bc51..991e8a5a 100644 --- a/data/packs/monsters.db/priest__vRn6zM7a0nrqSiY5.json +++ b/data/packs/monsters.db/priest__vRn6zM7a0nrqSiY5.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Priest", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/primordial_slime__pB9F8QWYdWzfZMzs.json b/data/packs/monsters.db/primordial_slime__pB9F8QWYdWzfZMzs.json index a65c182b..27ea97aa 100644 --- a/data/packs/monsters.db/primordial_slime__pB9F8QWYdWzfZMzs.json +++ b/data/packs/monsters.db/primordial_slime__pB9F8QWYdWzfZMzs.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Primordial Slime", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/pterodactyl__xIitpxW19LP91JA3.json b/data/packs/monsters.db/pterodactyl__xIitpxW19LP91JA3.json index 111d97bd..243079e1 100644 --- a/data/packs/monsters.db/pterodactyl__xIitpxW19LP91JA3.json +++ b/data/packs/monsters.db/pterodactyl__xIitpxW19LP91JA3.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Pterodactyl", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/purple_worm__VxV56gRyhUJfXu83.json b/data/packs/monsters.db/purple_worm__VxV56gRyhUJfXu83.json index f2d00fd2..fbc390ba 100644 --- a/data/packs/monsters.db/purple_worm__VxV56gRyhUJfXu83.json +++ b/data/packs/monsters.db/purple_worm__VxV56gRyhUJfXu83.json @@ -30,6 +30,7 @@ "flags": { }, "height": 4, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Purple Worm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 4 }, diff --git a/data/packs/monsters.db/rakshasa__JAl9s0Rm4b1beFa1.json b/data/packs/monsters.db/rakshasa__JAl9s0Rm4b1beFa1.json index 499ac4a5..b66387d3 100644 --- a/data/packs/monsters.db/rakshasa__JAl9s0Rm4b1beFa1.json +++ b/data/packs/monsters.db/rakshasa__JAl9s0Rm4b1beFa1.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rakshasa", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/rat__dire__3jwLk7zEFiHk7kna.json b/data/packs/monsters.db/rat__dire__3jwLk7zEFiHk7kna.json index 0fdca4e5..054e9382 100644 --- a/data/packs/monsters.db/rat__dire__3jwLk7zEFiHk7kna.json +++ b/data/packs/monsters.db/rat__dire__3jwLk7zEFiHk7kna.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Dire Rat", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/rat__giant__OYtg4Ta4PIpvIZxq.json b/data/packs/monsters.db/rat__giant__OYtg4Ta4PIpvIZxq.json index 8f6ebe56..bcac8f5b 100644 --- a/data/packs/monsters.db/rat__giant__OYtg4Ta4PIpvIZxq.json +++ b/data/packs/monsters.db/rat__giant__OYtg4Ta4PIpvIZxq.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Rat", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/rat__kRjM8lPIVu1b5b3g.json b/data/packs/monsters.db/rat__kRjM8lPIVu1b5b3g.json index bb7cc320..97743272 100644 --- a/data/packs/monsters.db/rat__kRjM8lPIVu1b5b3g.json +++ b/data/packs/monsters.db/rat__kRjM8lPIVu1b5b3g.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rat", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/rat__swarm__UxMr9qvyuIt9ZwM7.json b/data/packs/monsters.db/rat__swarm__UxMr9qvyuIt9ZwM7.json index d7464e35..b3cca266 100644 --- a/data/packs/monsters.db/rat__swarm__UxMr9qvyuIt9ZwM7.json +++ b/data/packs/monsters.db/rat__swarm__UxMr9qvyuIt9ZwM7.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rat Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/rathgamnon__o5xhxniboMbTCMLk.json b/data/packs/monsters.db/rathgamnon__o5xhxniboMbTCMLk.json index 768550d6..7f96ee7e 100644 --- a/data/packs/monsters.db/rathgamnon__o5xhxniboMbTCMLk.json +++ b/data/packs/monsters.db/rathgamnon__o5xhxniboMbTCMLk.json @@ -35,6 +35,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -46,6 +47,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -54,18 +56,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rathgamnon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -73,12 +93,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/reaver__HO9aYtRdsjHHAYHj.json b/data/packs/monsters.db/reaver__HO9aYtRdsjHHAYHj.json index e720db02..40064204 100644 --- a/data/packs/monsters.db/reaver__HO9aYtRdsjHHAYHj.json +++ b/data/packs/monsters.db/reaver__HO9aYtRdsjHHAYHj.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Reaver", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/remorhaz__OrFJy0frYF2B8wbh.json b/data/packs/monsters.db/remorhaz__OrFJy0frYF2B8wbh.json index 8d5ea069..d368f9c0 100644 --- a/data/packs/monsters.db/remorhaz__OrFJy0frYF2B8wbh.json +++ b/data/packs/monsters.db/remorhaz__OrFJy0frYF2B8wbh.json @@ -30,6 +30,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Remorhaz", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/rhinoceros__SG7K5ZFCguR27Gxm.json b/data/packs/monsters.db/rhinoceros__SG7K5ZFCguR27Gxm.json index 84220219..bc14ff46 100644 --- a/data/packs/monsters.db/rhinoceros__SG7K5ZFCguR27Gxm.json +++ b/data/packs/monsters.db/rhinoceros__SG7K5ZFCguR27Gxm.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rhinoceros", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/rime_walker__pWIrU2mRsvTe17Nh.json b/data/packs/monsters.db/rime_walker__pWIrU2mRsvTe17Nh.json index 1f3a5082..d8efab6e 100644 --- a/data/packs/monsters.db/rime_walker__pWIrU2mRsvTe17Nh.json +++ b/data/packs/monsters.db/rime_walker__pWIrU2mRsvTe17Nh.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rime Walker", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/roc__39kt1XjVZ4JZSdEj.json b/data/packs/monsters.db/roc__39kt1XjVZ4JZSdEj.json index 249f3995..28ebd44a 100644 --- a/data/packs/monsters.db/roc__39kt1XjVZ4JZSdEj.json +++ b/data/packs/monsters.db/roc__39kt1XjVZ4JZSdEj.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Roc", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/roper__C0CuPZJOFDmuplw8.json b/data/packs/monsters.db/roper__C0CuPZJOFDmuplw8.json index a96262c9..caa6eb55 100644 --- a/data/packs/monsters.db/roper__C0CuPZJOFDmuplw8.json +++ b/data/packs/monsters.db/roper__C0CuPZJOFDmuplw8.json @@ -32,6 +32,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -43,6 +44,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -51,18 +53,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Roper", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -70,12 +90,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/rot_flower__pE0tXsYluDmktWNv.json b/data/packs/monsters.db/rot_flower__pE0tXsYluDmktWNv.json index b9615ef0..076f366e 100644 --- a/data/packs/monsters.db/rot_flower__pE0tXsYluDmktWNv.json +++ b/data/packs/monsters.db/rot_flower__pE0tXsYluDmktWNv.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rot Flower", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/rust_monster__qISCrzLvHr4uQ9Q8.json b/data/packs/monsters.db/rust_monster__qISCrzLvHr4uQ9Q8.json index 51525a1a..929b9bb0 100644 --- a/data/packs/monsters.db/rust_monster__qISCrzLvHr4uQ9Q8.json +++ b/data/packs/monsters.db/rust_monster__qISCrzLvHr4uQ9Q8.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rust Monster", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/sahuagin__soe49ydTgVbQ0AwZ.json b/data/packs/monsters.db/sahuagin__soe49ydTgVbQ0AwZ.json index 86a82421..d105104a 100644 --- a/data/packs/monsters.db/sahuagin__soe49ydTgVbQ0AwZ.json +++ b/data/packs/monsters.db/sahuagin__soe49ydTgVbQ0AwZ.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Sahuagin", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/salamander__t3Wr5E8hsOs1xtfK.json b/data/packs/monsters.db/salamander__t3Wr5E8hsOs1xtfK.json index 7e216a30..6de4dff8 100644 --- a/data/packs/monsters.db/salamander__t3Wr5E8hsOs1xtfK.json +++ b/data/packs/monsters.db/salamander__t3Wr5E8hsOs1xtfK.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Salamander", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/scarab__swarm__U9moCUg8DnL6C0Sq.json b/data/packs/monsters.db/scarab__swarm__U9moCUg8DnL6C0Sq.json index da91b096..dec9998d 100644 --- a/data/packs/monsters.db/scarab__swarm__U9moCUg8DnL6C0Sq.json +++ b/data/packs/monsters.db/scarab__swarm__U9moCUg8DnL6C0Sq.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Scarab Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/scarecrow__Hdpcnnvyh69C4BnO.json b/data/packs/monsters.db/scarecrow__Hdpcnnvyh69C4BnO.json index 7b62f093..ad3b21d9 100644 --- a/data/packs/monsters.db/scarecrow__Hdpcnnvyh69C4BnO.json +++ b/data/packs/monsters.db/scarecrow__Hdpcnnvyh69C4BnO.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Scarecrow", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/scorpion__giant__TZGzGBYncOs3r9ZF.json b/data/packs/monsters.db/scorpion__giant__TZGzGBYncOs3r9ZF.json index 857105ee..81ad37fe 100644 --- a/data/packs/monsters.db/scorpion__giant__TZGzGBYncOs3r9ZF.json +++ b/data/packs/monsters.db/scorpion__giant__TZGzGBYncOs3r9ZF.json @@ -30,6 +30,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Scorpion", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/scorpion__lDXLWTA4FLMpAblB.json b/data/packs/monsters.db/scorpion__lDXLWTA4FLMpAblB.json index 16569956..2face1a9 100644 --- a/data/packs/monsters.db/scorpion__lDXLWTA4FLMpAblB.json +++ b/data/packs/monsters.db/scorpion__lDXLWTA4FLMpAblB.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Scorpion", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/shadow__Fd7VgUIaCK6xQkS2.json b/data/packs/monsters.db/shadow__Fd7VgUIaCK6xQkS2.json index d7880815..6aeb47b3 100644 --- a/data/packs/monsters.db/shadow__Fd7VgUIaCK6xQkS2.json +++ b/data/packs/monsters.db/shadow__Fd7VgUIaCK6xQkS2.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Shadow", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/shambling_mound__uTmirbJfdHFTag2i.json b/data/packs/monsters.db/shambling_mound__uTmirbJfdHFTag2i.json index 8645fa5b..20bfb102 100644 --- a/data/packs/monsters.db/shambling_mound__uTmirbJfdHFTag2i.json +++ b/data/packs/monsters.db/shambling_mound__uTmirbJfdHFTag2i.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Shambling Mound", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/shapechange__DsfDAvHdSMK0411q.json b/data/packs/monsters.db/shapechange__DsfDAvHdSMK0411q.json deleted file mode 100644 index a12b036b..00000000 --- a/data/packs/monsters.db/shapechange__DsfDAvHdSMK0411q.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "_id": "DsfDAvHdSMK0411q", - "_key": "!actors.items!R8d73XhdCOokYFUF.DsfDAvHdSMK0411q", - "effects": [ - ], - "folder": null, - "img": "icons/svg/item-bag.svg", - "name": "Shapechange", - "system": { - "description": "

Instantly change to look like any other humanoid.

", - "magicItem": false, - "source": { - "page": 0, - "title": "" - } - }, - "type": "NPC Feature" -} diff --git a/data/packs/monsters.db/shark__MQ6bhM8xiI39ziUU.json b/data/packs/monsters.db/shark__MQ6bhM8xiI39ziUU.json index f55ede01..eeffb56d 100644 --- a/data/packs/monsters.db/shark__MQ6bhM8xiI39ziUU.json +++ b/data/packs/monsters.db/shark__MQ6bhM8xiI39ziUU.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Shark", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/shark__megalodon__uQLXRcMggAhwFVMJ.json b/data/packs/monsters.db/shark__megalodon__uQLXRcMggAhwFVMJ.json index 27ab03e5..b3ea0e4c 100644 --- a/data/packs/monsters.db/shark__megalodon__uQLXRcMggAhwFVMJ.json +++ b/data/packs/monsters.db/shark__megalodon__uQLXRcMggAhwFVMJ.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Megalodon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/siren__iaP5JVmGCrkkTAzO.json b/data/packs/monsters.db/siren__iaP5JVmGCrkkTAzO.json index c739a7ba..af05e9be 100644 --- a/data/packs/monsters.db/siren__iaP5JVmGCrkkTAzO.json +++ b/data/packs/monsters.db/siren__iaP5JVmGCrkkTAzO.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Siren", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/skeleton__cWzG0yEVgIk8ijk6.json b/data/packs/monsters.db/skeleton__cWzG0yEVgIk8ijk6.json index 53b81db8..d0634a2f 100644 --- a/data/packs/monsters.db/skeleton__cWzG0yEVgIk8ijk6.json +++ b/data/packs/monsters.db/skeleton__cWzG0yEVgIk8ijk6.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Skeleton", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/smilodon__8tUERo3WvtZe9K8O.json b/data/packs/monsters.db/smilodon__8tUERo3WvtZe9K8O.json index c925eaed..00412776 100644 --- a/data/packs/monsters.db/smilodon__8tUERo3WvtZe9K8O.json +++ b/data/packs/monsters.db/smilodon__8tUERo3WvtZe9K8O.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Smilodon", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/snake__cobra__anfsgfN2gFs72MHo.json b/data/packs/monsters.db/snake__cobra__anfsgfN2gFs72MHo.json index bf28a44a..be8ee1bc 100644 --- a/data/packs/monsters.db/snake__cobra__anfsgfN2gFs72MHo.json +++ b/data/packs/monsters.db/snake__cobra__anfsgfN2gFs72MHo.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Cobra", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/snake__giant__YHdOAuMUdCigLIHR.json b/data/packs/monsters.db/snake__giant__YHdOAuMUdCigLIHR.json index 7ca5b5db..2c3f452f 100644 --- a/data/packs/monsters.db/snake__giant__YHdOAuMUdCigLIHR.json +++ b/data/packs/monsters.db/snake__giant__YHdOAuMUdCigLIHR.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Snake", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/snake__swarm__cUUnqWyaNDYghKxE.json b/data/packs/monsters.db/snake__swarm__cUUnqWyaNDYghKxE.json index 95a27480..cb18549f 100644 --- a/data/packs/monsters.db/snake__swarm__cUUnqWyaNDYghKxE.json +++ b/data/packs/monsters.db/snake__swarm__cUUnqWyaNDYghKxE.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Snake Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/soldier__Kw5KEyZVy5ugaTTy.json b/data/packs/monsters.db/soldier__Kw5KEyZVy5ugaTTy.json index ef4decf7..1ea9e77e 100644 --- a/data/packs/monsters.db/soldier__Kw5KEyZVy5ugaTTy.json +++ b/data/packs/monsters.db/soldier__Kw5KEyZVy5ugaTTy.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Soldier", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/sphinx__JjJbKB1yomE7Ma8T.json b/data/packs/monsters.db/sphinx__JjJbKB1yomE7Ma8T.json index b24b3cd3..3f3cd662 100644 --- a/data/packs/monsters.db/sphinx__JjJbKB1yomE7Ma8T.json +++ b/data/packs/monsters.db/sphinx__JjJbKB1yomE7Ma8T.json @@ -33,6 +33,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -44,6 +45,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -52,18 +54,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Sphinx", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -71,12 +91,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/spider__giant__p9PayU4K9nBZ8JRl.json b/data/packs/monsters.db/spider__giant__p9PayU4K9nBZ8JRl.json index c4e54dae..0d7c08e4 100644 --- a/data/packs/monsters.db/spider__giant__p9PayU4K9nBZ8JRl.json +++ b/data/packs/monsters.db/spider__giant__p9PayU4K9nBZ8JRl.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Spider", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/spider__piZE4vxM1QjLxEt0.json b/data/packs/monsters.db/spider__piZE4vxM1QjLxEt0.json index 7dadc949..605b6fca 100644 --- a/data/packs/monsters.db/spider__piZE4vxM1QjLxEt0.json +++ b/data/packs/monsters.db/spider__piZE4vxM1QjLxEt0.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Spider", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/spider__swarm__rwE58nsTLAG7pW1u.json b/data/packs/monsters.db/spider__swarm__rwE58nsTLAG7pW1u.json index 17793591..7387c08e 100644 --- a/data/packs/monsters.db/spider__swarm__rwE58nsTLAG7pW1u.json +++ b/data/packs/monsters.db/spider__swarm__rwE58nsTLAG7pW1u.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Spider Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/stingbat__bILTV7P0d55nACrQ.json b/data/packs/monsters.db/stingbat__bILTV7P0d55nACrQ.json index a486f761..d66dc0c4 100644 --- a/data/packs/monsters.db/stingbat__bILTV7P0d55nACrQ.json +++ b/data/packs/monsters.db/stingbat__bILTV7P0d55nACrQ.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Stingbat", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/strangler__MldOgsKh8tfL0IhT.json b/data/packs/monsters.db/strangler__MldOgsKh8tfL0IhT.json index 14ab3585..105d80e0 100644 --- a/data/packs/monsters.db/strangler__MldOgsKh8tfL0IhT.json +++ b/data/packs/monsters.db/strangler__MldOgsKh8tfL0IhT.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Strangler", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/the_tarrasque__NTRHmnsw7poR4rZ9.json b/data/packs/monsters.db/the_tarrasque__NTRHmnsw7poR4rZ9.json index c837cab4..494e7f6b 100644 --- a/data/packs/monsters.db/the_tarrasque__NTRHmnsw7poR4rZ9.json +++ b/data/packs/monsters.db/the_tarrasque__NTRHmnsw7poR4rZ9.json @@ -36,6 +36,7 @@ "flags": { }, "height": 4, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -47,6 +48,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -55,18 +57,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "The Tarrasque", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -74,12 +94,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 4 }, diff --git a/data/packs/monsters.db/the_ten_eyed_oracle__hiZvVJPOJWtOXV4m.json b/data/packs/monsters.db/the_ten_eyed_oracle__hiZvVJPOJWtOXV4m.json index 3e39e331..9581b507 100644 --- a/data/packs/monsters.db/the_ten_eyed_oracle__hiZvVJPOJWtOXV4m.json +++ b/data/packs/monsters.db/the_ten_eyed_oracle__hiZvVJPOJWtOXV4m.json @@ -38,6 +38,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -49,6 +50,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -57,18 +59,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "The Ten-eyed Oracle", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -76,12 +96,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/the_wandering_merchant__DbkmPt2k9fw5zxJw.json b/data/packs/monsters.db/the_wandering_merchant__DbkmPt2k9fw5zxJw.json index 3bf4d0d2..0d879c11 100644 --- a/data/packs/monsters.db/the_wandering_merchant__DbkmPt2k9fw5zxJw.json +++ b/data/packs/monsters.db/the_wandering_merchant__DbkmPt2k9fw5zxJw.json @@ -34,6 +34,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -45,6 +46,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -53,18 +55,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "The Wandering Merchant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -72,12 +92,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/thief__Ap1b6HrZLpeRMvGp.json b/data/packs/monsters.db/thief__Ap1b6HrZLpeRMvGp.json index fed94d39..61f42f19 100644 --- a/data/packs/monsters.db/thief__Ap1b6HrZLpeRMvGp.json +++ b/data/packs/monsters.db/thief__Ap1b6HrZLpeRMvGp.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Thief", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/thug__zQMZlqx02eiQwbhV.json b/data/packs/monsters.db/thug__zQMZlqx02eiQwbhV.json index 03d0d20e..5c1bfa84 100644 --- a/data/packs/monsters.db/thug__zQMZlqx02eiQwbhV.json +++ b/data/packs/monsters.db/thug__zQMZlqx02eiQwbhV.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Thug", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/treant__0kzqjwTD3ouYsDZh.json b/data/packs/monsters.db/treant__0kzqjwTD3ouYsDZh.json index 96bb3d8c..f5cd7fd3 100644 --- a/data/packs/monsters.db/treant__0kzqjwTD3ouYsDZh.json +++ b/data/packs/monsters.db/treant__0kzqjwTD3ouYsDZh.json @@ -29,6 +29,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Treant", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/triceratops__ZGILlry1pBhE4iDh.json b/data/packs/monsters.db/triceratops__ZGILlry1pBhE4iDh.json index bb1b960c..b29c4c55 100644 --- a/data/packs/monsters.db/triceratops__ZGILlry1pBhE4iDh.json +++ b/data/packs/monsters.db/triceratops__ZGILlry1pBhE4iDh.json @@ -28,6 +28,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Triceratops", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/troll__eaA0qpZMGIgdIQYn.json b/data/packs/monsters.db/troll__eaA0qpZMGIgdIQYn.json index f83f5adc..1d0d244c 100644 --- a/data/packs/monsters.db/troll__eaA0qpZMGIgdIQYn.json +++ b/data/packs/monsters.db/troll__eaA0qpZMGIgdIQYn.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Troll", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/troll__frost__5uzilW5qSX7bPzxe.json b/data/packs/monsters.db/troll__frost__5uzilW5qSX7bPzxe.json index b4dbc0a8..cacc8e77 100644 --- a/data/packs/monsters.db/troll__frost__5uzilW5qSX7bPzxe.json +++ b/data/packs/monsters.db/troll__frost__5uzilW5qSX7bPzxe.json @@ -30,6 +30,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Frost Troll", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/tyrannosaurus__JlQsRP4Gr5VhDYVK.json b/data/packs/monsters.db/tyrannosaurus__JlQsRP4Gr5VhDYVK.json index 9a0b5aa0..a4df5097 100644 --- a/data/packs/monsters.db/tyrannosaurus__JlQsRP4Gr5VhDYVK.json +++ b/data/packs/monsters.db/tyrannosaurus__JlQsRP4Gr5VhDYVK.json @@ -27,6 +27,7 @@ "flags": { }, "height": 3, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Tyrannosaurus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 3 }, diff --git a/data/packs/monsters.db/unicorn__Rh2bzqDRC1JF1FiG.json b/data/packs/monsters.db/unicorn__Rh2bzqDRC1JF1FiG.json index d4c59877..33f2cd53 100644 --- a/data/packs/monsters.db/unicorn__Rh2bzqDRC1JF1FiG.json +++ b/data/packs/monsters.db/unicorn__Rh2bzqDRC1JF1FiG.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Unicorn", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/vampire__ei53dGxj76xmqQty.json b/data/packs/monsters.db/vampire__ei53dGxj76xmqQty.json index bf231f35..77becf7c 100644 --- a/data/packs/monsters.db/vampire__ei53dGxj76xmqQty.json +++ b/data/packs/monsters.db/vampire__ei53dGxj76xmqQty.json @@ -32,6 +32,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -43,6 +44,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -51,18 +53,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Vampire", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -70,12 +90,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/vampire_spawn__EDaGLKYYCT5rCMhY.json b/data/packs/monsters.db/vampire_spawn__EDaGLKYYCT5rCMhY.json index b9a2f97e..d107d7e4 100644 --- a/data/packs/monsters.db/vampire_spawn__EDaGLKYYCT5rCMhY.json +++ b/data/packs/monsters.db/vampire_spawn__EDaGLKYYCT5rCMhY.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Vampire Spawn", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/velociraptor__SEZS6U1BW8lEznja.json b/data/packs/monsters.db/velociraptor__SEZS6U1BW8lEznja.json index 4e7f4618..c470bbd9 100644 --- a/data/packs/monsters.db/velociraptor__SEZS6U1BW8lEznja.json +++ b/data/packs/monsters.db/velociraptor__SEZS6U1BW8lEznja.json @@ -28,6 +28,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Velociraptor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/violet_fungus__NyZfmD9E2ZPD4QdH.json b/data/packs/monsters.db/violet_fungus__NyZfmD9E2ZPD4QdH.json index 0ad7ca69..b1579d50 100644 --- a/data/packs/monsters.db/violet_fungus__NyZfmD9E2ZPD4QdH.json +++ b/data/packs/monsters.db/violet_fungus__NyZfmD9E2ZPD4QdH.json @@ -27,6 +27,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Violet Fungus", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/viperian__1lgm8jaBx4YNXmr7.json b/data/packs/monsters.db/viperian__1lgm8jaBx4YNXmr7.json index 50237aab..ecf14142 100644 --- a/data/packs/monsters.db/viperian__1lgm8jaBx4YNXmr7.json +++ b/data/packs/monsters.db/viperian__1lgm8jaBx4YNXmr7.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Viperian", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/viperian__ophid__VRZ60vAEV5ltvs6k.json b/data/packs/monsters.db/viperian__ophid__VRZ60vAEV5ltvs6k.json index 93e52fa2..b0c88762 100644 --- a/data/packs/monsters.db/viperian__ophid__VRZ60vAEV5ltvs6k.json +++ b/data/packs/monsters.db/viperian__ophid__VRZ60vAEV5ltvs6k.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Viperian Ophid", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/viperian__wizard__wgHzqAqBNsutUALU.json b/data/packs/monsters.db/viperian__wizard__wgHzqAqBNsutUALU.json index 12186e52..2b8b133f 100644 --- a/data/packs/monsters.db/viperian__wizard__wgHzqAqBNsutUALU.json +++ b/data/packs/monsters.db/viperian__wizard__wgHzqAqBNsutUALU.json @@ -31,6 +31,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -42,6 +43,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -50,18 +52,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Viperian Wizard", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -69,12 +89,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/void_spawn__VvkJkRVLs6l9UaZy.json b/data/packs/monsters.db/void_spawn__VvkJkRVLs6l9UaZy.json index 44f7e86b..71db3763 100644 --- a/data/packs/monsters.db/void_spawn__VvkJkRVLs6l9UaZy.json +++ b/data/packs/monsters.db/void_spawn__VvkJkRVLs6l9UaZy.json @@ -30,6 +30,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Void Spawn", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/void_spider__QziiJsawKcGcS0QJ.json b/data/packs/monsters.db/void_spider__QziiJsawKcGcS0QJ.json index 3016d9d6..e470002d 100644 --- a/data/packs/monsters.db/void_spider__QziiJsawKcGcS0QJ.json +++ b/data/packs/monsters.db/void_spider__QziiJsawKcGcS0QJ.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Void Spider", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/vulture__bzKSq624safyHLbE.json b/data/packs/monsters.db/vulture__bzKSq624safyHLbE.json index 52e3596b..07f84ef7 100644 --- a/data/packs/monsters.db/vulture__bzKSq624safyHLbE.json +++ b/data/packs/monsters.db/vulture__bzKSq624safyHLbE.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Vulture", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/wasp__giant__K9M3BA8PlvYWFADe.json b/data/packs/monsters.db/wasp__giant__K9M3BA8PlvYWFADe.json index 3ae4578c..3f1fe7a7 100644 --- a/data/packs/monsters.db/wasp__giant__K9M3BA8PlvYWFADe.json +++ b/data/packs/monsters.db/wasp__giant__K9M3BA8PlvYWFADe.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giant Wasp", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/wererat__dSiRSDzrV4AJNnMk.json b/data/packs/monsters.db/wererat__dSiRSDzrV4AJNnMk.json index a41c71a5..896796ef 100644 --- a/data/packs/monsters.db/wererat__dSiRSDzrV4AJNnMk.json +++ b/data/packs/monsters.db/wererat__dSiRSDzrV4AJNnMk.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Wererat", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/werewolf__1Z2r4GggLt8aNrP8.json b/data/packs/monsters.db/werewolf__1Z2r4GggLt8aNrP8.json index 652d8cc4..4057800a 100644 --- a/data/packs/monsters.db/werewolf__1Z2r4GggLt8aNrP8.json +++ b/data/packs/monsters.db/werewolf__1Z2r4GggLt8aNrP8.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Werewolf", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/wight__ZCbay6SPPzbbz2bJ.json b/data/packs/monsters.db/wight__ZCbay6SPPzbbz2bJ.json index a053dcf1..342586a5 100644 --- a/data/packs/monsters.db/wight__ZCbay6SPPzbbz2bJ.json +++ b/data/packs/monsters.db/wight__ZCbay6SPPzbbz2bJ.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -49,13 +50,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Wight", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -69,13 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/will_o__wisp__Fo9DMEiLgAJzsrJM.json b/data/packs/monsters.db/will_o__wisp__Fo9DMEiLgAJzsrJM.json index 213156b0..27d24f38 100644 --- a/data/packs/monsters.db/will_o__wisp__Fo9DMEiLgAJzsrJM.json +++ b/data/packs/monsters.db/will_o__wisp__Fo9DMEiLgAJzsrJM.json @@ -27,6 +27,7 @@ "flags": { }, "height": 0.5, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -47,13 +48,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "WIll-o'-Wisp", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -67,13 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 0.5 }, diff --git a/data/packs/monsters.db/wolf__FzBj2e0DzIjvQ0JE.json b/data/packs/monsters.db/wolf__FzBj2e0DzIjvQ0JE.json index 584b6ebd..0ffb1191 100644 --- a/data/packs/monsters.db/wolf__FzBj2e0DzIjvQ0JE.json +++ b/data/packs/monsters.db/wolf__FzBj2e0DzIjvQ0JE.json @@ -28,6 +28,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -48,13 +49,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Wolf", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -68,13 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/wolf__dire__fsxmTnmQ6ASZaVJ9.json b/data/packs/monsters.db/wolf__dire__fsxmTnmQ6ASZaVJ9.json index a160cedf..5293b706 100644 --- a/data/packs/monsters.db/wolf__dire__fsxmTnmQ6ASZaVJ9.json +++ b/data/packs/monsters.db/wolf__dire__fsxmTnmQ6ASZaVJ9.json @@ -28,6 +28,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -39,6 +40,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -47,18 +49,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Dire Wolf", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -66,12 +86,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/wolf__winter__nugxSBkw9LcUDPqF.json b/data/packs/monsters.db/wolf__winter__nugxSBkw9LcUDPqF.json index 5fb12f08..b22ea6df 100644 --- a/data/packs/monsters.db/wolf__winter__nugxSBkw9LcUDPqF.json +++ b/data/packs/monsters.db/wolf__winter__nugxSBkw9LcUDPqF.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Winter Wolf", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/worg__D5Tu4i3vYYqTCwUK.json b/data/packs/monsters.db/worg__D5Tu4i3vYYqTCwUK.json index 0268a153..56aba372 100644 --- a/data/packs/monsters.db/worg__D5Tu4i3vYYqTCwUK.json +++ b/data/packs/monsters.db/worg__D5Tu4i3vYYqTCwUK.json @@ -27,6 +27,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -38,6 +39,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -46,18 +48,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Worg", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -65,12 +85,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/wraith__ch1UpQSCVBgUNS2a.json b/data/packs/monsters.db/wraith__ch1UpQSCVBgUNS2a.json index ac232e58..53e2640e 100644 --- a/data/packs/monsters.db/wraith__ch1UpQSCVBgUNS2a.json +++ b/data/packs/monsters.db/wraith__ch1UpQSCVBgUNS2a.json @@ -30,6 +30,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -41,6 +42,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -49,18 +51,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Wraith", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -68,12 +88,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/monsters.db/wyvern__IUN6KcvNGGJWTQCE.json b/data/packs/monsters.db/wyvern__IUN6KcvNGGJWTQCE.json index 47aee097..432d9999 100644 --- a/data/packs/monsters.db/wyvern__IUN6KcvNGGJWTQCE.json +++ b/data/packs/monsters.db/wyvern__IUN6KcvNGGJWTQCE.json @@ -29,6 +29,7 @@ "flags": { }, "height": 2, + "hexagonalShape": 1, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Wyvern", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 2 }, diff --git a/data/packs/monsters.db/zombie__Q89EgThYcungYTke.json b/data/packs/monsters.db/zombie__Q89EgThYcungYTke.json index 3433f87a..72c4e55c 100644 --- a/data/packs/monsters.db/zombie__Q89EgThYcungYTke.json +++ b/data/packs/monsters.db/zombie__Q89EgThYcungYTke.json @@ -29,6 +29,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -40,6 +41,7 @@ }, "attenuation": 0.5, "bright": 0, + "color": null, "coloration": 1, "contrast": 0, "darkness": { @@ -48,18 +50,36 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Zombie", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, "attenuation": 0.1, "brightness": 0, + "color": null, "contrast": 0, "enabled": false, "range": 0, @@ -67,12 +87,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp" + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json b/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json index 7fe1fa27..fff2f0ed 100644 --- a/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json +++ b/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json @@ -5,8 +5,10 @@ { "_id": "asJ04sNrjrONdPYc", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.V75YwrR126oziTKk", + "coreVersion": "12.328", "createdTime": 1679438600654, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448334, "systemId": "shadowdark", @@ -25,8 +27,10 @@ { "_id": "3DtlC7L1PrMFyn7n", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679438637872, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448334, "systemId": "shadowdark", @@ -104,6 +108,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -124,13 +129,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Giuseppe Baldini", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -144,13 +166,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -203,8 +229,10 @@ { "_id": "XPNU79kJyse04pL3", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.c3Nvj86e0Layz3NG", + "coreVersion": "12.328", "createdTime": 1679430516046, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448580, "systemId": "shadowdark", @@ -223,8 +251,10 @@ { "_id": "bHue9K4fSJkmUWNm", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679430570581, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448567, "systemId": "shadowdark", @@ -253,8 +283,10 @@ { "_id": "ZOlhmdkqfQyyT6R3", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679430591589, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448574, "systemId": "shadowdark", @@ -304,8 +336,10 @@ { "_id": "Ag019spAbwwDbhSZ", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679430663175, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448580, "systemId": "shadowdark", @@ -382,6 +416,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -402,13 +437,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "The Scarlet Minotaur", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -422,13 +474,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1.5, "scaleY": 1.5, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -481,8 +537,10 @@ { "_id": "rh1ZgUTuHcwhlt4F", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", + "coreVersion": "12.328", "createdTime": 1679451902332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448310, "systemId": "shadowdark", @@ -501,8 +559,10 @@ { "_id": "e020Tn4yv7Aj604M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451949785, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448300, "systemId": "shadowdark", @@ -531,8 +591,10 @@ { "_id": "hhkN0EkQbBFGgJfr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451967631, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448305, "systemId": "shadowdark", @@ -582,8 +644,10 @@ { "_id": "xURhvz16GozH0j8f", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679452009254, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448310, "systemId": "shadowdark", @@ -660,6 +724,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -680,13 +745,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Chee", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -700,13 +782,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -759,8 +845,10 @@ { "_id": "QvVJAySJZMTMnEZp", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", + "coreVersion": "12.328", "createdTime": 1679451902332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448329, "systemId": "shadowdark", @@ -779,8 +867,10 @@ { "_id": "e020Tn4yv7Aj604M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451949785, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448322, "systemId": "shadowdark", @@ -809,8 +899,10 @@ { "_id": "hhkN0EkQbBFGgJfr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451967631, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448325, "systemId": "shadowdark", @@ -860,8 +952,10 @@ { "_id": "xURhvz16GozH0j8f", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679452009254, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448329, "systemId": "shadowdark", @@ -938,6 +1032,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -958,13 +1053,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Eska", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -978,13 +1090,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -1037,8 +1153,10 @@ { "_id": "82lFpkXeVpKnPWCQ", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", + "coreVersion": "12.328", "createdTime": 1679451902332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448363, "systemId": "shadowdark", @@ -1057,8 +1175,10 @@ { "_id": "e020Tn4yv7Aj604M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451949785, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448356, "systemId": "shadowdark", @@ -1087,8 +1207,10 @@ { "_id": "hhkN0EkQbBFGgJfr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451967631, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448360, "systemId": "shadowdark", @@ -1138,8 +1260,10 @@ { "_id": "xURhvz16GozH0j8f", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679452009254, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448363, "systemId": "shadowdark", @@ -1216,6 +1340,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -1236,13 +1361,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Grisk", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -1256,13 +1398,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -1315,8 +1461,10 @@ { "_id": "1WXEDbF6gSa4fQUQ", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", + "coreVersion": "12.328", "createdTime": 1679451902332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448559, "systemId": "shadowdark", @@ -1335,8 +1483,10 @@ { "_id": "e020Tn4yv7Aj604M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451949785, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448542, "systemId": "shadowdark", @@ -1365,8 +1515,10 @@ { "_id": "hhkN0EkQbBFGgJfr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451967631, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448549, "systemId": "shadowdark", @@ -1416,8 +1568,10 @@ { "_id": "xURhvz16GozH0j8f", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679452009254, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448559, "systemId": "shadowdark", @@ -1494,6 +1648,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -1514,13 +1669,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Skir", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -1534,13 +1706,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -1593,8 +1769,10 @@ { "_id": "eVuNGaceV93M5whd", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", + "coreVersion": "12.328", "createdTime": 1679451902332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448594, "systemId": "shadowdark", @@ -1613,8 +1791,10 @@ { "_id": "e020Tn4yv7Aj604M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451949785, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448585, "systemId": "shadowdark", @@ -1643,8 +1823,10 @@ { "_id": "hhkN0EkQbBFGgJfr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451967631, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448590, "systemId": "shadowdark", @@ -1694,8 +1876,10 @@ { "_id": "xURhvz16GozH0j8f", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679452009254, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448594, "systemId": "shadowdark", @@ -1772,6 +1956,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -1792,13 +1977,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Uliss", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -1812,13 +2014,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -1871,8 +2077,10 @@ { "_id": "rok3i6Gy0RjoBgrq", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", + "coreVersion": "12.328", "createdTime": 1679451902332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448606, "systemId": "shadowdark", @@ -1891,8 +2099,10 @@ { "_id": "e020Tn4yv7Aj604M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451949785, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448598, "systemId": "shadowdark", @@ -1921,8 +2131,10 @@ { "_id": "hhkN0EkQbBFGgJfr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451967631, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448602, "systemId": "shadowdark", @@ -1972,8 +2184,10 @@ { "_id": "xURhvz16GozH0j8f", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679452009254, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448606, "systemId": "shadowdark", @@ -2050,6 +2264,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -2070,241 +2285,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Yisha", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, - "rotation": 0, - "sight": { - "angle": 360, - "attenuation": 0.1, - "brightness": 0, - "color": null, - "contrast": 0, - "enabled": false, - "range": 0, - "saturation": 0, - "visionMode": "basic" - }, - "texture": { - "offsetX": 0, - "offsetY": 0, - "rotation": 0, - "scaleX": 1, - "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null - }, - "width": 1 - }, - "sort": 600000, - "system": { - "abilities": { - "cha": { - "mod": -1 + "ring": { + "colors": { + "background": null, + "ring": null }, - "con": { - "mod": 1 - }, - "dex": { - "mod": 2 - }, - "int": { - "mod": 0 - }, - "str": { - "mod": 0 - }, - "wis": { - "mod": 0 - } - }, - "alignment": "chaotic", - "attributes": { - "ac": { - "value": 12 - }, - "hp": { - "hd": 0, - "max": 14, - "value": 14 + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null } }, - "darkAdapted": true, - "level": { - "value": 3 - }, - "move": "near", - "moveNote": "Climb", - "notes": "

Bipedal, eight-eyed spiderfolk with spindly legs and purple fur.

AC 12, HP 14, ATK 2 bite +2 (1d6) or 1 poison web (near) +2, MV near (climb), S +0, D +2, C +1, I +0, W +0, Ch -1, AL C, LV 3

Poison Web. One target stuck in place and 1d4 damage/round. DC 12 DEX to escape on turn.

", - "spellcastingAbility": "", - "spellcastingAttackNum": 0, - "spellcastingBonus": 0 - }, - "type": "NPC" - }, - { - "_id": "mdRstp355OUOyY7r", - "_stats": { - "coreVersion": "11.315", - "createdTime": 1679420834561, - "lastModifiedBy": "PlRkeViQNpI8qZhv", - "modifiedTime": 1702768448384, - "systemId": "shadowdark", - "systemVersion": "1.6.2" - }, - "effects": [ - ], - "flags": { - "core": { - "sourceId": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU" - } - }, - "folder": "51VbSIfkmvCD0sGJ", - "img": "systems/shadowdark/assets/tokens/cowled_token.webp", - "items": [ - { - "_id": "4vlFF9RY0RInh7uU", - "_stats": { - "coreVersion": "11.315", - "createdTime": 1679420897312, - "lastModifiedBy": "PlRkeViQNpI8qZhv", - "modifiedTime": 1702768448379, - "systemId": "shadowdark", - "systemVersion": "1.6.2" - }, - "effects": [ - ], - "flags": { - }, - "folder": null, - "img": "icons/svg/item-bag.svg", - "name": "Spear", - "ownership": { - "EKVggA45fx6fzkCK": 3, - "default": 0 - }, - "sort": 0, - "system": { - "attack": { - "num": "1" - }, - "attackType": "physical", - "bonuses": { - "attackBonus": 2, - "critical": { - "failureThreshold": 1, - "multiplier": 2, - "successThreshold": 20 - }, - "damageBonus": 0 - }, - "damage": { - "numDice": 1, - "special": "", - "value": "1d6+1" - }, - "description": "

Close/Near

", - "ranges": [ - "close", - "near" - ], - "source": { - "title": "quickstart" - } - }, - "type": "NPC Attack" - }, - { - "_id": "S9otkKlpEjmVLs8M", - "_stats": { - "coreVersion": "11.315", - "createdTime": 1679451329301, - "lastModifiedBy": "PlRkeViQNpI8qZhv", - "modifiedTime": 1702768448384, - "systemId": "shadowdark", - "systemVersion": "1.6.2" - }, - "effects": [ - ], - "flags": { - }, - "folder": null, - "img": "icons/svg/item-bag.svg", - "name": "Brutal", - "ownership": { - "aUdswNccq2u0SxEP": 3, - "default": 0 - }, - "sort": 0, - "system": { - "description": "

+1 damage with melee weapons (included).

", - "source": { - "title": "quickstart" - } - }, - "type": "NPC Feature" - } - ], - "name": "Haruut", - "ownership": { - "6zjemStY2KktUVjE": 3, - "OkK4h58aE2bS4yS7": 3, - "PlRkeViQNpI8qZhv": 3, - "ZuCcSt1GzdVhRDwH": 3, - "aUdswNccq2u0SxEP": 3, - "default": 0, - "mu8H7NbWc0seFWcA": 3, - "s0MPj2qFjeG6MP1N": 3 - }, - "prototypeToken": { - "actorLink": false, - "alpha": 1, - "appendNumber": false, - "bar1": { - "attribute": null - }, - "bar2": { - "attribute": null - }, - "detectionModes": [ - ], - "displayBars": 0, - "displayName": 20, - "disposition": -1, - "flags": { - }, - "height": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "animation": { - "intensity": 5, - "reverse": false, - "speed": 5, - "type": null - }, - "attenuation": 0.5, - "bright": 0, - "color": null, - "coloration": 1, - "contrast": 0, - "darkness": { - "max": 1, - "min": 0 - }, - "dim": 0, - "luminosity": 0.5, - "saturation": 0, - "shadows": 0 - }, - "lockRotation": false, - "name": "Haruut", - "prependAdjective": false, - "randomImg": false, "rotation": 0, "sight": { "angle": 360, @@ -2318,13 +2322,273 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" + }, + "width": 1 + }, + "sort": 600000, + "system": { + "abilities": { + "cha": { + "mod": -1 + }, + "con": { + "mod": 1 + }, + "dex": { + "mod": 2 + }, + "int": { + "mod": 0 + }, + "str": { + "mod": 0 + }, + "wis": { + "mod": 0 + } + }, + "alignment": "chaotic", + "attributes": { + "ac": { + "value": 12 + }, + "hp": { + "hd": 0, + "max": 14, + "value": 14 + } + }, + "darkAdapted": true, + "level": { + "value": 3 + }, + "move": "near", + "moveNote": "Climb", + "notes": "

Bipedal, eight-eyed spiderfolk with spindly legs and purple fur.

AC 12, HP 14, ATK 2 bite +2 (1d6) or 1 poison web (near) +2, MV near (climb), S +0, D +2, C +1, I +0, W +0, Ch -1, AL C, LV 3

Poison Web. One target stuck in place and 1d4 damage/round. DC 12 DEX to escape on turn.

", + "spellcastingAbility": "", + "spellcastingAttackNum": 0, + "spellcastingBonus": 0 + }, + "type": "NPC" + }, + { + "_id": "mdRstp355OUOyY7r", + "_stats": { + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", + "createdTime": 1679420834561, + "duplicateSource": null, + "lastModifiedBy": "PlRkeViQNpI8qZhv", + "modifiedTime": 1702768448384, + "systemId": "shadowdark", + "systemVersion": "1.6.2" + }, + "effects": [ + ], + "flags": { + "core": { + "sourceId": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU" + } + }, + "folder": "51VbSIfkmvCD0sGJ", + "img": "systems/shadowdark/assets/tokens/cowled_token.webp", + "items": [ + { + "_id": "4vlFF9RY0RInh7uU", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": 1679420897312, + "duplicateSource": null, + "lastModifiedBy": "PlRkeViQNpI8qZhv", + "modifiedTime": 1702768448379, + "systemId": "shadowdark", + "systemVersion": "1.6.2" + }, + "effects": [ + ], + "flags": { + }, + "folder": null, + "img": "icons/svg/item-bag.svg", + "name": "Spear", + "ownership": { + "EKVggA45fx6fzkCK": 3, + "default": 0 + }, + "sort": 0, + "system": { + "attack": { + "num": "1" + }, + "attackType": "physical", + "bonuses": { + "attackBonus": 2, + "critical": { + "failureThreshold": 1, + "multiplier": 2, + "successThreshold": 20 + }, + "damageBonus": 0 + }, + "damage": { + "numDice": 1, + "special": "", + "value": "1d6+1" + }, + "description": "

Close/Near

", + "ranges": [ + "close", + "near" + ], + "source": { + "title": "quickstart" + } + }, + "type": "NPC Attack" + }, + { + "_id": "S9otkKlpEjmVLs8M", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": 1679451329301, + "duplicateSource": null, + "lastModifiedBy": "PlRkeViQNpI8qZhv", + "modifiedTime": 1702768448384, + "systemId": "shadowdark", + "systemVersion": "1.6.2" + }, + "effects": [ + ], + "flags": { + }, + "folder": null, + "img": "icons/svg/item-bag.svg", + "name": "Brutal", + "ownership": { + "aUdswNccq2u0SxEP": 3, + "default": 0 + }, + "sort": 0, + "system": { + "description": "

+1 damage with melee weapons (included).

", + "source": { + "title": "quickstart" + } + }, + "type": "NPC Feature" + } + ], + "name": "Haruut", + "ownership": { + "6zjemStY2KktUVjE": 3, + "OkK4h58aE2bS4yS7": 3, + "PlRkeViQNpI8qZhv": 3, + "ZuCcSt1GzdVhRDwH": 3, + "aUdswNccq2u0SxEP": 3, + "default": 0, + "mu8H7NbWc0seFWcA": 3, + "s0MPj2qFjeG6MP1N": 3 + }, + "prototypeToken": { + "actorLink": false, + "alpha": 1, + "appendNumber": false, + "bar1": { + "attribute": null + }, + "bar2": { + "attribute": null + }, + "detectionModes": [ + ], + "displayBars": 0, + "displayName": 20, + "disposition": -1, + "flags": { + }, + "height": 1, + "hexagonalShape": 0, + "light": { + "alpha": 0.5, + "angle": 360, + "animation": { + "intensity": 5, + "reverse": false, + "speed": 5, + "type": null + }, + "attenuation": 0.5, + "bright": 0, + "color": null, + "coloration": 1, + "contrast": 0, + "darkness": { + "max": 1, + "min": 0 + }, + "dim": 0, + "luminosity": 0.5, + "negative": false, + "priority": 0, + "saturation": 0, + "shadows": 0 + }, + "lockRotation": false, + "name": "Haruut", + "occludable": { + "radius": 0 + }, + "prependAdjective": false, + "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, + "rotation": 0, + "sight": { + "angle": 360, + "attenuation": 0.1, + "brightness": 0, + "color": null, + "contrast": 0, + "enabled": false, + "range": 0, + "saturation": 0, + "visionMode": "basic" + }, + "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "scaleX": 1, + "scaleY": 1, + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" }, "width": 1 }, @@ -2377,8 +2641,10 @@ { "_id": "VIiW9qercPbgheGh", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448343, "systemId": "shadowdark", @@ -2397,8 +2663,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448339, "systemId": "shadowdark", @@ -2449,8 +2717,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448343, "systemId": "shadowdark", @@ -2506,6 +2776,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -2526,13 +2797,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Grall", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -2546,13 +2834,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -2605,8 +2897,10 @@ { "_id": "PZ6Pt3fz7LRaEWqU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448318, "systemId": "shadowdark", @@ -2625,8 +2919,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448314, "systemId": "shadowdark", @@ -2677,8 +2973,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448318, "systemId": "shadowdark", @@ -2734,6 +3032,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -2754,13 +3053,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Chops", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -2774,13 +3090,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -2833,8 +3153,10 @@ { "_id": "XbO8sDu1ToDVVoh9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448296, "systemId": "shadowdark", @@ -2853,8 +3175,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448293, "systemId": "shadowdark", @@ -2905,8 +3229,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448296, "systemId": "shadowdark", @@ -2962,6 +3288,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -2982,13 +3309,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Brell", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -3002,13 +3346,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -3061,8 +3409,10 @@ { "_id": "bERcM50HvKw0ZY6o", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448423, "systemId": "shadowdark", @@ -3081,8 +3431,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448418, "systemId": "shadowdark", @@ -3133,8 +3485,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448423, "systemId": "shadowdark", @@ -3190,6 +3544,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -3210,13 +3565,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Rogath", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -3230,13 +3602,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -3289,8 +3665,10 @@ { "_id": "CDxRc2pIwG7SK73E", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448351, "systemId": "shadowdark", @@ -3309,8 +3687,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448347, "systemId": "shadowdark", @@ -3361,8 +3741,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448351, "systemId": "shadowdark", @@ -3418,6 +3800,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -3438,13 +3821,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Grenton", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -3458,13 +3858,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -3517,8 +3921,10 @@ { "_id": "L91uEF4duAo8T5Eq", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448372, "systemId": "shadowdark", @@ -3537,8 +3943,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448367, "systemId": "shadowdark", @@ -3589,8 +3997,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448372, "systemId": "shadowdark", @@ -3646,6 +4056,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -3666,13 +4077,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Hargol", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -3686,13 +4114,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -3745,8 +4177,10 @@ { "_id": "4Ou1RViS2GnqvRh9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448279, "systemId": "shadowdark", @@ -3765,8 +4199,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448271, "systemId": "shadowdark", @@ -3817,8 +4253,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448279, "systemId": "shadowdark", @@ -3874,6 +4312,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -3894,13 +4333,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beetle", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -3914,13 +4370,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -3973,8 +4433,10 @@ { "_id": "hoL50RSbMvRNrrcY", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448397, "systemId": "shadowdark", @@ -3993,8 +4455,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448390, "systemId": "shadowdark", @@ -4045,8 +4509,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448397, "systemId": "shadowdark", @@ -4102,6 +4568,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -4122,13 +4589,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Irvog", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -4142,13 +4626,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -4201,8 +4689,10 @@ { "_id": "Fg9DEqSk8eACtwOw", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448289, "systemId": "shadowdark", @@ -4221,8 +4711,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448284, "systemId": "shadowdark", @@ -4273,8 +4765,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448289, "systemId": "shadowdark", @@ -4330,6 +4824,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -4350,13 +4845,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Blort", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -4370,13 +4882,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -4429,8 +4945,10 @@ { "_id": "9u8T17Lwd08OZ4j3", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.U9moCUg8DnL6C0Sq", + "coreVersion": "12.328", "createdTime": 1679440338081, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448428, "systemId": "shadowdark", @@ -4449,8 +4967,10 @@ { "_id": "85Q2R6Yq41pn5iqr", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440389949, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448428, "systemId": "shadowdark", @@ -4527,6 +5047,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -4547,13 +5068,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Scarab, Swarm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -4567,13 +5105,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -4626,8 +5168,10 @@ { "_id": "voyxtVdHyDIJZl3p", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", + "coreVersion": "12.328", "createdTime": 1679440605332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448534, "systemId": "shadowdark", @@ -4646,8 +5190,10 @@ { "_id": "fJL9lcfORjpzaBCe", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440779996, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448517, "systemId": "shadowdark", @@ -4676,8 +5222,10 @@ { "_id": "D2ICcZFerw1x6D7y", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440802170, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448526, "systemId": "shadowdark", @@ -4727,8 +5275,10 @@ { "_id": "9oxZTYPcCbLq6SV9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440823914, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448534, "systemId": "shadowdark", @@ -4805,6 +5355,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -4825,13 +5376,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Skeleton", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -4845,13 +5413,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -4904,8 +5476,10 @@ { "_id": "IjMq3PQ3heab2hRw", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", + "coreVersion": "12.328", "createdTime": 1679440605332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448450, "systemId": "shadowdark", @@ -4924,8 +5498,10 @@ { "_id": "fJL9lcfORjpzaBCe", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440779996, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448435, "systemId": "shadowdark", @@ -4954,8 +5530,10 @@ { "_id": "D2ICcZFerw1x6D7y", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440802170, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448443, "systemId": "shadowdark", @@ -5005,8 +5583,10 @@ { "_id": "9oxZTYPcCbLq6SV9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440823914, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448450, "systemId": "shadowdark", @@ -5083,6 +5663,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -5103,13 +5684,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Skeleton", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -5123,13 +5721,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -5182,8 +5784,10 @@ { "_id": "eDYjwoluLnyG54lb", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", + "coreVersion": "12.328", "createdTime": 1679440605332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448487, "systemId": "shadowdark", @@ -5202,8 +5806,10 @@ { "_id": "fJL9lcfORjpzaBCe", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440779996, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448459, "systemId": "shadowdark", @@ -5232,8 +5838,10 @@ { "_id": "D2ICcZFerw1x6D7y", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440802170, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448481, "systemId": "shadowdark", @@ -5283,8 +5891,10 @@ { "_id": "9oxZTYPcCbLq6SV9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440823914, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448487, "systemId": "shadowdark", @@ -5361,6 +5971,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -5381,13 +5992,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Skeleton", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -5401,13 +6029,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -5460,8 +6092,10 @@ { "_id": "hKMfJWF0yyMNRmJI", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", + "coreVersion": "12.328", "createdTime": 1679440605332, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448510, "systemId": "shadowdark", @@ -5480,8 +6114,10 @@ { "_id": "fJL9lcfORjpzaBCe", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440779996, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448494, "systemId": "shadowdark", @@ -5510,8 +6146,10 @@ { "_id": "D2ICcZFerw1x6D7y", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440802170, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448502, "systemId": "shadowdark", @@ -5561,8 +6199,10 @@ { "_id": "9oxZTYPcCbLq6SV9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679440823914, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448510, "systemId": "shadowdark", @@ -5639,6 +6279,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -5659,13 +6300,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Skeleton", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -5679,13 +6337,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -5738,8 +6400,10 @@ { "_id": "OJmaz8DNQExPoRc8", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448147, "systemId": "shadowdark", @@ -5758,8 +6422,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448134, "systemId": "shadowdark", @@ -5810,8 +6476,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448147, "systemId": "shadowdark", @@ -5867,6 +6535,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -5887,13 +6556,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -5907,13 +6593,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -5966,8 +6656,10 @@ { "_id": "gxJTvT1DUjeYXx55", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448200, "systemId": "shadowdark", @@ -5986,8 +6678,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448192, "systemId": "shadowdark", @@ -6038,8 +6732,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448200, "systemId": "shadowdark", @@ -6095,6 +6791,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -6115,13 +6812,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -6135,13 +6849,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -6194,8 +6912,10 @@ { "_id": "Dn8DLwdUX6tBdmer", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448122, "systemId": "shadowdark", @@ -6214,8 +6934,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448028, "systemId": "shadowdark", @@ -6266,8 +6988,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448122, "systemId": "shadowdark", @@ -6323,6 +7047,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -6343,13 +7068,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -6363,13 +7105,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -6422,8 +7168,10 @@ { "_id": "h3jqEBdI4pkzMvvH", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448220, "systemId": "shadowdark", @@ -6442,8 +7190,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448210, "systemId": "shadowdark", @@ -6494,8 +7244,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448220, "systemId": "shadowdark", @@ -6551,6 +7303,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -6571,13 +7324,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -6591,13 +7361,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -6650,8 +7424,10 @@ { "_id": "WDbEb6cR5KhCYXRj", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448183, "systemId": "shadowdark", @@ -6670,8 +7446,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448174, "systemId": "shadowdark", @@ -6722,8 +7500,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448183, "systemId": "shadowdark", @@ -6779,6 +7559,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -6799,13 +7580,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -6819,13 +7617,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -6878,8 +7680,10 @@ { "_id": "kvFoZywS76i6ZRt9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448236, "systemId": "shadowdark", @@ -6898,8 +7702,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448228, "systemId": "shadowdark", @@ -6950,8 +7756,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448236, "systemId": "shadowdark", @@ -7007,6 +7815,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -7027,13 +7836,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -7047,13 +7873,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -7106,8 +7936,10 @@ { "_id": "nx8Kopnnw1XcEEEA", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448250, "systemId": "shadowdark", @@ -7126,8 +7958,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448243, "systemId": "shadowdark", @@ -7178,8 +8012,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448250, "systemId": "shadowdark", @@ -7235,6 +8071,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -7255,13 +8092,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -7275,13 +8129,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -7334,8 +8192,10 @@ { "_id": "TxpDZnybxjkNIWAo", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448165, "systemId": "shadowdark", @@ -7354,8 +8214,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448156, "systemId": "shadowdark", @@ -7406,8 +8268,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448165, "systemId": "shadowdark", @@ -7463,6 +8327,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -7483,13 +8348,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -7503,13 +8385,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -7562,8 +8448,10 @@ { "_id": "uSNyukMWUS52MqNM", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", + "coreVersion": "12.328", "createdTime": 1679420834561, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448265, "systemId": "shadowdark", @@ -7582,8 +8470,10 @@ { "_id": "4vlFF9RY0RInh7uU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679420897312, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448257, "systemId": "shadowdark", @@ -7634,8 +8524,10 @@ { "_id": "S9otkKlpEjmVLs8M", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679451329301, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448265, "systemId": "shadowdark", @@ -7691,6 +8583,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -7711,13 +8604,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Beastman", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -7731,13 +8641,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -7790,8 +8704,10 @@ { "_id": "wYDtLvGDkSJ4QRtW", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monsters.Actor.qSeHWgP59WltutCz", + "coreVersion": "12.328", "createdTime": 1694384512172, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768447953, "systemId": "shadowdark", @@ -7810,8 +8726,10 @@ { "_id": "KiuWCB6C6OcmOl0g", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768447890, "systemId": "shadowdark", @@ -7860,8 +8778,10 @@ { "_id": "ViAocDndtudFnp38", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768447953, "systemId": "shadowdark", @@ -7914,6 +8834,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -7934,13 +8855,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Animated Armor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -7954,13 +8892,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -8013,8 +8955,10 @@ { "_id": "S5x2m9KQEN2HoPMp", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.monsters.Actor.QErMaMVIbddgk9MX", + "coreVersion": "12.328", "createdTime": 1694384512172, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448411, "systemId": "shadowdark", @@ -8033,8 +8977,10 @@ { "_id": "RdRiN1ZsfjQf8leu", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448402, "systemId": "shadowdark", @@ -8062,8 +9008,10 @@ { "_id": "evZXcoBxPaeka6UA", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448411, "systemId": "shadowdark", @@ -8137,6 +9085,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -8157,13 +9106,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ochre Jelly", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -8177,13 +9143,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, @@ -8245,8 +9215,10 @@ { "_id": "bPrm5lY7z87YrtFK", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1694385630331, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338436, "systemId": "shadowdark", @@ -8268,8 +9240,10 @@ { "_id": "Mv4mtkqbmowIBW0i", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1694385630331, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338436, "systemId": "shadowdark", @@ -8291,8 +9265,10 @@ { "_id": "IybXZJ2wVuOa5OAx", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679585638750, "systemId": "shadowdark", @@ -8314,8 +9290,10 @@ { "_id": "hPTJxYMb8Cs3TkNS", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679662706564, "systemId": "shadowdark", @@ -8334,8 +9312,10 @@ { "_id": "51VbSIfkmvCD0sGJ", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -8354,8 +9334,10 @@ { "_id": "G1kHYFAVnBCBQlS2", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1694385630331, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338436, "systemId": "shadowdark", @@ -8377,8 +9359,10 @@ { "_id": "twdaDQr0Jo8qlJLQ", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681182687, "systemId": "shadowdark", @@ -8397,8 +9381,10 @@ { "_id": "eAkRNjNAIkw5Filb", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681198189, "systemId": "shadowdark", @@ -8417,8 +9403,10 @@ { "_id": "BDf1nVFV48fhhXJj", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681208174, "systemId": "shadowdark", @@ -8437,8 +9425,10 @@ { "_id": "uE9nJqILEgInTyDf", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681210546, "systemId": "shadowdark", @@ -8457,8 +9447,10 @@ { "_id": "ZsmLRJTwMl73j8lA", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681212639, "systemId": "shadowdark", @@ -8477,8 +9469,10 @@ { "_id": "5IwCKSulxxpy8d9d", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681215020, "systemId": "shadowdark", @@ -8497,8 +9491,10 @@ { "_id": "MhsKMzZZbZaBffuO", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681184901, "systemId": "shadowdark", @@ -8517,8 +9513,10 @@ { "_id": "FVvvtsJct9vesF5q", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681186712, "systemId": "shadowdark", @@ -8537,8 +9535,10 @@ { "_id": "yUwp3JQKkMzVOIyx", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681188891, "systemId": "shadowdark", @@ -8557,8 +9557,10 @@ { "_id": "1stWQOKtwsdOoOQB", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681191138, "systemId": "shadowdark", @@ -8577,8 +9579,10 @@ { "_id": "BGfXq4IxO0vX2IAa", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681193235, "systemId": "shadowdark", @@ -8597,8 +9601,10 @@ { "_id": "A5wLqPec4AA3D0V6", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681195285, "systemId": "shadowdark", @@ -8617,8 +9623,10 @@ { "_id": "ma7ldqSAyf9AV5RE", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679677444112, "systemId": "shadowdark", @@ -8637,8 +9645,10 @@ { "_id": "aIGRsiMzU2xwwAC6", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681201082, "systemId": "shadowdark", @@ -8657,8 +9667,10 @@ { "_id": "WiEmicywQoEqloje", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681203413, "systemId": "shadowdark", @@ -8677,8 +9689,10 @@ { "_id": "HQtdbjElPrvSvTlF", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679681205773, "systemId": "shadowdark", @@ -8697,8 +9711,10 @@ { "_id": "jaPLgbwC8oVu8EmT", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1694385630331, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338436, "systemId": "shadowdark", @@ -8720,8 +9736,10 @@ { "_id": "kI56MH5IetSYco4u", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -8740,8 +9758,10 @@ { "_id": "dfkdRCvbYEfFdHLH", "_stats": { - "coreVersion": "10.291", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", "modifiedTime": 1679684746133, "systemId": "shadowdark", @@ -8760,14 +9780,17 @@ { "_id": "63oECpAgouGrjOvX", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1694391681709, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338436, "systemId": "shadowdark", "systemVersion": "1.6.2" }, "color": "#453249", + "description": "", "flags": { }, "folder": null, @@ -8779,14 +9802,17 @@ { "_id": "GXwxJUMvopn2XeX3", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1697571052672, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338436, "systemId": "shadowdark", "systemVersion": "1.6.2" }, "color": "#453249", + "description": "", "flags": { "core": { "sourceId": "Folder.GXwxJUMvopn2XeX3" @@ -8804,8 +9830,10 @@ { "_id": "gtfx2i7YimBMi2bo", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679272614405, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448612, "systemId": "shadowdark", @@ -8814,6 +9842,16 @@ "effects": [ { "_id": "OoYD72x4t1krOPn4", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.damage.critMultiplier", @@ -8835,16 +9873,30 @@ }, "flags": { }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "critMultiplier", "origin": "Item.gtfx2i7YimBMi2bo", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" }, { "_id": "tibvtEcTgk7rpHCK", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.attackBonus", @@ -8866,16 +9918,30 @@ }, "flags": { }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "attackBonus", "origin": "Item.gtfx2i7YimBMi2bo", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" }, { "_id": "Y7k4x0LKLRYCG7da", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.damage.bonus", @@ -8897,13 +9963,17 @@ }, "flags": { }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "damageBonus", "origin": "Item.gtfx2i7YimBMi2bo", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } ], "flags": { @@ -8976,8 +10046,10 @@ { "_id": "r893z0hIf4LSdPs3", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679586455677, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448622, "systemId": "shadowdark", @@ -9039,8 +10111,10 @@ { "_id": "7unKOF9uy9ECqkEy", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679586142856, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448618, "systemId": "shadowdark", @@ -9092,8 +10166,10 @@ { "_id": "Jo88wNZQdCtvuuuS", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679272460086, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448620, "systemId": "shadowdark", @@ -9155,8 +10231,10 @@ { "_id": "TggK5foyVW9RXoHw", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679589244673, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448610, "systemId": "shadowdark", @@ -9218,8 +10296,10 @@ { "_id": "U3dML6TSDUKJXBUh", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679589244673, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448617, "systemId": "shadowdark", @@ -9281,8 +10361,10 @@ { "_id": "iW6GTpg33QYMca8k", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679589244673, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448617, "systemId": "shadowdark", @@ -9344,8 +10426,10 @@ { "_id": "WKk0GVD1KHrI6fav", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Item.7unKOF9uy9ECqkEy", + "coreVersion": "12.328", "createdTime": 1679586142856, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448619, "systemId": "shadowdark", @@ -9400,8 +10484,10 @@ { "_id": "BjWjRaMBbsv50AjU", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679589244673, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448621, "systemId": "shadowdark", @@ -9463,8 +10549,10 @@ { "_id": "ToSK7skdC9OPzmwZ", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679590101123, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448615, "systemId": "shadowdark", @@ -9516,8 +10604,10 @@ { "_id": "hiVLFYBR666Zm29e", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679590101123, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448616, "systemId": "shadowdark", @@ -9569,8 +10659,10 @@ { "_id": "JpRmSUeNd7qwnXZa", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679272510579, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448611, "systemId": "shadowdark", @@ -9579,6 +10671,16 @@ "effects": [ { "_id": "YdSXQDooWvID0Omk", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.attackBonus", @@ -9600,16 +10702,30 @@ }, "flags": { }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "attackBonus", "origin": "Item.JpRmSUeNd7qwnXZa", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" }, { "_id": "Ep6ApxGF6IQgIcZJ", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.damage.bonus", @@ -9631,13 +10747,17 @@ }, "flags": { }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "damageBonus", "origin": "Item.JpRmSUeNd7qwnXZa", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } ], "flags": { @@ -9709,8 +10829,10 @@ { "_id": "6NfZTinsbZBY5FVN", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679590101123, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448614, "systemId": "shadowdark", @@ -9762,8 +10884,10 @@ { "_id": "Xc1NkStj6yilbnSa", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679590101123, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448615, "systemId": "shadowdark", @@ -9815,8 +10939,10 @@ { "_id": "O98T6HjIZ9nrajO4", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Item.Tyv0gXYaTmYJjHP1", + "coreVersion": "12.328", "createdTime": 1679271886436, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448619, "systemId": "shadowdark", @@ -9881,8 +11007,10 @@ { "_id": "R9rWEWg4biAMlj0U", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679664658053, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448616, "systemId": "shadowdark", @@ -9944,8 +11072,10 @@ { "_id": "vykb09m5y4gCdVIS", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679590101123, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448616, "systemId": "shadowdark", @@ -9997,8 +11127,10 @@ { "_id": "VO8hdwr2ulhRwwW0", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679666340876, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448621, "systemId": "shadowdark", @@ -10060,8 +11192,10 @@ { "_id": "qQfrScSGMEBGHCFZ", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Item.Jo88wNZQdCtvuuuS", + "coreVersion": "12.328", "createdTime": 1679272460086, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448620, "systemId": "shadowdark", @@ -10126,8 +11260,10 @@ { "_id": "0HvhZP8EOXqyT3p2", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.weapons.ZPUhNMmwXXrtbCXi", + "coreVersion": "12.328", "createdTime": 1678531929118, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448622, "systemId": "shadowdark", @@ -10206,8 +11342,10 @@ { "_id": "yv6v0HqiSsnAGOHC", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.armor.UWp4WkkiaBMSXYPE", + "coreVersion": "12.328", "createdTime": 1678531204277, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448620, "systemId": "shadowdark", @@ -10272,8 +11410,10 @@ { "_id": "a69T3oP2oVH2yqMn", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679672838613, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448622, "systemId": "shadowdark", @@ -10335,8 +11475,10 @@ { "_id": "cY0UIbpokdT448Pw", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679273406052, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448623, "systemId": "shadowdark", @@ -10345,6 +11487,16 @@ "effects": [ { "_id": "Y6Vmojz6HfSts4yn", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.attackBonus", @@ -10366,16 +11518,30 @@ }, "flags": { }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "attackBonus", "origin": "Item.cY0UIbpokdT448Pw", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" }, { "_id": "QytORFnGHpzgVLrQ", + "_stats": { + "compendiumSource": null, + "coreVersion": "12.328", + "createdTime": null, + "duplicateSource": null, + "lastModifiedBy": null, + "modifiedTime": null, + "systemId": null, + "systemVersion": null + }, "changes": [ { "key": "system.damage.bonus", @@ -10397,13 +11563,17 @@ }, "flags": { }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "damageBonus", "origin": "Item.cY0UIbpokdT448Pw", + "sort": 0, "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } ], "flags": { @@ -10475,8 +11645,10 @@ { "_id": "xTOy6PVB5iu1asFa", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679680311866, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448614, "systemId": "shadowdark", @@ -10538,8 +11710,10 @@ { "_id": "ip1i9MpeJeyf7ayu", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Item.ew2ZoOaQVO1uDB8I", + "coreVersion": "12.328", "createdTime": 1679270752650, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448614, "systemId": "shadowdark", @@ -10602,8 +11776,10 @@ { "_id": "i3gSIEVGxXhlUkdn", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679272766601, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448624, "systemId": "shadowdark", @@ -10679,8 +11855,10 @@ { "_id": "cFi2Wtbwz3qkiJMx", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679680732589, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448618, "systemId": "shadowdark", @@ -10742,8 +11920,10 @@ { "_id": "C4Nwo8zX0SgvD0CN", "_stats": { - "coreVersion": "11.315", + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": 1679680844732, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702768448623, "systemId": "shadowdark", @@ -10807,8 +11987,10 @@ { "_id": "Jd3mOMTNeoHyJ0o9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "JournalEntry.kC9OuLQOGZaI6gxk", + "coreVersion": "12.328", "createdTime": 1679223943622, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338084, "systemId": "shadowdark", @@ -10835,8 +12017,10 @@ { "_id": "imQ5hyo4Zg07P8sa", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -10872,8 +12056,10 @@ { "_id": "xhxzOV0LczZl3g9w", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -10909,8 +12095,10 @@ { "_id": "ZgDnUE881BtQSdva", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -10946,8 +12134,10 @@ { "_id": "NQ6b42wwJMOK6jXJ", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -10983,8 +12173,10 @@ { "_id": "mk2XPtOkIUVJa1r6", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11020,8 +12212,10 @@ { "_id": "Ebnm0GKVZK0r4M1L", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11060,8 +12254,10 @@ { "_id": "52HmUPhOmObKD066", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11097,8 +12293,10 @@ { "_id": "og8Nge1YJUy0vEZ1", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11137,8 +12335,10 @@ { "_id": "CDf6qPlOVU145qf1", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11174,8 +12374,10 @@ { "_id": "7wbBRL0EBS0HZnYo", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11211,8 +12413,10 @@ { "_id": "b07AUXqDrTMY4rdR", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11248,8 +12452,10 @@ { "_id": "tMeWP0O7br4N89Io", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11285,8 +12491,10 @@ { "_id": "wOGUory4OOBf3tK0", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11322,8 +12530,10 @@ { "_id": "i3V6SKaXvFSiMu6C", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11359,8 +12569,10 @@ { "_id": "VeLS9tCOvPgxGtVB", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11396,8 +12608,10 @@ { "_id": "V23yABkR5uwGET7L", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11433,8 +12647,10 @@ { "_id": "EDgODTLELhFewmfC", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11470,8 +12686,10 @@ { "_id": "mny9vaKHTw8QzAOH", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11507,8 +12725,10 @@ { "_id": "ij3UqKXLKbo4HEQv", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11544,8 +12764,10 @@ { "_id": "K89gip6LsipJKXR1", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11581,8 +12803,10 @@ { "_id": "VKhNxZxjNQMagHuB", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11618,8 +12842,10 @@ { "_id": "0inZOCDF3fXquc3E", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11655,8 +12881,10 @@ { "_id": "VaGKvoCmaxt3vVzU", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11692,8 +12920,10 @@ { "_id": "1RRASFNF0M0Nsdab", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11729,8 +12959,10 @@ { "_id": "8gh1tN3LaqiurWr5", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11766,8 +12998,10 @@ { "_id": "cG03UHWIl6QD2uuq", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11803,8 +13037,10 @@ { "_id": "0Fk22lPWSvFbArmd", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11840,8 +13076,10 @@ { "_id": "LNsH8ZnvP38gOFHw", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11877,8 +13115,10 @@ { "_id": "Uzf5XC3b0OggPLwI", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11914,8 +13154,10 @@ { "_id": "5t6le9aC9aHgWDmw", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11951,8 +13193,10 @@ { "_id": "S5RtOPxkr4qG4mwH", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -11988,8 +13232,10 @@ { "_id": "5QLROV74bPrTfwZn", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -12025,8 +13271,10 @@ { "_id": "aAcmWLsVbHwBQPOr", "_stats": { - "coreVersion": null, + "compendiumSource": null, + "coreVersion": "12.328", "createdTime": null, + "duplicateSource": null, "lastModifiedBy": null, "modifiedTime": null, "systemId": null, @@ -12067,8 +13315,10 @@ { "_id": "b4peWtS82m3su5q1", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.macros.Macro.zNYDtS7XcT3IaQ4t", + "coreVersion": "12.328", "createdTime": 1697571066566, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338426, "systemId": "shadowdark", @@ -12097,8 +13347,10 @@ { "_id": "oYUJG4g7naduZNeb", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.macros.Macro.EropDDFL0DKcW8I6", + "coreVersion": "12.328", "createdTime": 1697571068616, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338426, "systemId": "shadowdark", @@ -12127,8 +13379,10 @@ { "_id": "uQOjVmE0co1U8yws", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.macros.Macro.C0TN1X2LOAPYWJmD", + "coreVersion": "12.328", "createdTime": 1697571070504, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338426, "systemId": "shadowdark", @@ -12162,8 +13416,10 @@ { "_id": "meMau7PRNLPMhWtA", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Scene.meMau7PRNLPMhWtA", + "coreVersion": "12.328", "createdTime": 1679223110131, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338219, "systemId": "shadowdark", @@ -12171,29 +13427,34 @@ }, "active": false, "background": { + "alphaThreshold": 0, + "anchorX": 0, + "anchorY": 0, + "fit": "fill", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/the-lost-citadel/the-lost-citadel-by-Futurewolf.webp", - "tint": null + "tint": "#ffffff" }, "backgroundColor": "#999999", - "darkness": 1, "drawings": [ { "_id": "5AXhCRalR70Qmo54", "author": "EKVggA45fx6fzkCK", "bezierFactor": 0, + "elevation": 0, "fillAlpha": 0.1, - "fillColor": "#FFFFFF", + "fillColor": "#ffffff", "fillType": 0, "flags": { }, "fontFamily": "Signika", "fontSize": 48, "hidden": true, + "interface": true, "locked": false, "rotation": 0, "shape": { @@ -12204,38 +13465,76 @@ "type": "r", "width": 487 }, + "sort": 0, "strokeAlpha": 0, - "strokeColor": "#FFFFFF", + "strokeColor": "#ffffff", "strokeWidth": 8, "text": "DC18 Str", "textAlpha": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": null, "x": 5150, - "y": 2700, - "z": 0 + "y": 2700 } ], + "environment": { + "base": { + "hue": 0, + "intensity": 0, + "luminosity": 0, + "saturation": 0, + "shadows": 0 + }, + "cycle": true, + "dark": { + "hue": 0.7138888888888889, + "intensity": 0, + "luminosity": -0.25, + "saturation": 0, + "shadows": 0 + }, + "darknessLevel": 1, + "darknessLock": false, + "globalLight": { + "alpha": 0.5, + "bright": false, + "color": null, + "coloration": 1, + "contrast": 0, + "darkness": { + "max": 1, + "min": 0 + }, + "enabled": false, + "luminosity": 0, + "saturation": 0, + "shadows": 0 + } + }, "flags": { "core": { "sourceId": "Scene.meMau7PRNLPMhWtA" } }, - "fogExploration": false, - "fogExploredColor": null, - "fogOverlay": null, - "fogReset": 1679223110037, - "fogUnexploredColor": null, + "fog": { + "colors": { + "explored": null, + "unexplored": null + }, + "exploration": false, + "overlay": null, + "reset": 1679223110037 + }, "folder": "bPrm5lY7z87YrtFK", "foreground": null, "foregroundElevation": 20, - "globalLight": false, - "globalLightThreshold": null, "grid": { "alpha": 0.2, "color": "#000000", "distance": 5, "size": 100, + "style": "solidLines", + "thickness": 1, "type": 1, "units": "ft" }, @@ -12270,9 +13569,12 @@ }, "dim": 80, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12304,9 +13606,12 @@ }, "dim": 51.32, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": true, @@ -12338,9 +13643,12 @@ }, "dim": 51.32, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": true, @@ -12372,9 +13680,12 @@ }, "dim": 51.32, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": true, @@ -12406,9 +13717,12 @@ }, "dim": 51.32, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": true, @@ -12440,9 +13754,12 @@ }, "dim": 80, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12474,9 +13791,12 @@ }, "dim": 80, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12508,9 +13828,12 @@ }, "dim": 80, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12542,9 +13865,12 @@ }, "dim": 80, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12576,9 +13902,12 @@ }, "dim": 29.78, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12610,9 +13939,12 @@ }, "dim": 36.94, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, + "elevation": 0, "flags": { }, "hidden": false, @@ -12630,6 +13962,7 @@ "notes": [ { "_id": "KOifeKfcvvfTMVD5", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12638,23 +13971,29 @@ "global": false, "iconSize": 80, "pageId": "5QLROV74bPrTfwZn", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 2298, "y": 2384 }, { "_id": "x9CP2tmjY52e6N7p", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12663,23 +14002,29 @@ "global": false, "iconSize": 80, "pageId": "S5RtOPxkr4qG4mwH", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 3522, "y": 1824 }, { "_id": "9GJlawpQTYSrUbfG", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12688,23 +14033,29 @@ "global": false, "iconSize": 80, "pageId": "5t6le9aC9aHgWDmw", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 4824, "y": 1526 }, { "_id": "rmvkRHeWbBdLX3ve", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12713,23 +14064,29 @@ "global": false, "iconSize": 80, "pageId": "Uzf5XC3b0OggPLwI", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 4738, "y": 2253 }, { "_id": "GxYsM5aIYSyoZVOW", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12738,23 +14095,29 @@ "global": false, "iconSize": 80, "pageId": "VaGKvoCmaxt3vVzU", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 4634, "y": 3211 }, { "_id": "H3RZUkBrndw41rWQ", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12763,23 +14126,29 @@ "global": false, "iconSize": 80, "pageId": "LNsH8ZnvP38gOFHw", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 3543, "y": 2369 }, { "_id": "nQb8OhOpLz3sUDVh", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12788,23 +14157,29 @@ "global": false, "iconSize": 80, "pageId": "1RRASFNF0M0Nsdab", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 3797, "y": 3211 }, { "_id": "NqticVerQ89XfUAX", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12813,23 +14188,29 @@ "global": false, "iconSize": 80, "pageId": "8gh1tN3LaqiurWr5", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 3050, "y": 2850 }, { "_id": "nKQ7JDwbGXo6QRwT", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12838,23 +14219,29 @@ "global": false, "iconSize": 80, "pageId": "cG03UHWIl6QD2uuq", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 2441, "y": 3304 }, { "_id": "j1LBsgk9qcNHn5GU", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12863,23 +14250,29 @@ "global": false, "iconSize": 80, "pageId": "0Fk22lPWSvFbArmd", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 2032, "y": 4048 }, { "_id": "wYTIRSjdqDyL6jCf", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12888,23 +14281,29 @@ "global": false, "iconSize": 80, "pageId": "0Fk22lPWSvFbArmd", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 3555, "y": 3650 }, { "_id": "pNVOofnLFVKhuHSn", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12913,23 +14312,29 @@ "global": false, "iconSize": 80, "pageId": "0Fk22lPWSvFbArmd", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 3636, "y": 4937 }, { "_id": "WRy4Xj6I1nZrhioW", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12938,23 +14343,29 @@ "global": false, "iconSize": 80, "pageId": "VKhNxZxjNQMagHuB", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 4034, "y": 4441 }, { "_id": "9YXa6N5ymBjpE596", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12963,23 +14374,29 @@ "global": false, "iconSize": 80, "pageId": "0inZOCDF3fXquc3E", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 4868, "y": 4913 }, { "_id": "u0fh6SfaMNrJcOdl", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -12988,23 +14405,29 @@ "global": false, "iconSize": 80, "pageId": "K89gip6LsipJKXR1", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 4746, "y": 4457 }, { "_id": "0kCFquhPyOcLQlDc", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13013,23 +14436,29 @@ "global": false, "iconSize": 80, "pageId": "V23yABkR5uwGET7L", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 5469, "y": 3097 }, { "_id": "7OWGluy2NtHHblFq", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13038,23 +14467,29 @@ "global": false, "iconSize": 80, "pageId": "tMeWP0O7br4N89Io", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 6698, "y": 3350 }, { "_id": "IGOvrU2VocUBaa9M", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13063,23 +14498,29 @@ "global": false, "iconSize": 80, "pageId": "EDgODTLELhFewmfC", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 6265, "y": 2940 }, { "_id": "lvz09afVYnVX9uBE", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13088,23 +14529,29 @@ "global": false, "iconSize": 80, "pageId": "ij3UqKXLKbo4HEQv", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 6248, "y": 3754 }, { "_id": "6UZvnJThaNbk4MS3", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13113,23 +14560,29 @@ "global": false, "iconSize": 80, "pageId": "Ebnm0GKVZK0r4M1L", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 6098, "y": 4284 }, { "_id": "HFwHhMdvDfHchTze", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13138,23 +14591,29 @@ "global": false, "iconSize": 80, "pageId": "52HmUPhOmObKD066", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 7133, "y": 4790 }, { "_id": "b40chplZyhJQCpDU", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13163,23 +14622,29 @@ "global": false, "iconSize": 80, "pageId": "og8Nge1YJUy0vEZ1", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 7964, "y": 4340 }, { "_id": "hOJhol0ybVa0hYx8", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13188,23 +14653,29 @@ "global": false, "iconSize": 80, "pageId": "CDf6qPlOVU145qf1", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 7894, "y": 5084 }, { "_id": "L3Ku8dxgS0P5ZQPG", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13213,23 +14684,29 @@ "global": false, "iconSize": 80, "pageId": "7wbBRL0EBS0HZnYo", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 7300, "y": 3965 }, { "_id": "jfeQ3fXQ8J7u1hyo", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13238,23 +14715,29 @@ "global": false, "iconSize": 80, "pageId": "b07AUXqDrTMY4rdR", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 7844, "y": 3375 }, { "_id": "X4x3yGmbdANBYDv3", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13263,23 +14746,29 @@ "global": false, "iconSize": 80, "pageId": "wOGUory4OOBf3tK0", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 7220, "y": 2371 }, { "_id": "16xyP3PTZ3izOAWP", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13288,23 +14777,29 @@ "global": false, "iconSize": 80, "pageId": "i3V6SKaXvFSiMu6C", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 8003, "y": 2138 }, { "_id": "58yRYZNuH2GwYDis", + "elevation": 0, "entryId": "Jd3mOMTNeoHyJ0o9", "flags": { }, @@ -13313,17 +14808,22 @@ "global": false, "iconSize": 80, "pageId": "VeLS9tCOvPgxGtVB", + "sort": 0, "text": "", "textAnchor": 1, - "textColor": "#FFFFFF", + "textColor": "#ffffff", "texture": { + "alphaThreshold": 0, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "icons/svg/book.svg", - "tint": null + "tint": "#ffffff" }, "x": 6947, "y": 1820 @@ -13342,6 +14842,8 @@ "padding": 0.25, "playlist": null, "playlistSound": null, + "regions": [ + ], "sort": 100000, "sounds": [ ], @@ -13354,6 +14856,8 @@ "tokens": [ { "_id": "zSgKjLouWzkI3BFq", + "_regions": [ + ], "actorId": "QvVJAySJZMTMnEZp", "actorLink": true, "alpha": 1, @@ -13384,12 +14888,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13411,13 +14914,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Eska", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13430,14 +14950,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 6400, @@ -13445,6 +14970,8 @@ }, { "_id": "8D5VtwSxTMXxDuxJ", + "_regions": [ + ], "actorId": "rh1ZgUTuHcwhlt4F", "actorLink": true, "alpha": 1, @@ -13475,12 +15002,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13502,13 +15028,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Chee", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13521,14 +15064,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 7600, @@ -13536,6 +15084,8 @@ }, { "_id": "xMkEsMRf49fLUGz5", + "_regions": [ + ], "actorId": "82lFpkXeVpKnPWCQ", "actorLink": true, "alpha": 1, @@ -13566,12 +15116,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13593,13 +15142,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Grisk", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13612,14 +15178,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 7700, @@ -13627,6 +15198,8 @@ }, { "_id": "eQDUOE3UFzUqDqP7", + "_regions": [ + ], "actorId": "1WXEDbF6gSa4fQUQ", "actorLink": true, "alpha": 1, @@ -13657,12 +15230,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13684,13 +15256,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Skir", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13703,14 +15292,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 7800, @@ -13718,6 +15312,8 @@ }, { "_id": "omdOIDB4EY1LUc8O", + "_regions": [ + ], "actorId": "eVuNGaceV93M5whd", "actorLink": true, "alpha": 1, @@ -13748,12 +15344,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13775,13 +15370,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Uliss", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13794,14 +15406,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 8000, @@ -13809,6 +15426,8 @@ }, { "_id": "GPZ9V8mjH0yQ72qD", + "_regions": [ + ], "actorId": "rok3i6Gy0RjoBgrq", "actorLink": true, "alpha": 1, @@ -13839,12 +15458,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13866,13 +15484,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Yisha", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13885,14 +15520,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 8000, @@ -13900,6 +15540,8 @@ }, { "_id": "NNVEYvJpU8bLJgUX", + "_regions": [ + ], "actorId": "mdRstp355OUOyY7r", "actorLink": true, "alpha": 1, @@ -13930,12 +15572,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -13957,13 +15598,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Haruut", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -13976,14 +15634,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 6100, @@ -13991,6 +15654,8 @@ }, { "_id": "l5QWPXdqLuXxRQtR", + "_regions": [ + ], "actorId": "VIiW9qercPbgheGh", "actorLink": true, "alpha": 1, @@ -14021,12 +15686,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14048,13 +15712,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Grall", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14067,14 +15748,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 6300, @@ -14082,6 +15768,8 @@ }, { "_id": "LpffBZ2Um7uOF0Mk", + "_regions": [ + ], "actorId": "PZ6Pt3fz7LRaEWqU", "actorLink": true, "alpha": 1, @@ -14112,12 +15800,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14139,13 +15826,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Chops", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14158,14 +15862,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 6200, @@ -14173,6 +15882,8 @@ }, { "_id": "tzrUiiJB9kAxySqx", + "_regions": [ + ], "actorId": "asJ04sNrjrONdPYc", "actorLink": true, "alpha": 1, @@ -14203,12 +15914,11 @@ "displayBars": 0, "displayName": 20, "disposition": 0, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14230,13 +15940,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Giuseppe Baldini", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14249,14 +15976,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 4300, @@ -14264,6 +15996,8 @@ }, { "_id": "0D52pl7r2HIOJavR", + "_regions": [ + ], "actorId": "bERcM50HvKw0ZY6o", "actorLink": true, "alpha": 1, @@ -14294,12 +16028,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14321,13 +16054,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Rogath", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14340,14 +16090,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3200, @@ -14355,6 +16110,8 @@ }, { "_id": "RodJtv6eLkhZ5w7s", + "_regions": [ + ], "actorId": "CDxRc2pIwG7SK73E", "actorLink": true, "alpha": 1, @@ -14385,12 +16142,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14412,13 +16168,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Grenton", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14431,14 +16204,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3300, @@ -14446,6 +16224,8 @@ }, { "_id": "ib0m9suomlLBjCDz", + "_regions": [ + ], "actorId": "L91uEF4duAo8T5Eq", "actorLink": true, "alpha": 1, @@ -14476,12 +16256,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14503,13 +16282,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Hargol", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14522,14 +16318,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3300, @@ -14537,6 +16338,8 @@ }, { "_id": "tcRmPCzLv09Hp6Ic", + "_regions": [ + ], "actorId": "4Ou1RViS2GnqvRh9", "actorLink": true, "alpha": 1, @@ -14567,12 +16370,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14594,13 +16396,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beetle", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14613,14 +16432,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3300, @@ -14628,6 +16452,8 @@ }, { "_id": "fnCMaUtB9Qc3RY28", + "_regions": [ + ], "actorId": "hoL50RSbMvRNrrcY", "actorLink": true, "alpha": 1, @@ -14658,12 +16484,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14685,13 +16510,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Irvog", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14704,14 +16546,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 4700, @@ -14719,6 +16566,8 @@ }, { "_id": "KwAj3AtsPnnhdIw4", + "_regions": [ + ], "actorId": "Fg9DEqSk8eACtwOw", "actorLink": true, "alpha": 1, @@ -14749,12 +16598,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14776,13 +16624,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Blort", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14795,14 +16660,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 5000, @@ -14810,6 +16680,8 @@ }, { "_id": "FWOPcwAVHgTlxcDT", + "_regions": [ + ], "actorId": "9u8T17Lwd08OZ4j3", "actorLink": false, "alpha": 1, @@ -14840,12 +16712,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14867,13 +16738,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Scarab, Swarm", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14886,14 +16774,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 8000, @@ -14901,6 +16794,8 @@ }, { "_id": "s4pMPzUHXCUf5d52", + "_regions": [ + ], "actorId": "voyxtVdHyDIJZl3p", "actorLink": false, "alpha": 1, @@ -14931,12 +16826,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -14958,13 +16852,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Skeleton", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -14977,14 +16888,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 5300, @@ -14992,6 +16908,8 @@ }, { "_id": "AfOa1YElpli5i4Ks", + "_regions": [ + ], "actorId": "IjMq3PQ3heab2hRw", "actorLink": false, "alpha": 1, @@ -15022,12 +16940,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15049,13 +16966,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Skeleton", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15068,14 +17002,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 5300, @@ -15083,6 +17022,8 @@ }, { "_id": "qd3izRYSxOJ1JwG7", + "_regions": [ + ], "actorId": "eDYjwoluLnyG54lb", "actorLink": false, "alpha": 1, @@ -15113,12 +17054,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15140,13 +17080,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Skeleton", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15159,14 +17116,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 5400, @@ -15174,6 +17136,8 @@ }, { "_id": "Q3gF5Y0juRhGTqyR", + "_regions": [ + ], "actorId": "hKMfJWF0yyMNRmJI", "actorLink": false, "alpha": 1, @@ -15204,12 +17168,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15231,13 +17194,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Skeleton", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15250,14 +17230,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 5500, @@ -15265,6 +17250,8 @@ }, { "_id": "9L7RJCJGsrT5MFyD", + "_regions": [ + ], "actorId": "OJmaz8DNQExPoRc8", "actorLink": false, "alpha": 1, @@ -15295,12 +17282,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15322,13 +17308,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15341,14 +17344,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3800, @@ -15356,6 +17364,8 @@ }, { "_id": "cqzHttXxSMiuZji9", + "_regions": [ + ], "actorId": "gxJTvT1DUjeYXx55", "actorLink": false, "alpha": 1, @@ -15386,12 +17396,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15413,13 +17422,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15432,14 +17458,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3700, @@ -15447,6 +17478,8 @@ }, { "_id": "ewnV8tQ1P2KivLbf", + "_regions": [ + ], "actorId": "Dn8DLwdUX6tBdmer", "actorLink": false, "alpha": 1, @@ -15477,12 +17510,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15504,13 +17536,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15523,14 +17572,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3600, @@ -15538,6 +17592,8 @@ }, { "_id": "xWfcgj3mYevjZU2z", + "_regions": [ + ], "actorId": "h3jqEBdI4pkzMvvH", "actorLink": false, "alpha": 1, @@ -15568,12 +17624,125 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ + "elevation": 0, + "flags": { + }, + "height": 1, + "hexagonalShape": 0, + "hidden": true, + "light": { + "alpha": 0.5, + "angle": 360, + "animation": { + "intensity": 5, + "reverse": false, + "speed": 5, + "type": null + }, + "attenuation": 0.5, + "bright": 0, + "color": null, + "coloration": 1, + "contrast": 0, + "darkness": { + "max": 1, + "min": 0 + }, + "dim": 0, + "luminosity": 0.5, + "negative": false, + "priority": 0, + "saturation": 0, + "shadows": 0 + }, + "lockRotation": false, + "locked": false, + "name": "Beastman", + "occludable": { + "radius": 0 + }, + "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, + "rotation": 0, + "sight": { + "angle": 360, + "attenuation": 0.1, + "brightness": 0, + "color": null, + "contrast": 0, + "enabled": false, + "range": 0, + "saturation": 0, + "visionMode": "basic" + }, + "sort": 0, + "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "scaleX": 1, + "scaleY": 1, + "src": "systems/shadowdark/assets/tokens/cowled_token.webp", + "tint": "#ffffff" + }, + "width": 1, + "x": 3500, + "y": 2500 + }, + { + "_id": "4wh76Pp12S3HmRW0", + "_regions": [ + ], + "actorId": "WDbEb6cR5KhCYXRj", + "actorLink": false, + "alpha": 1, + "appendNumber": false, + "bar1": { + "attribute": null + }, + "bar2": { + "attribute": null + }, + "delta": { + "_id": "4wh76Pp12S3HmRW0", + "effects": [ + ], + "flags": { + }, + "img": null, + "items": [ + ], + "name": null, + "ownership": null, + "system": { + }, + "type": null + }, + "detectionModes": [ ], + "displayBars": 0, + "displayName": 20, + "disposition": -1, "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15595,104 +17764,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", - "prependAdjective": false, - "rotation": 0, - "sight": { - "angle": 360, - "attenuation": 0.1, - "brightness": 0, - "color": null, - "contrast": 0, - "enabled": false, - "range": 0, - "saturation": 0, - "visionMode": "basic" + "occludable": { + "radius": 0 }, - "texture": { - "offsetX": 0, - "offsetY": 0, - "rotation": 0, - "scaleX": 1, - "scaleY": 1, - "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null - }, - "width": 1, - "x": 3500, - "y": 2500 - }, - { - "_id": "4wh76Pp12S3HmRW0", - "actorId": "WDbEb6cR5KhCYXRj", - "actorLink": false, - "alpha": 1, - "appendNumber": false, - "bar1": { - "attribute": null - }, - "bar2": { - "attribute": null - }, - "delta": { - "_id": "4wh76Pp12S3HmRW0", - "effects": [ - ], - "flags": { - }, - "img": null, - "items": [ - ], - "name": null, - "ownership": null, - "system": { - }, - "type": null - }, - "detectionModes": [ - ], - "displayBars": 0, - "displayName": 20, - "disposition": -1, - "effects": [ - ], - "elevation": 0, - "flags": { - }, - "height": 1, - "hidden": true, - "light": { - "alpha": 0.5, - "angle": 360, - "animation": { - "intensity": 5, - "reverse": false, - "speed": 5, - "type": null - }, - "attenuation": 0.5, - "bright": 0, - "color": null, - "coloration": 1, - "contrast": 0, - "darkness": { - "max": 1, - "min": 0 + "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null }, - "dim": 0, - "luminosity": 0.5, - "saturation": 0, - "shadows": 0 + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } }, - "lockRotation": false, - "name": "Beastman", - "overlayEffect": "", - "prependAdjective": false, "rotation": 0, "sight": { "angle": 360, @@ -15705,14 +17800,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3400, @@ -15720,6 +17820,8 @@ }, { "_id": "EDEGgBnfUFgkVSSX", + "_regions": [ + ], "actorId": "kvFoZywS76i6ZRt9", "actorLink": false, "alpha": 1, @@ -15750,12 +17852,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15777,13 +17878,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15796,14 +17914,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3800, @@ -15811,6 +17934,8 @@ }, { "_id": "BTlb0Vqo6BAuQkuH", + "_regions": [ + ], "actorId": "nx8Kopnnw1XcEEEA", "actorLink": false, "alpha": 1, @@ -15841,12 +17966,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15868,13 +17992,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15887,14 +18028,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3700, @@ -15902,6 +18048,8 @@ }, { "_id": "6ikrZeWRYszWouHF", + "_regions": [ + ], "actorId": "TxpDZnybxjkNIWAo", "actorLink": false, "alpha": 1, @@ -15932,12 +18080,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -15959,13 +18106,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -15978,14 +18142,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3400, @@ -15993,6 +18162,8 @@ }, { "_id": "1ePBmatx105bvv98", + "_regions": [ + ], "actorId": "uSNyukMWUS52MqNM", "actorLink": false, "alpha": 1, @@ -16023,12 +18194,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -16050,13 +18220,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Beastman", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -16069,14 +18256,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 3500, @@ -16084,6 +18276,8 @@ }, { "_id": "CM8pfvG8u0kB5ndi", + "_regions": [ + ], "actorId": "XPNU79kJyse04pL3", "actorLink": true, "alpha": 1, @@ -16114,12 +18308,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -16141,13 +18334,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "The Scarlet Minotaur", - "overlayEffect": "", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -16160,14 +18370,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1.5, "scaleY": 1.5, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 4600, @@ -16175,6 +18390,8 @@ }, { "_id": "fgxwQ8nDnq1nNz4u", + "_regions": [ + ], "actorId": "wYDtLvGDkSJ4QRtW", "actorLink": false, "alpha": 1, @@ -16205,12 +18422,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -16232,12 +18448,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Animated Armor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -16250,14 +18484,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 4700, @@ -16265,6 +18504,8 @@ }, { "_id": "kd7UdZJbHi21oWmJ", + "_regions": [ + ], "actorId": "wYDtLvGDkSJ4QRtW", "actorLink": false, "alpha": 1, @@ -16295,12 +18536,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -16322,12 +18562,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Animated Armor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -16340,14 +18598,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 4800, @@ -16355,6 +18618,8 @@ }, { "_id": "T3wijZ36t8ZOF4Kk", + "_regions": [ + ], "actorId": "wYDtLvGDkSJ4QRtW", "actorLink": false, "alpha": 1, @@ -16385,12 +18650,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -16412,12 +18676,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Animated Armor", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -16430,14 +18712,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 4900, @@ -16445,6 +18732,8 @@ }, { "_id": "NtY0PMcbid8BSV1I", + "_regions": [ + ], "actorId": "S5x2m9KQEN2HoPMp", "actorLink": false, "alpha": 1, @@ -16475,12 +18764,11 @@ "displayBars": 0, "displayName": 20, "disposition": -1, - "effects": [ - ], "elevation": 0, "flags": { }, "height": 1, + "hexagonalShape": 0, "hidden": true, "light": { "alpha": 0.5, @@ -16502,12 +18790,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, + "locked": false, "name": "Ochre Jelly", + "occludable": { + "radius": 0 + }, "prependAdjective": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -16520,14 +18826,19 @@ "saturation": 0, "visionMode": "basic" }, + "sort": 0, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/tokens/cowled_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1, "x": 2800, @@ -36441,8 +38752,10 @@ { "_id": "8ZWuW34EAMWVBpz5", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.8ZWuW34EAMWVBpz5", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -36482,7 +38795,7 @@ 1 ], "text": "Preening / Being Haughty", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36498,7 +38811,7 @@ 2 ], "text": "Twitching / Cowering", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36514,7 +38827,7 @@ 3 ], "text": "Being Bossy / Being Skeptical", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36530,7 +38843,7 @@ 4 ], "text": "Being Delicate / Being Squeamish", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36546,7 +38859,7 @@ 5 ], "text": "Being Hasty / Being an Alarmist", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36562,7 +38875,7 @@ 6 ], "text": "Being Distracted / Muttering", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36578,7 +38891,7 @@ 7 ], "text": "Clicking claws / Hissing", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36594,7 +38907,7 @@ 8 ], "text": "Being Nosy / Gossiping", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36610,7 +38923,7 @@ 9 ], "text": "Being Critical / Being Sarcastic", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36626,7 +38939,7 @@ 10 ], "text": "Being Rude / Being Surly", - "type": 0, + "type": "text", "weight": 1 } ], @@ -36635,8 +38948,10 @@ { "_id": "9PJHNS0mKp3wQ0h8", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.9PJHNS0mKp3wQ0h8", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -36676,7 +38991,7 @@ 1 ], "text": "@UUID[Actor.XPNU79kJyse04pL3]{The Scarlet Minotaur} (Area 18) stalks into sight, bellowing challenges and pawing the stone", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36692,7 +39007,7 @@ 2 ], "text": "[[/r 1d4]] @UUID[Compendium.shadowdark.monsters.Actor.fcgq7uwsJEMMdRNx]{Ettercaps} and [[/r 1d8]] @UUID[Compendium.shadowdark.monsters.Actor.k8tAgECWIzPIStGU]{Beastmen} clash in a bloody melee", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36708,7 +39023,7 @@ 3 ], "text": "A dry gust of wind extinguishes all torches and lamps", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36724,7 +39039,7 @@ 4 ], "text": "[[/r 1d6]] @UUID[Compendium.shadowdark.monsters.Actor.fcgq7uwsJEMMdRNx]{Ettercaps} creep along, searching for gold and gems", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36740,7 +39055,7 @@ 5 ], "text": "The @UUID[Compendium.shadowdark.monsters.Actor.cWzG0yEVgIk8ijk6]{Skeletons} of [[/r 1d6]] dead adventurers or warrior-mages stagger into sight", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36756,7 +39071,7 @@ 6 ], "text": "[[/r 2d4]] @UUID[Compendium.shadowdark.monsters.Actor.k8tAgECWIzPIStGU]{Beastmen} argue in hushed whispers over who gets to eat the centipedes they just trapped in a bag", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36772,7 +39087,7 @@ 7 ], "text": "[[/r 1d4]] @UUID[Compendium.shadowdark.monsters.Actor.0JAEN5FsKjaXXZaA]{Darkmantles} swoop out, bobbing and spinning in a territorial warning dance", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36788,7 +39103,7 @@ 8 ], "text": "A @UUID[Compendium.shadowdark.monsters.Actor.j7sQ6Km2jSx5twCC]{Cave Creeper} rushes along the ceiling toward light", - "type": 0, + "type": "text", "weight": 1 } ], @@ -36797,8 +39112,10 @@ { "_id": "IkysQwv0TS6SripN", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.IkysQwv0TS6SripN", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -36838,7 +39155,7 @@ 1 ], "text": "Groomed / Rotund", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36854,7 +39171,7 @@ 2 ], "text": "Singed fur / Gangly", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36870,7 +39187,7 @@ 3 ], "text": "Blue eyes / Spotted", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36886,7 +39203,7 @@ 4 ], "text": "Pained / Hunched", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36902,7 +39219,7 @@ 5 ], "text": "Springy / Withered", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36918,7 +39235,7 @@ 6 ], "text": "Sickly / Molting", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36934,7 +39251,7 @@ 7 ], "text": "Limb missing / Tall", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36950,7 +39267,7 @@ 8 ], "text": "Scarred / Lumpish", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36966,7 +39283,7 @@ 9 ], "text": "Filthy / Hulking", - "type": 0, + "type": "text", "weight": 1 }, { @@ -36982,7 +39299,7 @@ 10 ], "text": "Jewelry / Clothing wearing", - "type": 0, + "type": "text", "weight": 1 } ], @@ -36991,8 +39308,10 @@ { "_id": "K3VLbRUdyBC65MOL", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.K3VLbRUdyBC65MOL", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -37032,7 +39351,7 @@ 1 ], "text": "Glaring / Lurking", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37048,7 +39367,7 @@ 2 ], "text": "Whispering / Burping", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37064,7 +39383,7 @@ 3 ], "text": "Scratching / Snorting", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37080,7 +39399,7 @@ 4 ], "text": "Nose-picking / Growling", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37096,7 +39415,7 @@ 5 ], "text": "Creeping / Rushing", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37112,7 +39431,7 @@ 6 ], "text": "Yawning / Drooling", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37128,7 +39447,7 @@ 7 ], "text": "Limping / Sulking", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37144,7 +39463,7 @@ 8 ], "text": "Paing / Nail-chewing", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37160,7 +39479,7 @@ 9 ], "text": "Being Polite / Complaining", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37176,7 +39495,7 @@ 10 ], "text": "Cursing / Being Silent", - "type": 0, + "type": "text", "weight": 1 } ], @@ -37185,8 +39504,10 @@ { "_id": "VKT5qBn60tiWZWXL", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.VKT5qBn60tiWZWXL", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -37226,7 +39547,7 @@ 1 ], "text": "Rat / Gobbo", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37242,7 +39563,7 @@ 2 ], "text": "Barto / Hule", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37258,7 +39579,7 @@ 3 ], "text": "Egor / Ralk", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37274,7 +39595,7 @@ 4 ], "text": "Dent / Borvin", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37290,7 +39611,7 @@ 5 ], "text": "Nila / Bugg", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37306,7 +39627,7 @@ 6 ], "text": "Tail / Ludo", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37322,7 +39643,7 @@ 7 ], "text": "Skred / Billo", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37338,7 +39659,7 @@ 8 ], "text": "Halda / Yarv", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37354,7 +39675,7 @@ 9 ], "text": "Crag / Dorel", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37370,7 +39691,7 @@ 10 ], "text": "Lorga / Mouse", - "type": 0, + "type": "text", "weight": 1 } ], @@ -37379,8 +39700,10 @@ { "_id": "iFdrtN3kJk5yth9S", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.iFdrtN3kJk5yth9S", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -37420,7 +39743,7 @@ 1 ], "text": "Ancient kings who dwelt in the citadel possessed magical weapons that were feared far and wide.", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37436,7 +39759,7 @@ 2 ], "text": "A savage minotaur drenched in blood stalks the citadel's halls.", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37452,7 +39775,7 @@ 3 ], "text": "Piles of gems and gold lie about as if totally forgotten.", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37468,7 +39791,7 @@ 4 ], "text": "Beware when touching the body of a dead citadel dweller.", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37484,7 +39807,7 @@ 5 ], "text": "Opportunistic, grey-furred beastmen haunt the shadows.", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37500,7 +39823,7 @@ 6 ], "text": "The citadel is rife with secret rooms and passageways.", - "type": 0, + "type": "text", "weight": 1 } ], @@ -37509,8 +39832,10 @@ { "_id": "jDOXbODgNkT69ii5", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.jDOXbODgNkT69ii5", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -37550,7 +39875,7 @@ 1 ], "text": "Patchy / Sickly", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37566,7 +39891,7 @@ 2 ], "text": "Scarred / Fat", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37582,7 +39907,7 @@ 3 ], "text": "Jaw or Nose Broken", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37598,7 +39923,7 @@ 4 ], "text": "Stooped / Short", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37614,7 +39939,7 @@ 5 ], "text": "Elderly / Stout", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37630,7 +39955,7 @@ 6 ], "text": "Ear or Tooth Missing", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37646,7 +39971,7 @@ 7 ], "text": "Hair-braided / Bald", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37662,7 +39987,7 @@ 8 ], "text": "White furred / Skinny", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37678,7 +40003,7 @@ 9 ], "text": "Clean / Blank staring", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37694,7 +40019,7 @@ 10 ], "text": "Wild eyed / Lanky", - "type": 0, + "type": "text", "weight": 1 } ], @@ -37703,8 +40028,10 @@ { "_id": "l251PEOpGq6Ss7Z9", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.l251PEOpGq6Ss7Z9", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -37744,7 +40071,7 @@ 1 ], "text": "The Lost Citadel: Random Encounters", - "type": 1, + "type": "document", "weight": 1 }, { @@ -37760,7 +40087,7 @@ 6 ], "text": "No encounter", - "type": 0, + "type": "text", "weight": 5 } ], @@ -37769,8 +40096,10 @@ { "_id": "m7Xv2zw1KGYxsuJG", "_stats": { - "coreVersion": "11.315", + "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.m7Xv2zw1KGYxsuJG", + "coreVersion": "12.328", "createdTime": 1694391666663, + "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", "modifiedTime": 1702767338394, "systemId": "shadowdark", @@ -37810,7 +40139,7 @@ 1 ], "text": "Skalt / Trisk", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37826,7 +40155,7 @@ 2 ], "text": "Kreel / Bisky", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37842,7 +40171,7 @@ 3 ], "text": "Slivin / Slaask", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37858,7 +40187,7 @@ 4 ], "text": "Tiri / Vilis", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37874,7 +40203,7 @@ 5 ], "text": "Chiska / Liss", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37890,7 +40219,7 @@ 6 ], "text": "Jarla / Miri", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37906,7 +40235,7 @@ 7 ], "text": "Char / Squill", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37922,7 +40251,7 @@ 8 ], "text": "Fisk / Yeek", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37938,7 +40267,7 @@ 9 ], "text": "Chirr / Vim", - "type": 0, + "type": "text", "weight": 1 }, { @@ -37954,7 +40283,7 @@ 10 ], "text": "Rask / Miska", - "type": 0, + "type": "text", "weight": 1 } ], diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__dex___0jy4lHT3X9ryT7p9.json b/data/packs/quickstart-pregens.db/ability_score_improvement__dex___0jy4lHT3X9ryT7p9.json index 9bf169e8..45ce7537 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__dex___0jy4lHT3X9ryT7p9.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__dex___0jy4lHT3X9ryT7p9.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Dex)", "origin": "Actor.uXk56wpEwdiTfAQN.Item.1aradLNjYF4F3EAU", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json b/data/packs/quickstart-pregens.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json index cb97d29f..098c38ef 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Dex)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__int___hLAUcwBamgdBx4fj.json b/data/packs/quickstart-pregens.db/ability_score_improvement__int___hLAUcwBamgdBx4fj.json index dce11e4d..a43e4be8 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__int___hLAUcwBamgdBx4fj.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__int___hLAUcwBamgdBx4fj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Int)", "origin": "Actor.PTFsYZ8ni3MbSdw8.Item.ziR7s77XEKZFpap3", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json b/data/packs/quickstart-pregens.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json index 3afbc74c..2d9e11c2 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Int)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json b/data/packs/quickstart-pregens.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json index 3112541a..025f435c 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Str)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__str___tFkvVttNhz9cBOVQ.json b/data/packs/quickstart-pregens.db/ability_score_improvement__str___tFkvVttNhz9cBOVQ.json index ff82dc25..30e5e0d7 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__str___tFkvVttNhz9cBOVQ.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__str___tFkvVttNhz9cBOVQ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Str)", "origin": "Actor.wnjtoBC4k5dIiG8X.Item.eHzYmU6Sg5ZLr4GG", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ability_score_improvement__str___tg3HvhIhbywpa7jI.json b/data/packs/quickstart-pregens.db/ability_score_improvement__str___tg3HvhIhbywpa7jI.json index c9ca00e0..3005475e 100644 --- a/data/packs/quickstart-pregens.db/ability_score_improvement__str___tg3HvhIhbywpa7jI.json +++ b/data/packs/quickstart-pregens.db/ability_score_improvement__str___tg3HvhIhbywpa7jI.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Str)", "origin": "Actor.4gxXdPgUd0ofz89A.Item.NOOidjKJpysmOVe9", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/additional_backstab_die__AmcPerJgnykmMwVA.json b/data/packs/quickstart-pregens.db/additional_backstab_die__AmcPerJgnykmMwVA.json index 73ad8111..fcc981bc 100644 --- a/data/packs/quickstart-pregens.db/additional_backstab_die__AmcPerJgnykmMwVA.json +++ b/data/packs/quickstart-pregens.db/additional_backstab_die__AmcPerJgnykmMwVA.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-dagger-white-orange.webp", + "img": "icons/skills/melee/strike-dagger-white-orange.webp", "name": "Additional Backstab Die", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/additional_backstab_die__KBbKi9YYaC8xqVsI.json b/data/packs/quickstart-pregens.db/additional_backstab_die__KBbKi9YYaC8xqVsI.json index 022c08b4..0f87e782 100644 --- a/data/packs/quickstart-pregens.db/additional_backstab_die__KBbKi9YYaC8xqVsI.json +++ b/data/packs/quickstart-pregens.db/additional_backstab_die__KBbKi9YYaC8xqVsI.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-dagger-white-orange.webp", + "img": "icons/skills/melee/strike-dagger-white-orange.webp", "name": "Additional Backstab Die", "origin": "Actor.uXk56wpEwdiTfAQN.Item.gSPtr4NJUnpEBDW0", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/creeg_greythorn__PTFsYZ8ni3MbSdw8.json b/data/packs/quickstart-pregens.db/creeg_greythorn__PTFsYZ8ni3MbSdw8.json index 24030e87..4ff97dd1 100644 --- a/data/packs/quickstart-pregens.db/creeg_greythorn__PTFsYZ8ni3MbSdw8.json +++ b/data/packs/quickstart-pregens.db/creeg_greythorn__PTFsYZ8ni3MbSdw8.json @@ -47,6 +47,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -67,13 +68,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Creeg Greythorn", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -87,13 +105,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Creeg_Greythorn_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/elbin_grizzlegut__RfFy5Nq3izy5oVD6.json b/data/packs/quickstart-pregens.db/elbin_grizzlegut__RfFy5Nq3izy5oVD6.json index f6911f61..d98d2d6f 100644 --- a/data/packs/quickstart-pregens.db/elbin_grizzlegut__RfFy5Nq3izy5oVD6.json +++ b/data/packs/quickstart-pregens.db/elbin_grizzlegut__RfFy5Nq3izy5oVD6.json @@ -47,6 +47,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -67,13 +68,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Elbin Grizzlegut", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -87,13 +105,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Elbin_Grizzlegut_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/extra_hp_max__H83UQWfWESNMQUo8.json b/data/packs/quickstart-pregens.db/extra_hp_max__H83UQWfWESNMQUo8.json index 55ad26fa..c09d0978 100644 --- a/data/packs/quickstart-pregens.db/extra_hp_max__H83UQWfWESNMQUo8.json +++ b/data/packs/quickstart-pregens.db/extra_hp_max__H83UQWfWESNMQUo8.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/heart-shadow-red.webp", + "img": "icons/magic/life/heart-shadow-red.webp", "name": "Extra HP Max", "origin": "Actor.RfFy5Nq3izy5oVD6.Item.DP89QQbqMjvF1hB1", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/extra_hp_max__qIFVq4PAB70lPkf9.json b/data/packs/quickstart-pregens.db/extra_hp_max__qIFVq4PAB70lPkf9.json index 7a08eb71..c7edaf88 100644 --- a/data/packs/quickstart-pregens.db/extra_hp_max__qIFVq4PAB70lPkf9.json +++ b/data/packs/quickstart-pregens.db/extra_hp_max__qIFVq4PAB70lPkf9.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/heart-shadow-red.webp", + "img": "icons/magic/life/heart-shadow-red.webp", "name": "Extra HP Max", "origin": "Item.SXuw8zzD6a8dwmJE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/extra_hp_max__wszLqj6e6jmOnXY5.json b/data/packs/quickstart-pregens.db/extra_hp_max__wszLqj6e6jmOnXY5.json index 91e45155..8b173d83 100644 --- a/data/packs/quickstart-pregens.db/extra_hp_max__wszLqj6e6jmOnXY5.json +++ b/data/packs/quickstart-pregens.db/extra_hp_max__wszLqj6e6jmOnXY5.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/heart-shadow-red.webp", + "img": "icons/magic/life/heart-shadow-red.webp", "name": "Extra HP Max", "origin": "Actor.wnjtoBC4k5dIiG8X.Item.84S8aIQnu84q0i9h", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/hauler__IhW2vT4AJmAcpAEZ.json b/data/packs/quickstart-pregens.db/hauler__IhW2vT4AJmAcpAEZ.json index 63fb7d48..fa3854ef 100644 --- a/data/packs/quickstart-pregens.db/hauler__IhW2vT4AJmAcpAEZ.json +++ b/data/packs/quickstart-pregens.db/hauler__IhW2vT4AJmAcpAEZ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/containers/bags/sack-leather-tan.webp", + "img": "icons/containers/bags/sack-leather-tan.webp", "name": "Hauler", "origin": "Actor.wnjtoBC4k5dIiG8X.Item.g21kFm6j6U70zbhc", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/hauler__rMUM2XZ6Fg71dY3P.json b/data/packs/quickstart-pregens.db/hauler__rMUM2XZ6Fg71dY3P.json index 157f9f3e..5757da32 100644 --- a/data/packs/quickstart-pregens.db/hauler__rMUM2XZ6Fg71dY3P.json +++ b/data/packs/quickstart-pregens.db/hauler__rMUM2XZ6Fg71dY3P.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/containers/bags/sack-leather-tan.webp", + "img": "icons/containers/bags/sack-leather-tan.webp", "name": "Hauler", "origin": "Actor.4gxXdPgUd0ofz89A.Item.PdyDFRc89gVnW5Fi", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/hauler__rqplFhIShnvmV0U4.json b/data/packs/quickstart-pregens.db/hauler__rqplFhIShnvmV0U4.json index c75fa024..ddb56ebe 100644 --- a/data/packs/quickstart-pregens.db/hauler__rqplFhIShnvmV0U4.json +++ b/data/packs/quickstart-pregens.db/hauler__rqplFhIShnvmV0U4.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/containers/bags/sack-leather-tan.webp", + "img": "icons/containers/bags/sack-leather-tan.webp", "name": "Hauler", "origin": "Compendium.shadowdark.talents.7JTDRLtHc6FOrIEc", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json b/data/packs/quickstart-pregens.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json index 70c9f003..4012d425 100644 --- a/data/packs/quickstart-pregens.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json +++ b/data/packs/quickstart-pregens.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/cross-area-circle-green-white.webp", + "img": "icons/magic/life/cross-area-circle-green-white.webp", "name": "HP Roll Advantage", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/hp_roll_advantage__7ROLtptWn3n0wyYD.json b/data/packs/quickstart-pregens.db/hp_roll_advantage__7ROLtptWn3n0wyYD.json index c34cb91c..5b2b529f 100644 --- a/data/packs/quickstart-pregens.db/hp_roll_advantage__7ROLtptWn3n0wyYD.json +++ b/data/packs/quickstart-pregens.db/hp_roll_advantage__7ROLtptWn3n0wyYD.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/cross-area-circle-green-white.webp", + "img": "icons/magic/life/cross-area-circle-green-white.webp", "name": "HP Roll Advantage", "origin": "Actor.wnjtoBC4k5dIiG8X.Item.84S8aIQnu84q0i9h", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/hp_roll_advantage__cDGzOUOtVhzSVsJn.json b/data/packs/quickstart-pregens.db/hp_roll_advantage__cDGzOUOtVhzSVsJn.json index 38f0c110..687d08a6 100644 --- a/data/packs/quickstart-pregens.db/hp_roll_advantage__cDGzOUOtVhzSVsJn.json +++ b/data/packs/quickstart-pregens.db/hp_roll_advantage__cDGzOUOtVhzSVsJn.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/cross-area-circle-green-white.webp", + "img": "icons/magic/life/cross-area-circle-green-white.webp", "name": "HP Roll Advantage", "origin": "Actor.RfFy5Nq3izy5oVD6.Item.DP89QQbqMjvF1hB1", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/initiative_advantage__1g9lxw8bhW2NVR0D.json b/data/packs/quickstart-pregens.db/initiative_advantage__1g9lxw8bhW2NVR0D.json index b04ec876..bd5f3535 100644 --- a/data/packs/quickstart-pregens.db/initiative_advantage__1g9lxw8bhW2NVR0D.json +++ b/data/packs/quickstart-pregens.db/initiative_advantage__1g9lxw8bhW2NVR0D.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", + "img": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", "name": "Initiative Advantage", "origin": "Actor.x3L0onniGSB97CU7.Item.kB2LygBinZXTN337", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/initiative_advantage__k9wVrL0gDKPn2rNt.json b/data/packs/quickstart-pregens.db/initiative_advantage__k9wVrL0gDKPn2rNt.json index ccdbde02..b15378d0 100644 --- a/data/packs/quickstart-pregens.db/initiative_advantage__k9wVrL0gDKPn2rNt.json +++ b/data/packs/quickstart-pregens.db/initiative_advantage__k9wVrL0gDKPn2rNt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", + "img": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", "name": "Initiative Advantage", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/iraga_draguul__CVFznZtBMmHG2w4a.json b/data/packs/quickstart-pregens.db/iraga_draguul__CVFznZtBMmHG2w4a.json index 0eb3fe6f..b7bf55ae 100644 --- a/data/packs/quickstart-pregens.db/iraga_draguul__CVFznZtBMmHG2w4a.json +++ b/data/packs/quickstart-pregens.db/iraga_draguul__CVFznZtBMmHG2w4a.json @@ -48,6 +48,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -68,13 +69,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Iraga Draguul", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -88,13 +106,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Iraga_Draguul_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/jorbin_ironhelm__wnjtoBC4k5dIiG8X.json b/data/packs/quickstart-pregens.db/jorbin_ironhelm__wnjtoBC4k5dIiG8X.json index 203614da..08afb11b 100644 --- a/data/packs/quickstart-pregens.db/jorbin_ironhelm__wnjtoBC4k5dIiG8X.json +++ b/data/packs/quickstart-pregens.db/jorbin_ironhelm__wnjtoBC4k5dIiG8X.json @@ -50,6 +50,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -70,13 +71,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Jorbin Ironhelm", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -90,13 +108,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Jorbin_Ironhelm_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/martin_rast__uXk56wpEwdiTfAQN.json b/data/packs/quickstart-pregens.db/martin_rast__uXk56wpEwdiTfAQN.json index 14888c35..f1aaa2e7 100644 --- a/data/packs/quickstart-pregens.db/martin_rast__uXk56wpEwdiTfAQN.json +++ b/data/packs/quickstart-pregens.db/martin_rast__uXk56wpEwdiTfAQN.json @@ -44,6 +44,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -64,13 +65,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Martin Rast", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -84,13 +102,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Martin_Rast_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__MZj9RAguzHFoypD4.json b/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__MZj9RAguzHFoypD4.json index 1d26d883..01902b31 100644 --- a/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__MZj9RAguzHFoypD4.json +++ b/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__MZj9RAguzHFoypD4.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": "Actor.CVFznZtBMmHG2w4a.Item.BYfvFLr6JblzNXU0", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json b/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json index eaa30302..7e299f4d 100644 --- a/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json +++ b/data/packs/quickstart-pregens.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json b/data/packs/quickstart-pregens.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json index a89cbb90..ffce7cc2 100644 --- a/data/packs/quickstart-pregens.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json +++ b/data/packs/quickstart-pregens.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/melee_damage_bonus__MPH9ArAfW7y6wJ0I.json b/data/packs/quickstart-pregens.db/melee_damage_bonus__MPH9ArAfW7y6wJ0I.json index f351a380..4f7dde41 100644 --- a/data/packs/quickstart-pregens.db/melee_damage_bonus__MPH9ArAfW7y6wJ0I.json +++ b/data/packs/quickstart-pregens.db/melee_damage_bonus__MPH9ArAfW7y6wJ0I.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": "Actor.CVFznZtBMmHG2w4a.Item.BYfvFLr6JblzNXU0", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ralina_biggins__x3L0onniGSB97CU7.json b/data/packs/quickstart-pregens.db/ralina_biggins__x3L0onniGSB97CU7.json index 33297e9c..be10ece6 100644 --- a/data/packs/quickstart-pregens.db/ralina_biggins__x3L0onniGSB97CU7.json +++ b/data/packs/quickstart-pregens.db/ralina_biggins__x3L0onniGSB97CU7.json @@ -43,6 +43,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -63,13 +64,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Ralina Biggins", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -83,13 +101,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Ralina_Biggins_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json b/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json index 7f32f4fd..9d159f2d 100644 --- a/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json +++ b/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Ranged Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__v8RSFSkqYrCsm0Vg.json b/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__v8RSFSkqYrCsm0Vg.json index 1ba811be..c011137f 100644 --- a/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__v8RSFSkqYrCsm0Vg.json +++ b/data/packs/quickstart-pregens.db/ranged_attack_roll_bonus__v8RSFSkqYrCsm0Vg.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Ranged Attack Roll Bonus", "origin": "Actor.4gxXdPgUd0ofz89A.Item.AucNaHsyfCX3idxF", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json b/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json index f16b9a83..8e0e7370 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json +++ b/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/air-smoke-casting.webp", + "img": "icons/magic/air/air-smoke-casting.webp", "name": "Spellcasting Advantage on Spell", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__gkKBIvn9MFzJVHRo.json b/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__gkKBIvn9MFzJVHRo.json index 21c5c824..44909af4 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__gkKBIvn9MFzJVHRo.json +++ b/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__gkKBIvn9MFzJVHRo.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/air-smoke-casting.webp", + "img": "icons/magic/air/air-smoke-casting.webp", "name": "Spellcasting Advantage on Spell", "origin": "Actor.PTFsYZ8ni3MbSdw8.Item.9IM4SDWD0HsdFNav", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__kpP7k0q22F1ktYTF.json b/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__kpP7k0q22F1ktYTF.json index cd6b9d78..f37dce53 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__kpP7k0q22F1ktYTF.json +++ b/data/packs/quickstart-pregens.db/spellcasting_advantage_on_spell__kpP7k0q22F1ktYTF.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/air-smoke-casting.webp", + "img": "icons/magic/air/air-smoke-casting.webp", "name": "Spellcasting Advantage on Spell", "origin": "Actor.Jnb0sFKKKrAfowY0.Item.BiArR79VxCvWJduT", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__4xLBrTrNNCnEQNJg.json b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__4xLBrTrNNCnEQNJg.json index 0c631e89..bf5f3a99 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__4xLBrTrNNCnEQNJg.json +++ b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__4xLBrTrNNCnEQNJg.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Spellcasting Check Bonus", "origin": "Actor.CVFznZtBMmHG2w4a.Item.C2561r7hYuCVmXEZ", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__CtIJf3RlEZHk66Ww.json b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__CtIJf3RlEZHk66Ww.json index c933ed38..73a1b121 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__CtIJf3RlEZHk66Ww.json +++ b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__CtIJf3RlEZHk66Ww.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Spellcasting Check Bonus", "origin": "Actor.RfFy5Nq3izy5oVD6.Item.ufk3xI6cL6wueXj4", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__KKuguluCP3repDNL.json b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__KKuguluCP3repDNL.json index 6f3b0eab..e8fd8c57 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__KKuguluCP3repDNL.json +++ b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__KKuguluCP3repDNL.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Spellcasting Check Bonus", "origin": "Actor.Jnb0sFKKKrAfowY0.Item.XVUaR231fv7CO42u", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json index 3e7585ee..c86381cf 100644 --- a/data/packs/quickstart-pregens.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json +++ b/data/packs/quickstart-pregens.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Spellcasting Check Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/weapon_mastery__2rr100ySVxZn510u.json b/data/packs/quickstart-pregens.db/weapon_mastery__2rr100ySVxZn510u.json index 44bef204..cb5669a3 100644 --- a/data/packs/quickstart-pregens.db/weapon_mastery__2rr100ySVxZn510u.json +++ b/data/packs/quickstart-pregens.db/weapon_mastery__2rr100ySVxZn510u.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", + "img": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", "name": "Weapon Mastery", "origin": "Actor.wnjtoBC4k5dIiG8X.Item.ys29FVZBITfUFwra", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/weapon_mastery__8F6hv1kM20gcNZOM.json b/data/packs/quickstart-pregens.db/weapon_mastery__8F6hv1kM20gcNZOM.json index 0730621e..0a00ee70 100644 --- a/data/packs/quickstart-pregens.db/weapon_mastery__8F6hv1kM20gcNZOM.json +++ b/data/packs/quickstart-pregens.db/weapon_mastery__8F6hv1kM20gcNZOM.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", + "img": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", "name": "Weapon Mastery", "origin": "Actor.4gxXdPgUd0ofz89A.Item.q4XASzehX7TfLgjb", "statuses": [ ], - "tint": null, - "transfer": false + "system": { + }, + "tint": "#ffffff", + "transfer": false, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/weapon_mastery__E7SwrOhzSAyMZ1Ec.json b/data/packs/quickstart-pregens.db/weapon_mastery__E7SwrOhzSAyMZ1Ec.json index b1beda31..5e1d539a 100644 --- a/data/packs/quickstart-pregens.db/weapon_mastery__E7SwrOhzSAyMZ1Ec.json +++ b/data/packs/quickstart-pregens.db/weapon_mastery__E7SwrOhzSAyMZ1Ec.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", + "img": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", "name": "Weapon Mastery", "origin": "Compendium.shadowdark.talents.eg8u9L4gcJAxBxVX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/weapon_mastery__XmlEQByLpzXULngp.json b/data/packs/quickstart-pregens.db/weapon_mastery__XmlEQByLpzXULngp.json index 150c5c3a..724765c0 100644 --- a/data/packs/quickstart-pregens.db/weapon_mastery__XmlEQByLpzXULngp.json +++ b/data/packs/quickstart-pregens.db/weapon_mastery__XmlEQByLpzXULngp.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", + "img": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", "name": "Weapon Mastery", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/quickstart-pregens.db/yriel_lirandar__4gxXdPgUd0ofz89A.json b/data/packs/quickstart-pregens.db/yriel_lirandar__4gxXdPgUd0ofz89A.json index a94f08f5..9070c4ac 100644 --- a/data/packs/quickstart-pregens.db/yriel_lirandar__4gxXdPgUd0ofz89A.json +++ b/data/packs/quickstart-pregens.db/yriel_lirandar__4gxXdPgUd0ofz89A.json @@ -49,6 +49,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -69,13 +70,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Yriel Lirandar", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -89,13 +107,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Yriel_Lirandar_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/quickstart-pregens.db/zaldini_the_red__Jnb0sFKKKrAfowY0.json b/data/packs/quickstart-pregens.db/zaldini_the_red__Jnb0sFKKKrAfowY0.json index 555528a7..0cf5f290 100644 --- a/data/packs/quickstart-pregens.db/zaldini_the_red__Jnb0sFKKKrAfowY0.json +++ b/data/packs/quickstart-pregens.db/zaldini_the_red__Jnb0sFKKKrAfowY0.json @@ -45,6 +45,7 @@ "flags": { }, "height": 1, + "hexagonalShape": 0, "light": { "alpha": 0.5, "angle": 360, @@ -65,13 +66,30 @@ }, "dim": 0, "luminosity": 0.5, + "negative": false, + "priority": 0, "saturation": 0, "shadows": 0 }, "lockRotation": false, "name": "Zaldini the Red", + "occludable": { + "radius": 0 + }, "prependAdjective": false, "randomImg": false, + "ring": { + "colors": { + "background": null, + "ring": null + }, + "effects": 1, + "enabled": false, + "subject": { + "scale": 1, + "texture": null + } + }, "rotation": 0, "sight": { "angle": 360, @@ -85,13 +103,17 @@ "visionMode": "basic" }, "texture": { + "alphaThreshold": 0.75, + "anchorX": 0.5, + "anchorY": 0.5, + "fit": "contain", "offsetX": 0, "offsetY": 0, "rotation": 0, "scaleX": 1, "scaleY": 1, "src": "systems/shadowdark/assets/quickstart/pregens/Zaldini_the_Red_token.webp", - "tint": null + "tint": "#ffffff" }, "width": 1 }, diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.JtyvVAqYv6AOTZAG.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.JtyvVAqYv6AOTZAG.json index 6bfc40ca..b16b703f 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.JtyvVAqYv6AOTZAG.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.JtyvVAqYv6AOTZAG.json @@ -10,6 +10,6 @@ 2 ], "text": "Poisons Training", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.KC2csh2be1TzEcwq.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.KC2csh2be1TzEcwq.json index f0595c73..934df355 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.KC2csh2be1TzEcwq.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.KC2csh2be1TzEcwq.json @@ -10,6 +10,6 @@ 12 ], "text": "Additional Use of Smoke Step", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.Ok9QceTSSYP7XgSq.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.Ok9QceTSSYP7XgSq.json index 7e5e6004..34014efb 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.Ok9QceTSSYP7XgSq.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.Ok9QceTSSYP7XgSq.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.PaRSmTRors92vNHj.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.PaRSmTRors92vNHj.json index 7e6af2c6..fe420e36 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.PaRSmTRors92vNHj.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.PaRSmTRors92vNHj.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RPesdhBtzQyC2KTy.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RPesdhBtzQyC2KTy.json index 29ad4582..3e5711e0 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RPesdhBtzQyC2KTy.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RPesdhBtzQyC2KTy.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RX3hqCehCxrwsYbe.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RX3hqCehCxrwsYbe.json index 71657c4e..9e6b1ecd 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RX3hqCehCxrwsYbe.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.RX3hqCehCxrwsYbe.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.TTKzmcpfzqCFofN8.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.TTKzmcpfzqCFofN8.json index f63302f9..ea85350a 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.TTKzmcpfzqCFofN8.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.TTKzmcpfzqCFofN8.json @@ -10,6 +10,6 @@ 12 ], "text": "Additional Black Lotus Talent", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.U6dngSSFFxKUNeKU.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.U6dngSSFFxKUNeKU.json index f9e3a088..336eea2c 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.U6dngSSFFxKUNeKU.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.U6dngSSFFxKUNeKU.json @@ -10,6 +10,6 @@ 12 ], "text": "Poisons Training", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.X8kbXADMeDvMGVen.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.X8kbXADMeDvMGVen.json index 6f153b2a..758742a0 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.X8kbXADMeDvMGVen.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.X8kbXADMeDvMGVen.json @@ -10,6 +10,6 @@ 11 ], "text": "Additional Use of Smoke Step", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j0zaAW1vY7lVA4Vy.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j0zaAW1vY7lVA4Vy.json index 549065e6..9862dfed 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j0zaAW1vY7lVA4Vy.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j0zaAW1vY7lVA4Vy.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j2cUqus95ATrII4E.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j2cUqus95ATrII4E.json index 31bef8e7..bb312819 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j2cUqus95ATrII4E.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.j2cUqus95ATrII4E.json @@ -10,6 +10,6 @@ 6 ], "text": "Additional Black Lotus Talent", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.shAiehdgKTq4SHkE.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.shAiehdgKTq4SHkE.json index c84ef43b..a01a0599 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.shAiehdgKTq4SHkE.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.shAiehdgKTq4SHkE.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.tGZ1qLefW5q6dCnG.json b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.tGZ1qLefW5q6dCnG.json index b2a6d603..b081db6d 100644 --- a/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.tGZ1qLefW5q6dCnG.json +++ b/data/packs/rollable-tables.db/!tables.results!0vRwhfQgvAkzToHN.tGZ1qLefW5q6dCnG.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3DaqtfaXKwt0RK01.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3DaqtfaXKwt0RK01.json index 30fba50e..372c89ec 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3DaqtfaXKwt0RK01.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3DaqtfaXKwt0RK01.json @@ -10,6 +10,6 @@ 3 ], "text": "Bleeding", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3hBUHVHC1e45QlmH.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3hBUHVHC1e45QlmH.json index 718de3f8..f2cebb4c 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3hBUHVHC1e45QlmH.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.3hBUHVHC1e45QlmH.json @@ -10,6 +10,6 @@ 6 ], "text": "Dead", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.5WPyeZGoaWTPA7DA.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.5WPyeZGoaWTPA7DA.json index a3780421..60357de3 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.5WPyeZGoaWTPA7DA.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.5WPyeZGoaWTPA7DA.json @@ -10,6 +10,6 @@ 20 ], "text": "Immortal", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.7W8AFHBDPQawdJBF.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.7W8AFHBDPQawdJBF.json index b6a6821a..4603d196 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.7W8AFHBDPQawdJBF.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.7W8AFHBDPQawdJBF.json @@ -10,6 +10,6 @@ 13 ], "text": "Abandoned", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.CgzMhPjwYzldE2Me.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.CgzMhPjwYzldE2Me.json index 414eca2e..9782a1d5 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.CgzMhPjwYzldE2Me.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.CgzMhPjwYzldE2Me.json @@ -10,6 +10,6 @@ 16 ], "text": "Slumbering", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.GPaRJPXAsbqOl1hU.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.GPaRJPXAsbqOl1hU.json index dc8de8e9..1b9ff785 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.GPaRJPXAsbqOl1hU.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.GPaRJPXAsbqOl1hU.json @@ -10,6 +10,6 @@ 11 ], "text": "Shimmering", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.H6YK6jFZbNkijWRH.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.H6YK6jFZbNkijWRH.json index 1e5be0c1..24743a52 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.H6YK6jFZbNkijWRH.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.H6YK6jFZbNkijWRH.json @@ -10,6 +10,6 @@ 9 ], "text": "Revenant", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.HOpuYajHRjlWDGUu.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.HOpuYajHRjlWDGUu.json index aff981c8..a8cf2837 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.HOpuYajHRjlWDGUu.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.HOpuYajHRjlWDGUu.json @@ -10,6 +10,6 @@ 2 ], "text": "Whispering", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.NzFnhJCEQgYxUT7K.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.NzFnhJCEQgYxUT7K.json index 880f03ad..53aa48d1 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.NzFnhJCEQgYxUT7K.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.NzFnhJCEQgYxUT7K.json @@ -10,6 +10,6 @@ 19 ], "text": "Enchanted", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.VjUou2PJGJepmhwm.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.VjUou2PJGJepmhwm.json index f9826609..d4796f1e 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.VjUou2PJGJepmhwm.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.VjUou2PJGJepmhwm.json @@ -10,6 +10,6 @@ 8 ], "text": "Fallen", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.YixFM0hGoL4KLmWx.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.YixFM0hGoL4KLmWx.json index d94871a6..c8b3bb02 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.YixFM0hGoL4KLmWx.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.YixFM0hGoL4KLmWx.json @@ -10,6 +10,6 @@ 4 ], "text": "Shrouded", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.bHPgrlVZafc4PigN.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.bHPgrlVZafc4PigN.json index 6b99d06b..939da1d4 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.bHPgrlVZafc4PigN.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.bHPgrlVZafc4PigN.json @@ -10,6 +10,6 @@ 10 ], "text": "Frozen", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hFyBJgJCikxmyvEC.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hFyBJgJCikxmyvEC.json index ed2e343f..7d3922cc 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hFyBJgJCikxmyvEC.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hFyBJgJCikxmyvEC.json @@ -10,6 +10,6 @@ 17 ], "text": "Savage", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hMXwSnmUMmvbQCsL.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hMXwSnmUMmvbQCsL.json index 9e9ea4ab..996a0596 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hMXwSnmUMmvbQCsL.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.hMXwSnmUMmvbQCsL.json @@ -10,6 +10,6 @@ 15 ], "text": "Forgotten", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.kHcQi0XEtFPb9bot.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.kHcQi0XEtFPb9bot.json index ca048f19..a54409cf 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.kHcQi0XEtFPb9bot.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.kHcQi0XEtFPb9bot.json @@ -10,6 +10,6 @@ 14 ], "text": "Blighted", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.pd5V1XfUO15B4edI.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.pd5V1XfUO15B4edI.json index 79594369..749dc54e 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.pd5V1XfUO15B4edI.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.pd5V1XfUO15B4edI.json @@ -10,6 +10,6 @@ 12 ], "text": "Chaos", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.wMFniFTYBEE2PQSl.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.wMFniFTYBEE2PQSl.json index cd275b77..e04ded9f 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.wMFniFTYBEE2PQSl.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.wMFniFTYBEE2PQSl.json @@ -10,6 +10,6 @@ 18 ], "text": "Unholy", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xE3SIxGZQ6ChpvQm.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xE3SIxGZQ6ChpvQm.json index a886cbd2..1cb076d6 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xE3SIxGZQ6ChpvQm.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xE3SIxGZQ6ChpvQm.json @@ -10,6 +10,6 @@ 5 ], "text": "Lost", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xc34jgWvPoEOrJad.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xc34jgWvPoEOrJad.json index 60f152f5..bdf0e6b7 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xc34jgWvPoEOrJad.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.xc34jgWvPoEOrJad.json @@ -10,6 +10,6 @@ 7 ], "text": "Deepwood", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.z2PdENX5f5NC58Sq.json b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.z2PdENX5f5NC58Sq.json index 31c23c8c..6cc42a14 100644 --- a/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.z2PdENX5f5NC58Sq.json +++ b/data/packs/rollable-tables.db/!tables.results!2nHdxMs1BHY1FUhq.z2PdENX5f5NC58Sq.json @@ -10,6 +10,6 @@ 1 ], "text": "Cursed", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.2Jz1fWhg7q4wZ36K.json b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.2Jz1fWhg7q4wZ36K.json index 10667ef2..c4cc1e52 100644 --- a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.2Jz1fWhg7q4wZ36K.json +++ b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.2Jz1fWhg7q4wZ36K.json @@ -10,6 +10,6 @@ 3 ], "text": "Random Gear", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.B8b2l91u8CPbWQt1.json b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.B8b2l91u8CPbWQt1.json index a7b0f160..604db858 100644 --- a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.B8b2l91u8CPbWQt1.json +++ b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.B8b2l91u8CPbWQt1.json @@ -10,6 +10,6 @@ 5 ], "text": "Random Gear", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.EfwFok43qDHvPy1a.json b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.EfwFok43qDHvPy1a.json index b3241b29..8f3d0e8c 100644 --- a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.EfwFok43qDHvPy1a.json +++ b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.EfwFok43qDHvPy1a.json @@ -10,6 +10,6 @@ 1 ], "text": "Random Gear", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.kO1DsufGDcafDCNl.json b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.kO1DsufGDcafDCNl.json index 9e22cefd..d13b60f3 100644 --- a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.kO1DsufGDcafDCNl.json +++ b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.kO1DsufGDcafDCNl.json @@ -10,6 +10,6 @@ 4 ], "text": "Random Gear", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.o8B8hNVMHWYpd2L8.json b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.o8B8hNVMHWYpd2L8.json index a18dfc57..c8341a34 100644 --- a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.o8B8hNVMHWYpd2L8.json +++ b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.o8B8hNVMHWYpd2L8.json @@ -10,6 +10,6 @@ 2 ], "text": "Random Gear", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.obKp6AhLDL4H0uB5.json b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.obKp6AhLDL4H0uB5.json index f67080f5..850b2d82 100644 --- a/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.obKp6AhLDL4H0uB5.json +++ b/data/packs/rollable-tables.db/!tables.results!3158XkwQAHF20RJQ.obKp6AhLDL4H0uB5.json @@ -10,6 +10,6 @@ 6 ], "text": "Random Gear", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.C4k5rtaLhMKmMbsi.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.C4k5rtaLhMKmMbsi.json index 16085799..edf73eda 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.C4k5rtaLhMKmMbsi.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.C4k5rtaLhMKmMbsi.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GkV534oHvG2idNp6.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GkV534oHvG2idNp6.json index a910f707..f130db26 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GkV534oHvG2idNp6.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GkV534oHvG2idNp6.json @@ -10,6 +10,6 @@ 12 ], "text": "Add Wisdom to Roll", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GwMffkVDFcQE6G7I.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GwMffkVDFcQE6G7I.json index 3f829ba3..69bba455 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GwMffkVDFcQE6G7I.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.GwMffkVDFcQE6G7I.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.VBLBiNtnKjrS9QGB.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.VBLBiNtnKjrS9QGB.json index 374d16eb..b0dfd3c7 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.VBLBiNtnKjrS9QGB.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.VBLBiNtnKjrS9QGB.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.a0TxSPzLzNnlyzX2.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.a0TxSPzLzNnlyzX2.json index b59e437a..816a7237 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.a0TxSPzLzNnlyzX2.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.a0TxSPzLzNnlyzX2.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to AC", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.bnv5azUa7bkvU2Qn.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.bnv5azUa7bkvU2Qn.json index eaf11c5a..46689163 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.bnv5azUa7bkvU2Qn.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.bnv5azUa7bkvU2Qn.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.dpeuP5ftKBP86aP1.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.dpeuP5ftKBP86aP1.json index 819e23b9..c379c878 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.dpeuP5ftKBP86aP1.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.dpeuP5ftKBP86aP1.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gU43cPSE9gE9y5gT.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gU43cPSE9gE9y5gT.json index ee12a0e6..cc855c77 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gU43cPSE9gE9y5gT.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gU43cPSE9gE9y5gT.json @@ -10,6 +10,6 @@ 11 ], "text": "Add Wisdom to Roll", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gpwTiAXHbFFcvkJl.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gpwTiAXHbFFcvkJl.json index 44dadcad..52ab56fc 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gpwTiAXHbFFcvkJl.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.gpwTiAXHbFFcvkJl.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 to AC", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.hx2GN61yJZvW4nor.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.hx2GN61yJZvW4nor.json index 453b2ab5..5bc67107 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.hx2GN61yJZvW4nor.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.hx2GN61yJZvW4nor.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.rXO49oYGESKugM75.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.rXO49oYGESKugM75.json index a4d3c8de..5b53f8fe 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.rXO49oYGESKugM75.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.rXO49oYGESKugM75.json @@ -10,6 +10,6 @@ 2 ], "text": "Force GM Reroll", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.z3JsdSA3yTfGlv56.json b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.z3JsdSA3yTfGlv56.json index 02b5371b..c1056fbf 100644 --- a/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.z3JsdSA3yTfGlv56.json +++ b/data/packs/rollable-tables.db/!tables.results!3pf5QyJjatNkylNv.z3JsdSA3yTfGlv56.json @@ -10,6 +10,6 @@ 12 ], "text": "Force GM Reroll", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4GZVvOSjzujDO18T.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4GZVvOSjzujDO18T.json index 242d461f..142c3dda 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4GZVvOSjzujDO18T.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4GZVvOSjzujDO18T.json @@ -10,6 +10,6 @@ 1 ], "text": "Eliara", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4WfjJnGbv6Zb26XU.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4WfjJnGbv6Zb26XU.json index 83e705fc..908b0f49 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4WfjJnGbv6Zb26XU.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.4WfjJnGbv6Zb26XU.json @@ -10,6 +10,6 @@ 14 ], "text": "Ithior", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.6qQlUjDaZlFcmMpV.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.6qQlUjDaZlFcmMpV.json index 0b68a942..1d6b2c6c 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.6qQlUjDaZlFcmMpV.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.6qQlUjDaZlFcmMpV.json @@ -10,6 +10,6 @@ 2 ], "text": "Ryarn", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.9o8sD60YsgGTlTBj.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.9o8sD60YsgGTlTBj.json index 628e8705..1a7f9bf9 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.9o8sD60YsgGTlTBj.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.9o8sD60YsgGTlTBj.json @@ -10,6 +10,6 @@ 12 ], "text": "Zaphiel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.FDYUCGeBt5NKWzur.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.FDYUCGeBt5NKWzur.json index fc05d8ff..6e0b5bbd 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.FDYUCGeBt5NKWzur.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.FDYUCGeBt5NKWzur.json @@ -10,6 +10,6 @@ 3 ], "text": "Sariel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.LyxIUd3WTqEm2g1O.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.LyxIUd3WTqEm2g1O.json index b73cffe5..c3ab2111 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.LyxIUd3WTqEm2g1O.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.LyxIUd3WTqEm2g1O.json @@ -10,6 +10,6 @@ 10 ], "text": "Cyrwin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.QDmnpyrV7al8CTPs.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.QDmnpyrV7al8CTPs.json index c27332ce..aa3d8f80 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.QDmnpyrV7al8CTPs.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.QDmnpyrV7al8CTPs.json @@ -10,6 +10,6 @@ 13 ], "text": "Nayra", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.RAZRX78sMiAaAGmu.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.RAZRX78sMiAaAGmu.json index 4e961b35..e74dfd4c 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.RAZRX78sMiAaAGmu.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.RAZRX78sMiAaAGmu.json @@ -10,6 +10,6 @@ 5 ], "text": "Galira", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.TtgTR0s48LqHKhIl.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.TtgTR0s48LqHKhIl.json index 648c1343..a68fd37e 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.TtgTR0s48LqHKhIl.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.TtgTR0s48LqHKhIl.json @@ -10,6 +10,6 @@ 8 ], "text": "Axidor", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Uu1MN0Ioop6z7gL8.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Uu1MN0Ioop6z7gL8.json index d67813f4..4d1cd11f 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Uu1MN0Ioop6z7gL8.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Uu1MN0Ioop6z7gL8.json @@ -10,6 +10,6 @@ 4 ], "text": "Tirolas", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Whks6pKtDYCvWM5U.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Whks6pKtDYCvWM5U.json index 84f074d1..7ac06786 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Whks6pKtDYCvWM5U.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.Whks6pKtDYCvWM5U.json @@ -10,6 +10,6 @@ 20 ], "text": "Ruhiel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.XlO2BmO7ozzFnfep.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.XlO2BmO7ozzFnfep.json index 62b570b9..816b7376 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.XlO2BmO7ozzFnfep.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.XlO2BmO7ozzFnfep.json @@ -10,6 +10,6 @@ 15 ], "text": "Amriel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.YO1GsfR2u423HyVE.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.YO1GsfR2u423HyVE.json index 923eeccf..9c1f8afd 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.YO1GsfR2u423HyVE.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.YO1GsfR2u423HyVE.json @@ -10,6 +10,6 @@ 16 ], "text": "Elyon", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZSWwbzFUilNy0Khk.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZSWwbzFUilNy0Khk.json index d76f09ad..429aee55 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZSWwbzFUilNy0Khk.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZSWwbzFUilNy0Khk.json @@ -10,6 +10,6 @@ 11 ], "text": "Lothiel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZYZcV6j31LtO6q5u.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZYZcV6j31LtO6q5u.json index 5e893079..3c841d3c 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZYZcV6j31LtO6q5u.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.ZYZcV6j31LtO6q5u.json @@ -10,6 +10,6 @@ 19 ], "text": "Fiora", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.id08HgWlVvuCzXXS.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.id08HgWlVvuCzXXS.json index 5e7561f5..975ff43e 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.id08HgWlVvuCzXXS.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.id08HgWlVvuCzXXS.json @@ -10,6 +10,6 @@ 7 ], "text": "Daeniel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.jSIEqB5CcPXVmWHA.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.jSIEqB5CcPXVmWHA.json index 9c99a6c8..5f35a812 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.jSIEqB5CcPXVmWHA.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.jSIEqB5CcPXVmWHA.json @@ -10,6 +10,6 @@ 18 ], "text": "Natinel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.pVUHJ5hPV0EFLFiG.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.pVUHJ5hPV0EFLFiG.json index 68e4e8fd..7c827756 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.pVUHJ5hPV0EFLFiG.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.pVUHJ5hPV0EFLFiG.json @@ -10,6 +10,6 @@ 9 ], "text": "Hiralia", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yIkti1S2GygajbUf.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yIkti1S2GygajbUf.json index fb92a4f5..abc39206 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yIkti1S2GygajbUf.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yIkti1S2GygajbUf.json @@ -10,6 +10,6 @@ 6 ], "text": "Varos", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yYPOpRAXye6LMJv0.json b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yYPOpRAXye6LMJv0.json index 9440a83b..068042fd 100644 --- a/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yYPOpRAXye6LMJv0.json +++ b/data/packs/rollable-tables.db/!tables.results!44P8mz0yaCsTtKeq.yYPOpRAXye6LMJv0.json @@ -10,6 +10,6 @@ 17 ], "text": "Jirwyn", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.0ZrXxySTpXClNOHs.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.0ZrXxySTpXClNOHs.json index bb9ea682..f301dfbc 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.0ZrXxySTpXClNOHs.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.0ZrXxySTpXClNOHs.json @@ -10,6 +10,6 @@ 4 ], "text": "Switch or button", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.4yvnWJ3tbmZXpEpo.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.4yvnWJ3tbmZXpEpo.json index 18fbead2..87c46f24 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.4yvnWJ3tbmZXpEpo.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.4yvnWJ3tbmZXpEpo.json @@ -10,6 +10,6 @@ 3 ], "text": "Opening a door", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.5K8QyOEp7PuxrlGD.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.5K8QyOEp7PuxrlGD.json index e5092a34..e9d6da47 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.5K8QyOEp7PuxrlGD.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.5K8QyOEp7PuxrlGD.json @@ -10,6 +10,6 @@ 9 ], "text": "A word is spoken", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.E4oWbvCaawSHyN6a.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.E4oWbvCaawSHyN6a.json index 7cdf01d7..ac323814 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.E4oWbvCaawSHyN6a.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.E4oWbvCaawSHyN6a.json @@ -10,6 +10,6 @@ 7 ], "text": "Breaking a light beam", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.GIHOheaoVT4wXZym.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.GIHOheaoVT4wXZym.json index ad3dc3a1..939c6556 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.GIHOheaoVT4wXZym.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.GIHOheaoVT4wXZym.json @@ -10,6 +10,6 @@ 11 ], "text": "Removing an object", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.SnxRN8UgCgmizLci.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.SnxRN8UgCgmizLci.json index 1c7fb420..0b8a1622 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.SnxRN8UgCgmizLci.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.SnxRN8UgCgmizLci.json @@ -10,6 +10,6 @@ 8 ], "text": "Pulling a lever", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.aHTA3iYyiEuI9cUN.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.aHTA3iYyiEuI9cUN.json index 1fcfa92f..6cbde333 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.aHTA3iYyiEuI9cUN.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.aHTA3iYyiEuI9cUN.json @@ -10,6 +10,6 @@ 1 ], "text": "a Tripwire", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.otUHbdYIKjEpBmFr.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.otUHbdYIKjEpBmFr.json index baf0b378..ed52869a 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.otUHbdYIKjEpBmFr.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.otUHbdYIKjEpBmFr.json @@ -10,6 +10,6 @@ 5 ], "text": "a False step on stairs", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.rLG6ooWohew8fFGP.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.rLG6ooWohew8fFGP.json index e77db3c8..e278a221 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.rLG6ooWohew8fFGP.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.rLG6ooWohew8fFGP.json @@ -10,6 +10,6 @@ 6 ], "text": "Closing a door", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.sanrRY839MyOTyTX.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.sanrRY839MyOTyTX.json index f1bcc3ba..453e31d4 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.sanrRY839MyOTyTX.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.sanrRY839MyOTyTX.json @@ -10,6 +10,6 @@ 12 ], "text": "Casting a spell", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.z7mDMm8UtSi15gXt.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.z7mDMm8UtSi15gXt.json index 25896dc7..502bccbe 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.z7mDMm8UtSi15gXt.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.z7mDMm8UtSi15gXt.json @@ -10,6 +10,6 @@ 2 ], "text": "a Pressure plate", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.zYwjhDI2rcphWUO9.json b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.zYwjhDI2rcphWUO9.json index 91458793..f006c315 100644 --- a/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.zYwjhDI2rcphWUO9.json +++ b/data/packs/rollable-tables.db/!tables.results!5NMEXYjDS4C8Tm3n.zYwjhDI2rcphWUO9.json @@ -10,6 +10,6 @@ 10 ], "text": "a Hook on a thread", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.0HzAqoixC4juRqFc.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.0HzAqoixC4juRqFc.json index d9dd93fa..8230457a 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.0HzAqoixC4juRqFc.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.0HzAqoixC4juRqFc.json @@ -10,6 +10,6 @@ 11 ], "text": "The Infernal", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.50BtdNjlBy77VnvK.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.50BtdNjlBy77VnvK.json index f822a0fd..fd54fd38 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.50BtdNjlBy77VnvK.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.50BtdNjlBy77VnvK.json @@ -10,6 +10,6 @@ 20 ], "text": "The Primordial", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.9jTVBNV3Mys95S6e.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.9jTVBNV3Mys95S6e.json index e963486f..5489aa45 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.9jTVBNV3Mys95S6e.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.9jTVBNV3Mys95S6e.json @@ -10,6 +10,6 @@ 14 ], "text": "The Unholy", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.A205bYl0kOoEUxfy.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.A205bYl0kOoEUxfy.json index 9f723832..5e1592d6 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.A205bYl0kOoEUxfy.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.A205bYl0kOoEUxfy.json @@ -10,6 +10,6 @@ 8 ], "text": "The Vicious", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.AaS5ZulkjlbOinMu.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.AaS5ZulkjlbOinMu.json index 415f168b..5c6c5651 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.AaS5ZulkjlbOinMu.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.AaS5ZulkjlbOinMu.json @@ -10,6 +10,6 @@ 3 ], "text": "Ortival's", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.At9G5H7q9k4Uj9xP.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.At9G5H7q9k4Uj9xP.json index da56d6c2..618f93b4 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.At9G5H7q9k4Uj9xP.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.At9G5H7q9k4Uj9xP.json @@ -10,6 +10,6 @@ 10 ], "text": "The Blessed", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Foh9VNGQlBhBnnRu.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Foh9VNGQlBhBnnRu.json index 98dee2e2..01a1bad9 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Foh9VNGQlBhBnnRu.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Foh9VNGQlBhBnnRu.json @@ -10,6 +10,6 @@ 6 ], "text": "The Astral", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.H3VxVLcdFh68qFe8.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.H3VxVLcdFh68qFe8.json index 8ded4d12..33ec92c7 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.H3VxVLcdFh68qFe8.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.H3VxVLcdFh68qFe8.json @@ -10,6 +10,6 @@ 13 ], "text": "The Whispering", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.KGVNQLSqnCEb5jFJ.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.KGVNQLSqnCEb5jFJ.json index 5be828a4..ebac2fdf 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.KGVNQLSqnCEb5jFJ.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.KGVNQLSqnCEb5jFJ.json @@ -10,6 +10,6 @@ 9 ], "text": "Memnon's", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.NU87l4O8aaQoiLkZ.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.NU87l4O8aaQoiLkZ.json index b0ce6969..92046a89 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.NU87l4O8aaQoiLkZ.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.NU87l4O8aaQoiLkZ.json @@ -10,6 +10,6 @@ 1 ], "text": "The Crimson", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Sd335i1gfTNPXjZa.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Sd335i1gfTNPXjZa.json index 8442a3cd..995098c4 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Sd335i1gfTNPXjZa.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.Sd335i1gfTNPXjZa.json @@ -10,6 +10,6 @@ 15 ], "text": "Shune's", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.awC49RzaIjSh5iM5.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.awC49RzaIjSh5iM5.json index 5700d341..0955aa25 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.awC49RzaIjSh5iM5.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.awC49RzaIjSh5iM5.json @@ -10,6 +10,6 @@ 12 ], "text": "Madeera's", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ek0JQB28ubJKskAG.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ek0JQB28ubJKskAG.json index 169cae61..c236b135 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ek0JQB28ubJKskAG.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ek0JQB28ubJKskAG.json @@ -10,6 +10,6 @@ 17 ], "text": "Ord's", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.fos6F7xK6RvVrnFQ.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.fos6F7xK6RvVrnFQ.json index 58cc369e..d9b1df05 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.fos6F7xK6RvVrnFQ.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.fos6F7xK6RvVrnFQ.json @@ -10,6 +10,6 @@ 18 ], "text": "The Righteous", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.gGNUylJoz4c5sxIi.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.gGNUylJoz4c5sxIi.json index 51b3001f..e6bbd822 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.gGNUylJoz4c5sxIi.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.gGNUylJoz4c5sxIi.json @@ -10,6 +10,6 @@ 16 ], "text": "The Lost", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nFO6CLacDPwVQVac.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nFO6CLacDPwVQVac.json index 70b1b071..49b212ab 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nFO6CLacDPwVQVac.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nFO6CLacDPwVQVac.json @@ -10,6 +10,6 @@ 19 ], "text": "The Demonic", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nMDxeBylOVuoLuCc.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nMDxeBylOVuoLuCc.json index bd1b58ca..75797ab7 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nMDxeBylOVuoLuCc.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.nMDxeBylOVuoLuCc.json @@ -10,6 +10,6 @@ 2 ], "text": "The Ashen", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ushm8QFA9VJnjAZm.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ushm8QFA9VJnjAZm.json index 53de00b4..445ba23d 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ushm8QFA9VJnjAZm.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.ushm8QFA9VJnjAZm.json @@ -10,6 +10,6 @@ 7 ], "text": "Krull's", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.vBRS0PO7dddUflXr.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.vBRS0PO7dddUflXr.json index 62c10eba..cd680b2e 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.vBRS0PO7dddUflXr.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.vBRS0PO7dddUflXr.json @@ -10,6 +10,6 @@ 5 ], "text": "The Twilight", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.x1WjiYxpegKSi4gn.json b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.x1WjiYxpegKSi4gn.json index d18a011b..e523c886 100644 --- a/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.x1WjiYxpegKSi4gn.json +++ b/data/packs/rollable-tables.db/!tables.results!8piSI566ZPW7kA87.x1WjiYxpegKSi4gn.json @@ -10,6 +10,6 @@ 4 ], "text": "The Doom", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.0p4ESs1a4bHour21.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.0p4ESs1a4bHour21.json index 8882d75b..41250dbf 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.0p4ESs1a4bHour21.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.0p4ESs1a4bHour21.json @@ -10,6 +10,6 @@ 17 ], "text": "A dwarf in a red hat hands you a rose, bows, and leaves", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.3BJFFt3Y5thAtY1e.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.3BJFFt3Y5thAtY1e.json index fe7ef3f2..b262f22c 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.3BJFFt3Y5thAtY1e.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.3BJFFt3Y5thAtY1e.json @@ -10,6 +10,6 @@ 21 ], "text": "Someone tries to pick your pocket", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.57fVYCY7dX6au6Qi.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.57fVYCY7dX6au6Qi.json index 7124b4a1..360f84e7 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.57fVYCY7dX6au6Qi.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.57fVYCY7dX6au6Qi.json @@ -10,6 +10,6 @@ 43 ], "text": "A green-glowing meteor streaks through the sky", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.6dieVjuz7hFiwPQO.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.6dieVjuz7hFiwPQO.json index 2fd8f451..7e139924 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.6dieVjuz7hFiwPQO.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.6dieVjuz7hFiwPQO.json @@ -10,6 +10,6 @@ 29 ], "text": "You sense you are being magically scryed upon", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CHGWyZQx7xcNKqMg.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CHGWyZQx7xcNKqMg.json index 836d26f7..4a9e8bbd 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CHGWyZQx7xcNKqMg.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CHGWyZQx7xcNKqMg.json @@ -10,6 +10,6 @@ 3 ], "text": "An unseen foe leaps out of hiding at close range", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CIiViESbQ1ctBBAU.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CIiViESbQ1ctBBAU.json index 5aa91342..11fb6e6b 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CIiViESbQ1ctBBAU.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.CIiViESbQ1ctBBAU.json @@ -10,6 +10,6 @@ 7 ], "text": "You catch the acrid smell of smoke and flame", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E0zhgT9EfOa04zQh.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E0zhgT9EfOa04zQh.json index 6012ed58..a98bca91 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E0zhgT9EfOa04zQh.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E0zhgT9EfOa04zQh.json @@ -10,6 +10,6 @@ 100 ], "text": "A radiant being appears to you with a message of warning", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E4UWb4fgX7DR5Mvp.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E4UWb4fgX7DR5Mvp.json index d3a71862..241cc967 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E4UWb4fgX7DR5Mvp.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.E4UWb4fgX7DR5Mvp.json @@ -10,6 +10,6 @@ 11 ], "text": "You spot a half-open bag with gold coins glinting inside", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.FHSIfmrpAfefjy4o.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.FHSIfmrpAfefjy4o.json index 32999396..01f54390 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.FHSIfmrpAfefjy4o.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.FHSIfmrpAfefjy4o.json @@ -10,6 +10,6 @@ 75 ], "text": "A passing stranger presses an ancient coin into your hand", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GJmWju7kGufbpcbU.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GJmWju7kGufbpcbU.json index e6e9c62f..15c9d603 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GJmWju7kGufbpcbU.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GJmWju7kGufbpcbU.json @@ -10,6 +10,6 @@ 47 ], "text": "A pair of yellow eyes watches you from the darkness", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GzNKH5LLDNGEt4Br.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GzNKH5LLDNGEt4Br.json index dbf41c5d..10b4f1c2 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GzNKH5LLDNGEt4Br.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.GzNKH5LLDNGEt4Br.json @@ -10,6 +10,6 @@ 89 ], "text": "A violent, windy storm kicks up without warning", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Hje0CqMpbp23YnHZ.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Hje0CqMpbp23YnHZ.json index b08b0501..e1aaf80f 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Hje0CqMpbp23YnHZ.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Hje0CqMpbp23YnHZ.json @@ -10,6 +10,6 @@ 15 ], "text": "Someone observing you from afar steps out of sight", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Iex54yawTSNJ0v3c.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Iex54yawTSNJ0v3c.json index 3583753c..38831f65 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Iex54yawTSNJ0v3c.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Iex54yawTSNJ0v3c.json @@ -10,6 +10,6 @@ 99 ], "text": "A demon appears to you and presents a tempting offer", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.KkcgKqTJSLD37dGR.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.KkcgKqTJSLD37dGR.json index 412d71ff..e5aab442 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.KkcgKqTJSLD37dGR.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.KkcgKqTJSLD37dGR.json @@ -10,6 +10,6 @@ 49 ], "text": "An orc with an arrow in her back crashes through a door", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.L12Z1kcEJ5aL7l3N.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.L12Z1kcEJ5aL7l3N.json index 928058f4..7cda93b8 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.L12Z1kcEJ5aL7l3N.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.L12Z1kcEJ5aL7l3N.json @@ -10,6 +10,6 @@ 95 ], "text": "A runaway wagon crashes toward you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LEr7Gw3DGpxFLIBR.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LEr7Gw3DGpxFLIBR.json index 840f6207..34e3c303 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LEr7Gw3DGpxFLIBR.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LEr7Gw3DGpxFLIBR.json @@ -10,6 +10,6 @@ 31 ], "text": "Someone tries to plant an object on your person", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LFmIeYo94rsFYSBy.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LFmIeYo94rsFYSBy.json index 5868dd28..e998bb9e 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LFmIeYo94rsFYSBy.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LFmIeYo94rsFYSBy.json @@ -10,6 +10,6 @@ 63 ], "text": "The smell of ozone rises and electricity crackles in the air", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LVxaBBho5o1TIYYe.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LVxaBBho5o1TIYYe.json index 0b05a84e..eb4ebf6f 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LVxaBBho5o1TIYYe.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LVxaBBho5o1TIYYe.json @@ -10,6 +10,6 @@ 57 ], "text": "A frail beggar whispers that he has a secret to tell you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LvBxX0v9cyEcw3Gr.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LvBxX0v9cyEcw3Gr.json index 75902d7c..7c0b7ed7 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LvBxX0v9cyEcw3Gr.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.LvBxX0v9cyEcw3Gr.json @@ -10,6 +10,6 @@ 35 ], "text": "A woman hands you a black cat and then runs away", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.NyZFCPyd2HqPPa9E.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.NyZFCPyd2HqPPa9E.json index 7358e618..3dc10428 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.NyZFCPyd2HqPPa9E.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.NyZFCPyd2HqPPa9E.json @@ -10,6 +10,6 @@ 1 ], "text": "The ground shakes violently and a massive fissure opens", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.PdF4AToL8ZAQb52c.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.PdF4AToL8ZAQb52c.json index 20efecf6..ada9192a 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.PdF4AToL8ZAQb52c.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.PdF4AToL8ZAQb52c.json @@ -10,6 +10,6 @@ 5 ], "text": "A horrible buzzing fills the air, growing louder and louder", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.QsGAPDJmyTvbDGFY.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.QsGAPDJmyTvbDGFY.json index 5508c4bb..4699c85b 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.QsGAPDJmyTvbDGFY.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.QsGAPDJmyTvbDGFY.json @@ -10,6 +10,6 @@ 13 ], "text": "A man slips a note and an odd potion into your hand", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Qv8VvxZBYl260yxk.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Qv8VvxZBYl260yxk.json index 5b5a1af2..cc7ee16f 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Qv8VvxZBYl260yxk.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.Qv8VvxZBYl260yxk.json @@ -10,6 +10,6 @@ 77 ], "text": "A chorus of howls echo in the distance", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RMUaTp3LrjoiEiE9.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RMUaTp3LrjoiEiE9.json index 3da08512..6ff7e14e 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RMUaTp3LrjoiEiE9.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RMUaTp3LrjoiEiE9.json @@ -10,6 +10,6 @@ 71 ], "text": "A stampede of wild animals bursts into view", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RqtaoQ6uqVJ4uKpV.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RqtaoQ6uqVJ4uKpV.json index 0a1504f2..e017b9ad 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RqtaoQ6uqVJ4uKpV.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.RqtaoQ6uqVJ4uKpV.json @@ -10,6 +10,6 @@ 83 ], "text": "The sudden sound of rushing water crashes toward you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.T6SRNP2CInjAvL91.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.T6SRNP2CInjAvL91.json index 5d9c769b..a1237431 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.T6SRNP2CInjAvL91.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.T6SRNP2CInjAvL91.json @@ -10,6 +10,6 @@ 53 ], "text": "You hear a beast cry out in pain just up ahead", - "type": 0, + "type": "text", "weight": 4 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TLTGk35UHd3uMBkt.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TLTGk35UHd3uMBkt.json index 13979df3..0894cecc 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TLTGk35UHd3uMBkt.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TLTGk35UHd3uMBkt.json @@ -10,6 +10,6 @@ 65 ], "text": "You spot a trail of tiny silver coins leading around a bend", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TxzHIjfBwpR9zEOD.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TxzHIjfBwpR9zEOD.json index 56db6319..8c3a5a12 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TxzHIjfBwpR9zEOD.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.TxzHIjfBwpR9zEOD.json @@ -10,6 +10,6 @@ 25 ], "text": "A frothing, frantic horse with a saddle but no rider appears", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.UvUt8TTmls5dTmbK.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.UvUt8TTmls5dTmbK.json index fc20b97c..00881898 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.UvUt8TTmls5dTmbK.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.UvUt8TTmls5dTmbK.json @@ -10,6 +10,6 @@ 93 ], "text": "A multicolored orb drifts up to you and then zips away", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.V2tVVcqJZY5U95Jc.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.V2tVVcqJZY5U95Jc.json index e0aa9f77..6c80dc0c 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.V2tVVcqJZY5U95Jc.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.V2tVVcqJZY5U95Jc.json @@ -10,6 +10,6 @@ 37 ], "text": "A small, woodland creature jumps out of a backpack", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.W8jO8CflpeIy3ydF.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.W8jO8CflpeIy3ydF.json index d2aab21c..157a30d6 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.W8jO8CflpeIy3ydF.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.W8jO8CflpeIy3ydF.json @@ -10,6 +10,6 @@ 85 ], "text": "You hear an ear-splitting scream that nobody else hears", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.WO0CbhX5HLWbXEcA.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.WO0CbhX5HLWbXEcA.json index 4feb30c8..70fc6635 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.WO0CbhX5HLWbXEcA.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.WO0CbhX5HLWbXEcA.json @@ -10,6 +10,6 @@ 41 ], "text": "A note wrapped around a thin dagger lands next to you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ZNfvUJ2xV07xJdSz.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ZNfvUJ2xV07xJdSz.json index cf7a66cd..658c29c3 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ZNfvUJ2xV07xJdSz.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ZNfvUJ2xV07xJdSz.json @@ -10,6 +10,6 @@ 67 ], "text": "A wild-eyed man approaches with a holy book held high", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.b2eT2zhQJwu2urAV.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.b2eT2zhQJwu2urAV.json index c4b53c8c..b5317228 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.b2eT2zhQJwu2urAV.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.b2eT2zhQJwu2urAV.json @@ -10,6 +10,6 @@ 19 ], "text": "A cowled stranger in a black cloak approaches you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.beU5b6xxWyMT1Xf3.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.beU5b6xxWyMT1Xf3.json index 72fea7f9..bd54f40b 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.beU5b6xxWyMT1Xf3.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.beU5b6xxWyMT1Xf3.json @@ -10,6 +10,6 @@ 81 ], "text": "You realize you are not alone; something is behind you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.clHm2CbFpVjgpdk0.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.clHm2CbFpVjgpdk0.json index c6dc564b..c5252a3c 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.clHm2CbFpVjgpdk0.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.clHm2CbFpVjgpdk0.json @@ -10,6 +10,6 @@ 39 ], "text": "You smell lilacs and hear faint, ghostly laughter", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ejlq2ZQgLCQ0gSza.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ejlq2ZQgLCQ0gSza.json index b74504f9..3155d1cc 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ejlq2ZQgLCQ0gSza.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.ejlq2ZQgLCQ0gSza.json @@ -10,6 +10,6 @@ 33 ], "text": "You are filled with a strong sense of dread and danger", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gMfUElLovnRx3YQw.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gMfUElLovnRx3YQw.json index e005eb3e..873ebc82 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gMfUElLovnRx3YQw.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gMfUElLovnRx3YQw.json @@ -10,6 +10,6 @@ 45 ], "text": "Someone nearby is staring at you and mouthing words", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gRWr1QwwtzX0Mc2I.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gRWr1QwwtzX0Mc2I.json index 18038ad7..e6df385d 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gRWr1QwwtzX0Mc2I.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.gRWr1QwwtzX0Mc2I.json @@ -10,6 +10,6 @@ 61 ], "text": "A seagull lands on your head and coughs up an odd bottle", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.h6Wezfzzfg17Pwsy.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.h6Wezfzzfg17Pwsy.json index 1c76069c..677a5e8a 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.h6Wezfzzfg17Pwsy.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.h6Wezfzzfg17Pwsy.json @@ -10,6 +10,6 @@ 91 ], "text": "Lightning strikes close and leaves a glowing object behind", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.jsUBxgarSUGl7lf7.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.jsUBxgarSUGl7lf7.json index e185b875..795bfc9a 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.jsUBxgarSUGl7lf7.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.jsUBxgarSUGl7lf7.json @@ -10,6 +10,6 @@ 59 ], "text": "An object falls from above and barely misses your head", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kNzs4KmGULdCiQdd.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kNzs4KmGULdCiQdd.json index 52a0de2b..6b0feda9 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kNzs4KmGULdCiQdd.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kNzs4KmGULdCiQdd.json @@ -10,6 +10,6 @@ 9 ], "text": "A bright star appears in the sky, visible even at midday", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kmvRkBlMbl5nddIg.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kmvRkBlMbl5nddIg.json index 0db2e667..87b610c2 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kmvRkBlMbl5nddIg.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.kmvRkBlMbl5nddIg.json @@ -10,6 +10,6 @@ 87 ], "text": "A man slaps you with a glove and throws it at your feet", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.mSejXpo8mvAOMLYi.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.mSejXpo8mvAOMLYi.json index e1740743..989c156f 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.mSejXpo8mvAOMLYi.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.mSejXpo8mvAOMLYi.json @@ -10,6 +10,6 @@ 55 ], "text": "A huge swarm of bats crashes over you and swirls away", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.o4coZEgLKnN2ItkO.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.o4coZEgLKnN2ItkO.json index d14f42f0..e4666d54 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.o4coZEgLKnN2ItkO.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.o4coZEgLKnN2ItkO.json @@ -10,6 +10,6 @@ 79 ], "text": "Two pinching and slapping goblins tumble into sight", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.svAj8zQE1w4bOT5H.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.svAj8zQE1w4bOT5H.json index cb23ecfe..98d71ce3 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.svAj8zQE1w4bOT5H.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.svAj8zQE1w4bOT5H.json @@ -10,6 +10,6 @@ 97 ], "text": "An NPC throws off their disguise, revealing an enemy", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uHrTK4rupA0fsSXA.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uHrTK4rupA0fsSXA.json index 157c64a5..e3204f6e 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uHrTK4rupA0fsSXA.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uHrTK4rupA0fsSXA.json @@ -10,6 +10,6 @@ 23 ], "text": "A strange ticking sound comes from inside your bag", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uwZVCntIUK7gftJt.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uwZVCntIUK7gftJt.json index 0de27727..d29f6d5b 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uwZVCntIUK7gftJt.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.uwZVCntIUK7gftJt.json @@ -10,6 +10,6 @@ 27 ], "text": "A mound in the earth quickly burrows toward you", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.xVD11I8EAIf73lKD.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.xVD11I8EAIf73lKD.json index 396a0d6f..889c4c6b 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.xVD11I8EAIf73lKD.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.xVD11I8EAIf73lKD.json @@ -10,6 +10,6 @@ 69 ], "text": "Every light source suddenly extinguishes", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.y0XJzYsyNk8WvAYl.json b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.y0XJzYsyNk8WvAYl.json index 4fa9797e..8ee0d670 100644 --- a/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.y0XJzYsyNk8WvAYl.json +++ b/data/packs/rollable-tables.db/!tables.results!AsJlWy1q0mmq5caV.y0XJzYsyNk8WvAYl.json @@ -10,6 +10,6 @@ 73 ], "text": "An old woman points at you and yells, \"There they are!\"", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.1f4XwVZFTX8HGFeu.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.1f4XwVZFTX8HGFeu.json index 7c60d591..893e0f23 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.1f4XwVZFTX8HGFeu.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.1f4XwVZFTX8HGFeu.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.FRKlezzFZWilBVgh.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.FRKlezzFZWilBVgh.json index 5e151cc8..b3786533 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.FRKlezzFZWilBVgh.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.FRKlezzFZWilBVgh.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.MhA5KpaNRoG5SE7i.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.MhA5KpaNRoG5SE7i.json index b96edb1c..2cd21326 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.MhA5KpaNRoG5SE7i.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.MhA5KpaNRoG5SE7i.json @@ -10,6 +10,6 @@ 2 ], "text": "Spellcasting Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.TzEk7T5B85c0fm3C.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.TzEk7T5B85c0fm3C.json index 481230b1..21cfd967 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.TzEk7T5B85c0fm3C.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.TzEk7T5B85c0fm3C.json @@ -10,6 +10,6 @@ 11 ], "text": "+2 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.edJtGmodoQVoyT9E.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.edJtGmodoQVoyT9E.json index 3210f31c..71243840 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.edJtGmodoQVoyT9E.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.edJtGmodoQVoyT9E.json @@ -10,6 +10,6 @@ 11 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.f0Lp4XTZRQ2vqEqD.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.f0Lp4XTZRQ2vqEqD.json index 8e2b5005..debc0064 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.f0Lp4XTZRQ2vqEqD.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.f0Lp4XTZRQ2vqEqD.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.kDxmqbsgRA4kbAWB.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.kDxmqbsgRA4kbAWB.json index 06eb3d02..53e76e5e 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.kDxmqbsgRA4kbAWB.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.kDxmqbsgRA4kbAWB.json @@ -10,6 +10,6 @@ 6 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.oYZ2KMpJI2ms7U2M.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.oYZ2KMpJI2ms7U2M.json index 2aa70602..acb7b33e 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.oYZ2KMpJI2ms7U2M.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.oYZ2KMpJI2ms7U2M.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.raSEcK1nQbbnn3Zi.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.raSEcK1nQbbnn3Zi.json index 96cb4c95..f54261bf 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.raSEcK1nQbbnn3Zi.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.raSEcK1nQbbnn3Zi.json @@ -10,6 +10,6 @@ 12 ], "text": "Spellcasting Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.t9Ct9b7jU8P3bMuL.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.t9Ct9b7jU8P3bMuL.json index c4d02c0a..907e109a 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.t9Ct9b7jU8P3bMuL.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.t9Ct9b7jU8P3bMuL.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.tp84WzIeJWKSfuOi.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.tp84WzIeJWKSfuOi.json index a3117acd..55fbfdff 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.tp84WzIeJWKSfuOi.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.tp84WzIeJWKSfuOi.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uW6sYsZJAt33Tveq.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uW6sYsZJAt33Tveq.json index ad040813..2ba9e64e 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uW6sYsZJAt33Tveq.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uW6sYsZJAt33Tveq.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uWMnDA1RC07jO52V.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uWMnDA1RC07jO52V.json index 78e541f4..717866c7 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uWMnDA1RC07jO52V.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.uWMnDA1RC07jO52V.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.xZNgDZ0wtkfXjm0i.json b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.xZNgDZ0wtkfXjm0i.json index 7d6333cd..53e56a08 100644 --- a/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.xZNgDZ0wtkfXjm0i.json +++ b/data/packs/rollable-tables.db/!tables.results!CtkKBhsOpV1v5YjX.xZNgDZ0wtkfXjm0i.json @@ -10,6 +10,6 @@ 11 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.5CBf8sLkJz7DCAw0.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.5CBf8sLkJz7DCAw0.json index a51fab22..e6cab52e 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.5CBf8sLkJz7DCAw0.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.5CBf8sLkJz7DCAw0.json @@ -10,6 +10,6 @@ 1 ], "text": "+1 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.CB5MfraSvsrf6sV9.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.CB5MfraSvsrf6sV9.json index e1a1590d..85bd5e21 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.CB5MfraSvsrf6sV9.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.CB5MfraSvsrf6sV9.json @@ -9,6 +9,6 @@ 1 ], "text": "or +2 points to distribute to stats", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.P8SIXjAyU8uDdmww.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.P8SIXjAyU8uDdmww.json index ca70ec99..bedb647e 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.P8SIXjAyU8uDdmww.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.P8SIXjAyU8uDdmww.json @@ -10,6 +10,6 @@ 1 ], "text": "+1 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.RUc1j8LPlIBS61Cs.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.RUc1j8LPlIBS61Cs.json index 928a7245..24fa9899 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.RUc1j8LPlIBS61Cs.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.RUc1j8LPlIBS61Cs.json @@ -10,6 +10,6 @@ 1 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.V0MKHlUbzH5CU66T.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.V0MKHlUbzH5CU66T.json index 13797a8e..9ae531a2 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.V0MKHlUbzH5CU66T.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.V0MKHlUbzH5CU66T.json @@ -10,6 +10,6 @@ 1 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.ZETK7JBywljD9EFz.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.ZETK7JBywljD9EFz.json index 8ad024bc..d653fce6 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.ZETK7JBywljD9EFz.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.ZETK7JBywljD9EFz.json @@ -10,6 +10,6 @@ 1 ], "text": "+1 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.fLazNranC5IjxzHG.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.fLazNranC5IjxzHG.json index 8832c07b..be90154a 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.fLazNranC5IjxzHG.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.fLazNranC5IjxzHG.json @@ -10,6 +10,6 @@ 1 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.hCBhdV1ScYd8rHXi.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.hCBhdV1ScYd8rHXi.json index 28556707..70e65736 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.hCBhdV1ScYd8rHXi.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.hCBhdV1ScYd8rHXi.json @@ -10,6 +10,6 @@ 1 ], "text": "+1 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.heTmtgDVQyGfwFVs.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.heTmtgDVQyGfwFVs.json index 71cdb08b..3efe4461 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.heTmtgDVQyGfwFVs.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.heTmtgDVQyGfwFVs.json @@ -10,6 +10,6 @@ 1 ], "text": "+1 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.mRaoKNJIcM65e5P9.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.mRaoKNJIcM65e5P9.json index a3d20efe..73ca9b84 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.mRaoKNJIcM65e5P9.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.mRaoKNJIcM65e5P9.json @@ -10,6 +10,6 @@ 1 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.oMqbimLdQIY4YUTj.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.oMqbimLdQIY4YUTj.json index 8b97401a..ad53642b 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.oMqbimLdQIY4YUTj.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.oMqbimLdQIY4YUTj.json @@ -10,6 +10,6 @@ 1 ], "text": "+1 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.pULgtvU9fVoD9p9G.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.pULgtvU9fVoD9p9G.json index 3632a42e..519f72a8 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.pULgtvU9fVoD9p9G.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.pULgtvU9fVoD9p9G.json @@ -10,6 +10,6 @@ 1 ], "text": "+2 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.v2axkaQH8Sjmwbvx.json b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.v2axkaQH8Sjmwbvx.json index 761dc91d..c57bd9e1 100644 --- a/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.v2axkaQH8Sjmwbvx.json +++ b/data/packs/rollable-tables.db/!tables.results!EmBGQUSaf5L7ojKJ.v2axkaQH8Sjmwbvx.json @@ -10,6 +10,6 @@ 1 ], "text": "+2 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.9GrvqyPrqFuLM46C.json b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.9GrvqyPrqFuLM46C.json index e43c2f74..3051fbca 100644 --- a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.9GrvqyPrqFuLM46C.json +++ b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.9GrvqyPrqFuLM46C.json @@ -10,6 +10,6 @@ 1 ], "text": "Random Alignment", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.EJSTyXp75GftHgdd.json b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.EJSTyXp75GftHgdd.json index 2abf0ee2..14c20804 100644 --- a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.EJSTyXp75GftHgdd.json +++ b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.EJSTyXp75GftHgdd.json @@ -10,6 +10,6 @@ 1 ], "text": "Random Ancestry", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.bTx7SDbteDwOT0wj.json b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.bTx7SDbteDwOT0wj.json index b1679933..01bc218b 100644 --- a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.bTx7SDbteDwOT0wj.json +++ b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.bTx7SDbteDwOT0wj.json @@ -10,6 +10,6 @@ 1 ], "text": "Random Gear Rolls", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.fWby9eYWxd1XneDg.json b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.fWby9eYWxd1XneDg.json index 71b784fc..5d65a922 100644 --- a/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.fWby9eYWxd1XneDg.json +++ b/data/packs/rollable-tables.db/!tables.results!IHpIMJy4xdXZnPFy.fWby9eYWxd1XneDg.json @@ -10,6 +10,6 @@ 1 ], "text": "Random Class", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.5XYHalSUlIKkl6Vf.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.5XYHalSUlIKkl6Vf.json index dbf7c285..f31f9a35 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.5XYHalSUlIKkl6Vf.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.5XYHalSUlIKkl6Vf.json @@ -10,6 +10,6 @@ 8 ], "text": "Darvin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.6xWA0VE9nLqr1Qvs.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.6xWA0VE9nLqr1Qvs.json index d64624e4..fa343ff3 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.6xWA0VE9nLqr1Qvs.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.6xWA0VE9nLqr1Qvs.json @@ -10,6 +10,6 @@ 13 ], "text": "Bruga", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.7iXR2iTAZuMxmjc6.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.7iXR2iTAZuMxmjc6.json index 56c0637f..e2d756df 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.7iXR2iTAZuMxmjc6.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.7iXR2iTAZuMxmjc6.json @@ -10,6 +10,6 @@ 15 ], "text": "Vidrid", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.HjrOMKhyvOSA1Ugu.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.HjrOMKhyvOSA1Ugu.json index bbb896c1..bf2a7c0c 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.HjrOMKhyvOSA1Ugu.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.HjrOMKhyvOSA1Ugu.json @@ -10,6 +10,6 @@ 1 ], "text": "Hilde", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.JDVZmxJU6LWZ16v9.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.JDVZmxJU6LWZ16v9.json index 1423f337..5bab355c 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.JDVZmxJU6LWZ16v9.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.JDVZmxJU6LWZ16v9.json @@ -10,6 +10,6 @@ 4 ], "text": "Bruno", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.KRdSDUWjjU8rzEl6.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.KRdSDUWjjU8rzEl6.json index a9925a7b..77ff735b 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.KRdSDUWjjU8rzEl6.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.KRdSDUWjjU8rzEl6.json @@ -10,6 +10,6 @@ 3 ], "text": "Marga", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.PUWhhJoXCzx4rKdD.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.PUWhhJoXCzx4rKdD.json index 3117d81d..21cfac0c 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.PUWhhJoXCzx4rKdD.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.PUWhhJoXCzx4rKdD.json @@ -10,6 +10,6 @@ 17 ], "text": "Brielle", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.UmmdJQdljjVqY0TF.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.UmmdJQdljjVqY0TF.json index fd5d91a5..463325c0 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.UmmdJQdljjVqY0TF.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.UmmdJQdljjVqY0TF.json @@ -10,6 +10,6 @@ 19 ], "text": "Sarna", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.VD4I9XIEpgRRewnO.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.VD4I9XIEpgRRewnO.json index caa5d8b0..d4ed7c56 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.VD4I9XIEpgRRewnO.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.VD4I9XIEpgRRewnO.json @@ -10,6 +10,6 @@ 9 ], "text": "Elga", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZFy0g6UEbVF2Tqgq.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZFy0g6UEbVF2Tqgq.json index 13546cd7..aad03cd7 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZFy0g6UEbVF2Tqgq.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZFy0g6UEbVF2Tqgq.json @@ -10,6 +10,6 @@ 6 ], "text": "Naugrim", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZqxJu8onLmdmshKj.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZqxJu8onLmdmshKj.json index a67a7661..ab907160 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZqxJu8onLmdmshKj.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.ZqxJu8onLmdmshKj.json @@ -10,6 +10,6 @@ 10 ], "text": "Alric", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.keVuRfr5t1gIcQ9b.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.keVuRfr5t1gIcQ9b.json index 293059db..48e0cba1 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.keVuRfr5t1gIcQ9b.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.keVuRfr5t1gIcQ9b.json @@ -10,6 +10,6 @@ 7 ], "text": "Brenna", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.mz4SAC1WgHjdbq7Z.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.mz4SAC1WgHjdbq7Z.json index 98a84c5a..9a68c358 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.mz4SAC1WgHjdbq7Z.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.mz4SAC1WgHjdbq7Z.json @@ -10,6 +10,6 @@ 12 ], "text": "Gendry", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.nPjMGEyIQIXVnDYq.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.nPjMGEyIQIXVnDYq.json index 114808ec..f4a48d43 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.nPjMGEyIQIXVnDYq.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.nPjMGEyIQIXVnDYq.json @@ -10,6 +10,6 @@ 18 ], "text": "Ulfgar", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.p5yFzITuIuKK8Hd7.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.p5yFzITuIuKK8Hd7.json index 10e89669..386e40e1 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.p5yFzITuIuKK8Hd7.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.p5yFzITuIuKK8Hd7.json @@ -10,6 +10,6 @@ 20 ], "text": "Grimm", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.sS1n9shjz3QXo0Ut.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.sS1n9shjz3QXo0Ut.json index 7609ac00..41c0d2e8 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.sS1n9shjz3QXo0Ut.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.sS1n9shjz3QXo0Ut.json @@ -10,6 +10,6 @@ 14 ], "text": "Junnor", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.t54n1tJ7rPtuAQOK.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.t54n1tJ7rPtuAQOK.json index ede86e8d..b593a0cf 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.t54n1tJ7rPtuAQOK.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.t54n1tJ7rPtuAQOK.json @@ -10,6 +10,6 @@ 16 ], "text": "Torson", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tKrHdAEVSxEz1urj.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tKrHdAEVSxEz1urj.json index 80106161..24cb8874 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tKrHdAEVSxEz1urj.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tKrHdAEVSxEz1urj.json @@ -10,6 +10,6 @@ 11 ], "text": "Isolde", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tkxTNm8X3FISs6mr.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tkxTNm8X3FISs6mr.json index 3a3867b3..19c7e74a 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tkxTNm8X3FISs6mr.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.tkxTNm8X3FISs6mr.json @@ -10,6 +10,6 @@ 5 ], "text": "Karina", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.x7aRpSEjf265xvPC.json b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.x7aRpSEjf265xvPC.json index 623229ab..4207f22d 100644 --- a/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.x7aRpSEjf265xvPC.json +++ b/data/packs/rollable-tables.db/!tables.results!IVnsYyvJAM36YQsv.x7aRpSEjf265xvPC.json @@ -10,6 +10,6 @@ 2 ], "text": "Torbin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.0ZrXxySTpXClNOHs.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.0ZrXxySTpXClNOHs.json index b0df1562..6c9c2060 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.0ZrXxySTpXClNOHs.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.0ZrXxySTpXClNOHs.json @@ -10,6 +10,6 @@ 4 ], "text": "[[/r 1d6]] / @UUID[Compendium.shadowdark.spell-effects.SOkcvkzrGMGQKhmk]{Blind}", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.4yvnWJ3tbmZXpEpo.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.4yvnWJ3tbmZXpEpo.json index c96cae6c..940d2d52 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.4yvnWJ3tbmZXpEpo.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.4yvnWJ3tbmZXpEpo.json @@ -10,6 +10,6 @@ 3 ], "text": "[[/r 1d6]] / @UUID[Compendium.shadowdark.spell-effects.SN9lU9LUViWo1Plm]{Paralyze}", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.5K8QyOEp7PuxrlGD.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.5K8QyOEp7PuxrlGD.json index 5799136e..de4aae45 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.5K8QyOEp7PuxrlGD.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.5K8QyOEp7PuxrlGD.json @@ -10,6 +10,6 @@ 9 ], "text": "[[/r 3d10]]", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.E4oWbvCaawSHyN6a.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.E4oWbvCaawSHyN6a.json index 40237e4d..9770f652 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.E4oWbvCaawSHyN6a.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.E4oWbvCaawSHyN6a.json @@ -10,6 +10,6 @@ 7 ], "text": "[[/r 2d8]] / @UUID[Compendium.shadowdark.spell-effects.SN9lU9LUViWo1Plm]{Paralyze}", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.GIHOheaoVT4wXZym.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.GIHOheaoVT4wXZym.json index 7c84691b..6f0890db 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.GIHOheaoVT4wXZym.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.GIHOheaoVT4wXZym.json @@ -10,6 +10,6 @@ 11 ], "text": "[[/r 3d10]] / unconscious", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.SnxRN8UgCgmizLci.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.SnxRN8UgCgmizLci.json index 41f3484d..9c1f3a3e 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.SnxRN8UgCgmizLci.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.SnxRN8UgCgmizLci.json @@ -10,6 +10,6 @@ 8 ], "text": "[[/r 2d8]] / confuse", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.aHTA3iYyiEuI9cUN.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.aHTA3iYyiEuI9cUN.json index 48a746f4..b9de10bb 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.aHTA3iYyiEuI9cUN.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.aHTA3iYyiEuI9cUN.json @@ -10,6 +10,6 @@ 1 ], "text": "[[/r 1d6]]", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.otUHbdYIKjEpBmFr.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.otUHbdYIKjEpBmFr.json index e8ddd684..a9fe0f6f 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.otUHbdYIKjEpBmFr.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.otUHbdYIKjEpBmFr.json @@ -10,6 +10,6 @@ 5 ], "text": "[[/r 2d8]]", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.rLG6ooWohew8fFGP.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.rLG6ooWohew8fFGP.json index 309248e6..602efdcd 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.rLG6ooWohew8fFGP.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.rLG6ooWohew8fFGP.json @@ -10,6 +10,6 @@ 6 ], "text": "[[/r 2d8]] / @UUID[Compendium.shadowdark.spell-effects.FrFilluk4S5VaWut]{Sleep}", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.sanrRY839MyOTyTX.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.sanrRY839MyOTyTX.json index 33f116a2..8de99fb0 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.sanrRY839MyOTyTX.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.sanrRY839MyOTyTX.json @@ -10,6 +10,6 @@ 12 ], "text": "[[/r 3d10]] / petrify", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.z7mDMm8UtSi15gXt.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.z7mDMm8UtSi15gXt.json index 22195cb6..329313ef 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.z7mDMm8UtSi15gXt.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.z7mDMm8UtSi15gXt.json @@ -10,6 +10,6 @@ 2 ], "text": "[[/r 1d6]] / @UUID[Compendium.shadowdark.spell-effects.FrFilluk4S5VaWut]{Sleep}", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.zYwjhDI2rcphWUO9.json b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.zYwjhDI2rcphWUO9.json index adbff2ce..9ce6682b 100644 --- a/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.zYwjhDI2rcphWUO9.json +++ b/data/packs/rollable-tables.db/!tables.results!Ji8vkF8Lj0ZFMnBO.zYwjhDI2rcphWUO9.json @@ -10,6 +10,6 @@ 10 ], "text": "[[/r 3d10]] / @UUID[Compendium.shadowdark.spell-effects.SN9lU9LUViWo1Plm]{Paralyze}", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.1DWLP6qu4lWncPgj.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.1DWLP6qu4lWncPgj.json index 904c4dcb..a4caa8c7 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.1DWLP6qu4lWncPgj.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.1DWLP6qu4lWncPgj.json @@ -10,6 +10,6 @@ 29 ], "text": "A fortune-telling witch speaks true omens and portents", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.4QEZAiKdYf1W8ftu.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.4QEZAiKdYf1W8ftu.json index 825c7f4c..6d281119 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.4QEZAiKdYf1W8ftu.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.4QEZAiKdYf1W8ftu.json @@ -10,6 +10,6 @@ 39 ], "text": "The lost Jewel of Barbalt is hidden in the Howling Caves", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.5kTRYjkh2Sv4QnLn.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.5kTRYjkh2Sv4QnLn.json index 89aa693d..bc8599c8 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.5kTRYjkh2Sv4QnLn.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.5kTRYjkh2Sv4QnLn.json @@ -10,6 +10,6 @@ 27 ], "text": "A crocodile dragged a richly-laden mule into the sewers", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.7W1x6TvODGFC4uzd.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.7W1x6TvODGFC4uzd.json index 1fbfbbb6..4170511c 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.7W1x6TvODGFC4uzd.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.7W1x6TvODGFC4uzd.json @@ -10,6 +10,6 @@ 89 ], "text": "A rival group of crawlers found the map to Jiraal's Hoard", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.9NMSMFlB98oGT4EV.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.9NMSMFlB98oGT4EV.json index 6e4b716d..d58f3eb9 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.9NMSMFlB98oGT4EV.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.9NMSMFlB98oGT4EV.json @@ -10,6 +10,6 @@ 99 ], "text": "The fabled Library of Gehemna appeared outside the city", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.AIqtDe4fUi67Oqmr.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.AIqtDe4fUi67Oqmr.json index ad3f298a..5d87df15 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.AIqtDe4fUi67Oqmr.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.AIqtDe4fUi67Oqmr.json @@ -10,6 +10,6 @@ 49 ], "text": "Harpies keep watch from the cliffs around Diridia's Tomb", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.B4H6xpSlTsDNCLYz.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.B4H6xpSlTsDNCLYz.json index c2ff8ace..469be6a8 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.B4H6xpSlTsDNCLYz.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.B4H6xpSlTsDNCLYz.json @@ -10,6 +10,6 @@ 5 ], "text": "The local ruler has placed a 2,000 gp bounty on your heads", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Bj2VjnHRoxXtIZRh.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Bj2VjnHRoxXtIZRh.json index 67472401..f2bee8de 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Bj2VjnHRoxXtIZRh.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Bj2VjnHRoxXtIZRh.json @@ -10,6 +10,6 @@ 87 ], "text": "Windstorms uncovered a stone monolith in the desert", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Cjh10oelUB3RG1P8.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Cjh10oelUB3RG1P8.json index 580cf3dc..61493493 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Cjh10oelUB3RG1P8.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Cjh10oelUB3RG1P8.json @@ -10,6 +10,6 @@ 11 ], "text": "Lizardfolk have been raiding caravans near the swamp", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Dc50WQCqc87G3eD1.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Dc50WQCqc87G3eD1.json index 0fdc982e..61abf74f 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Dc50WQCqc87G3eD1.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Dc50WQCqc87G3eD1.json @@ -10,6 +10,6 @@ 15 ], "text": "An earthquake uncovered a ruin inside a deep rift", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.EainBx3SmsDrZafc.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.EainBx3SmsDrZafc.json index a35102b8..95d49412 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.EainBx3SmsDrZafc.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.EainBx3SmsDrZafc.json @@ -10,6 +10,6 @@ 85 ], "text": "The Thieves' Guild is about to attack a rival merchant lord", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FDuz8VZVNqKa01kG.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FDuz8VZVNqKa01kG.json index ad739df2..30e97106 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FDuz8VZVNqKa01kG.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FDuz8VZVNqKa01kG.json @@ -10,6 +10,6 @@ 23 ], "text": "A Captain of the Guard has been taken hostage by thugs", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FqQUxlYAvtiRPy2H.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FqQUxlYAvtiRPy2H.json index d3a6c41a..91ab428f 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FqQUxlYAvtiRPy2H.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.FqQUxlYAvtiRPy2H.json @@ -10,6 +10,6 @@ 97 ], "text": "A Chaos Knight's tomb has been found beneath a temple", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.GNHPpqeTw0Yhfryv.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.GNHPpqeTw0Yhfryv.json index 0515b998..7d47c1a3 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.GNHPpqeTw0Yhfryv.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.GNHPpqeTw0Yhfryv.json @@ -10,6 +10,6 @@ 31 ], "text": "Every full moon, the Prancing Unicorn's larder is robbed", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IZChEeMtBlQIX5bd.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IZChEeMtBlQIX5bd.json index e4ab3a49..b884cd76 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IZChEeMtBlQIX5bd.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IZChEeMtBlQIX5bd.json @@ -10,6 +10,6 @@ 21 ], "text": "Those who survive the Trial of the Lotus gain a strange gift", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IznEzC3q4bZfpBbS.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IznEzC3q4bZfpBbS.json index e60f36ac..55eeb800 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IznEzC3q4bZfpBbS.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.IznEzC3q4bZfpBbS.json @@ -10,6 +10,6 @@ 41 ], "text": "A dwarven mining team has uncovered a tentacled statue", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NLBs5DZrQoomQih5.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NLBs5DZrQoomQih5.json index 1a8dca97..321369a9 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NLBs5DZrQoomQih5.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NLBs5DZrQoomQih5.json @@ -10,6 +10,6 @@ 43 ], "text": "The Red Owl tavern has a trapdoor to the Shadowdark", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NZmlOJS6dQJ0CUip.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NZmlOJS6dQJ0CUip.json index c69c09c9..4ca1d8e7 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NZmlOJS6dQJ0CUip.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.NZmlOJS6dQJ0CUip.json @@ -10,6 +10,6 @@ 61 ], "text": "A local lord has somehow been stranded atop a high roof", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.OxtbrWHDjIK763N7.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.OxtbrWHDjIK763N7.json index dbe87d0f..a4fa095a 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.OxtbrWHDjIK763N7.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.OxtbrWHDjIK763N7.json @@ -10,6 +10,6 @@ 93 ], "text": "The Ophidian Armor is in Ekmara's Keep in the wasteland", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.PUbQnMDHWWwbyUTd.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.PUbQnMDHWWwbyUTd.json index 8b2f907d..0057f26f 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.PUbQnMDHWWwbyUTd.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.PUbQnMDHWWwbyUTd.json @@ -10,6 +10,6 @@ 25 ], "text": "The Crystal Caves are home to a cult of psychic sorcerers", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QHYJ1w9PoaDg9qqo.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QHYJ1w9PoaDg9qqo.json index 64e3a797..9778235e 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QHYJ1w9PoaDg9qqo.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QHYJ1w9PoaDg9qqo.json @@ -10,6 +10,6 @@ 77 ], "text": "A famous gambler will bet a ruby on a Wizard Thief game", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QJfn5kyj8U4ZMNj0.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QJfn5kyj8U4ZMNj0.json index dc41ac9e..ed2f0617 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QJfn5kyj8U4ZMNj0.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.QJfn5kyj8U4ZMNj0.json @@ -10,6 +10,6 @@ 59 ], "text": "A wizard accidentally let his trio of cockatrices escape", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RCV6HvtrGisJ4fLu.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RCV6HvtrGisJ4fLu.json index 9fb65705..39e16e5e 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RCV6HvtrGisJ4fLu.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RCV6HvtrGisJ4fLu.json @@ -10,6 +10,6 @@ 57 ], "text": "A dying sage is calling for a mighty group of heroes", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RRWpYDOPKoWPt5qZ.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RRWpYDOPKoWPt5qZ.json index 8c7b30ab..6c5ba895 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RRWpYDOPKoWPt5qZ.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.RRWpYDOPKoWPt5qZ.json @@ -10,6 +10,6 @@ 37 ], "text": "Fire will not light or burn within sight of the Lion Fountain", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.SuMD0iHWC5BRNEsi.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.SuMD0iHWC5BRNEsi.json index 763422b7..f29c2c95 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.SuMD0iHWC5BRNEsi.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.SuMD0iHWC5BRNEsi.json @@ -10,6 +10,6 @@ 63 ], "text": "Bartomeu the Pirate Prince will be hanged at noon", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.UcbJZedrl1FInkva.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.UcbJZedrl1FInkva.json index dbb45b0d..f6d01424 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.UcbJZedrl1FInkva.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.UcbJZedrl1FInkva.json @@ -10,6 +10,6 @@ 13 ], "text": "Armored skeletons are roaming the misty graveyard", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V1tXTqx5nqR4m5et.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V1tXTqx5nqR4m5et.json index 150d7eda..1265e84e 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V1tXTqx5nqR4m5et.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V1tXTqx5nqR4m5et.json @@ -10,6 +10,6 @@ 83 ], "text": "An abandoned wizard's tower is full of clockwork creatures", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V4zcMs8UEs1Z81lX.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V4zcMs8UEs1Z81lX.json index 7497b4ae..a3d1d963 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V4zcMs8UEs1Z81lX.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.V4zcMs8UEs1Z81lX.json @@ -10,6 +10,6 @@ 100 ], "text": "The dragon Ixamir has awoken from her 200-year slumber", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Y0CTCVTFPdS6v9Df.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Y0CTCVTFPdS6v9Df.json index e7ed691a..1416e6a4 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Y0CTCVTFPdS6v9Df.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.Y0CTCVTFPdS6v9Df.json @@ -10,6 +10,6 @@ 7 ], "text": "The cult of Shune is planning a fiery coup at midnight", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.dM0U2mgtvBKvUKh4.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.dM0U2mgtvBKvUKh4.json index 520b413d..41c081c7 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.dM0U2mgtvBKvUKh4.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.dM0U2mgtvBKvUKh4.json @@ -10,6 +10,6 @@ 75 ], "text": "The cyclopean ruins of Tal-Yool lie deep within the forest", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.eXvQB96fJIX2TTTU.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.eXvQB96fJIX2TTTU.json index 74bca97b..71113916 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.eXvQB96fJIX2TTTU.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.eXvQB96fJIX2TTTU.json @@ -10,6 +10,6 @@ 95 ], "text": "The princess has been kidnapped by a group of sorcerers", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.er2Myx3pfBPSR4uq.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.er2Myx3pfBPSR4uq.json index cc6a2bd6..b8a38ab3 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.er2Myx3pfBPSR4uq.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.er2Myx3pfBPSR4uq.json @@ -10,6 +10,6 @@ 47 ], "text": "Three thieves just pulled off a gemstone heist nearby", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.gp4nHWElOIrQVDp1.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.gp4nHWElOIrQVDp1.json index 1c367279..fc6785ca 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.gp4nHWElOIrQVDp1.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.gp4nHWElOIrQVDp1.json @@ -10,6 +10,6 @@ 71 ], "text": "The Church of St. Terragnis will pay for the return of a relic", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.iOsyIjr02kGXfTrJ.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.iOsyIjr02kGXfTrJ.json index 7bac3b8c..aa690661 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.iOsyIjr02kGXfTrJ.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.iOsyIjr02kGXfTrJ.json @@ -10,6 +10,6 @@ 73 ], "text": "A volcanic eruption revealed tunnels in the caldera's walls", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.kgj2Esiwy4YorWNI.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.kgj2Esiwy4YorWNI.json index 97d459ed..22cf002e 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.kgj2Esiwy4YorWNI.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.kgj2Esiwy4YorWNI.json @@ -10,6 +10,6 @@ 91 ], "text": "A monstrosity called The Oracle lurks below the university", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lUGYyRTv3DekkRUJ.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lUGYyRTv3DekkRUJ.json index 07573a3c..fcced637 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lUGYyRTv3DekkRUJ.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lUGYyRTv3DekkRUJ.json @@ -10,6 +10,6 @@ 81 ], "text": "Gravediggers found a chained coffin in an unmarked plot", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.liK5UCP9gIbIBbYB.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.liK5UCP9gIbIBbYB.json index 34ab6668..5d73dfda 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.liK5UCP9gIbIBbYB.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.liK5UCP9gIbIBbYB.json @@ -10,6 +10,6 @@ 9 ], "text": "An ancient, stone door has been found in the castle cellar", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lkPhcVn4Cqjo3lXH.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lkPhcVn4Cqjo3lXH.json index 536cf410..fd06dc26 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lkPhcVn4Cqjo3lXH.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lkPhcVn4Cqjo3lXH.json @@ -10,6 +10,6 @@ 3 ], "text": "A team of assassins is on its way to kill your group", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lvXf0H1a8rjZjEX1.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lvXf0H1a8rjZjEX1.json index 60defe20..6e4893ed 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lvXf0H1a8rjZjEX1.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.lvXf0H1a8rjZjEX1.json @@ -10,6 +10,6 @@ 79 ], "text": "The Moon Druids will bless a sword used to slay a werewolf", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.m4o9hmboTUcNcQlp.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.m4o9hmboTUcNcQlp.json index 78f3ef2a..0a3152ae 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.m4o9hmboTUcNcQlp.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.m4o9hmboTUcNcQlp.json @@ -10,6 +10,6 @@ 1 ], "text": "An armored beast the size of a ship is rampaging nearby", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.mR6TgWY4m7QNgtnY.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.mR6TgWY4m7QNgtnY.json index f4f54613..47cfa4e7 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.mR6TgWY4m7QNgtnY.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.mR6TgWY4m7QNgtnY.json @@ -10,6 +10,6 @@ 55 ], "text": "Beneath the Red Abbey is the forgotten Barrow of Ur-Din", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.nx5GiVHmncM0KGfJ.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.nx5GiVHmncM0KGfJ.json index bbcec11e..a11d76f9 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.nx5GiVHmncM0KGfJ.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.nx5GiVHmncM0KGfJ.json @@ -10,6 +10,6 @@ 65 ], "text": "Goblin spelunkers found an underground cathedral", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.rsgSnyQDqptZSR15.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.rsgSnyQDqptZSR15.json index 7b1c1b90..4c9b3521 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.rsgSnyQDqptZSR15.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.rsgSnyQDqptZSR15.json @@ -10,6 +10,6 @@ 67 ], "text": "A Kytherian Cog was lost in the sea near Myrkhos", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.s8Rm4t3Ys9222npg.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.s8Rm4t3Ys9222npg.json index 28619366..ac391fb4 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.s8Rm4t3Ys9222npg.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.s8Rm4t3Ys9222npg.json @@ -10,6 +10,6 @@ 17 ], "text": "A warband of orcs has taken over an abandoned keep", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.sMxvLDXLOZ2w5Xfs.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.sMxvLDXLOZ2w5Xfs.json index dc5305c5..1e2415d9 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.sMxvLDXLOZ2w5Xfs.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.sMxvLDXLOZ2w5Xfs.json @@ -10,6 +10,6 @@ 35 ], "text": "A glowing meteor crashed deep inside the marshlands", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.vxW5e24pKfDESToH.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.vxW5e24pKfDESToH.json index f8f09c81..926f4b46 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.vxW5e24pKfDESToH.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.vxW5e24pKfDESToH.json @@ -10,6 +10,6 @@ 33 ], "text": "A famous group of crawlers hasn't returned from a delve", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wkthsQPGmi3aNvuK.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wkthsQPGmi3aNvuK.json index 579b0d0d..36c95f21 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wkthsQPGmi3aNvuK.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wkthsQPGmi3aNvuK.json @@ -10,6 +10,6 @@ 45 ], "text": "Viperian warriors guard a shrine to a medusa in the jungle", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wrlz4ZRrbJVKKmjn.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wrlz4ZRrbJVKKmjn.json index 48fa1bb7..099d4224 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wrlz4ZRrbJVKKmjn.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.wrlz4ZRrbJVKKmjn.json @@ -10,6 +10,6 @@ 53 ], "text": "A gorgon stalks the ruins of the Underhill Halls", - "type": 0, + "type": "text", "weight": 4 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zEdSgu3fYUl75UKB.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zEdSgu3fYUl75UKB.json index 568b08ab..a7e5b6f9 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zEdSgu3fYUl75UKB.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zEdSgu3fYUl75UKB.json @@ -10,6 +10,6 @@ 19 ], "text": "There is a hall of golden statues underneath the well", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zPXHo3NNCH6RthQB.json b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zPXHo3NNCH6RthQB.json index 40a451c3..8eef03c5 100644 --- a/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zPXHo3NNCH6RthQB.json +++ b/data/packs/rollable-tables.db/!tables.results!MlSMyJcXaJWuZ56O.zPXHo3NNCH6RthQB.json @@ -10,6 +10,6 @@ 69 ], "text": "Rare and valuable mushrooms grow inside an old crypt", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.75GJHt36EtuofTvq.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.75GJHt36EtuofTvq.json index 2619f086..39dd0d19 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.75GJHt36EtuofTvq.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.75GJHt36EtuofTvq.json @@ -10,6 +10,6 @@ 7 ], "text": "Spell worm! You lose the ability to cast a random spell on each of your turns until you pass a DC 12 Constitution check. You regain the ability to cast those spells after completing a rest", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.8wXIzpo54QsbWBxT.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.8wXIzpo54QsbWBxT.json index fcff47a8..9b0c4092 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.8wXIzpo54QsbWBxT.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.8wXIzpo54QsbWBxT.json @@ -10,6 +10,6 @@ 11 ], "text": "Energy surge! You glow bright purple for 10 rounds, granting enemies advantage on attacks against you", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.EI6osFZJ0JTXPNFP.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.EI6osFZJ0JTXPNFP.json index 66de5828..b4c71f62 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.EI6osFZJ0JTXPNFP.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.EI6osFZJ0JTXPNFP.json @@ -10,6 +10,6 @@ 8 ], "text": "Harmonic failure! You lose the ability to cast a random spell until you complete a rest", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.FL0DEM3DhRGbv4AG.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.FL0DEM3DhRGbv4AG.json index 35b8ad79..5c4b2bdf 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.FL0DEM3DhRGbv4AG.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.FL0DEM3DhRGbv4AG.json @@ -10,6 +10,6 @@ 9 ], "text": "Poof! You suppress all light within a near distance from you, including sunlight and magical light, for 10 rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.M8VKYie0UBgGPGRB.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.M8VKYie0UBgGPGRB.json index 762e3da7..844009b3 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.M8VKYie0UBgGPGRB.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.M8VKYie0UBgGPGRB.json @@ -10,6 +10,6 @@ 10 ], "text": "The horror! You scream uncontrollably for 3 rounds in Primordial, drawing lots of attention", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.PxVizZdjigztf4UH.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.PxVizZdjigztf4UH.json index 61bf4d36..ce70e332 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.PxVizZdjigztf4UH.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.PxVizZdjigztf4UH.json @@ -10,6 +10,6 @@ 5 ], "text": "Mind wound! You can't cast this spell again for a week", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.S2SRrlxctDoHACm1.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.S2SRrlxctDoHACm1.json index 1bceb6c4..d1c832ca 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.S2SRrlxctDoHACm1.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.S2SRrlxctDoHACm1.json @@ -10,6 +10,6 @@ 4 ], "text": "Your hand slipped! You target a random ally with the spell", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.b4iC8LuRcPRGE4at.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.b4iC8LuRcPRGE4at.json index 128f7ff5..7c5b57e9 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.b4iC8LuRcPRGE4at.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.b4iC8LuRcPRGE4at.json @@ -10,6 +10,6 @@ 3 ], "text": "Refraction! You target yourself with the spell", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.bhGIFPdpt9gUJAny.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.bhGIFPdpt9gUJAny.json index cbf66af3..221668f3 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.bhGIFPdpt9gUJAny.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.bhGIFPdpt9gUJAny.json @@ -10,6 +10,6 @@ 12 ], "text": "Unstable conduit! You have disadvantage on casting spells of the same tier for 10 rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.e3Y6IBqetlQqrwnw.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.e3Y6IBqetlQqrwnw.json index c8606f4f..d14decac 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.e3Y6IBqetlQqrwnw.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.e3Y6IBqetlQqrwnw.json @@ -10,6 +10,6 @@ 6 ], "text": "Discorporation! One random piece of your gear disappears forever", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.mSXl6A8WKJmVkGjO.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.mSXl6A8WKJmVkGjO.json index fcafb010..36c29735 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.mSXl6A8WKJmVkGjO.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.mSXl6A8WKJmVkGjO.json @@ -10,6 +10,6 @@ 2 ], "text": "Explosion! You take [[/r 1d8]] damage", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.nJ0VC8CPWGRjVnGf.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.nJ0VC8CPWGRjVnGf.json index cf79e883..1e501b25 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.nJ0VC8CPWGRjVnGf.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.nJ0VC8CPWGRjVnGf.json @@ -10,6 +10,6 @@ 1 ], "text": "Wizard Mishap Tier 1-2", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.t1IT7UBVnDsVcBhm.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.t1IT7UBVnDsVcBhm.json index d5662a04..673099a4 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.t1IT7UBVnDsVcBhm.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.t1IT7UBVnDsVcBhm.json @@ -10,6 +10,6 @@ 1 ], "text": "Devastation! Roll twice and combine both effects (reroll any further 1s).", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.y1lafduW3hINmggm.json b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.y1lafduW3hINmggm.json index 0da7cf8e..e8201700 100644 --- a/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.y1lafduW3hINmggm.json +++ b/data/packs/rollable-tables.db/!tables.results!NiiJKAiBjpPAj5U1.y1lafduW3hINmggm.json @@ -10,6 +10,6 @@ 1 ], "text": "Wizard Mishap Tier 1-2", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.0HzAqoixC4juRqFc.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.0HzAqoixC4juRqFc.json index c97c222b..43d21ef3 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.0HzAqoixC4juRqFc.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.0HzAqoixC4juRqFc.json @@ -10,6 +10,6 @@ 11 ], "text": "Scroll", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.50BtdNjlBy77VnvK.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.50BtdNjlBy77VnvK.json index 2206e271..1b474a0c 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.50BtdNjlBy77VnvK.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.50BtdNjlBy77VnvK.json @@ -10,6 +10,6 @@ 20 ], "text": "Elixir", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.9jTVBNV3Mys95S6e.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.9jTVBNV3Mys95S6e.json index 4929419b..865c204d 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.9jTVBNV3Mys95S6e.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.9jTVBNV3Mys95S6e.json @@ -10,6 +10,6 @@ 14 ], "text": "Sword", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.A205bYl0kOoEUxfy.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.A205bYl0kOoEUxfy.json index 14ce67d6..1b929aa0 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.A205bYl0kOoEUxfy.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.A205bYl0kOoEUxfy.json @@ -10,6 +10,6 @@ 8 ], "text": "Tome", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.AaS5ZulkjlbOinMu.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.AaS5ZulkjlbOinMu.json index 1bcad11b..32142456 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.AaS5ZulkjlbOinMu.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.AaS5ZulkjlbOinMu.json @@ -10,6 +10,6 @@ 3 ], "text": "Rite", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.At9G5H7q9k4Uj9xP.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.At9G5H7q9k4Uj9xP.json index 69ee76e3..7b8749d0 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.At9G5H7q9k4Uj9xP.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.At9G5H7q9k4Uj9xP.json @@ -10,6 +10,6 @@ 10 ], "text": "Staff", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Foh9VNGQlBhBnnRu.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Foh9VNGQlBhBnnRu.json index cdbfd8d9..0b170e68 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Foh9VNGQlBhBnnRu.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Foh9VNGQlBhBnnRu.json @@ -10,6 +10,6 @@ 6 ], "text": "Wand", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.H3VxVLcdFh68qFe8.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.H3VxVLcdFh68qFe8.json index 99cfc323..7011c124 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.H3VxVLcdFh68qFe8.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.H3VxVLcdFh68qFe8.json @@ -10,6 +10,6 @@ 13 ], "text": "Bow", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.KGVNQLSqnCEb5jFJ.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.KGVNQLSqnCEb5jFJ.json index 6b925cef..c966baa5 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.KGVNQLSqnCEb5jFJ.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.KGVNQLSqnCEb5jFJ.json @@ -10,6 +10,6 @@ 9 ], "text": "Litany", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.NU87l4O8aaQoiLkZ.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.NU87l4O8aaQoiLkZ.json index 793e5da1..25006391 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.NU87l4O8aaQoiLkZ.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.NU87l4O8aaQoiLkZ.json @@ -10,6 +10,6 @@ 1 ], "text": "Blade", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Sd335i1gfTNPXjZa.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Sd335i1gfTNPXjZa.json index f1d318ea..e08989ff 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Sd335i1gfTNPXjZa.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.Sd335i1gfTNPXjZa.json @@ -10,6 +10,6 @@ 15 ], "text": "Shield", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.awC49RzaIjSh5iM5.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.awC49RzaIjSh5iM5.json index ef10d8a5..819d7be6 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.awC49RzaIjSh5iM5.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.awC49RzaIjSh5iM5.json @@ -10,6 +10,6 @@ 12 ], "text": "Skull", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ek0JQB28ubJKskAG.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ek0JQB28ubJKskAG.json index 1af5ebd8..859fd5f0 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ek0JQB28ubJKskAG.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ek0JQB28ubJKskAG.json @@ -10,6 +10,6 @@ 17 ], "text": "Armor", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.fos6F7xK6RvVrnFQ.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.fos6F7xK6RvVrnFQ.json index 59ea0806..122a5fe1 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.fos6F7xK6RvVrnFQ.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.fos6F7xK6RvVrnFQ.json @@ -10,6 +10,6 @@ 18 ], "text": "Orb", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.gGNUylJoz4c5sxIi.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.gGNUylJoz4c5sxIi.json index f1bcbd23..18bab75d 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.gGNUylJoz4c5sxIi.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.gGNUylJoz4c5sxIi.json @@ -10,6 +10,6 @@ 16 ], "text": "Dagger", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nFO6CLacDPwVQVac.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nFO6CLacDPwVQVac.json index 917e8901..df573c17 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nFO6CLacDPwVQVac.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nFO6CLacDPwVQVac.json @@ -10,6 +10,6 @@ 19 ], "text": "Eye", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nMDxeBylOVuoLuCc.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nMDxeBylOVuoLuCc.json index cb9f1595..1ed45173 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nMDxeBylOVuoLuCc.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.nMDxeBylOVuoLuCc.json @@ -10,6 +10,6 @@ 2 ], "text": "Poultice", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ushm8QFA9VJnjAZm.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ushm8QFA9VJnjAZm.json index d45ebf84..54bfecc3 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ushm8QFA9VJnjAZm.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.ushm8QFA9VJnjAZm.json @@ -10,6 +10,6 @@ 7 ], "text": "Cape", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.vBRS0PO7dddUflXr.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.vBRS0PO7dddUflXr.json index baf6e879..4eed2f67 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.vBRS0PO7dddUflXr.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.vBRS0PO7dddUflXr.json @@ -10,6 +10,6 @@ 5 ], "text": "Hammer", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.x1WjiYxpegKSi4gn.json b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.x1WjiYxpegKSi4gn.json index 9c24fff2..7f27ee62 100644 --- a/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.x1WjiYxpegKSi4gn.json +++ b/data/packs/rollable-tables.db/!tables.results!OQWo5AQe0XOcVWjD.x1WjiYxpegKSi4gn.json @@ -10,6 +10,6 @@ 4 ], "text": "Axe", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.02u3F4H6BdmJ6GnR.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.02u3F4H6BdmJ6GnR.json index 86e2e1d7..ad3163ac 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.02u3F4H6BdmJ6GnR.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.02u3F4H6BdmJ6GnR.json @@ -10,6 +10,6 @@ 4 ], "text": "Lenk", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.07hC2FtKL7J4xyAX.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.07hC2FtKL7J4xyAX.json index cb2884f1..d7712fbe 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.07hC2FtKL7J4xyAX.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.07hC2FtKL7J4xyAX.json @@ -10,6 +10,6 @@ 3 ], "text": "Nix", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.2VO4lQQE8rLYszSi.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.2VO4lQQE8rLYszSi.json index 23b20cc6..813da6a2 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.2VO4lQQE8rLYszSi.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.2VO4lQQE8rLYszSi.json @@ -10,6 +10,6 @@ 15 ], "text": "Nibs", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4vHcsNS6ovJkHKr3.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4vHcsNS6ovJkHKr3.json index cbacdf0d..f94f60bc 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4vHcsNS6ovJkHKr3.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4vHcsNS6ovJkHKr3.json @@ -10,6 +10,6 @@ 6 ], "text": "Fitz", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4wpoQyNe8GuQ1Cov.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4wpoQyNe8GuQ1Cov.json index 2a1a13d7..7244e749 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4wpoQyNe8GuQ1Cov.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.4wpoQyNe8GuQ1Cov.json @@ -10,6 +10,6 @@ 13 ], "text": "Yark", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5WnDfr2DU5lVXDUA.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5WnDfr2DU5lVXDUA.json index e4b84266..4a3f1069 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5WnDfr2DU5lVXDUA.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5WnDfr2DU5lVXDUA.json @@ -10,6 +10,6 @@ 1 ], "text": "Iggs", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5hQn1AQjIVD9AYeA.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5hQn1AQjIVD9AYeA.json index f29b6a12..bdee3e7d 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5hQn1AQjIVD9AYeA.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.5hQn1AQjIVD9AYeA.json @@ -10,6 +10,6 @@ 20 ], "text": "Grix", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.DYxXYX5BTGQWf5Xl.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.DYxXYX5BTGQWf5Xl.json index 40dbffb1..c6049040 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.DYxXYX5BTGQWf5Xl.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.DYxXYX5BTGQWf5Xl.json @@ -10,6 +10,6 @@ 8 ], "text": "Riggs", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.GAlNquwOjmC2K4OJ.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.GAlNquwOjmC2K4OJ.json index eb066fe3..f6c44057 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.GAlNquwOjmC2K4OJ.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.GAlNquwOjmC2K4OJ.json @@ -10,6 +10,6 @@ 17 ], "text": "Fink", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.I7tTrq57enqQ2kpa.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.I7tTrq57enqQ2kpa.json index bc83e08c..aab730d0 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.I7tTrq57enqQ2kpa.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.I7tTrq57enqQ2kpa.json @@ -10,6 +10,6 @@ 9 ], "text": "Prim", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.Kmc66GAnWatYdZyk.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.Kmc66GAnWatYdZyk.json index b228808c..2e625340 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.Kmc66GAnWatYdZyk.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.Kmc66GAnWatYdZyk.json @@ -10,6 +10,6 @@ 18 ], "text": "Rizzo", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LleYPm4ZgPmtI0TT.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LleYPm4ZgPmtI0TT.json index a560d0a9..b58ee6fe 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LleYPm4ZgPmtI0TT.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LleYPm4ZgPmtI0TT.json @@ -10,6 +10,6 @@ 19 ], "text": "Squib", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LqbwoWV3FQMlI13y.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LqbwoWV3FQMlI13y.json index b42dedf8..e134e800 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LqbwoWV3FQMlI13y.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.LqbwoWV3FQMlI13y.json @@ -10,6 +10,6 @@ 2 ], "text": "Tark", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.YMvlD7h8MLzMa4xI.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.YMvlD7h8MLzMa4xI.json index 611896c1..0a380f44 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.YMvlD7h8MLzMa4xI.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.YMvlD7h8MLzMa4xI.json @@ -10,6 +10,6 @@ 5 ], "text": "Roke", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ZhHVuvwoEqOGc1NI.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ZhHVuvwoEqOGc1NI.json index 7e3c977d..a523d835 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ZhHVuvwoEqOGc1NI.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ZhHVuvwoEqOGc1NI.json @@ -10,6 +10,6 @@ 10 ], "text": "Zeb", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ktSacWU7kfH1hOfa.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ktSacWU7kfH1hOfa.json index 8c8e0076..985a4984 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ktSacWU7kfH1hOfa.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.ktSacWU7kfH1hOfa.json @@ -10,6 +10,6 @@ 14 ], "text": "Deeg", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.q4tuhnaCUIR9RFGb.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.q4tuhnaCUIR9RFGb.json index e64ea1d1..3e808d3e 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.q4tuhnaCUIR9RFGb.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.q4tuhnaCUIR9RFGb.json @@ -10,6 +10,6 @@ 11 ], "text": "Finn", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.sbs6be5eE1SxEZcg.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.sbs6be5eE1SxEZcg.json index eda3fa89..3885b0a5 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.sbs6be5eE1SxEZcg.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.sbs6be5eE1SxEZcg.json @@ -10,6 +10,6 @@ 16 ], "text": "Brak", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.seEDUHQUbYnkn3mN.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.seEDUHQUbYnkn3mN.json index bae6c4ef..51f5e1d1 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.seEDUHQUbYnkn3mN.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.seEDUHQUbYnkn3mN.json @@ -10,6 +10,6 @@ 12 ], "text": "Borg", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.vS3GU3sKBUFtI38Y.json b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.vS3GU3sKBUFtI38Y.json index 8a1e2685..bf4afb85 100644 --- a/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.vS3GU3sKBUFtI38Y.json +++ b/data/packs/rollable-tables.db/!tables.results!PCDY6HMLaToPHurV.vS3GU3sKBUFtI38Y.json @@ -10,6 +10,6 @@ 7 ], "text": "Tila", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.2mWuQ0w0JWZl7Xpu.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.2mWuQ0w0JWZl7Xpu.json index 252f425c..dc217cc9 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.2mWuQ0w0JWZl7Xpu.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.2mWuQ0w0JWZl7Xpu.json @@ -10,6 +10,6 @@ 97 ], "text": "A @UUID[Compendium.shadowdark.monsters.c3Nvj86e0Layz3NG]{Minotaur} guides a mysterious merchant along a path", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.3pRG7fxQRXBojepq.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.3pRG7fxQRXBojepq.json index 81f20211..d46e0323 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.3pRG7fxQRXBojepq.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.3pRG7fxQRXBojepq.json @@ -10,6 +10,6 @@ 69 ], "text": "A @UUID[Compendium.shadowdark.monsters.rwE58nsTLAG7pW1u]{Swarm of Spiders} surges out of a gauzy egg sack", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.4AUTqIIM1oyuSakC.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.4AUTqIIM1oyuSakC.json index 5f982192..7d6b9ca5 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.4AUTqIIM1oyuSakC.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.4AUTqIIM1oyuSakC.json @@ -10,6 +10,6 @@ 11 ], "text": "A legless suit of @UUID[Compendium.shadowdark.monsters.qSeHWgP59WltutCz]{Animated Armor} pulls itself along the floor", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.5PnKd7vcRy7OpaTp.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.5PnKd7vcRy7OpaTp.json index a97e836d..1a6e57b8 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.5PnKd7vcRy7OpaTp.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.5PnKd7vcRy7OpaTp.json @@ -10,6 +10,6 @@ 75 ], "text": "[[/r 2d4]]@UUID[Compendium.shadowdark.monsters.EJ94w4A9mb9ETSGA]{Giant Bats} roost on the ceiling; light disturbs them", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.87Tv3yNl0DlQGdww.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.87Tv3yNl0DlQGdww.json index 2c4e2ba0..d6037791 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.87Tv3yNl0DlQGdww.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.87Tv3yNl0DlQGdww.json @@ -10,6 +10,6 @@ 27 ], "text": "An @UUID[Compendium.shadowdark.monsters.QErMaMVIbddgk9MX]{Ochre Jelly} hides inside a pond or sinkhole", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.8vnVSnCaccSGcbxD.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.8vnVSnCaccSGcbxD.json index f584d49c..1e4194af 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.8vnVSnCaccSGcbxD.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.8vnVSnCaccSGcbxD.json @@ -10,6 +10,6 @@ 31 ], "text": "[[/r 2d4]] @UUID[Compendium.shadowdark.monsters.AMSI3MCLvpcZpJPO]{Bandits} shutter lanterns and set up a hasty ambush", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9DH4iei90ecfMNjb.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9DH4iei90ecfMNjb.json index 6990d7aa..c38f4146 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9DH4iei90ecfMNjb.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9DH4iei90ecfMNjb.json @@ -10,6 +10,6 @@ 59 ], "text": "Rival crawlers escort a frail noble tourist on an \"adventure\"", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9PXpblnDiaoomi1j.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9PXpblnDiaoomi1j.json index da496502..283cd0b1 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9PXpblnDiaoomi1j.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9PXpblnDiaoomi1j.json @@ -10,6 +10,6 @@ 9 ], "text": "[[/r 1d6]] @UUID[Compendium.shadowdark.monsters.qISCrzLvHr4uQ9Q8]{Rust Monsters} swarm a crack bubbling with mercury", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9YD7Wi8autHajycy.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9YD7Wi8autHajycy.json index cc80fc28..9251c350 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9YD7Wi8autHajycy.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9YD7Wi8autHajycy.json @@ -10,6 +10,6 @@ 100 ], "text": "The body of a dead crawler holds a random magic item", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9dEznuemkLTLmhYp.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9dEznuemkLTLmhYp.json index 2dc94773..ab7b8c9c 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9dEznuemkLTLmhYp.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9dEznuemkLTLmhYp.json @@ -10,6 +10,6 @@ 3 ], "text": "A silent @UUID[Compendium.shadowdark.monsters.udRspLiTyURGmLav]{Gelatinous Cube} sweeps up a corridor", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9iUqJ0hZWqU3CCmf.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9iUqJ0hZWqU3CCmf.json index b1e57515..0847973f 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9iUqJ0hZWqU3CCmf.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.9iUqJ0hZWqU3CCmf.json @@ -10,6 +10,6 @@ 33 ], "text": "Three @UUID[Compendium.shadowdark.monsters.I7CMFbyFmFHVwE5U]{Goblins} toughen each other's skulls with frying pans", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Aebea7WwN9xB0ajX.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Aebea7WwN9xB0ajX.json index b410e769..76ce9ba9 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Aebea7WwN9xB0ajX.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Aebea7WwN9xB0ajX.json @@ -10,6 +10,6 @@ 37 ], "text": "A gas leak causes all light sources to explode and go out", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Ds7n8HhTykEQVYuY.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Ds7n8HhTykEQVYuY.json index 96883c4b..09114ed0 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Ds7n8HhTykEQVYuY.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.Ds7n8HhTykEQVYuY.json @@ -10,6 +10,6 @@ 15 ], "text": "A chalk note on the wall: \"Karov, we'll be at the Loyal Hog\"", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.ENBMi3hHnPMzE9SM.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.ENBMi3hHnPMzE9SM.json index 77af93f6..19352ca9 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.ENBMi3hHnPMzE9SM.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.ENBMi3hHnPMzE9SM.json @@ -10,6 +10,6 @@ 13 ], "text": "A groaning wall collapses at the slightest touch", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.EfaKoCEm6iQUfoI6.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.EfaKoCEm6iQUfoI6.json index 0e6002cb..f9e3bae7 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.EfaKoCEm6iQUfoI6.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.EfaKoCEm6iQUfoI6.json @@ -10,6 +10,6 @@ 87 ], "text": "A @UUID[Compendium.shadowdark.monsters.zLDg6vIYEj4wB0lQ]{Stone Golem} endlessly stacks the same rocks into piles", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.G1lkaYji8pjRvksh.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.G1lkaYji8pjRvksh.json index 22f4864c..bd4911fd 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.G1lkaYji8pjRvksh.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.G1lkaYji8pjRvksh.json @@ -10,6 +10,6 @@ 43 ], "text": "A wounded NPC staggers up to the PCs and begs for help", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GAseV1QQJjuvRVUI.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GAseV1QQJjuvRVUI.json index e5be8360..9945a10b 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GAseV1QQJjuvRVUI.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GAseV1QQJjuvRVUI.json @@ -10,6 +10,6 @@ 95 ], "text": "A recent campfire still burns with glowing cinders", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GG63tQrSd7W4hAlU.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GG63tQrSd7W4hAlU.json index afee2566..1fc38c55 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GG63tQrSd7W4hAlU.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.GG63tQrSd7W4hAlU.json @@ -10,6 +10,6 @@ 73 ], "text": "[[/r 1d6]] @UUID[Compendium.shadowdark.monsters.I7CMFbyFmFHVwE5U]{Goblins} brawl with [[/r 2d4]] @UUID[Compendium.shadowdark.monsters.BxilUr9Ac6zgekYU]{Kobolds} over a @UUID[Compendium.shadowdark.monsters.Jn5JjEPCUT86txAg]{Grick} carcass", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.HekPkiaU8FFelCNv.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.HekPkiaU8FFelCNv.json index f4761307..05f87c52 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.HekPkiaU8FFelCNv.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.HekPkiaU8FFelCNv.json @@ -10,6 +10,6 @@ 49 ], "text": "A weeping @UUID[Compendium.shadowdark.monsters.LV2ZWlK1qUQz5J4K]{Ghost} floats by, distracted by its own ranting", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.JQ8WHrxCabEcJCGV.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.JQ8WHrxCabEcJCGV.json index c1e85e4e..6ff0c449 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.JQ8WHrxCabEcJCGV.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.JQ8WHrxCabEcJCGV.json @@ -10,6 +10,6 @@ 79 ], "text": "[[/r 1d6]] @UUID[Compendium.shadowdark.monsters..CpHttsoemSoZRiDe]{Cultists} hunt for humanoid bones for a nefarious ritual", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.M50NwNTfPgNfz1Gt.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.M50NwNTfPgNfz1Gt.json index 80b6cd9a..90b74ba8 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.M50NwNTfPgNfz1Gt.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.M50NwNTfPgNfz1Gt.json @@ -10,6 +10,6 @@ 19 ], "text": "The floor collapses into a pit [[/r 1d6*10]] feet deep", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.MNXczdeJO7TWUGAj.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.MNXczdeJO7TWUGAj.json index 477dd58b..34763f94 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.MNXczdeJO7TWUGAj.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.MNXczdeJO7TWUGAj.json @@ -10,6 +10,6 @@ 1 ], "text": "A mutated @UUID[Compendium.shadowdark.monsters.nhKDBbnOnXXTzfBr]{Cave Brute} explodes through a crumbling wall", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.NSXw2JxCczPZLv9a.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.NSXw2JxCczPZLv9a.json index 0dea0079..053e40d7 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.NSXw2JxCczPZLv9a.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.NSXw2JxCczPZLv9a.json @@ -10,6 +10,6 @@ 65 ], "text": "[[/r 2d4]] @UUID[Compendium.shadowdark.monsters.K9M3BA8PlvYWFADe]{Giant Wasps} build a huge, papery nest on the ceiling", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.TQXW7adTiYLTlgO0.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.TQXW7adTiYLTlgO0.json index 5661a29f..2d315868 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.TQXW7adTiYLTlgO0.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.TQXW7adTiYLTlgO0.json @@ -10,6 +10,6 @@ 35 ], "text": "[[/r 2d6]] @UUID[Compendium.shadowdark.monsters.k8tAgECWIzPIStGU]{Beastmen} pummel a giant centipede with rocks", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.UbWOa7xk7UTNppVJ.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.UbWOa7xk7UTNppVJ.json index 46507020..0a486fb4 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.UbWOa7xk7UTNppVJ.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.UbWOa7xk7UTNppVJ.json @@ -10,6 +10,6 @@ 21 ], "text": "A raiding team of [[/r 2d4]] @UUID[Compendium.shadowdark.monsters.uqHIz56KiBwTnbTJ]{Hobgoblins} moves in tight formation", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.VNXLPRaUr8qpXVO2.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.VNXLPRaUr8qpXVO2.json index d3327a58..a191d3b1 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.VNXLPRaUr8qpXVO2.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.VNXLPRaUr8qpXVO2.json @@ -10,6 +10,6 @@ 99 ], "text": "Roll two encounters and combine the results (reroll 98-99)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.XJdimFuk996dIiov.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.XJdimFuk996dIiov.json index 43f9ee63..7314d289 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.XJdimFuk996dIiov.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.XJdimFuk996dIiov.json @@ -10,6 +10,6 @@ 93 ], "text": "[[/r 2d4]] @UUID[Compendium.shadowdark.monsters.j7sQ6Km2jSx5twCC]{Cave Creepers} swarm up the hallway", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.b5BykPXgIz62eE15.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.b5BykPXgIz62eE15.json index fa449b34..6786b865 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.b5BykPXgIz62eE15.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.b5BykPXgIz62eE15.json @@ -10,6 +10,6 @@ 61 ], "text": "[[/r 3d4]] @UUID[Compendium.shadowdark.monsters.I7CMFbyFmFHVwE5U]{Goblin} scavengers barter and trade for odd trinkets", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.bzOTVXRwSmc4TBit.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.bzOTVXRwSmc4TBit.json index 1a36e1e0..140bddeb 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.bzOTVXRwSmc4TBit.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.bzOTVXRwSmc4TBit.json @@ -10,6 +10,6 @@ 99 ], "text": "Ruin Encounters", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.czdsovaXEkCbHRjY.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.czdsovaXEkCbHRjY.json index 65357a70..a6284dd8 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.czdsovaXEkCbHRjY.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.czdsovaXEkCbHRjY.json @@ -10,6 +10,6 @@ 63 ], "text": "[[/r 2d4]] dwarven miners (@UUID[Compendium.shadowdark.monsters.Kw5KEyZVy5ugaTTy]{Soldiers}) shore up a collapsing wall", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.etv8QoKMVul9buwh.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.etv8QoKMVul9buwh.json index 465cc947..1a6365ed 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.etv8QoKMVul9buwh.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.etv8QoKMVul9buwh.json @@ -10,6 +10,6 @@ 89 ], "text": "Two @UUID[Compendium.shadowdark.monsters.0JAEN5FsKjaXXZaA]{Darkmantles} circle each other in a duel of intimidation", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.fYxfqezwrkyWRHZC.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.fYxfqezwrkyWRHZC.json index 277a6e9c..b8272944 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.fYxfqezwrkyWRHZC.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.fYxfqezwrkyWRHZC.json @@ -10,6 +10,6 @@ 53 ], "text": "[[/r 2d4]] @UUID[Compendium.shadowdark.monsters.BxilUr9Ac6zgekYU]{Kobolds} sneak up behind the PCs for a surprise attack", - "type": 0, + "type": "text", "weight": 4 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.g1JsCR7uKVnsgaXD.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.g1JsCR7uKVnsgaXD.json index 264e6e91..c7173eae 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.g1JsCR7uKVnsgaXD.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.g1JsCR7uKVnsgaXD.json @@ -10,6 +10,6 @@ 39 ], "text": "A @UUID[Compendium.shadowdark.monsters.udRspLiTyURGmLav]{Gelatinous Cube} full of handy items is stuck inside a pit", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.h12KW8hoBBdvu2M1.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.h12KW8hoBBdvu2M1.json index fc44144f..907d52a5 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.h12KW8hoBBdvu2M1.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.h12KW8hoBBdvu2M1.json @@ -10,6 +10,6 @@ 23 ], "text": "[[/r 2d4]] web-covered @UUID[Compendium.shadowdark.monsters.cWzG0yEVgIk8ijk6]{Skeletons} form from scattered bones", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.hKISMmDaHYV4LR4F.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.hKISMmDaHYV4LR4F.json index 2c4fe027..2ed5344e 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.hKISMmDaHYV4LR4F.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.hKISMmDaHYV4LR4F.json @@ -10,6 +10,6 @@ 47 ], "text": "A @UUID[Compendium.shadowdark.monsters.p9PayU4K9nBZ8JRl]{Giant Spider} hides above an old, rotten backpack", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kM70wEJSXRdmLSNm.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kM70wEJSXRdmLSNm.json index 24f4e6f5..0656f07c 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kM70wEJSXRdmLSNm.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kM70wEJSXRdmLSNm.json @@ -10,6 +10,6 @@ 29 ], "text": "A single, perfect rose grows up between the flagstones", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kMsydYKwOiwfRaX1.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kMsydYKwOiwfRaX1.json index ee72cd41..e539f9a3 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kMsydYKwOiwfRaX1.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.kMsydYKwOiwfRaX1.json @@ -10,6 +10,6 @@ 41 ], "text": "A swarm of clattering, @UUID[Compendium.shadowdark.monsters.U9moCUg8DnL6C0Sq]{Gold Scarab Beetles} flies into sight", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.loaxCAEIlNdilQky.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.loaxCAEIlNdilQky.json index e00da7a9..bcede0b8 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.loaxCAEIlNdilQky.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.loaxCAEIlNdilQky.json @@ -10,6 +10,6 @@ 5 ], "text": "A roving @UUID[Compendium.shadowdark.monsters.RG84tprafQTDEFCa]{Brown Bear} scavenges for dead bodies to eat", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n5zcpLK3OQQGXtBA.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n5zcpLK3OQQGXtBA.json index 038ec421..c1402827 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n5zcpLK3OQQGXtBA.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n5zcpLK3OQQGXtBA.json @@ -10,6 +10,6 @@ 81 ], "text": "A @UUID[Compendium.shadowdark.monsters.vXaqgfDykZPdXnIm]{Dryad} searches for her tree that bugbears chopped up", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n6jLyzVlqTuuLKWg.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n6jLyzVlqTuuLKWg.json index e98be161..034db46a 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n6jLyzVlqTuuLKWg.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.n6jLyzVlqTuuLKWg.json @@ -10,6 +10,6 @@ 17 ], "text": "Mort the goblin is digging in cracks for grubs and beetles", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.qa77AfOdZWxSQF9j.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.qa77AfOdZWxSQF9j.json index 7731a12c..895fe49d 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.qa77AfOdZWxSQF9j.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.qa77AfOdZWxSQF9j.json @@ -10,6 +10,6 @@ 83 ], "text": "A @UUID[Compendium.shadowdark.monsters.WMw4J1wECaLGf3Am]{Deep Gnome} plays haunting music on humming fungi", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rBdSPxlp1M8vYCne.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rBdSPxlp1M8vYCne.json index 71219e19..e362ea6a 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rBdSPxlp1M8vYCne.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rBdSPxlp1M8vYCne.json @@ -10,6 +10,6 @@ 85 ], "text": "[[/r 2d6]] @UUID[Compendium.shadowdark.monsters.BxilUr9Ac6zgekYU]{Kobolds} work in a makeshift, volatile alchemy lab", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rNSFUpyfnVTGACEO.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rNSFUpyfnVTGACEO.json index 89da54a2..365cfc7e 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rNSFUpyfnVTGACEO.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rNSFUpyfnVTGACEO.json @@ -10,6 +10,6 @@ 57 ], "text": "[[/r 1d6]] @UUID[Compendium.shadowdark.monsters.Jn5JjEPCUT86txAg]{Gricks} shred dead giant rats and use the fur for nesting", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rZjEZP25NtK6L62z.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rZjEZP25NtK6L62z.json index 8cb9df40..f54da18f 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rZjEZP25NtK6L62z.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.rZjEZP25NtK6L62z.json @@ -10,6 +10,6 @@ 7 ], "text": "Rival crawlers confront the PCs; they were \"here first\"", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.tDg9Hc7IuVKaUsdS.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.tDg9Hc7IuVKaUsdS.json index c5e9246a..310f30ab 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.tDg9Hc7IuVKaUsdS.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.tDg9Hc7IuVKaUsdS.json @@ -10,6 +10,6 @@ 71 ], "text": "An @UUID[Compendium.shadowdark.monsters.VrYTiPjDOH1LIEBr]{Ogre} named Lud scratches rude words into the wall", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.uiEhUtiCcvhlSPtd.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.uiEhUtiCcvhlSPtd.json index b0120ce8..f653d247 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.uiEhUtiCcvhlSPtd.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.uiEhUtiCcvhlSPtd.json @@ -10,6 +10,6 @@ 45 ], "text": "A rusty portcullis slams down, separating the PCs", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.vK4QZDDD9Oexnpfz.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.vK4QZDDD9Oexnpfz.json index b486c9c9..0f7477ff 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.vK4QZDDD9Oexnpfz.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.vK4QZDDD9Oexnpfz.json @@ -10,6 +10,6 @@ 67 ], "text": "A dense cloud of sulfuric mist rises from a floor crack", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.w91bQCy7fr2bOBfF.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.w91bQCy7fr2bOBfF.json index 08fbff52..3aff8cf0 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.w91bQCy7fr2bOBfF.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.w91bQCy7fr2bOBfF.json @@ -10,6 +10,6 @@ 25 ], "text": "[[/r 1d4]] @UUID[Compendium.shadowdark.monsters.99s2guSyYKPWp1oy]{Giant Dung Beetles} roll huge balls of dried excrement", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xivZgppBNtHQ9jdc.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xivZgppBNtHQ9jdc.json index a03a49a7..40a15678 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xivZgppBNtHQ9jdc.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xivZgppBNtHQ9jdc.json @@ -10,6 +10,6 @@ 91 ], "text": "[[/r 2d6]] @UUID[Compendium.shadowdark.monsters.I7CMFbyFmFHVwE5U]{Goblins} carry their bugbear king on a rickety litter", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xsuj9CjhWcTppTFm.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xsuj9CjhWcTppTFm.json index e2e9263a..c943cf90 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xsuj9CjhWcTppTFm.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.xsuj9CjhWcTppTFm.json @@ -10,6 +10,6 @@ 77 ], "text": "An @UUID[Compendium.shadowdark.monsters.fcgq7uwsJEMMdRNx]{Ettercap} spins web cocoons around its still-living prey", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.z6vxiUlI6PdxPOYC.json b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.z6vxiUlI6PdxPOYC.json index 703039d1..7c041ff5 100644 --- a/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.z6vxiUlI6PdxPOYC.json +++ b/data/packs/rollable-tables.db/!tables.results!PJmTjgwiPdZcYBYT.z6vxiUlI6PdxPOYC.json @@ -10,6 +10,6 @@ 55 ], "text": "Ancient clay pots vibrate with hypnotizing resonance", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.5xQWKV5ac03PC7bT.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.5xQWKV5ac03PC7bT.json index 55e43f68..a3d010f5 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.5xQWKV5ac03PC7bT.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.5xQWKV5ac03PC7bT.json @@ -10,6 +10,6 @@ 12 ], "text": "Increased Weapon Damage Die", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.6YHmI605gJPGbb58.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.6YHmI605gJPGbb58.json index 10c040c7..68b0a308 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.6YHmI605gJPGbb58.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.6YHmI605gJPGbb58.json @@ -10,6 +10,6 @@ 2 ], "text": "Increased Weapon Damage Die", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.HTzq4FrfzIrG7BoQ.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.HTzq4FrfzIrG7BoQ.json index c44a0c0c..2f3a1cf3 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.HTzq4FrfzIrG7BoQ.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.HTzq4FrfzIrG7BoQ.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.Jz40blnoAc4k8LNA.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.Jz40blnoAc4k8LNA.json index c880cbdb..2e843cc1 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.Jz40blnoAc4k8LNA.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.Jz40blnoAc4k8LNA.json @@ -10,6 +10,6 @@ 6 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.O3wnXDlcYG0ciYnr.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.O3wnXDlcYG0ciYnr.json index 0056f448..b819176d 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.O3wnXDlcYG0ciYnr.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.O3wnXDlcYG0ciYnr.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ac9IHgnh8ZWYjH5N.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ac9IHgnh8ZWYjH5N.json index 486a2877..de4fc724 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ac9IHgnh8ZWYjH5N.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ac9IHgnh8ZWYjH5N.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.cRnbilUmms23Xcsf.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.cRnbilUmms23Xcsf.json index d8221506..1769e810 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.cRnbilUmms23Xcsf.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.cRnbilUmms23Xcsf.json @@ -10,6 +10,6 @@ 11 ], "text": "Herbalism Check Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.fEmS53UsCeWZxjgW.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.fEmS53UsCeWZxjgW.json index dc58eb14..30936a8b 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.fEmS53UsCeWZxjgW.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.fEmS53UsCeWZxjgW.json @@ -10,6 +10,6 @@ 12 ], "text": "Herbalism Check Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.it1KXZxh17RKYsG2.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.it1KXZxh17RKYsG2.json index 6044d3b9..74643aba 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.it1KXZxh17RKYsG2.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.it1KXZxh17RKYsG2.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.mtVNlphACCKudpVh.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.mtVNlphACCKudpVh.json index 89bf810e..46880ac7 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.mtVNlphACCKudpVh.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.mtVNlphACCKudpVh.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks and Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ouO9igdo4GShlpzb.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ouO9igdo4GShlpzb.json index 6d3bda19..9807c693 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ouO9igdo4GShlpzb.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.ouO9igdo4GShlpzb.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee Attacks and Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.qaxtytgC14dTLeaE.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.qaxtytgC14dTLeaE.json index a82c75e2..8f3dd4a6 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.qaxtytgC14dTLeaE.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.qaxtytgC14dTLeaE.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Ranged Attacks and Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.uNZorUCaIeUByjH4.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.uNZorUCaIeUByjH4.json index 27c0502d..00b3ba0c 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.uNZorUCaIeUByjH4.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.uNZorUCaIeUByjH4.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.udQwJeodk1RM2yyr.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.udQwJeodk1RM2yyr.json index 7aa851a8..905147b7 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.udQwJeodk1RM2yyr.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.udQwJeodk1RM2yyr.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.yyt3RfpUl8h1Ps0n.json b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.yyt3RfpUl8h1Ps0n.json index 4b024272..f31db195 100644 --- a/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.yyt3RfpUl8h1Ps0n.json +++ b/data/packs/rollable-tables.db/!tables.results!PPsLlxyDTbhy1aRI.yyt3RfpUl8h1Ps0n.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Ranged Attacks and Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.0axkkwGmzwlqRhQV.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.0axkkwGmzwlqRhQV.json index b790f4b7..0e8b7748 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.0axkkwGmzwlqRhQV.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.0axkkwGmzwlqRhQV.json @@ -10,6 +10,6 @@ 100 ], "text": "+1 magic weapon (benefit) (200 gp)", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.3vY1G5QAZTZDEkzJ.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.3vY1G5QAZTZDEkzJ.json index b1dd384b..3f1c1b2d 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.3vY1G5QAZTZDEkzJ.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.3vY1G5QAZTZDEkzJ.json @@ -10,6 +10,6 @@ 47 ], "text": "Jade-and-gold scarab pin (20 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.50Q7fvM4ngHyQ1kS.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.50Q7fvM4ngHyQ1kS.json index 4cefbe8e..e8f970a2 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.50Q7fvM4ngHyQ1kS.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.50Q7fvM4ngHyQ1kS.json @@ -10,6 +10,6 @@ 7 ], "text": "10 cp in a greasy pouch", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5Ic9epRE3h8ayzXc.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5Ic9epRE3h8ayzXc.json index a23fdd19..d4e6d799 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5Ic9epRE3h8ayzXc.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5Ic9epRE3h8ayzXc.json @@ -10,6 +10,6 @@ 45 ], "text": "Undersized pearl (20 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5uGWJ4xk04sw3x7N.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5uGWJ4xk04sw3x7N.json index 2ea06305..2a34d034 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5uGWJ4xk04sw3x7N.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.5uGWJ4xk04sw3x7N.json @@ -10,6 +10,6 @@ 97 ], "text": "+1 armor (benefit, curse) (150 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7NakkJYO8NxoAUzr.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7NakkJYO8NxoAUzr.json index 75ffded4..dab1cf5b 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7NakkJYO8NxoAUzr.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7NakkJYO8NxoAUzr.json @@ -10,6 +10,6 @@ 67 ], "text": "Half-finished suit of chainmail (30 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7kBxJi6C9iKMhHI1.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7kBxJi6C9iKMhHI1.json index 37af45c9..3b5f65b1 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7kBxJi6C9iKMhHI1.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.7kBxJi6C9iKMhHI1.json @@ -10,6 +10,6 @@ 5 ], "text": "Bag of smooth pebbles (2 cp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.85AGcqLrb72P4510.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.85AGcqLrb72P4510.json index 37155ad7..c43eee19 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.85AGcqLrb72P4510.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.85AGcqLrb72P4510.json @@ -10,6 +10,6 @@ 41 ], "text": "Golden bowl (15 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.94ieXNNg3I6n8KwY.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.94ieXNNg3I6n8KwY.json index e51c05f5..67eb1e90 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.94ieXNNg3I6n8KwY.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.94ieXNNg3I6n8KwY.json @@ -10,6 +10,6 @@ 99 ], "text": "Bag of Holding", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BD0epZPxutVlSylZ.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BD0epZPxutVlSylZ.json index 54611ccc..bf28e2b7 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BD0epZPxutVlSylZ.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BD0epZPxutVlSylZ.json @@ -10,6 +10,6 @@ 9 ], "text": "Rusty lantern with shattered glass (1 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BvNitQo5CeXieZWT.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BvNitQo5CeXieZWT.json index a6b12beb..a713e447 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BvNitQo5CeXieZWT.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.BvNitQo5CeXieZWT.json @@ -10,6 +10,6 @@ 87 ], "text": "Two lustrous pearls (40 gp each)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.FRxc7VYylIcFzWnF.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.FRxc7VYylIcFzWnF.json index b6c1bd1b..6b4cebe4 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.FRxc7VYylIcFzWnF.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.FRxc7VYylIcFzWnF.json @@ -10,6 +10,6 @@ 31 ], "text": "Scuffed, heavy shield (10 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.Gatw5KlYB2U9Jgd1.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.Gatw5KlYB2U9Jgd1.json index a4b6324f..9887c410 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.Gatw5KlYB2U9Jgd1.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.Gatw5KlYB2U9Jgd1.json @@ -10,6 +10,6 @@ 59 ], "text": "Copper-and-gold mead tankard (20 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.KVv05E480SR9v9BN.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.KVv05E480SR9v9BN.json index c2aad128..79a2b1cb 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.KVv05E480SR9v9BN.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.KVv05E480SR9v9BN.json @@ -10,6 +10,6 @@ 79 ], "text": "Mithral shield etched with soaring dragons (40 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LC5aGBM1Yj49JKh4.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LC5aGBM1Yj49JKh4.json index fd8e7ddf..e4ed2706 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LC5aGBM1Yj49JKh4.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LC5aGBM1Yj49JKh4.json @@ -10,6 +10,6 @@ 55 ], "text": "Two finely forged dwarven shields (20 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LrPulVPODNfN1Sf1.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LrPulVPODNfN1Sf1.json index 4f1de06a..3d80a696 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LrPulVPODNfN1Sf1.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.LrPulVPODNfN1Sf1.json @@ -10,6 +10,6 @@ 99 ], "text": "Bag of Holding (virtue, flaw) (150 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.OPQdcFIdbJUp2Ax8.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.OPQdcFIdbJUp2Ax8.json index 4985a67a..2d8ecdfc 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.OPQdcFIdbJUp2Ax8.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.OPQdcFIdbJUp2Ax8.json @@ -10,6 +10,6 @@ 77 ], "text": "Radiant, polished pearl (40 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.PkJCUlmMachvlfxR.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.PkJCUlmMachvlfxR.json index 930aa977..703a27cc 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.PkJCUlmMachvlfxR.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.PkJCUlmMachvlfxR.json @@ -10,6 +10,6 @@ 43 ], "text": "Obsidian statuette of Shune the Vile (15 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.TpxjmlUWD8PYMMx2.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.TpxjmlUWD8PYMMx2.json index aaf629de..2b87b088 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.TpxjmlUWD8PYMMx2.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.TpxjmlUWD8PYMMx2.json @@ -10,6 +10,6 @@ 89 ], "text": "1st-tier spell scroll (80 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.VTQM1VzjyUkg9uTQ.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.VTQM1VzjyUkg9uTQ.json index 7bea7ee0..5c7814d8 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.VTQM1VzjyUkg9uTQ.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.VTQM1VzjyUkg9uTQ.json @@ -10,6 +10,6 @@ 35 ], "text": "12 gp in the pocket of a ripped cloak", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ZQxvZhnETZwwGKvZ.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ZQxvZhnETZwwGKvZ.json index 715767cd..64021483 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ZQxvZhnETZwwGKvZ.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ZQxvZhnETZwwGKvZ.json @@ -10,6 +10,6 @@ 21 ], "text": "Chipped greataxe (9 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.aNBvz6nBqwlJOdIb.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.aNBvz6nBqwlJOdIb.json index 0f1774fb..154392dc 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.aNBvz6nBqwlJOdIb.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.aNBvz6nBqwlJOdIb.json @@ -10,6 +10,6 @@ 3 ], "text": "Muddy torch (2 cp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.c9gcEhzWpkvAtlJm.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.c9gcEhzWpkvAtlJm.json index 7896e4f2..6afc58d1 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.c9gcEhzWpkvAtlJm.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.c9gcEhzWpkvAtlJm.json @@ -10,6 +10,6 @@ 25 ], "text": "Chip of an emerald (10 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.cFlcnwcIlFq076UW.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.cFlcnwcIlFq076UW.json index 9805652d..b98b30b8 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.cFlcnwcIlFq076UW.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.cFlcnwcIlFq076UW.json @@ -10,6 +10,6 @@ 83 ], "text": "Fine suit of chainmail (60 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.chjnMIgxqAbiDHGo.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.chjnMIgxqAbiDHGo.json index 08309ff3..d2aa086f 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.chjnMIgxqAbiDHGo.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.chjnMIgxqAbiDHGo.json @@ -10,6 +10,6 @@ 27 ], "text": "Longbow and bundle of 40 arrows (10 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.doNy9RhhAkFd2gse.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.doNy9RhhAkFd2gse.json index 31c60f61..1d60984a 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.doNy9RhhAkFd2gse.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.doNy9RhhAkFd2gse.json @@ -10,6 +10,6 @@ 19 ], "text": "Cracked, handheld mirror (8 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.dtABLOIvRESdeqqZ.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.dtABLOIvRESdeqqZ.json index 43f69960..a155f673 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.dtABLOIvRESdeqqZ.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.dtABLOIvRESdeqqZ.json @@ -10,6 +10,6 @@ 53 ], "text": "Mithral locket with a painting of a halfling (20 gp)", - "type": 0, + "type": "text", "weight": 4 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.f3wJ3dgen61ufMFx.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.f3wJ3dgen61ufMFx.json index 44480760..f5b9e826 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.f3wJ3dgen61ufMFx.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.f3wJ3dgen61ufMFx.json @@ -10,6 +10,6 @@ 13 ], "text": "Dull dagger (1 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.fzb1c3wLMiwj8OgC.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.fzb1c3wLMiwj8OgC.json index e277c665..7fb12c79 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.fzb1c3wLMiwj8OgC.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.fzb1c3wLMiwj8OgC.json @@ -10,6 +10,6 @@ 17 ], "text": "60 sp in a rotten boot", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gYe9bAGW9HBk2GIV.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gYe9bAGW9HBk2GIV.json index 3fc894d5..d36a3c8c 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gYe9bAGW9HBk2GIV.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gYe9bAGW9HBk2GIV.json @@ -10,6 +10,6 @@ 11 ], "text": "Silver tooth (1 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gw4lEv3jkPRrQnIo.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gw4lEv3jkPRrQnIo.json index 36ccd29a..acfca744 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gw4lEv3jkPRrQnIo.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.gw4lEv3jkPRrQnIo.json @@ -10,6 +10,6 @@ 39 ], "text": "Pair of elf-forged shortswords (14 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.hmnynSQOiTp2HF0s.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.hmnynSQOiTp2HF0s.json index b5c73c4e..b6651d49 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.hmnynSQOiTp2HF0s.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.hmnynSQOiTp2HF0s.json @@ -10,6 +10,6 @@ 69 ], "text": "Matched trio of warhammers (10 gp each)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ikxfWmHWu4KwvmNe.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ikxfWmHWu4KwvmNe.json index 362b0cb4..529f6246 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ikxfWmHWu4KwvmNe.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ikxfWmHWu4KwvmNe.json @@ -10,6 +10,6 @@ 71 ], "text": "Fragment of a sapphire (30 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0Qn8D6wQeECSeKl.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0Qn8D6wQeECSeKl.json index 0ab7c3a0..c066d507 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0Qn8D6wQeECSeKl.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0Qn8D6wQeECSeKl.json @@ -10,6 +10,6 @@ 75 ], "text": "Silver-and-gold circlet (40 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0hNR72GEThdqEwL.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0hNR72GEThdqEwL.json index 6d439ef0..842c5802 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0hNR72GEThdqEwL.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.j0hNR72GEThdqEwL.json @@ -10,6 +10,6 @@ 23 ], "text": "10 gp in a moldy, wood box", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khB4IYxRICpNE2Hg.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khB4IYxRICpNE2Hg.json index d1d9dd43..071c357e 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khB4IYxRICpNE2Hg.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khB4IYxRICpNE2Hg.json @@ -10,6 +10,6 @@ 61 ], "text": "Bundle of five red dragon scales (5 gp each)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khQvnkUVV3PV4OeN.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khQvnkUVV3PV4OeN.json index 033a0183..48753910 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khQvnkUVV3PV4OeN.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.khQvnkUVV3PV4OeN.json @@ -10,6 +10,6 @@ 33 ], "text": "Simple, well-made bastard sword (10 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.m4ifkL3b7gDzkeCb.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.m4ifkL3b7gDzkeCb.json index dd50cbb3..a48c909c 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.m4ifkL3b7gDzkeCb.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.m4ifkL3b7gDzkeCb.json @@ -10,6 +10,6 @@ 63 ], "text": "Light, warm cloak woven of spidersilk (25 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nLjfBMOP3PPs1sYK.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nLjfBMOP3PPs1sYK.json index 55ae5542..ac15119d 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nLjfBMOP3PPs1sYK.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nLjfBMOP3PPs1sYK.json @@ -10,6 +10,6 @@ 91 ], "text": "Potion of Invisibility", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nMg8xeiVsEr8eiLW.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nMg8xeiVsEr8eiLW.json index 05eb709e..ebb7237c 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nMg8xeiVsEr8eiLW.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.nMg8xeiVsEr8eiLW.json @@ -10,6 +10,6 @@ 81 ], "text": "Gold monkey idol with a ruby gripped in its teeth (60 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.pwnLoUbwe1SN8Sty.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.pwnLoUbwe1SN8Sty.json index 24ec1977..df3079af 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.pwnLoUbwe1SN8Sty.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.pwnLoUbwe1SN8Sty.json @@ -10,6 +10,6 @@ 95 ], "text": "Egg of The Cockatrice (100 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.r15yTT1iJVKdW7ew.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.r15yTT1iJVKdW7ew.json index e7cbb41a..91a75a65 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.r15yTT1iJVKdW7ew.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.r15yTT1iJVKdW7ew.json @@ -10,6 +10,6 @@ 93 ], "text": "Magic wand, 2nd-tier spell (100 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.rO6ckWNGfraRCmcn.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.rO6ckWNGfraRCmcn.json index 63a5d2a7..968f042f 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.rO6ckWNGfraRCmcn.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.rO6ckWNGfraRCmcn.json @@ -10,6 +10,6 @@ 49 ], "text": "Bag of 10 silver spikes (2 gp each)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ssXS3ezJda75tWcB.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ssXS3ezJda75tWcB.json index 0dcd6440..1ed5050e 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ssXS3ezJda75tWcB.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ssXS3ezJda75tWcB.json @@ -10,6 +10,6 @@ 73 ], "text": "Set of silk slippers and a robe (35 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ud2fR62FNhIVjRcv.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ud2fR62FNhIVjRcv.json index 6e223637..916c7333 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ud2fR62FNhIVjRcv.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.ud2fR62FNhIVjRcv.json @@ -10,6 +10,6 @@ 15 ], "text": "Two empty, glass vials (6 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.vpmh2afw8K2g8Nc9.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.vpmh2afw8K2g8Nc9.json index 8cb20183..d8724eb0 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.vpmh2afw8K2g8Nc9.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.vpmh2afw8K2g8Nc9.json @@ -10,6 +10,6 @@ 29 ], "text": "Dusty, leather armor dyed black (10 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xAfL4betHk7Jv5bR.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xAfL4betHk7Jv5bR.json index 056e9075..08c4ad20 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xAfL4betHk7Jv5bR.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xAfL4betHk7Jv5bR.json @@ -10,6 +10,6 @@ 65 ], "text": "Fine set of ivory game pieces (25 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xPmhGAMWKtXZiVIt.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xPmhGAMWKtXZiVIt.json index 5700bac1..b76f849b 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xPmhGAMWKtXZiVIt.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.xPmhGAMWKtXZiVIt.json @@ -10,6 +10,6 @@ 85 ], "text": "Cracked emerald (60 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.y3JSH3P3rcTtKnsG.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.y3JSH3P3rcTtKnsG.json index 531370cb..c5d8d61f 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.y3JSH3P3rcTtKnsG.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.y3JSH3P3rcTtKnsG.json @@ -10,6 +10,6 @@ 1 ], "text": "Bent, tin fork (1 cp)", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.yE2NESlZdsLYmAbQ.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.yE2NESlZdsLYmAbQ.json index e1f997c2..cf497243 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.yE2NESlZdsLYmAbQ.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.yE2NESlZdsLYmAbQ.json @@ -10,6 +10,6 @@ 57 ], "text": "Pair of silvered daggers (10 gp each)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.zFUB8HUkJraB9D3a.json b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.zFUB8HUkJraB9D3a.json index 288be73e..f275fd56 100644 --- a/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.zFUB8HUkJraB9D3a.json +++ b/data/packs/rollable-tables.db/!tables.results!Pi9nnnLeXpTKCSMY.zFUB8HUkJraB9D3a.json @@ -10,6 +10,6 @@ 37 ], "text": "Wavy-bladed greatsword (12 gp)", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0KkfuxQC2lKy3qye.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0KkfuxQC2lKy3qye.json index 5d35c5dc..20e12864 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0KkfuxQC2lKy3qye.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0KkfuxQC2lKy3qye.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0U8Cm0adaqdF9KIn.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0U8Cm0adaqdF9KIn.json index 6a925c8b..4ccf92da 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0U8Cm0adaqdF9KIn.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.0U8Cm0adaqdF9KIn.json @@ -10,6 +10,6 @@ 12 ], "text": "Spellcasting Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.1d6RtQGNQJy3PXvg.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.1d6RtQGNQJy3PXvg.json index d5139e28..fa7ce937 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.1d6RtQGNQJy3PXvg.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.1d6RtQGNQJy3PXvg.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.4Ayj6lcLPGHeF04I.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.4Ayj6lcLPGHeF04I.json index 1ca3d701..3cbcc2b3 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.4Ayj6lcLPGHeF04I.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.4Ayj6lcLPGHeF04I.json @@ -10,6 +10,6 @@ 2 ], "text": "Make a Random Magic Item", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Lnb4CN0ULKs0IFoa.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Lnb4CN0ULKs0IFoa.json index 42503e9d..58c2925a 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Lnb4CN0ULKs0IFoa.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Lnb4CN0ULKs0IFoa.json @@ -10,6 +10,6 @@ 12 ], "text": "Make a Random Magic Item", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.ONCiXKMdDVi7Z63Q.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.ONCiXKMdDVi7Z63Q.json index b5a54527..269e6345 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.ONCiXKMdDVi7Z63Q.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.ONCiXKMdDVi7Z63Q.json @@ -10,6 +10,6 @@ 7 ], "text": "+2 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Pz1vMKyfQao6trjn.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Pz1vMKyfQao6trjn.json index ac100748..37b0d8ba 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Pz1vMKyfQao6trjn.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.Pz1vMKyfQao6trjn.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.VLpQP94IrpWG9XJG.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.VLpQP94IrpWG9XJG.json index d3eae5a7..d71694da 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.VLpQP94IrpWG9XJG.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.VLpQP94IrpWG9XJG.json @@ -10,6 +10,6 @@ 11 ], "text": "Learn Wizard Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.cnb8t7HmymR7uFWg.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.cnb8t7HmymR7uFWg.json index 70a33c69..e7e44608 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.cnb8t7HmymR7uFWg.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.cnb8t7HmymR7uFWg.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.eeyOtYdm7Axjl6SS.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.eeyOtYdm7Axjl6SS.json index e33e4e20..71d8c63a 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.eeyOtYdm7Axjl6SS.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.eeyOtYdm7Axjl6SS.json @@ -10,6 +10,6 @@ 9 ], "text": "Spellcasting Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.rbLOcnEiXU5g5zis.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.rbLOcnEiXU5g5zis.json index 69ec9ef2..b114c821 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.rbLOcnEiXU5g5zis.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.rbLOcnEiXU5g5zis.json @@ -10,6 +10,6 @@ 7 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.vCbCPGgWoc5Zw4G6.json b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.vCbCPGgWoc5Zw4G6.json index 0416e759..552de492 100644 --- a/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.vCbCPGgWoc5Zw4G6.json +++ b/data/packs/rollable-tables.db/!tables.results!RQ0vogfVtJGuT9oT.vCbCPGgWoc5Zw4G6.json @@ -10,6 +10,6 @@ 12 ], "text": "Learn Wizard Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.AQR8lpoKkOwT29iQ.json b/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.AQR8lpoKkOwT29iQ.json index 27ae5f13..a6765bcb 100644 --- a/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.AQR8lpoKkOwT29iQ.json +++ b/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.AQR8lpoKkOwT29iQ.json @@ -10,6 +10,6 @@ 6 ], "text": "Chaotic", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.qFrbV5pNu2s7mTAQ.json b/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.qFrbV5pNu2s7mTAQ.json index afbfb1a2..fac78551 100644 --- a/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.qFrbV5pNu2s7mTAQ.json +++ b/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.qFrbV5pNu2s7mTAQ.json @@ -10,6 +10,6 @@ 5 ], "text": "Neutral", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.yO1XtT8BhdEIWNkJ.json b/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.yO1XtT8BhdEIWNkJ.json index d408ad1f..10da14ee 100644 --- a/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.yO1XtT8BhdEIWNkJ.json +++ b/data/packs/rollable-tables.db/!tables.results!TJCChWMoFSEf9qhK.yO1XtT8BhdEIWNkJ.json @@ -10,6 +10,6 @@ 3 ], "text": "Lawful", - "type": 0, + "type": "text", "weight": 3 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.0YTkk05EoXeCb1pW.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.0YTkk05EoXeCb1pW.json index 9f9e6bd5..947b064b 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.0YTkk05EoXeCb1pW.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.0YTkk05EoXeCb1pW.json @@ -10,6 +10,6 @@ 12 ], "text": "Additional Omen Use", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.2Mjgqad6n43bRS3k.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.2Mjgqad6n43bRS3k.json index 96eea01c..c7d996fb 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.2Mjgqad6n43bRS3k.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.2Mjgqad6n43bRS3k.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.4Ayj6lcLPGHeF04I.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.4Ayj6lcLPGHeF04I.json index 0874f9c4..d360130f 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.4Ayj6lcLPGHeF04I.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.4Ayj6lcLPGHeF04I.json @@ -10,6 +10,6 @@ 2 ], "text": "Learn Seer Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.Alur3IGlxMoYUZ3P.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.Alur3IGlxMoYUZ3P.json index 15406e90..884396a8 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.Alur3IGlxMoYUZ3P.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.Alur3IGlxMoYUZ3P.json @@ -10,6 +10,6 @@ 11 ], "text": "Upgrade Destined Die", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.EjYvrIKiECa8nlyr.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.EjYvrIKiECa8nlyr.json index 4a996a93..ad543e3a 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.EjYvrIKiECa8nlyr.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.EjYvrIKiECa8nlyr.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.F60d0n152Jo4Tb6T.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.F60d0n152Jo4Tb6T.json index 8bbe72e4..a68e7a33 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.F60d0n152Jo4Tb6T.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.F60d0n152Jo4Tb6T.json @@ -10,6 +10,6 @@ 12 ], "text": "Learn Seer Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.YLYLckGaa3sarU6W.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.YLYLckGaa3sarU6W.json index 1941470c..e5b9ebd8 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.YLYLckGaa3sarU6W.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.YLYLckGaa3sarU6W.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.hBfULiC7gVHM8sj5.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.hBfULiC7gVHM8sj5.json index 2826e417..eaa8d1e6 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.hBfULiC7gVHM8sj5.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.hBfULiC7gVHM8sj5.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.liA8g4eM7qXQeJHh.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.liA8g4eM7qXQeJHh.json index 545ae28e..c19b8164 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.liA8g4eM7qXQeJHh.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.liA8g4eM7qXQeJHh.json @@ -10,6 +10,6 @@ 12 ], "text": "Upgrade Destined Die", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.rbLOcnEiXU5g5zis.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.rbLOcnEiXU5g5zis.json index c9472a9c..ccbf0552 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.rbLOcnEiXU5g5zis.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.rbLOcnEiXU5g5zis.json @@ -10,6 +10,6 @@ 6 ], "text": "Additional Omen Use", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.u6qDOyTroWJ9DIwD.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.u6qDOyTroWJ9DIwD.json index e8a9cd22..3a43011f 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.u6qDOyTroWJ9DIwD.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.u6qDOyTroWJ9DIwD.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.xflr6PDNg3i9tmBw.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.xflr6PDNg3i9tmBw.json index e1e5be8e..43ba6428 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.xflr6PDNg3i9tmBw.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.xflr6PDNg3i9tmBw.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.zBk7BK9ePnEJBcwV.json b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.zBk7BK9ePnEJBcwV.json index 4c373ba1..deb25fef 100644 --- a/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.zBk7BK9ePnEJBcwV.json +++ b/data/packs/rollable-tables.db/!tables.results!XU4gJD2AK8FCeEZh.zBk7BK9ePnEJBcwV.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.18bQq5hng4NVz6og.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.18bQq5hng4NVz6og.json index 6af1fd9a..f457ef43 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.18bQq5hng4NVz6og.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.18bQq5hng4NVz6og.json @@ -10,6 +10,6 @@ 7 ], "text": "Mirena", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.1Lc63WK3AuIgUNNn.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.1Lc63WK3AuIgUNNn.json index 918dbf93..60a07501 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.1Lc63WK3AuIgUNNn.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.1Lc63WK3AuIgUNNn.json @@ -10,6 +10,6 @@ 1 ], "text": "Zali", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.6d3cgorOipIhFwux.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.6d3cgorOipIhFwux.json index 33140207..411d415d 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.6d3cgorOipIhFwux.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.6d3cgorOipIhFwux.json @@ -10,6 +10,6 @@ 20 ], "text": "Godfrey", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.9nBG3tCrWmFNrdSd.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.9nBG3tCrWmFNrdSd.json index 69a8a543..1503b633 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.9nBG3tCrWmFNrdSd.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.9nBG3tCrWmFNrdSd.json @@ -10,6 +10,6 @@ 9 ], "text": "Morgan", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.BANltMjrsyW7QtWq.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.BANltMjrsyW7QtWq.json index 44006ffb..44cb002d 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.BANltMjrsyW7QtWq.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.BANltMjrsyW7QtWq.json @@ -10,6 +10,6 @@ 14 ], "text": "Rogar", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.FBvvVN3yme3XZOD4.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.FBvvVN3yme3XZOD4.json index afe6ae25..0bc847ef 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.FBvvVN3yme3XZOD4.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.FBvvVN3yme3XZOD4.json @@ -10,6 +10,6 @@ 3 ], "text": "Clara", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.HWoejkQFhcTilIlG.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.HWoejkQFhcTilIlG.json index c94a2d63..a975374f 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.HWoejkQFhcTilIlG.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.HWoejkQFhcTilIlG.json @@ -10,6 +10,6 @@ 10 ], "text": "Giralt", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.IIE4ogYfIni5QO0S.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.IIE4ogYfIni5QO0S.json index b92d44ef..c53fa66e 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.IIE4ogYfIni5QO0S.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.IIE4ogYfIni5QO0S.json @@ -10,6 +10,6 @@ 19 ], "text": "Lienna", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OCbOXc9nyDqWEH0K.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OCbOXc9nyDqWEH0K.json index 8e93f5c6..010ac5b2 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OCbOXc9nyDqWEH0K.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OCbOXc9nyDqWEH0K.json @@ -10,6 +10,6 @@ 15 ], "text": "Jasmin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OJJDcioE4B6AY2QD.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OJJDcioE4B6AY2QD.json index 4f9b0fe4..3424a582 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OJJDcioE4B6AY2QD.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.OJJDcioE4B6AY2QD.json @@ -10,6 +10,6 @@ 16 ], "text": "Tarin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.Oer06wBRbL0FEuUZ.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.Oer06wBRbL0FEuUZ.json index b7f2eb2d..90b56613 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.Oer06wBRbL0FEuUZ.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.Oer06wBRbL0FEuUZ.json @@ -10,6 +10,6 @@ 2 ], "text": "Bram", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.VauVUyLlSNJ3K6KU.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.VauVUyLlSNJ3K6KU.json index c3357ef7..ab5ca153 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.VauVUyLlSNJ3K6KU.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.VauVUyLlSNJ3K6KU.json @@ -10,6 +10,6 @@ 12 ], "text": "Oscar", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XR1AwwvAvnaYnJ0t.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XR1AwwvAvnaYnJ0t.json index f997c876..9d4d31b0 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XR1AwwvAvnaYnJ0t.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XR1AwwvAvnaYnJ0t.json @@ -10,6 +10,6 @@ 6 ], "text": "Denton", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XnaqGikt06Z2FvZG.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XnaqGikt06Z2FvZG.json index 93639e94..01ac949f 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XnaqGikt06Z2FvZG.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.XnaqGikt06Z2FvZG.json @@ -10,6 +10,6 @@ 5 ], "text": "Rina", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.ZqjnA7kgsSlDr7Ch.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.ZqjnA7kgsSlDr7Ch.json index cc56db77..7ef6da62 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.ZqjnA7kgsSlDr7Ch.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.ZqjnA7kgsSlDr7Ch.json @@ -10,6 +10,6 @@ 13 ], "text": "Ishana", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.hTjyPfTuwQaASGe8.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.hTjyPfTuwQaASGe8.json index 32a41113..7e42c28d 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.hTjyPfTuwQaASGe8.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.hTjyPfTuwQaASGe8.json @@ -10,6 +10,6 @@ 11 ], "text": "Tamra", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.mzLCfDBM1LFD2qvi.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.mzLCfDBM1LFD2qvi.json index 35115786..c5674528 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.mzLCfDBM1LFD2qvi.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.mzLCfDBM1LFD2qvi.json @@ -10,6 +10,6 @@ 17 ], "text": "Yuri", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.qtGuX6qZmwzIaohY.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.qtGuX6qZmwzIaohY.json index fa7c2d38..f26ad169 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.qtGuX6qZmwzIaohY.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.qtGuX6qZmwzIaohY.json @@ -10,6 +10,6 @@ 8 ], "text": "Aran", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.sZvSEqMTkjKiM56x.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.sZvSEqMTkjKiM56x.json index bf8b66c9..8cca0d2c 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.sZvSEqMTkjKiM56x.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.sZvSEqMTkjKiM56x.json @@ -10,6 +10,6 @@ 18 ], "text": "Malchor", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.tDQYtSfRuGXvCAF4.json b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.tDQYtSfRuGXvCAF4.json index d40d6401..e9d2d318 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.tDQYtSfRuGXvCAF4.json +++ b/data/packs/rollable-tables.db/!tables.results!ZbrMK1WDNtz1ajJn.tDQYtSfRuGXvCAF4.json @@ -10,6 +10,6 @@ 4 ], "text": "Nattias", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.6l3l74VzejfP4hGh.json b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.6l3l74VzejfP4hGh.json index 310a4b39..8fadcfc8 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.6l3l74VzejfP4hGh.json +++ b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.6l3l74VzejfP4hGh.json @@ -10,6 +10,6 @@ 100 ], "text": "Friendly", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.CEMljNFlmAcZgfke.json b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.CEMljNFlmAcZgfke.json index ab88186e..311ae4b5 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.CEMljNFlmAcZgfke.json +++ b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.CEMljNFlmAcZgfke.json @@ -10,6 +10,6 @@ 11 ], "text": "Curious", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.MU1oTvgGVERiEO1D.json b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.MU1oTvgGVERiEO1D.json index e295b1dd..ede0a1ac 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.MU1oTvgGVERiEO1D.json +++ b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.MU1oTvgGVERiEO1D.json @@ -10,6 +10,6 @@ 6 ], "text": "Hostile", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.fAP44cylXKhVX7QQ.json b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.fAP44cylXKhVX7QQ.json index 5af79589..ade06f3f 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.fAP44cylXKhVX7QQ.json +++ b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.fAP44cylXKhVX7QQ.json @@ -10,6 +10,6 @@ 8 ], "text": "Suspicious", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.oH23VMInibmrVMhb.json b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.oH23VMInibmrVMhb.json index 1474daac..93719736 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.oH23VMInibmrVMhb.json +++ b/data/packs/rollable-tables.db/!tables.results!ZtQzGRfn64Et3yge.oH23VMInibmrVMhb.json @@ -10,6 +10,6 @@ 9 ], "text": "Neutral", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.4YPLoRHOy1h63JSm.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.4YPLoRHOy1h63JSm.json index 9f5d5da2..3ce6f199 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.4YPLoRHOy1h63JSm.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.4YPLoRHOy1h63JSm.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.5eCdL2a7RXKeTskU.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.5eCdL2a7RXKeTskU.json index 871581a4..59fb3b2d 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.5eCdL2a7RXKeTskU.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.5eCdL2a7RXKeTskU.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.7gMw68b5NFPKBl5V.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.7gMw68b5NFPKBl5V.json index c42d7f56..72516fb9 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.7gMw68b5NFPKBl5V.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.7gMw68b5NFPKBl5V.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Magical Dabbler Rolls", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.CfOKDs4Nr4HwevXj.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.CfOKDs4Nr4HwevXj.json index aee6358c..4c06dcd0 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.CfOKDs4Nr4HwevXj.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.CfOKDs4Nr4HwevXj.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.JhUoNT5GxYxJnkBW.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.JhUoNT5GxYxJnkBW.json index 96802bbc..44be893a 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.JhUoNT5GxYxJnkBW.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.JhUoNT5GxYxJnkBW.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.P4U9xBHYWX7t3Pqc.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.P4U9xBHYWX7t3Pqc.json index ed48b5a0..73ba4b49 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.P4U9xBHYWX7t3Pqc.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.P4U9xBHYWX7t3Pqc.json @@ -10,6 +10,6 @@ 12 ], "text": "-3 to Perform Effect DCs", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.PqOhoOBBzmnmpKBX.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.PqOhoOBBzmnmpKBX.json index 0c528301..5b71459f 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.PqOhoOBBzmnmpKBX.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.PqOhoOBBzmnmpKBX.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.QPx7FSI1elTogwMF.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.QPx7FSI1elTogwMF.json index 31817a3b..5d352363 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.QPx7FSI1elTogwMF.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.QPx7FSI1elTogwMF.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.Tg3G6ufaanPKjcto.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.Tg3G6ufaanPKjcto.json index 6c2e6471..bd4c3512 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.Tg3G6ufaanPKjcto.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.Tg3G6ufaanPKjcto.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.UYo3K2sww5TyAEx0.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.UYo3K2sww5TyAEx0.json index 900d50f0..60ddedb8 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.UYo3K2sww5TyAEx0.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.UYo3K2sww5TyAEx0.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.bCFeX9DGivYxibzu.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.bCFeX9DGivYxibzu.json index c9dfb359..88da447f 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.bCFeX9DGivYxibzu.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.bCFeX9DGivYxibzu.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dEcKCeDpQuau6m2s.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dEcKCeDpQuau6m2s.json index a706ee05..e9a017e6 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dEcKCeDpQuau6m2s.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dEcKCeDpQuau6m2s.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dSjjsi3vgVid9vIO.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dSjjsi3vgVid9vIO.json index 54f413d9..aed27389 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dSjjsi3vgVid9vIO.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.dSjjsi3vgVid9vIO.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gmFVDABLTgEKl2gF.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gmFVDABLTgEKl2gF.json index 788eedb4..bd1b2137 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gmFVDABLTgEKl2gF.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gmFVDABLTgEKl2gF.json @@ -10,6 +10,6 @@ 11 ], "text": "-3 to Perform Effect DCs", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gooim64jojyJ2W8r.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gooim64jojyJ2W8r.json index 256b6fe7..64de308b 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gooim64jojyJ2W8r.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.gooim64jojyJ2W8r.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hczFItDAlSJ3XhNo.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hczFItDAlSJ3XhNo.json index 46d07cb6..8b4b87dd 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hczFItDAlSJ3XhNo.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hczFItDAlSJ3XhNo.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Magical Dabbler Rolls", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hvcXSaYRjUrJEGXK.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hvcXSaYRjUrJEGXK.json index aecfde69..11b31863 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hvcXSaYRjUrJEGXK.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.hvcXSaYRjUrJEGXK.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.nWhP79wnsgM5xGDY.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.nWhP79wnsgM5xGDY.json index f7775e3e..c05d3f93 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.nWhP79wnsgM5xGDY.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.nWhP79wnsgM5xGDY.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 points to distribute to any stats", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.ng4Nw7XFFWgtRFe2.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.ng4Nw7XFFWgtRFe2.json index dd9f11be..6d428ac0 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.ng4Nw7XFFWgtRFe2.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.ng4Nw7XFFWgtRFe2.json @@ -10,6 +10,6 @@ 2 ], "text": "Find a Random Priest or Wizard Wand", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.qdMD3TflCa7aEokQ.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.qdMD3TflCa7aEokQ.json index f4eac7fe..8b991fdf 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.qdMD3TflCa7aEokQ.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.qdMD3TflCa7aEokQ.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.sEoxLO4ToWmPYl3J.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.sEoxLO4ToWmPYl3J.json index a3729d70..9996b36a 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.sEoxLO4ToWmPYl3J.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.sEoxLO4ToWmPYl3J.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.szjvdgiVEu0cuMzr.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.szjvdgiVEu0cuMzr.json index b8500a35..1fbffa16 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.szjvdgiVEu0cuMzr.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.szjvdgiVEu0cuMzr.json @@ -10,6 +10,6 @@ 12 ], "text": "Find a Random Priest or Wizard Wand", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.tvMZYuFH7v1hSUu5.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.tvMZYuFH7v1hSUu5.json index 5c12caeb..e2cde8e1 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.tvMZYuFH7v1hSUu5.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.tvMZYuFH7v1hSUu5.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.zeb4gEtpRKUhpcI0.json b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.zeb4gEtpRKUhpcI0.json index a99794ba..ef40c2fa 100644 --- a/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.zeb4gEtpRKUhpcI0.json +++ b/data/packs/rollable-tables.db/!tables.results!ZzffJkaIfmdPzdE7.zeb4gEtpRKUhpcI0.json @@ -10,6 +10,6 @@ 6 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.4GZNG0SHARmikiQb.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.4GZNG0SHARmikiQb.json index 070a7332..76c634ed 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.4GZNG0SHARmikiQb.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.4GZNG0SHARmikiQb.json @@ -10,6 +10,6 @@ 12 ], "text": "Weapon Mastery", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.BQuhbE1WIuc5gOto.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.BQuhbE1WIuc5gOto.json index 7df384f5..08053fdd 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.BQuhbE1WIuc5gOto.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.BQuhbE1WIuc5gOto.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.EEIOWvqRC0GkJhID.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.EEIOWvqRC0GkJhID.json index 31f8b0ed..88905912 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.EEIOWvqRC0GkJhID.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.EEIOWvqRC0GkJhID.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.FLge4r1MAbu3to9p.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.FLge4r1MAbu3to9p.json index 5e59832c..edafb309 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.FLge4r1MAbu3to9p.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.FLge4r1MAbu3to9p.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ShfsugAB4FBHqExq.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ShfsugAB4FBHqExq.json index b40a70b3..ddb09987 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ShfsugAB4FBHqExq.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ShfsugAB4FBHqExq.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.VdqRXeNrpcGEYX4N.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.VdqRXeNrpcGEYX4N.json index 5d9ef21d..a3d26f05 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.VdqRXeNrpcGEYX4N.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.VdqRXeNrpcGEYX4N.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.aPklVk1LTYxCECxr.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.aPklVk1LTYxCECxr.json index a0d5dfc1..751bf302 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.aPklVk1LTYxCECxr.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.aPklVk1LTYxCECxr.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks and Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.asqi1OvG924Gu5C5.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.asqi1OvG924Gu5C5.json index b12a4026..7653b04b 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.asqi1OvG924Gu5C5.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.asqi1OvG924Gu5C5.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oB7EljreQF5o8xGj.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oB7EljreQF5o8xGj.json index bcd77f31..92c4686c 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oB7EljreQF5o8xGj.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oB7EljreQF5o8xGj.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oyZa7BdWVE57dt52.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oyZa7BdWVE57dt52.json index f4caaf4a..80bb4176 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oyZa7BdWVE57dt52.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.oyZa7BdWVE57dt52.json @@ -10,6 +10,6 @@ 12 ], "text": "Armor Mastery", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.pBkS6NvUCG0Nx0X8.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.pBkS6NvUCG0Nx0X8.json index 6899005d..dbe7d2c5 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.pBkS6NvUCG0Nx0X8.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.pBkS6NvUCG0Nx0X8.json @@ -10,6 +10,6 @@ 11 ], "text": "Armor Mastery", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ukAKARj9eP4f17hj.json b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ukAKARj9eP4f17hj.json index 5930d98a..b80d21e8 100644 --- a/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ukAKARj9eP4f17hj.json +++ b/data/packs/rollable-tables.db/!tables.results!dExHo4P85MgpwHd9.ukAKARj9eP4f17hj.json @@ -10,6 +10,6 @@ 2 ], "text": "Weapon Mastery", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.0p4jnOR2byA9vYBm.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.0p4jnOR2byA9vYBm.json index bcab1d7b..a4b79ef9 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.0p4jnOR2byA9vYBm.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.0p4jnOR2byA9vYBm.json @@ -10,6 +10,6 @@ 1 ], "text": "Blinding smoke", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.1cQhUE8nkQiINcha.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.1cQhUE8nkQiINcha.json index 30a548c3..a2aa3a9b 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.1cQhUE8nkQiINcha.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.1cQhUE8nkQiINcha.json @@ -10,6 +10,6 @@ 10 ], "text": "Sleep-inducing spores", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.6Zp3j1iG75d6fDzW.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.6Zp3j1iG75d6fDzW.json index 454c5731..14dcdfe9 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.6Zp3j1iG75d6fDzW.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.6Zp3j1iG75d6fDzW.json @@ -10,6 +10,6 @@ 6 ], "text": "Disorienting sound", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.AdDsRK21U3kQRmHS.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.AdDsRK21U3kQRmHS.json index 484f4a14..fee9baf6 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.AdDsRK21U3kQRmHS.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.AdDsRK21U3kQRmHS.json @@ -10,6 +10,6 @@ 3 ], "text": "Exhausting runes", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.JY17MyvXNA8UVqjT.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.JY17MyvXNA8UVqjT.json index 2bcca7bc..2f82c406 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.JY17MyvXNA8UVqjT.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.JY17MyvXNA8UVqjT.json @@ -10,6 +10,6 @@ 4 ], "text": "Antimagic znoe", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SVmht2tV7hLMHLF6.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SVmht2tV7hLMHLF6.json index 1601d528..299c5777 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SVmht2tV7hLMHLF6.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SVmht2tV7hLMHLF6.json @@ -10,6 +10,6 @@ 12 ], "text": "Memory-stealing", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SlGGjdqWvICNIm8o.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SlGGjdqWvICNIm8o.json index 32123b27..5ee71d5b 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SlGGjdqWvICNIm8o.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.SlGGjdqWvICNIm8o.json @@ -10,6 +10,6 @@ 7 ], "text": "Magic silence", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.UR0v5qT5WGnVfsrY.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.UR0v5qT5WGnVfsrY.json index 49ebc34c..c54de67d 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.UR0v5qT5WGnVfsrY.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.UR0v5qT5WGnVfsrY.json @@ -10,6 +10,6 @@ 5 ], "text": "Snuffs light sources", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.bvgB3HyCshDQLbYA.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.bvgB3HyCshDQLbYA.json index 1c25c2c2..3df68fbd 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.bvgB3HyCshDQLbYA.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.bvgB3HyCshDQLbYA.json @@ -10,6 +10,6 @@ 2 ], "text": "Magnetic field", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.ojmYXfIDp378LKDC.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.ojmYXfIDp378LKDC.json index 1535c6dd..46840921 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.ojmYXfIDp378LKDC.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.ojmYXfIDp378LKDC.json @@ -10,6 +10,6 @@ 8 ], "text": "Numbing cold", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.sYWHR1sWSv9d7BRp.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.sYWHR1sWSv9d7BRp.json index 661a17bc..a1671624 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.sYWHR1sWSv9d7BRp.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.sYWHR1sWSv9d7BRp.json @@ -10,6 +10,6 @@ 9 ], "text": "Sickening smell", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.scDhPVRcYecZ0L6w.json b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.scDhPVRcYecZ0L6w.json index bffe4f31..2c91090b 100644 --- a/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.scDhPVRcYecZ0L6w.json +++ b/data/packs/rollable-tables.db/!tables.results!dZI4pD5LANhtod9O.scDhPVRcYecZ0L6w.json @@ -10,6 +10,6 @@ 11 ], "text": "Confusing reflections", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.0ZrXxySTpXClNOHs.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.0ZrXxySTpXClNOHs.json index cfc99287..6bd5faee 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.0ZrXxySTpXClNOHs.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.0ZrXxySTpXClNOHs.json @@ -10,6 +10,6 @@ 4 ], "text": "Barbed net", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.4yvnWJ3tbmZXpEpo.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.4yvnWJ3tbmZXpEpo.json index 918d2a51..de2d4e38 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.4yvnWJ3tbmZXpEpo.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.4yvnWJ3tbmZXpEpo.json @@ -10,6 +10,6 @@ 3 ], "text": "Toxic gas", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.5K8QyOEp7PuxrlGD.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.5K8QyOEp7PuxrlGD.json index 1d638839..8e8a6223 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.5K8QyOEp7PuxrlGD.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.5K8QyOEp7PuxrlGD.json @@ -10,6 +10,6 @@ 9 ], "text": "Magical glyph", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.E4oWbvCaawSHyN6a.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.E4oWbvCaawSHyN6a.json index 404a40b7..a5613d13 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.E4oWbvCaawSHyN6a.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.E4oWbvCaawSHyN6a.json @@ -10,6 +10,6 @@ 7 ], "text": "Spiked pit", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.GIHOheaoVT4wXZym.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.GIHOheaoVT4wXZym.json index 86f96f4c..e1d1930a 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.GIHOheaoVT4wXZym.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.GIHOheaoVT4wXZym.json @@ -10,6 +10,6 @@ 11 ], "text": "Falling block", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.SnxRN8UgCgmizLci.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.SnxRN8UgCgmizLci.json index c783cf20..3ce4abb8 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.SnxRN8UgCgmizLci.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.SnxRN8UgCgmizLci.json @@ -10,6 +10,6 @@ 8 ], "text": "Javelin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.aHTA3iYyiEuI9cUN.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.aHTA3iYyiEuI9cUN.json index 30fc3d3c..93edbf1f 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.aHTA3iYyiEuI9cUN.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.aHTA3iYyiEuI9cUN.json @@ -10,6 +10,6 @@ 1 ], "text": "Crossbow", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.otUHbdYIKjEpBmFr.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.otUHbdYIKjEpBmFr.json index b42b7561..ac93a588 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.otUHbdYIKjEpBmFr.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.otUHbdYIKjEpBmFr.json @@ -10,6 +10,6 @@ 5 ], "text": "Rolling boulder", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.rLG6ooWohew8fFGP.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.rLG6ooWohew8fFGP.json index f5eb68ef..25b15a3f 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.rLG6ooWohew8fFGP.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.rLG6ooWohew8fFGP.json @@ -10,6 +10,6 @@ 6 ], "text": "Slicing blade", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.sanrRY839MyOTyTX.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.sanrRY839MyOTyTX.json index 781927ab..f33d367e 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.sanrRY839MyOTyTX.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.sanrRY839MyOTyTX.json @@ -10,6 +10,6 @@ 12 ], "text": "Cursed statue", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.z7mDMm8UtSi15gXt.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.z7mDMm8UtSi15gXt.json index 952449f9..f0110411 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.z7mDMm8UtSi15gXt.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.z7mDMm8UtSi15gXt.json @@ -10,6 +10,6 @@ 2 ], "text": "Hail of needles", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.zYwjhDI2rcphWUO9.json b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.zYwjhDI2rcphWUO9.json index e1c975d1..6c75eb8f 100644 --- a/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.zYwjhDI2rcphWUO9.json +++ b/data/packs/rollable-tables.db/!tables.results!eIYlfF2074jL0qte.zYwjhDI2rcphWUO9.json @@ -10,6 +10,6 @@ 10 ], "text": "Blast of fire", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3DaqtfaXKwt0RK01.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3DaqtfaXKwt0RK01.json index b38e97b4..ac2f668f 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3DaqtfaXKwt0RK01.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3DaqtfaXKwt0RK01.json @@ -10,6 +10,6 @@ 3 ], "text": "Tower of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3hBUHVHC1e45QlmH.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3hBUHVHC1e45QlmH.json index c93ae161..9953110e 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3hBUHVHC1e45QlmH.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.3hBUHVHC1e45QlmH.json @@ -10,6 +10,6 @@ 6 ], "text": "Warrens of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.5WPyeZGoaWTPA7DA.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.5WPyeZGoaWTPA7DA.json index e218e0b5..11639ed2 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.5WPyeZGoaWTPA7DA.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.5WPyeZGoaWTPA7DA.json @@ -10,6 +10,6 @@ 20 ], "text": "Shrine of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.7W8AFHBDPQawdJBF.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.7W8AFHBDPQawdJBF.json index 2788b71e..469e4d29 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.7W8AFHBDPQawdJBF.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.7W8AFHBDPQawdJBF.json @@ -10,6 +10,6 @@ 13 ], "text": "Castle of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.CgzMhPjwYzldE2Me.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.CgzMhPjwYzldE2Me.json index fa97ffd9..927626fe 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.CgzMhPjwYzldE2Me.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.CgzMhPjwYzldE2Me.json @@ -10,6 +10,6 @@ 16 ], "text": "Isle of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.GPaRJPXAsbqOl1hU.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.GPaRJPXAsbqOl1hU.json index b4eb5866..adad3a94 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.GPaRJPXAsbqOl1hU.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.GPaRJPXAsbqOl1hU.json @@ -10,6 +10,6 @@ 11 ], "text": "Citadel of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.H6YK6jFZbNkijWRH.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.H6YK6jFZbNkijWRH.json index 42507f7d..65c5e12e 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.H6YK6jFZbNkijWRH.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.H6YK6jFZbNkijWRH.json @@ -10,6 +10,6 @@ 9 ], "text": "Ruin of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.HOpuYajHRjlWDGUu.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.HOpuYajHRjlWDGUu.json index 2b9b57b2..bd379558 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.HOpuYajHRjlWDGUu.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.HOpuYajHRjlWDGUu.json @@ -10,6 +10,6 @@ 2 ], "text": "Abbey of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.NzFnhJCEQgYxUT7K.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.NzFnhJCEQgYxUT7K.json index 0f7a75d0..93203c4e 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.NzFnhJCEQgYxUT7K.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.NzFnhJCEQgYxUT7K.json @@ -10,6 +10,6 @@ 19 ], "text": "Necropolis of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.VjUou2PJGJepmhwm.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.VjUou2PJGJepmhwm.json index 8b380726..51090671 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.VjUou2PJGJepmhwm.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.VjUou2PJGJepmhwm.json @@ -10,6 +10,6 @@ 8 ], "text": "Monastery of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.YixFM0hGoL4KLmWx.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.YixFM0hGoL4KLmWx.json index 2bfd05e0..583512e6 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.YixFM0hGoL4KLmWx.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.YixFM0hGoL4KLmWx.json @@ -10,6 +10,6 @@ 4 ], "text": "Caves of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.bHPgrlVZafc4PigN.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.bHPgrlVZafc4PigN.json index 3c4b647e..c9bfe42e 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.bHPgrlVZafc4PigN.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.bHPgrlVZafc4PigN.json @@ -10,6 +10,6 @@ 10 ], "text": "Tunnels of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hFyBJgJCikxmyvEC.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hFyBJgJCikxmyvEC.json index d4fa756a..0e64d681 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hFyBJgJCikxmyvEC.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hFyBJgJCikxmyvEC.json @@ -10,6 +10,6 @@ 17 ], "text": "Keep of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hMXwSnmUMmvbQCsL.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hMXwSnmUMmvbQCsL.json index b9adf6e8..44524510 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hMXwSnmUMmvbQCsL.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.hMXwSnmUMmvbQCsL.json @@ -10,6 +10,6 @@ 15 ], "text": "Fortress of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.kHcQi0XEtFPb9bot.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.kHcQi0XEtFPb9bot.json index e8ee3f77..5a0c3303 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.kHcQi0XEtFPb9bot.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.kHcQi0XEtFPb9bot.json @@ -10,6 +10,6 @@ 14 ], "text": "Temple of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.pd5V1XfUO15B4edI.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.pd5V1XfUO15B4edI.json index 51f60abe..34e8fc0b 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.pd5V1XfUO15B4edI.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.pd5V1XfUO15B4edI.json @@ -10,6 +10,6 @@ 12 ], "text": "Tomb of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.wMFniFTYBEE2PQSl.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.wMFniFTYBEE2PQSl.json index 9eda2cdd..9c7a30d1 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.wMFniFTYBEE2PQSl.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.wMFniFTYBEE2PQSl.json @@ -10,6 +10,6 @@ 18 ], "text": "Dungeon of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xE3SIxGZQ6ChpvQm.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xE3SIxGZQ6ChpvQm.json index 50e6be13..bf28505c 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xE3SIxGZQ6ChpvQm.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xE3SIxGZQ6ChpvQm.json @@ -10,6 +10,6 @@ 5 ], "text": "Barrow of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xc34jgWvPoEOrJad.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xc34jgWvPoEOrJad.json index 0c6327af..1942ebb4 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xc34jgWvPoEOrJad.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.xc34jgWvPoEOrJad.json @@ -10,6 +10,6 @@ 7 ], "text": "Crypt of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.z2PdENX5f5NC58Sq.json b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.z2PdENX5f5NC58Sq.json index 61b73f93..132eb7e3 100644 --- a/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.z2PdENX5f5NC58Sq.json +++ b/data/packs/rollable-tables.db/!tables.results!fHZAw0dV5JbDAi7E.z2PdENX5f5NC58Sq.json @@ -10,6 +10,6 @@ 1 ], "text": "Mines of the", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.AipGfTboairKszSh.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.AipGfTboairKszSh.json index 2cbb0ed6..04749bdb 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.AipGfTboairKszSh.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.AipGfTboairKszSh.json @@ -10,6 +10,6 @@ 7 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.FrNDXcvWB0zOoEGe.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.FrNDXcvWB0zOoEGe.json index b8ea5ca7..eb690347 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.FrNDXcvWB0zOoEGe.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.FrNDXcvWB0zOoEGe.json @@ -10,6 +10,6 @@ 12 ], "text": "Spellcasting Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.GMo8T9XHQnGAEu02.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.GMo8T9XHQnGAEu02.json index a1a11cad..dd9ee785 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.GMo8T9XHQnGAEu02.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.GMo8T9XHQnGAEu02.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.Roo36lxBYamFDePk.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.Roo36lxBYamFDePk.json index 4bf36c01..739ece96 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.Roo36lxBYamFDePk.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.Roo36lxBYamFDePk.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.b50PEac019YpvOhS.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.b50PEac019YpvOhS.json index 7637eb37..a192490f 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.b50PEac019YpvOhS.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.b50PEac019YpvOhS.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.d86aVzgECGzB6UuV.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.d86aVzgECGzB6UuV.json index aec01158..a75c0480 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.d86aVzgECGzB6UuV.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.d86aVzgECGzB6UuV.json @@ -10,6 +10,6 @@ 7 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hDzWbaWnguLypaXC.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hDzWbaWnguLypaXC.json index 9ee66892..edc095e7 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hDzWbaWnguLypaXC.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hDzWbaWnguLypaXC.json @@ -10,6 +10,6 @@ 12 ], "text": "Teleport to Familiar", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hgnirTxvrLNk5Wmo.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hgnirTxvrLNk5Wmo.json index f848a292..aa196b24 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hgnirTxvrLNk5Wmo.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.hgnirTxvrLNk5Wmo.json @@ -10,6 +10,6 @@ 9 ], "text": "Spellcasting Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.knFZyF6b2lxXItDP.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.knFZyF6b2lxXItDP.json index b67e49ce..440f4aef 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.knFZyF6b2lxXItDP.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.knFZyF6b2lxXItDP.json @@ -10,6 +10,6 @@ 2 ], "text": "Teleport to Familiar", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.qXC8AXuEpbiV313J.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.qXC8AXuEpbiV313J.json index c2949581..4655be72 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.qXC8AXuEpbiV313J.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.qXC8AXuEpbiV313J.json @@ -10,6 +10,6 @@ 11 ], "text": "Learn Witch Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.yGcnNJyu8y2fJT7o.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.yGcnNJyu8y2fJT7o.json index 08aee6c6..436b3448 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.yGcnNJyu8y2fJT7o.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.yGcnNJyu8y2fJT7o.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.z4acXCaOMGvZa9I6.json b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.z4acXCaOMGvZa9I6.json index 3c4eaeb4..0f084773 100644 --- a/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.z4acXCaOMGvZa9I6.json +++ b/data/packs/rollable-tables.db/!tables.results!fifOKQmilp9Y45lf.z4acXCaOMGvZa9I6.json @@ -10,6 +10,6 @@ 12 ], "text": "Learn Witch Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.1ahzLslWnLCuC8n5.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.1ahzLslWnLCuC8n5.json index f02e8824..c6ff236b 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.1ahzLslWnLCuC8n5.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.1ahzLslWnLCuC8n5.json @@ -10,6 +10,6 @@ 7 ], "text": "Learn Melee Weapon", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3MByfBYtzZzMRwyX.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3MByfBYtzZzMRwyX.json index f6e01326..be95a789 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3MByfBYtzZzMRwyX.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3MByfBYtzZzMRwyX.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3PJRotooaESSqjnl.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3PJRotooaESSqjnl.json index ad94e947..67226030 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3PJRotooaESSqjnl.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3PJRotooaESSqjnl.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3mgb4htWQ8Lyc8ks.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3mgb4htWQ8Lyc8ks.json index 45207f89..e5eef331 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3mgb4htWQ8Lyc8ks.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.3mgb4htWQ8Lyc8ks.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Melee Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.6pRFf6moKzBWsgkO.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.6pRFf6moKzBWsgkO.json index 41ffa1d4..12432fd4 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.6pRFf6moKzBWsgkO.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.6pRFf6moKzBWsgkO.json @@ -10,6 +10,6 @@ 7 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9aff5gq9VCzuMLgo.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9aff5gq9VCzuMLgo.json index 51f80931..ae53bcfe 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9aff5gq9VCzuMLgo.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9aff5gq9VCzuMLgo.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9cSiZiY5rzMZdT8S.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9cSiZiY5rzMZdT8S.json index 09df30d0..ca4f7082 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9cSiZiY5rzMZdT8S.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.9cSiZiY5rzMZdT8S.json @@ -10,6 +10,6 @@ 12 ], "text": "Learn Melee Weapon", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.AQPGmxwBqUuQjKWg.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.AQPGmxwBqUuQjKWg.json index afd7f348..b6cf2980 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.AQPGmxwBqUuQjKWg.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.AQPGmxwBqUuQjKWg.json @@ -10,6 +10,6 @@ 12 ], "text": "Advantage on Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.DcJLusNhfvUcAQLl.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.DcJLusNhfvUcAQLl.json index ac481c3a..0e97c6b1 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.DcJLusNhfvUcAQLl.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.DcJLusNhfvUcAQLl.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.I9LTWqB3RwHAKBqX.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.I9LTWqB3RwHAKBqX.json index 1523adcf..0c93d70f 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.I9LTWqB3RwHAKBqX.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.I9LTWqB3RwHAKBqX.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.RyE0dwylYBmsCHoY.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.RyE0dwylYBmsCHoY.json index 5f26688d..829b782a 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.RyE0dwylYBmsCHoY.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.RyE0dwylYBmsCHoY.json @@ -10,6 +10,6 @@ 11 ], "text": "Initiative Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.VA9pNnFn3TrNXLo9.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.VA9pNnFn3TrNXLo9.json index 13df0759..dca4b19a 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.VA9pNnFn3TrNXLo9.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.VA9pNnFn3TrNXLo9.json @@ -10,6 +10,6 @@ 2 ], "text": "Advantage on Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.W5LGUFV5FrY2yqQX.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.W5LGUFV5FrY2yqQX.json index c3b740d2..80bd21ac 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.W5LGUFV5FrY2yqQX.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.W5LGUFV5FrY2yqQX.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.oGH2I1rhY4Xi2YQj.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.oGH2I1rhY4Xi2YQj.json index 1010d1fc..3c57b785 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.oGH2I1rhY4Xi2YQj.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.oGH2I1rhY4Xi2YQj.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.vrQrsASJK5RmsmZA.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.vrQrsASJK5RmsmZA.json index 30fc9735..da33367a 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.vrQrsASJK5RmsmZA.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.vrQrsASJK5RmsmZA.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.yePwQIk9PROkQknC.json b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.yePwQIk9PROkQknC.json index 25c8ff95..ac5d90fd 100644 --- a/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.yePwQIk9PROkQknC.json +++ b/data/packs/rollable-tables.db/!tables.results!hywroIYso1ANoq4N.yePwQIk9PROkQknC.json @@ -10,6 +10,6 @@ 12 ], "text": "Initiative Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.091l4CxS6HBrbOky.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.091l4CxS6HBrbOky.json index c0556508..b7be92d5 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.091l4CxS6HBrbOky.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.091l4CxS6HBrbOky.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.39dfIuez9HPaTZ9w.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.39dfIuez9HPaTZ9w.json index 1639c512..adacf261 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.39dfIuez9HPaTZ9w.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.39dfIuez9HPaTZ9w.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.5oJDFWhBzrbLd6ve.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.5oJDFWhBzrbLd6ve.json index 2ddc617a..9e67f34d 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.5oJDFWhBzrbLd6ve.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.5oJDFWhBzrbLd6ve.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.GzXlTtJ6u0TMVIJx.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.GzXlTtJ6u0TMVIJx.json index 73cc8aec..7c546a89 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.GzXlTtJ6u0TMVIJx.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.GzXlTtJ6u0TMVIJx.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.Hf3DleWOFlQGEiaY.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.Hf3DleWOFlQGEiaY.json index 3fab4280..42ea7303 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.Hf3DleWOFlQGEiaY.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.Hf3DleWOFlQGEiaY.json @@ -10,6 +10,6 @@ 2 ], "text": "Teleport", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.P4APwE3PjmK0zZS9.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.P4APwE3PjmK0zZS9.json index 98ecd99f..3a441b07 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.P4APwE3PjmK0zZS9.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.P4APwE3PjmK0zZS9.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PGpSTzWj5JhUZoNo.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PGpSTzWj5JhUZoNo.json index 27c48df1..19683cb1 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PGpSTzWj5JhUZoNo.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PGpSTzWj5JhUZoNo.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PTFJSiDTH7423FGk.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PTFJSiDTH7423FGk.json index e04634db..cb602827 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PTFJSiDTH7423FGk.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.PTFJSiDTH7423FGk.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.SIeV3JZmL1Nk1sWD.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.SIeV3JZmL1Nk1sWD.json index edbacd50..85bf7f99 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.SIeV3JZmL1Nk1sWD.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.SIeV3JZmL1Nk1sWD.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.dLGxXiUn05KNCf3N.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.dLGxXiUn05KNCf3N.json index 4323147d..481dac77 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.dLGxXiUn05KNCf3N.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.dLGxXiUn05KNCf3N.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.epGQM54jf64rTnjS.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.epGQM54jf64rTnjS.json index b4dec654..10362a24 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.epGQM54jf64rTnjS.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.epGQM54jf64rTnjS.json @@ -10,6 +10,6 @@ 12 ], "text": "Teleport", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.jd6V7fRcXbNS8cLk.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.jd6V7fRcXbNS8cLk.json index 2f4574bb..244a7186 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.jd6V7fRcXbNS8cLk.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.jd6V7fRcXbNS8cLk.json @@ -10,6 +10,6 @@ 12 ], "text": "Force Morale Check", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.k0uOd6xLlRz2UwJj.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.k0uOd6xLlRz2UwJj.json index 1785b99d..ba06fa6d 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.k0uOd6xLlRz2UwJj.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.k0uOd6xLlRz2UwJj.json @@ -10,6 +10,6 @@ 7 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.sLxf2ugDHsnnIVRP.json b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.sLxf2ugDHsnnIVRP.json index 4c55f5c4..8456f8ac 100644 --- a/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.sLxf2ugDHsnnIVRP.json +++ b/data/packs/rollable-tables.db/!tables.results!jeMMr372yditrKMj.sLxf2ugDHsnnIVRP.json @@ -10,6 +10,6 @@ 11 ], "text": "Force Morale Check", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.I9JFIjkDHy4wKoxN.json b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.I9JFIjkDHy4wKoxN.json index c4117aa4..686ab740 100644 --- a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.I9JFIjkDHy4wKoxN.json +++ b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.I9JFIjkDHy4wKoxN.json @@ -10,6 +10,6 @@ 4 ], "text": "Human", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.RlysHyjkyscqlkCA.json b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.RlysHyjkyscqlkCA.json index a417ffab..59711f7b 100644 --- a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.RlysHyjkyscqlkCA.json +++ b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.RlysHyjkyscqlkCA.json @@ -10,6 +10,6 @@ 12 ], "text": "Goblin", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.alBExel2xk6XVXhW.json b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.alBExel2xk6XVXhW.json index 6f02b5bf..639dbb95 100644 --- a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.alBExel2xk6XVXhW.json +++ b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.alBExel2xk6XVXhW.json @@ -10,6 +10,6 @@ 11 ], "text": "Half-Orc", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.p3IHkB8sH7wivTOi.json b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.p3IHkB8sH7wivTOi.json index 0f13ccaa..5757561c 100644 --- a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.p3IHkB8sH7wivTOi.json +++ b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.p3IHkB8sH7wivTOi.json @@ -10,6 +10,6 @@ 8 ], "text": "Dwarf", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.rCsmMUY5BfKAemw5.json b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.rCsmMUY5BfKAemw5.json index eae2b5c7..3cee5935 100644 --- a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.rCsmMUY5BfKAemw5.json +++ b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.rCsmMUY5BfKAemw5.json @@ -10,6 +10,6 @@ 10 ], "text": "Halfling", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.zMbiNixekOSYeO8O.json b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.zMbiNixekOSYeO8O.json index c9a6627f..8e9a9352 100644 --- a/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.zMbiNixekOSYeO8O.json +++ b/data/packs/rollable-tables.db/!tables.results!ljbaTPUHqeNzyM2b.zMbiNixekOSYeO8O.json @@ -10,6 +10,6 @@ 6 ], "text": "Elf", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3DaqtfaXKwt0RK01.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3DaqtfaXKwt0RK01.json index 4be967b5..a7edf943 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3DaqtfaXKwt0RK01.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3DaqtfaXKwt0RK01.json @@ -10,6 +10,6 @@ 3 ], "text": "Darkness", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3hBUHVHC1e45QlmH.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3hBUHVHC1e45QlmH.json index 0e7d9e16..c42369a2 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3hBUHVHC1e45QlmH.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.3hBUHVHC1e45QlmH.json @@ -10,6 +10,6 @@ 6 ], "text": "King", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.5WPyeZGoaWTPA7DA.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.5WPyeZGoaWTPA7DA.json index b750a9ee..125a3aaa 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.5WPyeZGoaWTPA7DA.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.5WPyeZGoaWTPA7DA.json @@ -10,6 +10,6 @@ 20 ], "text": "Hero", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.7W8AFHBDPQawdJBF.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.7W8AFHBDPQawdJBF.json index 574bf8cc..891e9a91 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.7W8AFHBDPQawdJBF.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.7W8AFHBDPQawdJBF.json @@ -10,6 +10,6 @@ 13 ], "text": "Swamp", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.CgzMhPjwYzldE2Me.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.CgzMhPjwYzldE2Me.json index fcbc47a8..617310f4 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.CgzMhPjwYzldE2Me.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.CgzMhPjwYzldE2Me.json @@ -10,6 +10,6 @@ 16 ], "text": "Horde", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.GPaRJPXAsbqOl1hU.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.GPaRJPXAsbqOl1hU.json index 817f787e..4eda0260 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.GPaRJPXAsbqOl1hU.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.GPaRJPXAsbqOl1hU.json @@ -10,6 +10,6 @@ 11 ], "text": "Lands", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.H6YK6jFZbNkijWRH.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.H6YK6jFZbNkijWRH.json index d1a3a077..80dbbc9c 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.H6YK6jFZbNkijWRH.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.H6YK6jFZbNkijWRH.json @@ -10,6 +10,6 @@ 9 ], "text": "Jewel", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.HOpuYajHRjlWDGUu.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.HOpuYajHRjlWDGUu.json index ea684bbf..e9aa71fe 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.HOpuYajHRjlWDGUu.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.HOpuYajHRjlWDGUu.json @@ -10,6 +10,6 @@ 2 ], "text": "Ghost", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.NzFnhJCEQgYxUT7K.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.NzFnhJCEQgYxUT7K.json index 85c37ce2..36fa9ebc 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.NzFnhJCEQgYxUT7K.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.NzFnhJCEQgYxUT7K.json @@ -10,6 +10,6 @@ 19 ], "text": "Wastes", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.VjUou2PJGJepmhwm.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.VjUou2PJGJepmhwm.json index 4e86096c..0df537c4 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.VjUou2PJGJepmhwm.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.VjUou2PJGJepmhwm.json @@ -10,6 +10,6 @@ 8 ], "text": "Depths", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.YixFM0hGoL4KLmWx.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.YixFM0hGoL4KLmWx.json index 68fa5185..1b722f00 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.YixFM0hGoL4KLmWx.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.YixFM0hGoL4KLmWx.json @@ -10,6 +10,6 @@ 4 ], "text": "Peak", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.bHPgrlVZafc4PigN.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.bHPgrlVZafc4PigN.json index 3bdd5773..70688d9a 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.bHPgrlVZafc4PigN.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.bHPgrlVZafc4PigN.json @@ -10,6 +10,6 @@ 10 ], "text": "God", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hFyBJgJCikxmyvEC.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hFyBJgJCikxmyvEC.json index d9f12c3b..5fad84d3 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hFyBJgJCikxmyvEC.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hFyBJgJCikxmyvEC.json @@ -10,6 +10,6 @@ 17 ], "text": "Skull", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hMXwSnmUMmvbQCsL.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hMXwSnmUMmvbQCsL.json index d4ec96e9..31dca6eb 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hMXwSnmUMmvbQCsL.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.hMXwSnmUMmvbQCsL.json @@ -10,6 +10,6 @@ 15 ], "text": "Valley", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.kHcQi0XEtFPb9bot.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.kHcQi0XEtFPb9bot.json index b8d77b70..882dfb74 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.kHcQi0XEtFPb9bot.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.kHcQi0XEtFPb9bot.json @@ -10,6 +10,6 @@ 14 ], "text": "Ravine", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.pd5V1XfUO15B4edI.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.pd5V1XfUO15B4edI.json index cffb5ee9..ad0ca163 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.pd5V1XfUO15B4edI.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.pd5V1XfUO15B4edI.json @@ -10,6 +10,6 @@ 12 ], "text": "Storm", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.wMFniFTYBEE2PQSl.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.wMFniFTYBEE2PQSl.json index ef0caa26..1b0c4c99 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.wMFniFTYBEE2PQSl.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.wMFniFTYBEE2PQSl.json @@ -10,6 +10,6 @@ 18 ], "text": "Queen", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xE3SIxGZQ6ChpvQm.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xE3SIxGZQ6ChpvQm.json index 2446e27c..372141c3 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xE3SIxGZQ6ChpvQm.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xE3SIxGZQ6ChpvQm.json @@ -10,6 +10,6 @@ 5 ], "text": "Borderlands", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xc34jgWvPoEOrJad.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xc34jgWvPoEOrJad.json index 992674ee..d8cd926e 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xc34jgWvPoEOrJad.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.xc34jgWvPoEOrJad.json @@ -10,6 +10,6 @@ 7 ], "text": "Twilight", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.z2PdENX5f5NC58Sq.json b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.z2PdENX5f5NC58Sq.json index 18357909..45e3d757 100644 --- a/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.z2PdENX5f5NC58Sq.json +++ b/data/packs/rollable-tables.db/!tables.results!m44GYY0BRQWdsBN4.z2PdENX5f5NC58Sq.json @@ -10,6 +10,6 @@ 1 ], "text": "Flame", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.0uvYbFK82A1qjIJd.json b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.0uvYbFK82A1qjIJd.json index 118e3387..d72b69ca 100644 --- a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.0uvYbFK82A1qjIJd.json +++ b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.0uvYbFK82A1qjIJd.json @@ -10,6 +10,6 @@ 5 ], "text": "Bard", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.96c0uKgE0peeK5Vf.json b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.96c0uKgE0peeK5Vf.json index 9f43a087..5cb250fa 100644 --- a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.96c0uKgE0peeK5Vf.json +++ b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.96c0uKgE0peeK5Vf.json @@ -10,6 +10,6 @@ 3 ], "text": "Thief", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.YZUd4kEBfUPUKVlb.json b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.YZUd4kEBfUPUKVlb.json index 43e98632..264d900a 100644 --- a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.YZUd4kEBfUPUKVlb.json +++ b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.YZUd4kEBfUPUKVlb.json @@ -10,6 +10,6 @@ 4 ], "text": "Wizard", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.gEPeiWY29oTRWqDG.json b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.gEPeiWY29oTRWqDG.json index 0aa6a43b..fa58f208 100644 --- a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.gEPeiWY29oTRWqDG.json +++ b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.gEPeiWY29oTRWqDG.json @@ -10,6 +10,6 @@ 6 ], "text": "Ranger", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.kiuS4qMhOHC5B8KO.json b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.kiuS4qMhOHC5B8KO.json index c72cc875..c126940a 100644 --- a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.kiuS4qMhOHC5B8KO.json +++ b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.kiuS4qMhOHC5B8KO.json @@ -10,6 +10,6 @@ 1 ], "text": "Fighter", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.nmG7aQMo0pbvJ9oK.json b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.nmG7aQMo0pbvJ9oK.json index b29e7015..6d914634 100644 --- a/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.nmG7aQMo0pbvJ9oK.json +++ b/data/packs/rollable-tables.db/!tables.results!mMgcf5V3voQSvrdr.nmG7aQMo0pbvJ9oK.json @@ -10,6 +10,6 @@ 2 ], "text": "Priest", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.3ycSx39Jmtbw3PAx.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.3ycSx39Jmtbw3PAx.json index c07e47a3..a15f84fb 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.3ycSx39Jmtbw3PAx.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.3ycSx39Jmtbw3PAx.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.99VfvZ0es75tMHRJ.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.99VfvZ0es75tMHRJ.json index c8f5be76..bf0b7f39 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.99VfvZ0es75tMHRJ.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.99VfvZ0es75tMHRJ.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.9v8u3oIKb1N0rdRM.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.9v8u3oIKb1N0rdRM.json index ba6b03ac..842c3d3b 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.9v8u3oIKb1N0rdRM.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.9v8u3oIKb1N0rdRM.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.DwiNOG3uBT7nwUDK.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.DwiNOG3uBT7nwUDK.json index 5c6be7d1..dee66910 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.DwiNOG3uBT7nwUDK.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.DwiNOG3uBT7nwUDK.json @@ -10,6 +10,6 @@ 7 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EIESJe7TYSrPR7Lf.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EIESJe7TYSrPR7Lf.json index bc668a94..82118783 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EIESJe7TYSrPR7Lf.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EIESJe7TYSrPR7Lf.json @@ -10,6 +10,6 @@ 7 ], "text": "Learn to Wield a Longbow", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EbXl9TXkEochjEzH.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EbXl9TXkEochjEzH.json index 36faf095..2909d390 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EbXl9TXkEochjEzH.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.EbXl9TXkEochjEzH.json @@ -10,6 +10,6 @@ 11 ], "text": "Magic Resistance", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.HTLJU1oZcZidDP0e.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.HTLJU1oZcZidDP0e.json index c6973ad7..5093bd4a 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.HTLJU1oZcZidDP0e.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.HTLJU1oZcZidDP0e.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.OjESzhXmkRXRptqc.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.OjESzhXmkRXRptqc.json index f1af6b81..6124998d 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.OjESzhXmkRXRptqc.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.OjESzhXmkRXRptqc.json @@ -10,6 +10,6 @@ 12 ], "text": "Hypnotize", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.RrzLf4WgWJQB21WQ.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.RrzLf4WgWJQB21WQ.json index 244f1eef..23ebd939 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.RrzLf4WgWJQB21WQ.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.RrzLf4WgWJQB21WQ.json @@ -10,6 +10,6 @@ 12 ], "text": "Magic Resistance", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.alxTWycBBuIy9B2I.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.alxTWycBBuIy9B2I.json index 27ace27d..a93c8a68 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.alxTWycBBuIy9B2I.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.alxTWycBBuIy9B2I.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.iyUzjgnbOlfguGtd.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.iyUzjgnbOlfguGtd.json index b33fa317..2b929074 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.iyUzjgnbOlfguGtd.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.iyUzjgnbOlfguGtd.json @@ -10,6 +10,6 @@ 7 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.kNHLU5Jg5fuOZhyo.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.kNHLU5Jg5fuOZhyo.json index e946c78e..87992904 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.kNHLU5Jg5fuOZhyo.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.kNHLU5Jg5fuOZhyo.json @@ -10,6 +10,6 @@ 2 ], "text": "Hypnotize", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.maQT0ylt6hkVAygR.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.maQT0ylt6hkVAygR.json index 81e95830..1c12ec8c 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.maQT0ylt6hkVAygR.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.maQT0ylt6hkVAygR.json @@ -10,6 +10,6 @@ 12 ], "text": "Learn to Wield a Longbow", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.zWYEp2vfd4hL0tzf.json b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.zWYEp2vfd4hL0tzf.json index ed6bb76a..0f2a45f8 100644 --- a/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.zWYEp2vfd4hL0tzf.json +++ b/data/packs/rollable-tables.db/!tables.results!mi0QYvreMf9j512E.zWYEp2vfd4hL0tzf.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.2MCoDg81l58aEa8a.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.2MCoDg81l58aEa8a.json index babd24f9..177ed18f 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.2MCoDg81l58aEa8a.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.2MCoDg81l58aEa8a.json @@ -10,6 +10,6 @@ 20 ], "text": "Chirurgeon", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.5Bnxb4teq8EYAvmO.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.5Bnxb4teq8EYAvmO.json index a35b5407..f064a2ed 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.5Bnxb4teq8EYAvmO.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.5Bnxb4teq8EYAvmO.json @@ -10,6 +10,6 @@ 19 ], "text": "Noble", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.8oqyPUaTzgOvwmh4.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.8oqyPUaTzgOvwmh4.json index c393c981..ec651a9e 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.8oqyPUaTzgOvwmh4.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.8oqyPUaTzgOvwmh4.json @@ -10,6 +10,6 @@ 15 ], "text": "Ranger", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.EMYJeabWr0Y4YxC0.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.EMYJeabWr0Y4YxC0.json index 6fcf37ff..06984180 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.EMYJeabWr0Y4YxC0.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.EMYJeabWr0Y4YxC0.json @@ -10,6 +10,6 @@ 12 ], "text": "Sailor", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.H34XhYf7tITyByRX.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.H34XhYf7tITyByRX.json index 5268ea07..eae1926b 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.H34XhYf7tITyByRX.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.H34XhYf7tITyByRX.json @@ -10,6 +10,6 @@ 1 ], "text": "Urchin", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.MGcwWsCUoMl86Wke.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.MGcwWsCUoMl86Wke.json index 74aa2a3c..ef51b49c 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.MGcwWsCUoMl86Wke.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.MGcwWsCUoMl86Wke.json @@ -10,6 +10,6 @@ 7 ], "text": "Wizard's Apprentice", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.Nfduqv15bQZmmmgl.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.Nfduqv15bQZmmmgl.json index 317b4191..0b0444af 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.Nfduqv15bQZmmmgl.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.Nfduqv15bQZmmmgl.json @@ -10,6 +10,6 @@ 16 ], "text": "Scout", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.STwtg8sVt0Fa30SS.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.STwtg8sVt0Fa30SS.json index 28c5aa48..9a42e0ff 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.STwtg8sVt0Fa30SS.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.STwtg8sVt0Fa30SS.json @@ -10,6 +10,6 @@ 14 ], "text": "Soldier", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WPgP68L9S5KdUyCl.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WPgP68L9S5KdUyCl.json index d0323b82..9961b136 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WPgP68L9S5KdUyCl.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WPgP68L9S5KdUyCl.json @@ -10,6 +10,6 @@ 8 ], "text": "Jeweler", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WqXw3khBjvofxLkm.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WqXw3khBjvofxLkm.json index a8ed14cb..5cc2d66a 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WqXw3khBjvofxLkm.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.WqXw3khBjvofxLkm.json @@ -10,6 +10,6 @@ 18 ], "text": "Scholar", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.X8xZVMHcCutHbcby.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.X8xZVMHcCutHbcby.json index ab4fa704..51fefcec 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.X8xZVMHcCutHbcby.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.X8xZVMHcCutHbcby.json @@ -10,6 +10,6 @@ 10 ], "text": "Barbarian", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.ZUzCIIiZP1g9Y8yc.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.ZUzCIIiZP1g9Y8yc.json index d9a861b7..b6504629 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.ZUzCIIiZP1g9Y8yc.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.ZUzCIIiZP1g9Y8yc.json @@ -10,6 +10,6 @@ 4 ], "text": "Thieves' Guild", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.a3UPaoqobbp8WI08.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.a3UPaoqobbp8WI08.json index 68df7b15..4e646bc5 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.a3UPaoqobbp8WI08.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.a3UPaoqobbp8WI08.json @@ -10,6 +10,6 @@ 17 ], "text": "Minstrel", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.iVwJqv2Zpyupbl0w.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.iVwJqv2Zpyupbl0w.json index b2e83e75..49969e5c 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.iVwJqv2Zpyupbl0w.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.iVwJqv2Zpyupbl0w.json @@ -10,6 +10,6 @@ 11 ], "text": "Mercenary", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.kj525cAk0PCshvKK.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.kj525cAk0PCshvKK.json index 9c3866a4..ef18233c 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.kj525cAk0PCshvKK.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.kj525cAk0PCshvKK.json @@ -10,6 +10,6 @@ 5 ], "text": "Banished", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.mhZvx0dMXRQnbogs.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.mhZvx0dMXRQnbogs.json index cf624080..1f23378e 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.mhZvx0dMXRQnbogs.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.mhZvx0dMXRQnbogs.json @@ -10,6 +10,6 @@ 6 ], "text": "Orphaned", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.nAs7C0ThYCoGdOVJ.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.nAs7C0ThYCoGdOVJ.json index 236463db..b10ad7ed 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.nAs7C0ThYCoGdOVJ.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.nAs7C0ThYCoGdOVJ.json @@ -10,6 +10,6 @@ 3 ], "text": "Cult Initiate", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.pGPttC22wLY7Y27Q.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.pGPttC22wLY7Y27Q.json index 24297b64..176db571 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.pGPttC22wLY7Y27Q.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.pGPttC22wLY7Y27Q.json @@ -10,6 +10,6 @@ 13 ], "text": "Acolyte", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.qdMp9MEjGO4BBVu7.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.qdMp9MEjGO4BBVu7.json index 937f0747..d071d954 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.qdMp9MEjGO4BBVu7.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.qdMp9MEjGO4BBVu7.json @@ -10,6 +10,6 @@ 2 ], "text": "Wanted", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.xIdLNiLnlz7XGDlE.json b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.xIdLNiLnlz7XGDlE.json index 58ef0b1c..c942adf7 100644 --- a/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.xIdLNiLnlz7XGDlE.json +++ b/data/packs/rollable-tables.db/!tables.results!nkmJy4wfE9Q0VWeY.xIdLNiLnlz7XGDlE.json @@ -10,6 +10,6 @@ 9 ], "text": "Herbalist", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.4hp8F6p83CZg4ADg.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.4hp8F6p83CZg4ADg.json index 1d09ddd4..2da9ffa8 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.4hp8F6p83CZg4ADg.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.4hp8F6p83CZg4ADg.json @@ -10,6 +10,6 @@ 3 ], "text": "Ranna", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.BCY8gl9DOqVLm8UG.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.BCY8gl9DOqVLm8UG.json index 58684fb8..b97ae1b2 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.BCY8gl9DOqVLm8UG.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.BCY8gl9DOqVLm8UG.json @@ -10,6 +10,6 @@ 6 ], "text": "Hrogar", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.CZe3Ul9f7BkiwUpx.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.CZe3Ul9f7BkiwUpx.json index 8c0cb1d5..7ae00156 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.CZe3Ul9f7BkiwUpx.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.CZe3Ul9f7BkiwUpx.json @@ -10,6 +10,6 @@ 4 ], "text": "Korv", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.D4sflzHlgbVsMXLU.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.D4sflzHlgbVsMXLU.json index a47cbe65..13737ab4 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.D4sflzHlgbVsMXLU.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.D4sflzHlgbVsMXLU.json @@ -10,6 +10,6 @@ 5 ], "text": "Zasha", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.EHYuoDEgntRj0IIq.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.EHYuoDEgntRj0IIq.json index 7f4698ac..25d24477 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.EHYuoDEgntRj0IIq.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.EHYuoDEgntRj0IIq.json @@ -10,6 +10,6 @@ 17 ], "text": "Ivara", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.HHH5QLZVITpPvUZk.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.HHH5QLZVITpPvUZk.json index 2e81f379..1fdc9a71 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.HHH5QLZVITpPvUZk.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.HHH5QLZVITpPvUZk.json @@ -10,6 +10,6 @@ 14 ], "text": "Tulk", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.L4X6nEvcEqJlR5Hi.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.L4X6nEvcEqJlR5Hi.json index d8f2bf15..1cfdfc72 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.L4X6nEvcEqJlR5Hi.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.L4X6nEvcEqJlR5Hi.json @@ -10,6 +10,6 @@ 18 ], "text": "Hirok", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.OZTutgaufHp07Mp7.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.OZTutgaufHp07Mp7.json index d0c47856..fafb7e7d 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.OZTutgaufHp07Mp7.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.OZTutgaufHp07Mp7.json @@ -10,6 +10,6 @@ 2 ], "text": "Gralk", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.PWtoHVqZv9wU2LqP.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.PWtoHVqZv9wU2LqP.json index 223e4b6f..c7a06676 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.PWtoHVqZv9wU2LqP.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.PWtoHVqZv9wU2LqP.json @@ -10,6 +10,6 @@ 8 ], "text": "Tragan", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.QShjfSmYNvQzjmHR.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.QShjfSmYNvQzjmHR.json index b1093b5b..77b89175 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.QShjfSmYNvQzjmHR.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.QShjfSmYNvQzjmHR.json @@ -10,6 +10,6 @@ 12 ], "text": "Krull", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.UVahNNsuyAhmOnYt.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.UVahNNsuyAhmOnYt.json index 436bff4c..e1670be2 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.UVahNNsuyAhmOnYt.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.UVahNNsuyAhmOnYt.json @@ -10,6 +10,6 @@ 7 ], "text": "Klara", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.YAWGrUZIsO3CewDT.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.YAWGrUZIsO3CewDT.json index 24d521d1..ab50fa34 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.YAWGrUZIsO3CewDT.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.YAWGrUZIsO3CewDT.json @@ -10,6 +10,6 @@ 16 ], "text": "Wulf", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.goS3cPbqb7bt22Rk.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.goS3cPbqb7bt22Rk.json index 42178da2..488bb9b2 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.goS3cPbqb7bt22Rk.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.goS3cPbqb7bt22Rk.json @@ -10,6 +10,6 @@ 10 ], "text": "Drago", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.hFsTKY9O6fPIVA77.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.hFsTKY9O6fPIVA77.json index a94487aa..ba150a9d 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.hFsTKY9O6fPIVA77.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.hFsTKY9O6fPIVA77.json @@ -10,6 +10,6 @@ 20 ], "text": "Zoraan", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o0g4LJgdFXXd1akk.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o0g4LJgdFXXd1akk.json index 2c4e55b7..b41d715f 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o0g4LJgdFXXd1akk.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o0g4LJgdFXXd1akk.json @@ -10,6 +10,6 @@ 9 ], "text": "Brolga", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o8PfK6C1lzsmzwxY.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o8PfK6C1lzsmzwxY.json index 2d5c16c7..33fe75e7 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o8PfK6C1lzsmzwxY.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.o8PfK6C1lzsmzwxY.json @@ -10,6 +10,6 @@ 19 ], "text": "Aja", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.qRgTQpJpXqDXcB7D.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.qRgTQpJpXqDXcB7D.json index b79ecf36..0a6440b3 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.qRgTQpJpXqDXcB7D.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.qRgTQpJpXqDXcB7D.json @@ -10,6 +10,6 @@ 1 ], "text": "Vara", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.uT2Dsbp39p2wUr7q.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.uT2Dsbp39p2wUr7q.json index fd5cacb5..55bf31c2 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.uT2Dsbp39p2wUr7q.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.uT2Dsbp39p2wUr7q.json @@ -10,6 +10,6 @@ 15 ], "text": "Shiraal", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wQDBHDZVZRXamhfQ.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wQDBHDZVZRXamhfQ.json index 9c8ce056..882e9926 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wQDBHDZVZRXamhfQ.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wQDBHDZVZRXamhfQ.json @@ -10,6 +10,6 @@ 11 ], "text": "Yelena", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wodWI2jhHXkfpRX0.json b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wodWI2jhHXkfpRX0.json index c56d49b8..27051cc6 100644 --- a/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wodWI2jhHXkfpRX0.json +++ b/data/packs/rollable-tables.db/!tables.results!noInf0ReaXapH7xb.wodWI2jhHXkfpRX0.json @@ -10,6 +10,6 @@ 13 ], "text": "Ulara", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.0p4jnOR2byA9vYBm.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.0p4jnOR2byA9vYBm.json index 86639b77..2a9e9e9e 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.0p4jnOR2byA9vYBm.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.0p4jnOR2byA9vYBm.json @@ -10,6 +10,6 @@ 1 ], "text": "Acid pools", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.1cQhUE8nkQiINcha.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.1cQhUE8nkQiINcha.json index 33056f1d..a0e6a59c 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.1cQhUE8nkQiINcha.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.1cQhUE8nkQiINcha.json @@ -10,6 +10,6 @@ 10 ], "text": "Curtain of fire", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.6Zp3j1iG75d6fDzW.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.6Zp3j1iG75d6fDzW.json index 8ecaf7e6..d66892fb 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.6Zp3j1iG75d6fDzW.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.6Zp3j1iG75d6fDzW.json @@ -10,6 +10,6 @@ 6 ], "text": "Steam vents", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.AdDsRK21U3kQRmHS.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.AdDsRK21U3kQRmHS.json index 7a00aa44..6722badf 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.AdDsRK21U3kQRmHS.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.AdDsRK21U3kQRmHS.json @@ -10,6 +10,6 @@ 3 ], "text": "Icy water", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.JY17MyvXNA8UVqjT.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.JY17MyvXNA8UVqjT.json index 98e8d0ef..29c2a51b 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.JY17MyvXNA8UVqjT.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.JY17MyvXNA8UVqjT.json @@ -10,6 +10,6 @@ 4 ], "text": "Lava", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SVmht2tV7hLMHLF6.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SVmht2tV7hLMHLF6.json index 4d6f5f85..2a208512 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SVmht2tV7hLMHLF6.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SVmht2tV7hLMHLF6.json @@ -10,6 +10,6 @@ 12 ], "text": "Gravity flux", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SlGGjdqWvICNIm8o.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SlGGjdqWvICNIm8o.json index 087a77e3..3bcace6e 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SlGGjdqWvICNIm8o.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.SlGGjdqWvICNIm8o.json @@ -10,6 +10,6 @@ 7 ], "text": "Toxic mold", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.UR0v5qT5WGnVfsrY.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.UR0v5qT5WGnVfsrY.json index f8500369..301761df 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.UR0v5qT5WGnVfsrY.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.UR0v5qT5WGnVfsrY.json @@ -10,6 +10,6 @@ 5 ], "text": "Pummeling hail", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.bvgB3HyCshDQLbYA.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.bvgB3HyCshDQLbYA.json index 7bb6b920..f9b59549 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.bvgB3HyCshDQLbYA.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.bvgB3HyCshDQLbYA.json @@ -10,6 +10,6 @@ 2 ], "text": "Exploding rocks", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.ojmYXfIDp378LKDC.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.ojmYXfIDp378LKDC.json index 08641c28..46f87eff 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.ojmYXfIDp378LKDC.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.ojmYXfIDp378LKDC.json @@ -10,6 +10,6 @@ 8 ], "text": "Falling debris", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.sYWHR1sWSv9d7BRp.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.sYWHR1sWSv9d7BRp.json index 11b583d2..fbe2e832 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.sYWHR1sWSv9d7BRp.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.sYWHR1sWSv9d7BRp.json @@ -10,6 +10,6 @@ 9 ], "text": "Acid rain", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.scDhPVRcYecZ0L6w.json b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.scDhPVRcYecZ0L6w.json index 31dd0a49..601eb6ff 100644 --- a/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.scDhPVRcYecZ0L6w.json +++ b/data/packs/rollable-tables.db/!tables.results!o3UHKv5XsgEaPuKt.scDhPVRcYecZ0L6w.json @@ -10,6 +10,6 @@ 11 ], "text": "Electrified field", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.CYltJxlhj4697eoE.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.CYltJxlhj4697eoE.json index 0cc56add..0449ffd9 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.CYltJxlhj4697eoE.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.CYltJxlhj4697eoE.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 XP for Secrets", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.GdBfoWNz5leRfsRQ.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.GdBfoWNz5leRfsRQ.json index 0e465e3a..7919452b 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.GdBfoWNz5leRfsRQ.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.GdBfoWNz5leRfsRQ.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.J5BrOWEBfnGz6TOl.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.J5BrOWEBfnGz6TOl.json index 23c10384..d7830463 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.J5BrOWEBfnGz6TOl.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.J5BrOWEBfnGz6TOl.json @@ -10,6 +10,6 @@ 12 ], "text": "Learn a Wizard Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.YYdtqKeiDCgowBHw.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.YYdtqKeiDCgowBHw.json index 0fdf833c..7638cc85 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.YYdtqKeiDCgowBHw.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.YYdtqKeiDCgowBHw.json @@ -10,6 +10,6 @@ 2 ], "text": "Read Mind of Creature", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cP5A9kBl3bonbYDt.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cP5A9kBl3bonbYDt.json index bffafb80..4ec8f1e9 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cP5A9kBl3bonbYDt.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cP5A9kBl3bonbYDt.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cz4TZBExg4JzpDiG.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cz4TZBExg4JzpDiG.json index ecbf3fad..33804dba 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cz4TZBExg4JzpDiG.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.cz4TZBExg4JzpDiG.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.g66FwWpV9CNiEgSL.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.g66FwWpV9CNiEgSL.json index d1502f99..289d5ad4 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.g66FwWpV9CNiEgSL.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.g66FwWpV9CNiEgSL.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.oiGOfHAm8buwFfab.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.oiGOfHAm8buwFfab.json index b7fc6516..d5488c6e 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.oiGOfHAm8buwFfab.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.oiGOfHAm8buwFfab.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.pjJcSMrBg1IhEAHo.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.pjJcSMrBg1IhEAHo.json index ead61e93..a24bcdf0 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.pjJcSMrBg1IhEAHo.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.pjJcSMrBg1IhEAHo.json @@ -10,6 +10,6 @@ 7 ], "text": "Learn a Wizard Spell", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.sUBmDCtzTCoAeRGi.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.sUBmDCtzTCoAeRGi.json index 347752d9..29ce416b 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.sUBmDCtzTCoAeRGi.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.sUBmDCtzTCoAeRGi.json @@ -10,6 +10,6 @@ 12 ], "text": "Read Mind of Creature", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.ting27K52nKeHVFs.json b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.ting27K52nKeHVFs.json index 018f7f4f..5b860e66 100644 --- a/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.ting27K52nKeHVFs.json +++ b/data/packs/rollable-tables.db/!tables.results!oKkk7o3Zhlab2vie.ting27K52nKeHVFs.json @@ -10,6 +10,6 @@ 11 ], "text": "+1 XP for Secrets", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.4ykXnJvmU4FCBVn9.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.4ykXnJvmU4FCBVn9.json index c217ff7a..a874bc94 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.4ykXnJvmU4FCBVn9.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.4ykXnJvmU4FCBVn9.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.FHstLynW2KARM9Oe.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.FHstLynW2KARM9Oe.json index d32dcd24..24f7b57a 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.FHstLynW2KARM9Oe.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.FHstLynW2KARM9Oe.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.I3x7nI5rOQULCyOu.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.I3x7nI5rOQULCyOu.json index fd231d55..43d65031 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.I3x7nI5rOQULCyOu.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.I3x7nI5rOQULCyOu.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.J28wRkfaZuOACPhT.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.J28wRkfaZuOACPhT.json index 3cc6889f..7ae9cf0d 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.J28wRkfaZuOACPhT.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.J28wRkfaZuOACPhT.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.URnN0s5T6KkCUOkc.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.URnN0s5T6KkCUOkc.json index 86cead65..ddd45f21 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.URnN0s5T6KkCUOkc.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.URnN0s5T6KkCUOkc.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.c5EfVLh62DaEj0qZ.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.c5EfVLh62DaEj0qZ.json index fd1de892..aba7b2bd 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.c5EfVLh62DaEj0qZ.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.c5EfVLh62DaEj0qZ.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eGx16lzfXof8yKwd.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eGx16lzfXof8yKwd.json index 41dd0aca..84a211e6 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eGx16lzfXof8yKwd.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eGx16lzfXof8yKwd.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eneJ7c3K7CbHSiSH.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eneJ7c3K7CbHSiSH.json index 01f8acfe..6b6df8b6 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eneJ7c3K7CbHSiSH.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.eneJ7c3K7CbHSiSH.json @@ -10,6 +10,6 @@ 12 ], "text": "Increased Flourish Heal", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.fHDWqshxkTH2SKuf.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.fHDWqshxkTH2SKuf.json index fc73bfb0..19a31b98 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.fHDWqshxkTH2SKuf.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.fHDWqshxkTH2SKuf.json @@ -10,6 +10,6 @@ 11 ], "text": "Increased Flourish Heal", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.jdf5yiqR1cGVLN0Y.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.jdf5yiqR1cGVLN0Y.json index 02efe4b5..7b368233 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.jdf5yiqR1cGVLN0Y.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.jdf5yiqR1cGVLN0Y.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.kuWuSjzaPliAeUPh.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.kuWuSjzaPliAeUPh.json index a1bea264..2cf4e459 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.kuWuSjzaPliAeUPh.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.kuWuSjzaPliAeUPh.json @@ -10,6 +10,6 @@ 12 ], "text": "Ignore all Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.ojjtt091udS568qk.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.ojjtt091udS568qk.json index 52b90099..60638e15 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.ojjtt091udS568qk.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.ojjtt091udS568qk.json @@ -10,6 +10,6 @@ 2 ], "text": "Ignore all Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.vklY5SecLY8aio0k.json b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.vklY5SecLY8aio0k.json index cea7ff9a..040e5e1d 100644 --- a/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.vklY5SecLY8aio0k.json +++ b/data/packs/rollable-tables.db/!tables.results!owING8sYmiI43Od0.vklY5SecLY8aio0k.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.3uS5ikvFKm1sS1DN.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.3uS5ikvFKm1sS1DN.json index 828f1731..ce36b65a 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.3uS5ikvFKm1sS1DN.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.3uS5ikvFKm1sS1DN.json @@ -10,6 +10,6 @@ 4 ], "text": "+1 AC Dual Wield", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.7vUMMDPTWVLtRSgy.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.7vUMMDPTWVLtRSgy.json index 6a3f1cd2..0ccfb31b 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.7vUMMDPTWVLtRSgy.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.7vUMMDPTWVLtRSgy.json @@ -10,6 +10,6 @@ 12 ], "text": "Hide from Creature", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.8tkys1MHoifyP1ON.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.8tkys1MHoifyP1ON.json index 9061217b..3d95266b 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.8tkys1MHoifyP1ON.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.8tkys1MHoifyP1ON.json @@ -10,6 +10,6 @@ 10 ], "text": "Walk on Sheer Surfaces", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.CTzOVFHEqNWfQtcD.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.CTzOVFHEqNWfQtcD.json index eac2c64f..8940afe3 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.CTzOVFHEqNWfQtcD.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.CTzOVFHEqNWfQtcD.json @@ -10,6 +10,6 @@ 9 ], "text": "Sleep a Creature", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.LbWaQWCJF2qKlKuB.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.LbWaQWCJF2qKlKuB.json index 97016062..09c41154 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.LbWaQWCJF2qKlKuB.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.LbWaQWCJF2qKlKuB.json @@ -10,6 +10,6 @@ 3 ], "text": "Avoid Entrapment/Injury", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.N6pZUno6wJh8lHze.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.N6pZUno6wJh8lHze.json index cf48313a..0c9af4ed 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.N6pZUno6wJh8lHze.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.N6pZUno6wJh8lHze.json @@ -10,6 +10,6 @@ 8 ], "text": "Walk on Water", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.NfqbCXXGPXAUKb4N.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.NfqbCXXGPXAUKb4N.json index 709bca7b..9cda1290 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.NfqbCXXGPXAUKb4N.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.NfqbCXXGPXAUKb4N.json @@ -10,6 +10,6 @@ 1 ], "text": "Gain two Black Lotus talents", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ObIfXvSHGcmkhgzX.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ObIfXvSHGcmkhgzX.json index f71054df..403c1079 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ObIfXvSHGcmkhgzX.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ObIfXvSHGcmkhgzX.json @@ -10,6 +10,6 @@ 1 ], "text": "Black Lotus Talents", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.PedzlngrlmGSd2AU.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.PedzlngrlmGSd2AU.json index fc8a2f8c..af148526 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.PedzlngrlmGSd2AU.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.PedzlngrlmGSd2AU.json @@ -10,6 +10,6 @@ 1 ], "text": "Black Lotus Talents", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.RByrpuv1MSgPrJNr.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.RByrpuv1MSgPrJNr.json index 8277bd4c..d3b8d53b 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.RByrpuv1MSgPrJNr.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.RByrpuv1MSgPrJNr.json @@ -10,6 +10,6 @@ 11 ], "text": "+1 to Melee Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.TtjJRgZPSoNpR7bN.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.TtjJRgZPSoNpR7bN.json index c3674bf6..9c3f13d3 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.TtjJRgZPSoNpR7bN.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.TtjJRgZPSoNpR7bN.json @@ -10,6 +10,6 @@ 2 ], "text": "Paralyze a Target", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.Wj2OfiFNMjl9TjJ4.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.Wj2OfiFNMjl9TjJ4.json index afe9e533..07b3aef3 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.Wj2OfiFNMjl9TjJ4.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.Wj2OfiFNMjl9TjJ4.json @@ -10,6 +10,6 @@ 6 ], "text": "Triple Damage Assassin", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.umg3Dq89glm1NVNb.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.umg3Dq89glm1NVNb.json index be9b1d1f..0e9fd019 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.umg3Dq89glm1NVNb.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.umg3Dq89glm1NVNb.json @@ -10,6 +10,6 @@ 7 ], "text": "Morale Checks at DC 18", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ySv3ENtCInOjxHyD.json b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ySv3ENtCInOjxHyD.json index 55531d4c..9371db5e 100644 --- a/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ySv3ENtCInOjxHyD.json +++ b/data/packs/rollable-tables.db/!tables.results!pQAyZAcfrs9JrG0Q.ySv3ENtCInOjxHyD.json @@ -10,6 +10,6 @@ 5 ], "text": "Additional HP", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.75GJHt36EtuofTvq.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.75GJHt36EtuofTvq.json index ac1a601d..4de4692a 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.75GJHt36EtuofTvq.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.75GJHt36EtuofTvq.json @@ -10,6 +10,6 @@ 7 ], "text": "Runaway arcana loop! Your spell targets a random creature you can see, even if it would not normally be possible. Each subsequent turn, you must pass a spellcasting check for that spell or you cast it on another random creature in the same way (effect ends on success)", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.8wXIzpo54QsbWBxT.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.8wXIzpo54QsbWBxT.json index 9746d71a..fffb0281 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.8wXIzpo54QsbWBxT.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.8wXIzpo54QsbWBxT.json @@ -10,6 +10,6 @@ 11 ], "text": "Unmitigated chain reaction! You have disadvantage on casting all spells for the next 10 rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.EI6osFZJ0JTXPNFP.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.EI6osFZJ0JTXPNFP.json index 19be2e88..33ae88cd 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.EI6osFZJ0JTXPNFP.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.EI6osFZJ0JTXPNFP.json @@ -10,6 +10,6 @@ 8 ], "text": "Arcane obstruction! You lose the ability to cast all spells of a random tier until you complete a rest", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.FL0DEM3DhRGbv4AG.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.FL0DEM3DhRGbv4AG.json index e34ad7a0..1c23a450 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.FL0DEM3DhRGbv4AG.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.FL0DEM3DhRGbv4AG.json @@ -10,6 +10,6 @@ 9 ], "text": "What lurks beyond the veil! You must pass a DC 15 Wisdom check or fall into mad raving for [[/r 1d4]] hours", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.M8VKYie0UBgGPGRB.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.M8VKYie0UBgGPGRB.json index 39c76bf8..68271c95 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.M8VKYie0UBgGPGRB.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.M8VKYie0UBgGPGRB.json @@ -10,6 +10,6 @@ 10 ], "text": "Ord's balance! You must either permanently sacrifice a magic item or the ability to cast a tier 3+ spell you know", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.PxVizZdjigztf4UH.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.PxVizZdjigztf4UH.json index f873e017..85551fe1 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.PxVizZdjigztf4UH.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.PxVizZdjigztf4UH.json @@ -10,6 +10,6 @@ 5 ], "text": "Dark plasma aura! Attacks against you pass through a vile aura, dealing double damage for the next [[/r 2d6]] rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.S2SRrlxctDoHACm1.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.S2SRrlxctDoHACm1.json index df4e7d7f..21f93487 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.S2SRrlxctDoHACm1.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.S2SRrlxctDoHACm1.json @@ -10,6 +10,6 @@ 4 ], "text": "The grimlow! You accidentally summon a hostile grimlow in a space near to you. It persists for 2d4 rounds before disappearing whence it came", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.b4iC8LuRcPRGE4at.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.b4iC8LuRcPRGE4at.json index 4185d3a4..678293f0 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.b4iC8LuRcPRGE4at.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.b4iC8LuRcPRGE4at.json @@ -10,6 +10,6 @@ 3 ], "text": "Astral incision! An otherworldly blade cuts into your memory. You permanently forget one random spell", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.bhGIFPdpt9gUJAny.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.bhGIFPdpt9gUJAny.json index 10f3e6a0..3e9a4409 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.bhGIFPdpt9gUJAny.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.bhGIFPdpt9gUJAny.json @@ -10,6 +10,6 @@ 12 ], "text": "Shred! You tear a large hole in the fabric of the universe close to you; the lightless tear grows larger every round", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.e3Y6IBqetlQqrwnw.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.e3Y6IBqetlQqrwnw.json index 4832f292..75804828 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.e3Y6IBqetlQqrwnw.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.e3Y6IBqetlQqrwnw.json @@ -10,6 +10,6 @@ 6 ], "text": "Gate! You open a magic portal to another location, whether on this plane or another. Something dreadful will come through in [[/r 1d4]] rounds unless you close it with a DC 18 Intelligence check on your turn", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.mSXl6A8WKJmVkGjO.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.mSXl6A8WKJmVkGjO.json index 34cfb75d..421f76c8 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.mSXl6A8WKJmVkGjO.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.mSXl6A8WKJmVkGjO.json @@ -10,6 +10,6 @@ 2 ], "text": "Pyroclastic extrusion! You deal [[/r 3d8]] damage to yourself and all creatures within near", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.nJ0VC8CPWGRjVnGf.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.nJ0VC8CPWGRjVnGf.json index 17c6bcaf..7b90d3f4 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.nJ0VC8CPWGRjVnGf.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.nJ0VC8CPWGRjVnGf.json @@ -10,6 +10,6 @@ 1 ], "text": "Wizard Mishap Tier 5", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.t1IT7UBVnDsVcBhm.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.t1IT7UBVnDsVcBhm.json index 94709d46..3354fce6 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.t1IT7UBVnDsVcBhm.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.t1IT7UBVnDsVcBhm.json @@ -10,6 +10,6 @@ 1 ], "text": "Devastation! Roll twice and combine both effects (reroll any further 1s).", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.y1lafduW3hINmggm.json b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.y1lafduW3hINmggm.json index da9029c9..e6675e46 100644 --- a/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.y1lafduW3hINmggm.json +++ b/data/packs/rollable-tables.db/!tables.results!q83PUKIAznuLpqSr.y1lafduW3hINmggm.json @@ -10,6 +10,6 @@ 1 ], "text": "Wizard Mishap Tier 5", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.4jqMymzAFGuhnG6y.json b/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.4jqMymzAFGuhnG6y.json index 4518c045..25a02afc 100644 --- a/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.4jqMymzAFGuhnG6y.json +++ b/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.4jqMymzAFGuhnG6y.json @@ -10,6 +10,6 @@ 6 ], "text": "Far", - "type": 0, + "type": "text", "weight": 2 } diff --git a/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.PzjWr4jzsKuv4BZR.json b/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.PzjWr4jzsKuv4BZR.json index 119b19d2..e1f32105 100644 --- a/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.PzjWr4jzsKuv4BZR.json +++ b/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.PzjWr4jzsKuv4BZR.json @@ -10,6 +10,6 @@ 4 ], "text": "Near", - "type": 0, + "type": "text", "weight": 3 } diff --git a/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.hx5wEmfBi69e9Nbv.json b/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.hx5wEmfBi69e9Nbv.json index 703370c4..b6f70c2f 100644 --- a/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.hx5wEmfBi69e9Nbv.json +++ b/data/packs/rollable-tables.db/!tables.results!qwzmxwaurxwhTc4f.hx5wEmfBi69e9Nbv.json @@ -10,6 +10,6 @@ 1 ], "text": "Close", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Afe9cjdUJroPDLU7.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Afe9cjdUJroPDLU7.json index 1062259b..d9d395f4 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Afe9cjdUJroPDLU7.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Afe9cjdUJroPDLU7.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.BQuhbE1WIuc5gOto.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.BQuhbE1WIuc5gOto.json index f1516216..8c683e8f 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.BQuhbE1WIuc5gOto.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.BQuhbE1WIuc5gOto.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Dc2IljgTDaMDKhCi.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Dc2IljgTDaMDKhCi.json index 1c2d53c5..8535d136 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Dc2IljgTDaMDKhCi.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.Dc2IljgTDaMDKhCi.json @@ -10,6 +10,6 @@ 12 ], "text": "Go Berserk", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.FLge4r1MAbu3to9p.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.FLge4r1MAbu3to9p.json index 85abddb5..5662b414 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.FLge4r1MAbu3to9p.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.FLge4r1MAbu3to9p.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.M2eQyyt0eSP4yAG7.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.M2eQyyt0eSP4yAG7.json index c3f54185..3d27a33b 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.M2eQyyt0eSP4yAG7.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.M2eQyyt0eSP4yAG7.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ShfsugAB4FBHqExq.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ShfsugAB4FBHqExq.json index 3b9f00f2..25228697 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ShfsugAB4FBHqExq.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ShfsugAB4FBHqExq.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.T9mZMjD9D4bUaYN5.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.T9mZMjD9D4bUaYN5.json index fd6d6857..43d13f75 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.T9mZMjD9D4bUaYN5.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.T9mZMjD9D4bUaYN5.json @@ -10,6 +10,6 @@ 11 ], "text": "Duality", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.VdqRXeNrpcGEYX4N.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.VdqRXeNrpcGEYX4N.json index 87df2549..a7a74b87 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.VdqRXeNrpcGEYX4N.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.VdqRXeNrpcGEYX4N.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.f2ChFkhF5dmTNqdo.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.f2ChFkhF5dmTNqdo.json index 8226ad08..1eb6ce95 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.f2ChFkhF5dmTNqdo.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.f2ChFkhF5dmTNqdo.json @@ -10,6 +10,6 @@ 12 ], "text": "Duality", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.kUGQVhomlc6KngXV.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.kUGQVhomlc6KngXV.json index 0cd94a34..1b44210d 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.kUGQVhomlc6KngXV.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.kUGQVhomlc6KngXV.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.p8QbG7JDIiUgEtHy.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.p8QbG7JDIiUgEtHy.json index 006d56e6..660fa19a 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.p8QbG7JDIiUgEtHy.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.p8QbG7JDIiUgEtHy.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.pBkS6NvUCG0Nx0X8.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.pBkS6NvUCG0Nx0X8.json index 48cd505a..fd7b16ab 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.pBkS6NvUCG0Nx0X8.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.pBkS6NvUCG0Nx0X8.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ukAKARj9eP4f17hj.json b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ukAKARj9eP4f17hj.json index a98dff81..498993db 100644 --- a/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ukAKARj9eP4f17hj.json +++ b/data/packs/rollable-tables.db/!tables.results!r87J1r4hXVNnPDUK.ukAKARj9eP4f17hj.json @@ -10,6 +10,6 @@ 2 ], "text": "Go Berserk", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.68IbwXh2ZkIU7M9C.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.68IbwXh2ZkIU7M9C.json index 6304b537..74524b2a 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.68IbwXh2ZkIU7M9C.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.68IbwXh2ZkIU7M9C.json @@ -10,6 +10,6 @@ 12 ], "text": "Backstab +1 Damage Dice", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.8JDYgzOtBzFBi7rE.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.8JDYgzOtBzFBi7rE.json index 058aa116..f4bdbefe 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.8JDYgzOtBzFBi7rE.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.8JDYgzOtBzFBi7rE.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.9KRMhcAwch5yIcGf.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.9KRMhcAwch5yIcGf.json index 29aaf02d..44b7b96b 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.9KRMhcAwch5yIcGf.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.9KRMhcAwch5yIcGf.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.DrOU62qVXJX3yvvW.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.DrOU62qVXJX3yvvW.json index 5298e2ca..3df30a8e 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.DrOU62qVXJX3yvvW.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.DrOU62qVXJX3yvvW.json @@ -10,6 +10,6 @@ 12 ], "text": "Initiative Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ViXM05e2G0HdeEzP.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ViXM05e2G0HdeEzP.json index e58498d8..08b27099 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ViXM05e2G0HdeEzP.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ViXM05e2G0HdeEzP.json @@ -10,6 +10,6 @@ 2 ], "text": "Initiative Advantage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.VwxBuVQhig3L2ZIX.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.VwxBuVQhig3L2ZIX.json index d86cb2e6..a231e0ac 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.VwxBuVQhig3L2ZIX.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.VwxBuVQhig3L2ZIX.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ZmNNZXGHUy01mLQR.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ZmNNZXGHUy01mLQR.json index 529e54e7..77472a10 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ZmNNZXGHUy01mLQR.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.ZmNNZXGHUy01mLQR.json @@ -10,6 +10,6 @@ 11 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.cpv69uGbloJc1scW.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.cpv69uGbloJc1scW.json index 4dcf9e21..a7e2f457 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.cpv69uGbloJc1scW.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.cpv69uGbloJc1scW.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.kfgo4HT2WijpjQrV.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.kfgo4HT2WijpjQrV.json index e208b7f2..0ed4c9d0 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.kfgo4HT2WijpjQrV.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.kfgo4HT2WijpjQrV.json @@ -10,6 +10,6 @@ 5 ], "text": "Backstab +1 Damage Dice", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.mjB4wtgSleT8KVT0.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.mjB4wtgSleT8KVT0.json index 85d03d92..3b4a48ae 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.mjB4wtgSleT8KVT0.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.mjB4wtgSleT8KVT0.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.pMCmooKHJh2qb3kD.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.pMCmooKHJh2qb3kD.json index 71c13787..7682a04d 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.pMCmooKHJh2qb3kD.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.pMCmooKHJh2qb3kD.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.wz4n6yUzBW6RVZsw.json b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.wz4n6yUzBW6RVZsw.json index 9aa12714..3db370bd 100644 --- a/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.wz4n6yUzBW6RVZsw.json +++ b/data/packs/rollable-tables.db/!tables.results!sLMGErVzVfKaLW7r.wz4n6yUzBW6RVZsw.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.1RvsqGpyjFPC9XWW.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.1RvsqGpyjFPC9XWW.json index 1e139364..4707d305 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.1RvsqGpyjFPC9XWW.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.1RvsqGpyjFPC9XWW.json @@ -9,6 +9,6 @@ 14 ], "text": "Chezlaz", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.21lFWr4EAaJrN4PY.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.21lFWr4EAaJrN4PY.json index 563f7431..8b95a9b1 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.21lFWr4EAaJrN4PY.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.21lFWr4EAaJrN4PY.json @@ -9,6 +9,6 @@ 7 ], "text": "Binx", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.52tEmCumwpX5RTd4.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.52tEmCumwpX5RTd4.json index 12f1fa18..2f3c63eb 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.52tEmCumwpX5RTd4.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.52tEmCumwpX5RTd4.json @@ -9,6 +9,6 @@ 3 ], "text": "Yuktuk", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8MqzfRhHNkt3ZaGk.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8MqzfRhHNkt3ZaGk.json index f618e8a2..28389f64 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8MqzfRhHNkt3ZaGk.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8MqzfRhHNkt3ZaGk.json @@ -9,6 +9,6 @@ 11 ], "text": "Nork", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8ykkrYPVhYXE3YEj.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8ykkrYPVhYXE3YEj.json index 5d9b29e7..2d9560be 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8ykkrYPVhYXE3YEj.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.8ykkrYPVhYXE3YEj.json @@ -9,6 +9,6 @@ 16 ], "text": "Giblet", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.FJEcV4yoDCfWLcw7.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.FJEcV4yoDCfWLcw7.json index f0bbebdb..077d74a7 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.FJEcV4yoDCfWLcw7.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.FJEcV4yoDCfWLcw7.json @@ -9,6 +9,6 @@ 15 ], "text": "Hrakavesh", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.I3JuQERsvhY9HrEl.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.I3JuQERsvhY9HrEl.json index f4628461..7e6d2eeb 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.I3JuQERsvhY9HrEl.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.I3JuQERsvhY9HrEl.json @@ -9,6 +9,6 @@ 20 ], "text": "Deenka", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.Ii6Yz9Owtql3lp2h.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.Ii6Yz9Owtql3lp2h.json index bbe0daea..cfb7a1ae 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.Ii6Yz9Owtql3lp2h.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.Ii6Yz9Owtql3lp2h.json @@ -9,6 +9,6 @@ 1 ], "text": "Yolopo", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.J15Ov1mJkgZCg4nF.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.J15Ov1mJkgZCg4nF.json index e4099dd9..1330f904 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.J15Ov1mJkgZCg4nF.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.J15Ov1mJkgZCg4nF.json @@ -9,6 +9,6 @@ 5 ], "text": "Grexal", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.JpJQ9biuqGNQWZYU.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.JpJQ9biuqGNQWZYU.json index 702ca2fd..92204709 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.JpJQ9biuqGNQWZYU.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.JpJQ9biuqGNQWZYU.json @@ -9,6 +9,6 @@ 4 ], "text": "Roka", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.RzG4Him1q59Pgudx.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.RzG4Him1q59Pgudx.json index 3995f916..d2ad4ec4 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.RzG4Him1q59Pgudx.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.RzG4Him1q59Pgudx.json @@ -9,6 +9,6 @@ 10 ], "text": "Tiri", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.VIdEkHBgv4y6Gj0u.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.VIdEkHBgv4y6Gj0u.json index 91a41f77..65cf6135 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.VIdEkHBgv4y6Gj0u.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.VIdEkHBgv4y6Gj0u.json @@ -9,6 +9,6 @@ 8 ], "text": "Koops", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.XxJDZyDQHdrJmr4m.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.XxJDZyDQHdrJmr4m.json index d71de422..9a070c7e 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.XxJDZyDQHdrJmr4m.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.XxJDZyDQHdrJmr4m.json @@ -9,6 +9,6 @@ 9 ], "text": "Mosh", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.ZP0KxBOKU0FX4VOw.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.ZP0KxBOKU0FX4VOw.json index 3fa99593..c20ccebf 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.ZP0KxBOKU0FX4VOw.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.ZP0KxBOKU0FX4VOw.json @@ -9,6 +9,6 @@ 12 ], "text": "Peecko", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.aOOVz2ApXmpELyGe.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.aOOVz2ApXmpELyGe.json index 496a713b..c1937e68 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.aOOVz2ApXmpELyGe.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.aOOVz2ApXmpELyGe.json @@ -9,6 +9,6 @@ 19 ], "text": "Pico", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.l3mIi4ukkXPgvQFy.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.l3mIi4ukkXPgvQFy.json index 36aff6d8..a739d4f8 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.l3mIi4ukkXPgvQFy.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.l3mIi4ukkXPgvQFy.json @@ -9,6 +9,6 @@ 6 ], "text": "Trepa", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.oSFOnsFDShKT1hvn.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.oSFOnsFDShKT1hvn.json index 33ebdc2f..62aede68 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.oSFOnsFDShKT1hvn.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.oSFOnsFDShKT1hvn.json @@ -9,6 +9,6 @@ 18 ], "text": "Bodok", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tCu2xRDJljPhNVZF.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tCu2xRDJljPhNVZF.json index 8cbe8f09..29ab9454 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tCu2xRDJljPhNVZF.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tCu2xRDJljPhNVZF.json @@ -9,6 +9,6 @@ 2 ], "text": "Klobnar", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tcKuWEf8to7wM6sl.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tcKuWEf8to7wM6sl.json index fcf95595..5f8d0f23 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tcKuWEf8to7wM6sl.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tcKuWEf8to7wM6sl.json @@ -9,6 +9,6 @@ 13 ], "text": "Fizzle", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tr59AE7TrrWtmeFQ.json b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tr59AE7TrrWtmeFQ.json index 3f2abc76..869e4886 100644 --- a/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tr59AE7TrrWtmeFQ.json +++ b/data/packs/rollable-tables.db/!tables.results!swiCqIGo0Bb3sJyI.tr59AE7TrrWtmeFQ.json @@ -9,6 +9,6 @@ 17 ], "text": "Leptik", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.75GJHt36EtuofTvq.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.75GJHt36EtuofTvq.json index c731064f..ec1fa12d 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.75GJHt36EtuofTvq.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.75GJHt36EtuofTvq.json @@ -10,6 +10,6 @@ 7 ], "text": "Boom! You open a 30-foot deep sinkhole in the ground with you at the center. You and all near creatures must pass a DC 15 Dexterity check or fall in", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.8wXIzpo54QsbWBxT.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.8wXIzpo54QsbWBxT.json index dc862e54..5402322b 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.8wXIzpo54QsbWBxT.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.8wXIzpo54QsbWBxT.json @@ -10,6 +10,6 @@ 11 ], "text": "Radioactive energies!You whirl with repulsive energies, drawing the hostility and attacks of all enemies who can see you for the next [[/r 1d4]] rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.EI6osFZJ0JTXPNFP.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.EI6osFZJ0JTXPNFP.json index 3beb6870..253ebdfa 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.EI6osFZJ0JTXPNFP.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.EI6osFZJ0JTXPNFP.json @@ -10,6 +10,6 @@ 8 ], "text": "Petrification! [[/r 1d4]] of your limbs petrify for the next 24 hours", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.FL0DEM3DhRGbv4AG.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.FL0DEM3DhRGbv4AG.json index f5544e8d..e6305fbf 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.FL0DEM3DhRGbv4AG.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.FL0DEM3DhRGbv4AG.json @@ -10,6 +10,6 @@ 9 ], "text": "Stupefaction! You lose the ability to cast all spells of the same tier until you complete a rest", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.M8VKYie0UBgGPGRB.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.M8VKYie0UBgGPGRB.json index d0969146..0127eb6d 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.M8VKYie0UBgGPGRB.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.M8VKYie0UBgGPGRB.json @@ -10,6 +10,6 @@ 10 ], "text": "It cannot be unseen! You must pass a DC 12 Wisdom check or descend into mad raving for [[/r 1d10]] rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.PxVizZdjigztf4UH.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.PxVizZdjigztf4UH.json index 7881e370..64fb218e 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.PxVizZdjigztf4UH.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.PxVizZdjigztf4UH.json @@ -10,6 +10,6 @@ 5 ], "text": "Ethereal bandersnatch! Two random pieces of your gear disappear forever", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.S2SRrlxctDoHACm1.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.S2SRrlxctDoHACm1.json index 71fc72cb..4522bb69 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.S2SRrlxctDoHACm1.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.S2SRrlxctDoHACm1.json @@ -10,6 +10,6 @@ 4 ], "text": "You flubbed the incantation! You cast a random spell from your known spells at the same targets, even if it would not normally be possible", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.b4iC8LuRcPRGE4at.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.b4iC8LuRcPRGE4at.json index 11870d97..1d3e9125 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.b4iC8LuRcPRGE4at.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.b4iC8LuRcPRGE4at.json @@ -10,6 +10,6 @@ 3 ], "text": "Duplicate refraction! You target yourself and the nearest ally with two identical copies of the spell", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.bhGIFPdpt9gUJAny.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.bhGIFPdpt9gUJAny.json index 78097170..430581f9 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.bhGIFPdpt9gUJAny.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.bhGIFPdpt9gUJAny.json @@ -10,6 +10,6 @@ 12 ], "text": "Uncontained channeling! You have disadvantage on casting spells of the same tier and lower for 10 rounds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.e3Y6IBqetlQqrwnw.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.e3Y6IBqetlQqrwnw.json index 969148c1..00428bae 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.e3Y6IBqetlQqrwnw.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.e3Y6IBqetlQqrwnw.json @@ -10,6 +10,6 @@ 6 ], "text": "Arcano-mutagenesis! You must pass a DC 12 Constitution check or a random stat drops to 3 (-4) until you successfully complete a rest", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.mSXl6A8WKJmVkGjO.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.mSXl6A8WKJmVkGjO.json index 5840c55c..f20b0dbb 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.mSXl6A8WKJmVkGjO.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.mSXl6A8WKJmVkGjO.json @@ -10,6 +10,6 @@ 2 ], "text": "Blast radius! You and all near creatures take [[/r 2d6]] damage", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.t1IT7UBVnDsVcBhm.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.t1IT7UBVnDsVcBhm.json index a5ee645c..6ccd18bb 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.t1IT7UBVnDsVcBhm.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.t1IT7UBVnDsVcBhm.json @@ -10,6 +10,6 @@ 1 ], "text": "Devastation! Roll twice and combine both effects (Ignore if rolled more than once more).", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.uOhW3dzdLm2mgFYA.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.uOhW3dzdLm2mgFYA.json index 7da4981f..8a131d07 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.uOhW3dzdLm2mgFYA.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.uOhW3dzdLm2mgFYA.json @@ -10,6 +10,6 @@ 1 ], "text": "Wizard Mishap Tier 3-4", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.y1lafduW3hINmggm.json b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.y1lafduW3hINmggm.json index 081ca1ac..127e95d0 100644 --- a/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.y1lafduW3hINmggm.json +++ b/data/packs/rollable-tables.db/!tables.results!tXhX6Iv3rOc6GlF6.y1lafduW3hINmggm.json @@ -10,6 +10,6 @@ 1 ], "text": "Wizard Mishap Tier 3-4", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.1jUduG2tw1T3GDmS.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.1jUduG2tw1T3GDmS.json index 0e6d7e10..2ac27b21 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.1jUduG2tw1T3GDmS.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.1jUduG2tw1T3GDmS.json @@ -10,6 +10,6 @@ 11 ], "text": "Immunity to Acid", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.7Cv53DjIjA10IvPD.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.7Cv53DjIjA10IvPD.json index bff38ece..9f6f04bb 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.7Cv53DjIjA10IvPD.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.7Cv53DjIjA10IvPD.json @@ -10,6 +10,6 @@ 12 ], "text": "Immunity to Cold", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.D8sBmPHiSjR9PZ7K.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.D8sBmPHiSjR9PZ7K.json index d8382bb7..8aa691de 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.D8sBmPHiSjR9PZ7K.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.D8sBmPHiSjR9PZ7K.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.DW2VjzX5VXw3bU8w.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.DW2VjzX5VXw3bU8w.json index 5dd9f61d..394e4b46 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.DW2VjzX5VXw3bU8w.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.DW2VjzX5VXw3bU8w.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.FMPnW7JNBIoW2pGi.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.FMPnW7JNBIoW2pGi.json index 418f2765..bb57907b 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.FMPnW7JNBIoW2pGi.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.FMPnW7JNBIoW2pGi.json @@ -10,6 +10,6 @@ 11 ], "text": "Immunity to Poison", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.Xx3nkXAuSTGquTWk.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.Xx3nkXAuSTGquTWk.json index 55650b67..3ddb0744 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.Xx3nkXAuSTGquTWk.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.Xx3nkXAuSTGquTWk.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cLtfiCeSIB7Wdp9Y.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cLtfiCeSIB7Wdp9Y.json index 2e5f7ff2..ffda3001 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cLtfiCeSIB7Wdp9Y.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cLtfiCeSIB7Wdp9Y.json @@ -10,6 +10,6 @@ 7 ], "text": "Max 2 HP Rolls", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cnBphjA6fwkKiUq8.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cnBphjA6fwkKiUq8.json index b44408d1..00fe0966 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cnBphjA6fwkKiUq8.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.cnBphjA6fwkKiUq8.json @@ -10,6 +10,6 @@ 12 ], "text": "Immunity to Poison", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.eGG99yjTr69ERyvB.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.eGG99yjTr69ERyvB.json index 75d4ee4c..8e19d25a 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.eGG99yjTr69ERyvB.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.eGG99yjTr69ERyvB.json @@ -10,6 +10,6 @@ 2 ], "text": "Slime Form", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.hM8FrV5sbQ3AUYAA.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.hM8FrV5sbQ3AUYAA.json index 19cfb424..e8d6d0e8 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.hM8FrV5sbQ3AUYAA.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.hM8FrV5sbQ3AUYAA.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.iakzDPNnfN3TnLVc.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.iakzDPNnfN3TnLVc.json index 0bbdc70b..89e8cc9a 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.iakzDPNnfN3TnLVc.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.iakzDPNnfN3TnLVc.json @@ -10,6 +10,6 @@ 12 ], "text": "Slime Form", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.j3Ip3ynySLmz0rvF.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.j3Ip3ynySLmz0rvF.json index e8618d4a..e5f4f0a9 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.j3Ip3ynySLmz0rvF.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.j3Ip3ynySLmz0rvF.json @@ -10,6 +10,6 @@ 11 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oMz5DCwOgHErsMo7.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oMz5DCwOgHErsMo7.json index a32f24b6..2ba69cd8 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oMz5DCwOgHErsMo7.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oMz5DCwOgHErsMo7.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oeelo59UjQgIYUEy.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oeelo59UjQgIYUEy.json index e125fcd3..6b760a46 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oeelo59UjQgIYUEy.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.oeelo59UjQgIYUEy.json @@ -10,6 +10,6 @@ 11 ], "text": "Immunity to Cold", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.qvP1Dwr8kCNhQOeY.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.qvP1Dwr8kCNhQOeY.json index 67b01073..fe3d6f15 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.qvP1Dwr8kCNhQOeY.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.qvP1Dwr8kCNhQOeY.json @@ -10,6 +10,6 @@ 12 ], "text": "Immunity to Acid", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.wW8C7IBCvdCIY8TC.json b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.wW8C7IBCvdCIY8TC.json index ee6e00f7..9fc1dbf3 100644 --- a/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.wW8C7IBCvdCIY8TC.json +++ b/data/packs/rollable-tables.db/!tables.results!uM6xHa4gqStMgONB.wW8C7IBCvdCIY8TC.json @@ -10,6 +10,6 @@ 12 ], "text": "", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.4g12hhScQd1QEkQg.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.4g12hhScQd1QEkQg.json index f964da36..e0a2ed99 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.4g12hhScQd1QEkQg.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.4g12hhScQd1QEkQg.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.6zXWEWiyQlMVRtfx.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.6zXWEWiyQlMVRtfx.json index 2773483f..336b7977 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.6zXWEWiyQlMVRtfx.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.6zXWEWiyQlMVRtfx.json @@ -10,6 +10,6 @@ 2 ], "text": "Demonic Possession Bonus", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.F9x3Mklc87ztqgQQ.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.F9x3Mklc87ztqgQQ.json index b17f9518..085f2d43 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.F9x3Mklc87ztqgQQ.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.F9x3Mklc87ztqgQQ.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.FVBTenJF0H7TlO1C.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.FVBTenJF0H7TlO1C.json index 8c18a27c..62b2d271 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.FVBTenJF0H7TlO1C.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.FVBTenJF0H7TlO1C.json @@ -10,6 +10,6 @@ 11 ], "text": "+2 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.IBnTy2o2WlNO8diH.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.IBnTy2o2WlNO8diH.json index f1a624d2..8e8700d3 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.IBnTy2o2WlNO8diH.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.IBnTy2o2WlNO8diH.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.OWd1FngettRNnVVU.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.OWd1FngettRNnVVU.json index c1c577a3..7104024c 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.OWd1FngettRNnVVU.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.OWd1FngettRNnVVU.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.QRS77XBEpEzftajc.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.QRS77XBEpEzftajc.json index c979d79b..95a81837 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.QRS77XBEpEzftajc.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.QRS77XBEpEzftajc.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.RSNLKHRnuAW3szkJ.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.RSNLKHRnuAW3szkJ.json index 6e19c34e..174844d1 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.RSNLKHRnuAW3szkJ.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.RSNLKHRnuAW3szkJ.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.Ynl8eGAB1Ygpie7n.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.Ynl8eGAB1Ygpie7n.json index 7e5bafef..6c55af72 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.Ynl8eGAB1Ygpie7n.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.Ynl8eGAB1Ygpie7n.json @@ -10,6 +10,6 @@ 12 ], "text": "Demonic Possession Bonus", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.azFwWV3SqCidw5Lt.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.azFwWV3SqCidw5Lt.json index 645e83af..e5ecd7a5 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.azFwWV3SqCidw5Lt.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.azFwWV3SqCidw5Lt.json @@ -10,6 +10,6 @@ 11 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.cAp9nXuAW8LZBPio.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.cAp9nXuAW8LZBPio.json index 7e177977..018838f2 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.cAp9nXuAW8LZBPio.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.cAp9nXuAW8LZBPio.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.ieja2ee6ZqoThqUq.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.ieja2ee6ZqoThqUq.json index a329593c..03292d97 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.ieja2ee6ZqoThqUq.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.ieja2ee6ZqoThqUq.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.m7k9rkxtEZOZvvq8.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.m7k9rkxtEZOZvvq8.json index fc188431..e4d302af 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.m7k9rkxtEZOZvvq8.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.m7k9rkxtEZOZvvq8.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.n7uJpmqV4AiaEhCX.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.n7uJpmqV4AiaEhCX.json index d3a75bc7..d701e290 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.n7uJpmqV4AiaEhCX.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.n7uJpmqV4AiaEhCX.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.qYr4wtYAZAQkEKjo.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.qYr4wtYAZAQkEKjo.json index 62ff180b..6583e62a 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.qYr4wtYAZAQkEKjo.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.qYr4wtYAZAQkEKjo.json @@ -10,6 +10,6 @@ 6 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.rcdVTLVHEuwECIh7.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.rcdVTLVHEuwECIh7.json index 640f02b1..76cf4f54 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.rcdVTLVHEuwECIh7.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.rcdVTLVHEuwECIh7.json @@ -10,6 +10,6 @@ 11 ], "text": "+1 on Spellcasting Checks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.uAUyk0eZaIY3ny6b.json b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.uAUyk0eZaIY3ny6b.json index 022ead60..d1341ad9 100644 --- a/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.uAUyk0eZaIY3ny6b.json +++ b/data/packs/rollable-tables.db/!tables.results!vPME2uXw5RuoKEP8.uAUyk0eZaIY3ny6b.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.1dojGWHLBxQNeUEK.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.1dojGWHLBxQNeUEK.json index 1c468095..c4207b08 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.1dojGWHLBxQNeUEK.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.1dojGWHLBxQNeUEK.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.5rbD846DsFBpYefR.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.5rbD846DsFBpYefR.json index 78d3dc4f..ead9fb9e 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.5rbD846DsFBpYefR.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.5rbD846DsFBpYefR.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.8YhOPdAEUXy9Xcjx.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.8YhOPdAEUXy9Xcjx.json index b94f1a40..8ee9b31f 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.8YhOPdAEUXy9Xcjx.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.8YhOPdAEUXy9Xcjx.json @@ -10,6 +10,6 @@ 12 ], "text": "Ride any Creature", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.D6F6q4AocMqPBxmX.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.D6F6q4AocMqPBxmX.json index 0a306563..d21992a9 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.D6F6q4AocMqPBxmX.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.D6F6q4AocMqPBxmX.json @@ -10,6 +10,6 @@ 6 ], "text": "or", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.EsjS3q1pCZEN4G2D.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.EsjS3q1pCZEN4G2D.json index 96b443b1..b856127d 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.EsjS3q1pCZEN4G2D.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.EsjS3q1pCZEN4G2D.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.NeLvJsCj8J0dK9CD.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.NeLvJsCj8J0dK9CD.json index 1bef87fc..bd840b5b 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.NeLvJsCj8J0dK9CD.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.NeLvJsCj8J0dK9CD.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.VJNIPBZFp4FzxDnk.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.VJNIPBZFp4FzxDnk.json index ef41051a..46d3897b 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.VJNIPBZFp4FzxDnk.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.VJNIPBZFp4FzxDnk.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee and Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Wz5drbq2Jh8fTE1v.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Wz5drbq2Jh8fTE1v.json index f0ba5e69..6754e4d5 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Wz5drbq2Jh8fTE1v.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Wz5drbq2Jh8fTE1v.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Z3Q2TlfoHPfAjuHK.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Z3Q2TlfoHPfAjuHK.json index eb4a2bf1..1703ee81 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Z3Q2TlfoHPfAjuHK.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.Z3Q2TlfoHPfAjuHK.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Damage", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.ZFAQzOfYjgSAO1aB.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.ZFAQzOfYjgSAO1aB.json index 212b4ce4..2ff8a2d7 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.ZFAQzOfYjgSAO1aB.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.ZFAQzOfYjgSAO1aB.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.blV38C2bmFfkYdpm.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.blV38C2bmFfkYdpm.json index 87d00335..a4ef27e1 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.blV38C2bmFfkYdpm.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.blV38C2bmFfkYdpm.json @@ -10,6 +10,6 @@ 9 ], "text": "+2 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.jjdejPcw3N2j4b0V.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.jjdejPcw3N2j4b0V.json index edc87c4a..e94a4688 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.jjdejPcw3N2j4b0V.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.jjdejPcw3N2j4b0V.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.pKpX3qGc8mjartGu.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.pKpX3qGc8mjartGu.json index 6bf49969..4c53244b 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.pKpX3qGc8mjartGu.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.pKpX3qGc8mjartGu.json @@ -10,6 +10,6 @@ 2 ], "text": "Ride any Creature", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.sl2sZkOfAMaEbjq8.json b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.sl2sZkOfAMaEbjq8.json index b7089563..701b2e4c 100644 --- a/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.sl2sZkOfAMaEbjq8.json +++ b/data/packs/rollable-tables.db/!tables.results!vwwDlzGjfaiM0R4S.sl2sZkOfAMaEbjq8.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.9u8xUnAet44VwUpN.json b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.9u8xUnAet44VwUpN.json index e225f2ee..9a2634de 100644 --- a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.9u8xUnAet44VwUpN.json +++ b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.9u8xUnAet44VwUpN.json @@ -9,7 +9,7 @@ 7, 8 ], - "text": "Building / Nesting", - "type": 0, + "text": "Building/nesting", + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.NKwenMXlBGatzJJF.json b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.NKwenMXlBGatzJJF.json index fd165f6e..022029c8 100644 --- a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.NKwenMXlBGatzJJF.json +++ b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.NKwenMXlBGatzJJF.json @@ -10,6 +10,6 @@ 11 ], "text": "Guarding", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.YbKodmGiXLxZIIB1.json b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.YbKodmGiXLxZIIB1.json index ba6e5871..2e00a164 100644 --- a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.YbKodmGiXLxZIIB1.json +++ b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.YbKodmGiXLxZIIB1.json @@ -10,6 +10,6 @@ 4 ], "text": "Hunting", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.okGnFgeMZFwnLzkz.json b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.okGnFgeMZFwnLzkz.json index d8fd3dc8..1f722e9b 100644 --- a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.okGnFgeMZFwnLzkz.json +++ b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.okGnFgeMZFwnLzkz.json @@ -10,6 +10,6 @@ 12 ], "text": "Sleeping", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.vTXKHPBrmm1BNNFk.json b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.vTXKHPBrmm1BNNFk.json index 4dddcfda..bbdb50c4 100644 --- a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.vTXKHPBrmm1BNNFk.json +++ b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.vTXKHPBrmm1BNNFk.json @@ -10,6 +10,6 @@ 6 ], "text": "Eating", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.xkzPf9tqzdqjmOqB.json b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.xkzPf9tqzdqjmOqB.json index 30df2d10..331231e8 100644 --- a/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.xkzPf9tqzdqjmOqB.json +++ b/data/packs/rollable-tables.db/!tables.results!wPg13uAPhmRPtd8y.xkzPf9tqzdqjmOqB.json @@ -9,7 +9,7 @@ 9, 10 ], - "text": "Socializing / Playing", - "type": 0, + "text": "Socializing/playing", + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.0sch8KZYnpLbEJkz.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.0sch8KZYnpLbEJkz.json index 5c7fda42..1040b49c 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.0sch8KZYnpLbEJkz.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.0sch8KZYnpLbEJkz.json @@ -10,6 +10,6 @@ 12 ], "text": "Roll a Patron Boon from any patron; an unexplained gift", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.1VVIO26M5JokyqN4.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.1VVIO26M5JokyqN4.json index 79e2eb35..84c06f9e 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.1VVIO26M5JokyqN4.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.1VVIO26M5JokyqN4.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Charisma", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.6kAlgHT0aplp5chB.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.6kAlgHT0aplp5chB.json index 17d9e2fa..728da06b 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.6kAlgHT0aplp5chB.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.6kAlgHT0aplp5chB.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Dqfqj9XZfpn9GZFY.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Dqfqj9XZfpn9GZFY.json index a34e8f3b..c4f003f7 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Dqfqj9XZfpn9GZFY.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Dqfqj9XZfpn9GZFY.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Dexterity", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.GlXjwH3o7hLDfKop.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.GlXjwH3o7hLDfKop.json index 89bfbd0e..56ffc083 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.GlXjwH3o7hLDfKop.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.GlXjwH3o7hLDfKop.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Intelligence", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.PIfJWdijukk0EJG5.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.PIfJWdijukk0EJG5.json index 069b777d..814527d0 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.PIfJWdijukk0EJG5.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.PIfJWdijukk0EJG5.json @@ -10,6 +10,6 @@ 6 ], "text": "Add +1 point to two stats (they must be different)", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Q6QwoMmrZS0lISoJ.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Q6QwoMmrZS0lISoJ.json index f8b1612d..571732e1 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Q6QwoMmrZS0lISoJ.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.Q6QwoMmrZS0lISoJ.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Strength", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.XZzKQOrQXRN7Qou3.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.XZzKQOrQXRN7Qou3.json index e84a71d8..4a8e6461 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.XZzKQOrQXRN7Qou3.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.XZzKQOrQXRN7Qou3.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Ranged Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.dlu32ysGh6A5e5KX.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.dlu32ysGh6A5e5KX.json index 89fc7f18..1fc5cce5 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.dlu32ysGh6A5e5KX.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.dlu32ysGh6A5e5KX.json @@ -10,6 +10,6 @@ 12 ], "text": "Distribute to Stats", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.gsnPF50fNRzNYiFF.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.gsnPF50fNRzNYiFF.json index 04c3b0e0..819963c8 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.gsnPF50fNRzNYiFF.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.gsnPF50fNRzNYiFF.json @@ -10,6 +10,6 @@ 9 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.hXzmSLp83enPzqsF.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.hXzmSLp83enPzqsF.json index 92cdf0df..324d9a6d 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.hXzmSLp83enPzqsF.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.hXzmSLp83enPzqsF.json @@ -10,6 +10,6 @@ 9 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.iscFlZ02gcViCG5D.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.iscFlZ02gcViCG5D.json index ce3e265e..563f6e3d 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.iscFlZ02gcViCG5D.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.iscFlZ02gcViCG5D.json @@ -10,6 +10,6 @@ 12 ], "text": "Roll two Patron Boons and choose one to keep", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.oDaofH0CycY2yecg.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.oDaofH0CycY2yecg.json index ac61245c..f0db1ee1 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.oDaofH0CycY2yecg.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.oDaofH0CycY2yecg.json @@ -10,6 +10,6 @@ 12 ], "text": "Choose 1", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.rwTxaepcJmcFYxsM.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.rwTxaepcJmcFYxsM.json index a3a1931d..110b7816 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.rwTxaepcJmcFYxsM.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.rwTxaepcJmcFYxsM.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Wisdom", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.sSgkHTzo6o72VNNT.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.sSgkHTzo6o72VNNT.json index 47edf6dd..c58fc618 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.sSgkHTzo6o72VNNT.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.sSgkHTzo6o72VNNT.json @@ -10,6 +10,6 @@ 12 ], "text": "+1 to Melee Attacks", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.vyFEkrkXDRvOobul.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.vyFEkrkXDRvOobul.json index ca9c05fb..be781f38 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.vyFEkrkXDRvOobul.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.vyFEkrkXDRvOobul.json @@ -10,6 +10,6 @@ 6 ], "text": "+1 to Constitution", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.xzMXXzgv5KOW79vk.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.xzMXXzgv5KOW79vk.json index 841a035e..198d03f8 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.xzMXXzgv5KOW79vk.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.xzMXXzgv5KOW79vk.json @@ -10,6 +10,6 @@ 11 ], "text": "Roll two Patron Boons and choose one to keep", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.yMrDW9WT5L6T9ITk.json b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.yMrDW9WT5L6T9ITk.json index e5211a3f..cc10321a 100644 --- a/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.yMrDW9WT5L6T9ITk.json +++ b/data/packs/rollable-tables.db/!tables.results!xM3hghlK5nvo46Vo.yMrDW9WT5L6T9ITk.json @@ -10,6 +10,6 @@ 2 ], "text": "Roll a Patron Boon from any patron; an unexplained gift", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.0p4jnOR2byA9vYBm.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.0p4jnOR2byA9vYBm.json index 4b542d53..8a885e99 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.0p4jnOR2byA9vYBm.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.0p4jnOR2byA9vYBm.json @@ -10,6 +10,6 @@ 1 ], "text": "Quicksand", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.1cQhUE8nkQiINcha.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.1cQhUE8nkQiINcha.json index 464b1609..ace54034 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.1cQhUE8nkQiINcha.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.1cQhUE8nkQiINcha.json @@ -10,6 +10,6 @@ 10 ], "text": "Gale force wind", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.6Zp3j1iG75d6fDzW.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.6Zp3j1iG75d6fDzW.json index 76728b36..ca01eb27 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.6Zp3j1iG75d6fDzW.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.6Zp3j1iG75d6fDzW.json @@ -10,6 +10,6 @@ 6 ], "text": "Steep incline", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.AdDsRK21U3kQRmHS.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.AdDsRK21U3kQRmHS.json index c784e750..a94c145b 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.AdDsRK21U3kQRmHS.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.AdDsRK21U3kQRmHS.json @@ -10,6 +10,6 @@ 3 ], "text": "Loose debris", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.JY17MyvXNA8UVqjT.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.JY17MyvXNA8UVqjT.json index 93f5bd2a..27db9b0f 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.JY17MyvXNA8UVqjT.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.JY17MyvXNA8UVqjT.json @@ -10,6 +10,6 @@ 4 ], "text": "Tar field", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SVmht2tV7hLMHLF6.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SVmht2tV7hLMHLF6.json index 93dd515a..711c11fc 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SVmht2tV7hLMHLF6.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SVmht2tV7hLMHLF6.json @@ -10,6 +10,6 @@ 12 ], "text": "Illusory terrain", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SlGGjdqWvICNIm8o.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SlGGjdqWvICNIm8o.json index aa1a6a3d..7fd82b54 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SlGGjdqWvICNIm8o.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.SlGGjdqWvICNIm8o.json @@ -10,6 +10,6 @@ 7 ], "text": "Slippery ice", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.UR0v5qT5WGnVfsrY.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.UR0v5qT5WGnVfsrY.json index 88f29689..1b8e3491 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.UR0v5qT5WGnVfsrY.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.UR0v5qT5WGnVfsrY.json @@ -10,6 +10,6 @@ 5 ], "text": "Grasping vines", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.bvgB3HyCshDQLbYA.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.bvgB3HyCshDQLbYA.json index 4c129731..15dc53e0 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.bvgB3HyCshDQLbYA.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.bvgB3HyCshDQLbYA.json @@ -10,6 +10,6 @@ 2 ], "text": "Caltrops", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.ojmYXfIDp378LKDC.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.ojmYXfIDp378LKDC.json index b41858d5..4d5a6b9b 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.ojmYXfIDp378LKDC.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.ojmYXfIDp378LKDC.json @@ -10,6 +10,6 @@ 8 ], "text": "Rushing water", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.sYWHR1sWSv9d7BRp.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.sYWHR1sWSv9d7BRp.json index 41fba15c..1993bd18 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.sYWHR1sWSv9d7BRp.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.sYWHR1sWSv9d7BRp.json @@ -10,6 +10,6 @@ 9 ], "text": "Sticky webs", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.scDhPVRcYecZ0L6w.json b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.scDhPVRcYecZ0L6w.json index 1ea21695..7b68a51f 100644 --- a/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.scDhPVRcYecZ0L6w.json +++ b/data/packs/rollable-tables.db/!tables.results!y0TtbiVpG3NBjQjy.scDhPVRcYecZ0L6w.json @@ -10,6 +10,6 @@ 11 ], "text": "Greased floor", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.0HzAqoixC4juRqFc.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.0HzAqoixC4juRqFc.json index 391c406b..4977d320 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.0HzAqoixC4juRqFc.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.0HzAqoixC4juRqFc.json @@ -10,6 +10,6 @@ 11 ], "text": "of Time", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.50BtdNjlBy77VnvK.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.50BtdNjlBy77VnvK.json index 57187c8e..0992eb9b 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.50BtdNjlBy77VnvK.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.50BtdNjlBy77VnvK.json @@ -10,6 +10,6 @@ 20 ], "text": "of the Spirits", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.9jTVBNV3Mys95S6e.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.9jTVBNV3Mys95S6e.json index 2c52e8ab..ec36dae9 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.9jTVBNV3Mys95S6e.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.9jTVBNV3Mys95S6e.json @@ -10,6 +10,6 @@ 14 ], "text": "of Madness", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.A205bYl0kOoEUxfy.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.A205bYl0kOoEUxfy.json index ce6d3ac7..06cd9be7 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.A205bYl0kOoEUxfy.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.A205bYl0kOoEUxfy.json @@ -10,6 +10,6 @@ 8 ], "text": "of the Wilds", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.AaS5ZulkjlbOinMu.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.AaS5ZulkjlbOinMu.json index 33983c34..c7266559 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.AaS5ZulkjlbOinMu.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.AaS5ZulkjlbOinMu.json @@ -10,6 +10,6 @@ 3 ], "text": "of the Archmage", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.At9G5H7q9k4Uj9xP.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.At9G5H7q9k4Uj9xP.json index f3b42dde..a99d9858 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.At9G5H7q9k4Uj9xP.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.At9G5H7q9k4Uj9xP.json @@ -10,6 +10,6 @@ 10 ], "text": "of Blood", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Foh9VNGQlBhBnnRu.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Foh9VNGQlBhBnnRu.json index ad128b8e..98deee86 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Foh9VNGQlBhBnnRu.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Foh9VNGQlBhBnnRu.json @@ -10,6 +10,6 @@ 6 ], "text": "of Power", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.H3VxVLcdFh68qFe8.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.H3VxVLcdFh68qFe8.json index 9171ac36..98218332 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.H3VxVLcdFh68qFe8.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.H3VxVLcdFh68qFe8.json @@ -10,6 +10,6 @@ 13 ], "text": "of the Elders", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.KGVNQLSqnCEb5jFJ.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.KGVNQLSqnCEb5jFJ.json index 6f00d018..f183c9ce 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.KGVNQLSqnCEb5jFJ.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.KGVNQLSqnCEb5jFJ.json @@ -10,6 +10,6 @@ 9 ], "text": "of the Horde", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.NU87l4O8aaQoiLkZ.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.NU87l4O8aaQoiLkZ.json index f2d7e24f..de64594d 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.NU87l4O8aaQoiLkZ.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.NU87l4O8aaQoiLkZ.json @@ -10,6 +10,6 @@ 1 ], "text": "of Thundering Death", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Sd335i1gfTNPXjZa.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Sd335i1gfTNPXjZa.json index b93b4c32..4491bdf9 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Sd335i1gfTNPXjZa.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.Sd335i1gfTNPXjZa.json @@ -10,6 +10,6 @@ 15 ], "text": "of Withering", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.awC49RzaIjSh5iM5.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.awC49RzaIjSh5iM5.json index 49a9d975..11d4404f 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.awC49RzaIjSh5iM5.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.awC49RzaIjSh5iM5.json @@ -10,6 +10,6 @@ 12 ], "text": "of the Lich Queen", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ek0JQB28ubJKskAG.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ek0JQB28ubJKskAG.json index dbc62e92..8867edc7 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ek0JQB28ubJKskAG.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ek0JQB28ubJKskAG.json @@ -10,6 +10,6 @@ 17 ], "text": "of the Dragon", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.fos6F7xK6RvVrnFQ.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.fos6F7xK6RvVrnFQ.json index f0c5e4d6..ad420dee 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.fos6F7xK6RvVrnFQ.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.fos6F7xK6RvVrnFQ.json @@ -10,6 +10,6 @@ 18 ], "text": "of the Risen", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.gGNUylJoz4c5sxIi.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.gGNUylJoz4c5sxIi.json index 9ea16fc5..04699015 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.gGNUylJoz4c5sxIi.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.gGNUylJoz4c5sxIi.json @@ -10,6 +10,6 @@ 16 ], "text": "of Annihilation", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nFO6CLacDPwVQVac.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nFO6CLacDPwVQVac.json index 4ccdd4f2..476a97b5 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nFO6CLacDPwVQVac.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nFO6CLacDPwVQVac.json @@ -10,6 +10,6 @@ 19 ], "text": "of Elemental Fury", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nMDxeBylOVuoLuCc.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nMDxeBylOVuoLuCc.json index 58047fc5..d75af940 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nMDxeBylOVuoLuCc.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.nMDxeBylOVuoLuCc.json @@ -10,6 +10,6 @@ 2 ], "text": "of Ages", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ushm8QFA9VJnjAZm.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ushm8QFA9VJnjAZm.json index a26ce57d..6e996ff4 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ushm8QFA9VJnjAZm.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.ushm8QFA9VJnjAZm.json @@ -10,6 +10,6 @@ 7 ], "text": "of the Covenant", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.vBRS0PO7dddUflXr.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.vBRS0PO7dddUflXr.json index 574f19fe..67c06b7e 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.vBRS0PO7dddUflXr.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.vBRS0PO7dddUflXr.json @@ -10,6 +10,6 @@ 5 ], "text": "of Brak", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.x1WjiYxpegKSi4gn.json b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.x1WjiYxpegKSi4gn.json index ba43e894..626935c3 100644 --- a/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.x1WjiYxpegKSi4gn.json +++ b/data/packs/rollable-tables.db/!tables.results!yC1cHYZvhs05Rm1N.x1WjiYxpegKSi4gn.json @@ -10,6 +10,6 @@ 4 ], "text": "of Destruction", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.1XZGsRp8MfQYJbFa.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.1XZGsRp8MfQYJbFa.json index a29a1fa3..7a3b9089 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.1XZGsRp8MfQYJbFa.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.1XZGsRp8MfQYJbFa.json @@ -10,6 +10,6 @@ 5 ], "text": "Rope, 60'", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.BwRuWMdJnsZXa2aV.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.BwRuWMdJnsZXa2aV.json index 49650bcf..c6ac4da7 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.BwRuWMdJnsZXa2aV.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.BwRuWMdJnsZXa2aV.json @@ -10,6 +10,6 @@ 11 ], "text": "Club", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.Cx6EwJ0mMlyTCOfa.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.Cx6EwJ0mMlyTCOfa.json index 5f44d3af..06a04216 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.Cx6EwJ0mMlyTCOfa.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.Cx6EwJ0mMlyTCOfa.json @@ -10,6 +10,6 @@ 6 ], "text": "Oil, Flask", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.IDXpskSSURpCZMvl.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.IDXpskSSURpCZMvl.json index 866b89bf..0a7d20bd 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.IDXpskSSURpCZMvl.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.IDXpskSSURpCZMvl.json @@ -10,6 +10,6 @@ 9 ], "text": "Flint and Steel", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.J0QFVzVFhyfpaFAa.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.J0QFVzVFhyfpaFAa.json index e50dccd0..6441a515 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.J0QFVzVFhyfpaFAa.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.J0QFVzVFhyfpaFAa.json @@ -10,6 +10,6 @@ 12 ], "text": "Caltrops", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.SF6yDgYCHAhzvScQ.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.SF6yDgYCHAhzvScQ.json index 48bc3056..a3e873f3 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.SF6yDgYCHAhzvScQ.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.SF6yDgYCHAhzvScQ.json @@ -10,6 +10,6 @@ 7 ], "text": "Crowbar", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.TDFRGkDSkVeMHC0c.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.TDFRGkDSkVeMHC0c.json index ec351c4d..30509f5b 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.TDFRGkDSkVeMHC0c.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.TDFRGkDSkVeMHC0c.json @@ -10,6 +10,6 @@ 1 ], "text": "Torch", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.gV2XYot2bvjvLfNr.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.gV2XYot2bvjvLfNr.json index 1b97628a..40f05651 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.gV2XYot2bvjvLfNr.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.gV2XYot2bvjvLfNr.json @@ -10,6 +10,6 @@ 3 ], "text": "Pole", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.kTaj1myMa5e0bXgz.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.kTaj1myMa5e0bXgz.json index 681b03ab..bbc1bd86 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.kTaj1myMa5e0bXgz.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.kTaj1myMa5e0bXgz.json @@ -10,6 +10,6 @@ 10 ], "text": "Grappling Hook", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.mjQZ04kzIjd4YwfC.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.mjQZ04kzIjd4YwfC.json index d2b8694d..27af9331 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.mjQZ04kzIjd4YwfC.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.mjQZ04kzIjd4YwfC.json @@ -10,6 +10,6 @@ 2 ], "text": "Dagger", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.qypCpu6ORzYHlcr7.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.qypCpu6ORzYHlcr7.json index 1579b6b6..d1e6d34e 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.qypCpu6ORzYHlcr7.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.qypCpu6ORzYHlcr7.json @@ -10,6 +10,6 @@ 4 ], "text": "Rations", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.zhnzob9UP8Axzq7c.json b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.zhnzob9UP8Axzq7c.json index 9ad37d55..cb045a0c 100644 --- a/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.zhnzob9UP8Axzq7c.json +++ b/data/packs/rollable-tables.db/!tables.results!yVogBTQYwjpWB7YI.zhnzob9UP8Axzq7c.json @@ -10,6 +10,6 @@ 8 ], "text": "Iron Spikes", - "type": 2, + "type": "pack", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.5zB01FKKZ8z7caY1.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.5zB01FKKZ8z7caY1.json index f50a4716..88fa52fe 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.5zB01FKKZ8z7caY1.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.5zB01FKKZ8z7caY1.json @@ -10,6 +10,6 @@ 11 ], "text": "Alma", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.7ed943puZWDIh6Kl.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.7ed943puZWDIh6Kl.json index 4deedc76..719e7ff6 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.7ed943puZWDIh6Kl.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.7ed943puZWDIh6Kl.json @@ -10,6 +10,6 @@ 9 ], "text": "Rose", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.9CPAszHssUDgiw0B.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.9CPAszHssUDgiw0B.json index d0f68249..98826245 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.9CPAszHssUDgiw0B.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.9CPAszHssUDgiw0B.json @@ -10,6 +10,6 @@ 5 ], "text": "Marie", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.AmfzEz7L9hfqOL44.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.AmfzEz7L9hfqOL44.json index 6972e765..b042e238 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.AmfzEz7L9hfqOL44.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.AmfzEz7L9hfqOL44.json @@ -10,6 +10,6 @@ 15 ], "text": "Tilly", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.HS0bkm1MhjPOklOR.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.HS0bkm1MhjPOklOR.json index e0e5044a..3209d4b7 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.HS0bkm1MhjPOklOR.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.HS0bkm1MhjPOklOR.json @@ -10,6 +10,6 @@ 7 ], "text": "Cora", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.PLG5mQ4PfV62u94e.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.PLG5mQ4PfV62u94e.json index b48ce028..4c222dde 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.PLG5mQ4PfV62u94e.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.PLG5mQ4PfV62u94e.json @@ -10,6 +10,6 @@ 17 ], "text": "Lydia", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.TBZeupq6Yl2A1mQU.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.TBZeupq6Yl2A1mQU.json index 209f5613..ba72afdd 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.TBZeupq6Yl2A1mQU.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.TBZeupq6Yl2A1mQU.json @@ -10,6 +10,6 @@ 20 ], "text": "Jasper", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ULddmA4N3BceGJdO.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ULddmA4N3BceGJdO.json index aba6a768..4c4b41d8 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ULddmA4N3BceGJdO.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ULddmA4N3BceGJdO.json @@ -10,6 +10,6 @@ 13 ], "text": "Jennie", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ZlzvdmR8sveeVfPI.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ZlzvdmR8sveeVfPI.json index f89d3929..68ae3376 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ZlzvdmR8sveeVfPI.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.ZlzvdmR8sveeVfPI.json @@ -10,6 +10,6 @@ 4 ], "text": "Tucker", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.eQQjMZVQMRM1btn1.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.eQQjMZVQMRM1btn1.json index c3ecdae7..da06c77e 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.eQQjMZVQMRM1btn1.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.eQQjMZVQMRM1btn1.json @@ -10,6 +10,6 @@ 12 ], "text": "Norbert", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.fWGBeBqo3ts7ZUu6.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.fWGBeBqo3ts7ZUu6.json index bfe70662..e558ebfc 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.fWGBeBqo3ts7ZUu6.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.fWGBeBqo3ts7ZUu6.json @@ -10,6 +10,6 @@ 2 ], "text": "Benny", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.g8RSWNjHlR51QpPe.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.g8RSWNjHlR51QpPe.json index 416792fe..5174b2e0 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.g8RSWNjHlR51QpPe.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.g8RSWNjHlR51QpPe.json @@ -10,6 +10,6 @@ 16 ], "text": "Pike", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.hEquXDlGCRHtddiO.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.hEquXDlGCRHtddiO.json index 30ed2d8b..bba7adaa 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.hEquXDlGCRHtddiO.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.hEquXDlGCRHtddiO.json @@ -10,6 +10,6 @@ 1 ], "text": "Willow", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.npzK6G5FE2NPH3e7.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.npzK6G5FE2NPH3e7.json index 49d5558f..45721a02 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.npzK6G5FE2NPH3e7.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.npzK6G5FE2NPH3e7.json @@ -10,6 +10,6 @@ 14 ], "text": "Barvin", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.oOD4bxazW5ni9pdo.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.oOD4bxazW5ni9pdo.json index 28b2830a..84554d1b 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.oOD4bxazW5ni9pdo.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.oOD4bxazW5ni9pdo.json @@ -10,6 +10,6 @@ 18 ], "text": "Marlow", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.tbD3K5wZRwwy5TgD.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.tbD3K5wZRwwy5TgD.json index 28d838b2..ce6e4650 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.tbD3K5wZRwwy5TgD.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.tbD3K5wZRwwy5TgD.json @@ -10,6 +10,6 @@ 10 ], "text": "Ardo", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.topWwPDD9x4jrCwb.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.topWwPDD9x4jrCwb.json index 10b6f64d..15cc32d5 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.topWwPDD9x4jrCwb.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.topWwPDD9x4jrCwb.json @@ -10,6 +10,6 @@ 3 ], "text": "Annie", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.v28S4RNYe8o6BIbG.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.v28S4RNYe8o6BIbG.json index 2d54a150..2f60e9c6 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.v28S4RNYe8o6BIbG.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.v28S4RNYe8o6BIbG.json @@ -10,6 +10,6 @@ 8 ], "text": "Gordie", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.vcQTPFbpPbuDXRQo.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.vcQTPFbpPbuDXRQo.json index 50592611..f2db96ea 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.vcQTPFbpPbuDXRQo.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.vcQTPFbpPbuDXRQo.json @@ -10,6 +10,6 @@ 19 ], "text": "Astrid", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.zPj8EPXeFZTXsSSu.json b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.zPj8EPXeFZTXsSSu.json index 3adff165..bac47450 100644 --- a/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.zPj8EPXeFZTXsSSu.json +++ b/data/packs/rollable-tables.db/!tables.results!zIJh954RRbmssIFq.zPj8EPXeFZTXsSSu.json @@ -10,6 +10,6 @@ 6 ], "text": "Hobb", - "type": 0, + "type": "text", "weight": 1 } diff --git a/data/packs/spell-effects.db/ac_bonus__GKcLELNdIj1o3OX3.json b/data/packs/spell-effects.db/ac_bonus__GKcLELNdIj1o3OX3.json index 7e57ab37..8c51eb48 100644 --- a/data/packs/spell-effects.db/ac_bonus__GKcLELNdIj1o3OX3.json +++ b/data/packs/spell-effects.db/ac_bonus__GKcLELNdIj1o3OX3.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-blue.webp", + "img": "icons/magic/defensive/shield-barrier-blue.webp", "name": "AC Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/acid_arrow__xJe5blefAwRNfYJk.json b/data/packs/spell-effects.db/acid_arrow__xJe5blefAwRNfYJk.json index 9d4dd6b7..9c5b6363 100644 --- a/data/packs/spell-effects.db/acid_arrow__xJe5blefAwRNfYJk.json +++ b/data/packs/spell-effects.db/acid_arrow__xJe5blefAwRNfYJk.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/acid/projectile-bolts-salvo-green.webp", + "img": "icons/magic/acid/projectile-bolts-salvo-green.webp", "name": "Acid Arrow", "origin": "Item.aAdqy5QwVJrT8JWE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/alter_self__W3lcwErj4xWLokVF.json b/data/packs/spell-effects.db/alter_self__W3lcwErj4xWLokVF.json index 7c17c82a..0b31fc1e 100644 --- a/data/packs/spell-effects.db/alter_self__W3lcwErj4xWLokVF.json +++ b/data/packs/spell-effects.db/alter_self__W3lcwErj4xWLokVF.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/energy-stream-link-spiral-orange.webp", + "img": "icons/magic/control/energy-stream-link-spiral-orange.webp", "name": "Alter Self", "origin": "Item.f2RsbovyTLEZvxuF", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/asleep__qohPOvbaVcxpRumR.json b/data/packs/spell-effects.db/asleep__qohPOvbaVcxpRumR.json index 40b2a229..fc0c965c 100644 --- a/data/packs/spell-effects.db/asleep__qohPOvbaVcxpRumR.json +++ b/data/packs/spell-effects.db/asleep__qohPOvbaVcxpRumR.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/sleep-bubble-purple.webp", + "img": "icons/magic/control/sleep-bubble-purple.webp", "name": "Asleep", "origin": "Item.FrFilluk4S5VaWut", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/blind__ItjPVhv2obp0MEhy.json b/data/packs/spell-effects.db/blind__ItjPVhv2obp0MEhy.json index 576a22e4..a68828c4 100644 --- a/data/packs/spell-effects.db/blind__ItjPVhv2obp0MEhy.json +++ b/data/packs/spell-effects.db/blind__ItjPVhv2obp0MEhy.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/eyes/humanoid-single-blind.webp", + "img": "icons/creatures/eyes/humanoid-single-blind.webp", "name": "Blind", "origin": "Item.SOkcvkzrGMGQKhmk", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/broomstick__gbIJz5HZymMEOrpU.json b/data/packs/spell-effects.db/broomstick__gbIJz5HZymMEOrpU.json index cd5b32a7..e6ae02f1 100644 --- a/data/packs/spell-effects.db/broomstick__gbIJz5HZymMEOrpU.json +++ b/data/packs/spell-effects.db/broomstick__gbIJz5HZymMEOrpU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/tools/hand/broom-straw-brown.webp", + "img": "icons/tools/hand/broom-straw-brown.webp", "name": "Broomstick", "origin": "Item.NzzijebUPYIGcakX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/cast_out__rRaOIGFZ6RzYlvUI.json b/data/packs/spell-effects.db/cast_out__rRaOIGFZ6RzYlvUI.json index ebf314ee..01813d25 100644 --- a/data/packs/spell-effects.db/cast_out__rRaOIGFZ6RzYlvUI.json +++ b/data/packs/spell-effects.db/cast_out__rRaOIGFZ6RzYlvUI.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/energy-stream-link-large-white.webp", + "img": "icons/magic/control/energy-stream-link-large-white.webp", "name": "Cast Out", "origin": "Item.XIVFQdlFLE6VjDfs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/cat_s_eye__4v6DbfBT6c4qzSEc.json b/data/packs/spell-effects.db/cat_s_eye__4v6DbfBT6c4qzSEc.json index 59c67dbd..94117296 100644 --- a/data/packs/spell-effects.db/cat_s_eye__4v6DbfBT6c4qzSEc.json +++ b/data/packs/spell-effects.db/cat_s_eye__4v6DbfBT6c4qzSEc.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/mammals/cat-hunched-glowing-red.webp", + "img": "icons/creatures/mammals/cat-hunched-glowing-red.webp", "name": "Cat's Eye", "origin": "Item.74WjFjHmUmLAiNGC", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/chanting__4v6DbfBT6c4qzSEc.json b/data/packs/spell-effects.db/chanting__4v6DbfBT6c4qzSEc.json index 83d6242c..16e7feb8 100644 --- a/data/packs/spell-effects.db/chanting__4v6DbfBT6c4qzSEc.json +++ b/data/packs/spell-effects.db/chanting__4v6DbfBT6c4qzSEc.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/perception/eye-slit-pink.webp", + "img": "icons/magic/perception/eye-slit-pink.webp", "name": "Chanting", "origin": "Item.74WjFjHmUmLAiNGC", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/charmed__6ILACQIHM3Gp8EVG.json b/data/packs/spell-effects.db/charmed__6ILACQIHM3Gp8EVG.json index b01186c5..51401401 100644 --- a/data/packs/spell-effects.db/charmed__6ILACQIHM3Gp8EVG.json +++ b/data/packs/spell-effects.db/charmed__6ILACQIHM3Gp8EVG.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/heart-shadow-red.webp", + "img": "icons/magic/life/heart-shadow-red.webp", "name": "Charmed", "origin": "Item.Z0YwWUGs3WYC6OGn", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/cleansing_weapon__MA4nY85bYnfw0Kah.json b/data/packs/spell-effects.db/cleansing_weapon__MA4nY85bYnfw0Kah.json index 6290fa80..998eb8f7 100644 --- a/data/packs/spell-effects.db/cleansing_weapon__MA4nY85bYnfw0Kah.json +++ b/data/packs/spell-effects.db/cleansing_weapon__MA4nY85bYnfw0Kah.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/swords/sword-winged-pink.webp", + "img": "icons/weapons/swords/sword-winged-pink.webp", "name": "Cleansing Weapon", "origin": "Item.7hKYL9hdnsvCUM9c", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/cloak_of_night__441BBv90QacBfojj.json b/data/packs/spell-effects.db/cloak_of_night__441BBv90QacBfojj.json index 6805e7e7..8a684a96 100644 --- a/data/packs/spell-effects.db/cloak_of_night__441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/cloak_of_night__441BBv90QacBfojj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/equipment/back/cloak-layered-tattered-purple.webp", + "img": "icons/equipment/back/cloak-layered-tattered-purple.webp", "name": "Cloak of Night", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/cloak_of_night__LTmspz6ojZ8MtHnL.json b/data/packs/spell-effects.db/cloak_of_night__LTmspz6ojZ8MtHnL.json index 5015e1c4..cf65e361 100644 --- a/data/packs/spell-effects.db/cloak_of_night__LTmspz6ojZ8MtHnL.json +++ b/data/packs/spell-effects.db/cloak_of_night__LTmspz6ojZ8MtHnL.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/equipment/back/cloak-layered-tattered-purple.webp", + "img": "icons/equipment/back/cloak-layered-tattered-purple.webp", "name": "Cloak of Night", "origin": "Compendium.shadowdark.spell-effects.Item.3viSgI4JpKsXdaFd", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/commanded__xJe5blefAwRNfYJk.json b/data/packs/spell-effects.db/commanded__xJe5blefAwRNfYJk.json index 9071ebf6..ddf5205f 100644 --- a/data/packs/spell-effects.db/commanded__xJe5blefAwRNfYJk.json +++ b/data/packs/spell-effects.db/commanded__xJe5blefAwRNfYJk.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/social/wave-halt-stop.webp", + "img": "icons/skills/social/wave-halt-stop.webp", "name": "Commanded", "origin": "Item.aAdqy5QwVJrT8JWE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/confused__rRaOIGFZ6RzYlvUI.json b/data/packs/spell-effects.db/confused__rRaOIGFZ6RzYlvUI.json index 5d7b77fd..0f92c897 100644 --- a/data/packs/spell-effects.db/confused__rRaOIGFZ6RzYlvUI.json +++ b/data/packs/spell-effects.db/confused__rRaOIGFZ6RzYlvUI.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/hypnosis-mesmerism-eye.webp", + "img": "icons/magic/control/hypnosis-mesmerism-eye.webp", "name": "Confused", "origin": "Item.XIVFQdlFLE6VjDfs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/controlled__3Pnp7zzDGQb638LU.json b/data/packs/spell-effects.db/controlled__3Pnp7zzDGQb638LU.json index c7545eff..b8ddeb8e 100644 --- a/data/packs/spell-effects.db/controlled__3Pnp7zzDGQb638LU.json +++ b/data/packs/spell-effects.db/controlled__3Pnp7zzDGQb638LU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/eyes/void-single-black-purple.webp", + "img": "icons/creatures/eyes/void-single-black-purple.webp", "name": "Controlled", "origin": "Item.sLb9GOXx9F6XCb2o", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/deaf__xJe5blefAwRNfYJk.json b/data/packs/spell-effects.db/deaf__xJe5blefAwRNfYJk.json index 33b9a92e..a7087076 100644 --- a/data/packs/spell-effects.db/deaf__xJe5blefAwRNfYJk.json +++ b/data/packs/spell-effects.db/deaf__xJe5blefAwRNfYJk.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/sonic/scream-wail-shout-teal.webp", + "img": "icons/magic/sonic/scream-wail-shout-teal.webp", "name": "Deaf", "origin": "Item.aAdqy5QwVJrT8JWE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/detecting_magic__4v6DbfBT6c4qzSEc.json b/data/packs/spell-effects.db/detecting_magic__4v6DbfBT6c4qzSEc.json index ee7cca37..e2a97c0c 100644 --- a/data/packs/spell-effects.db/detecting_magic__4v6DbfBT6c4qzSEc.json +++ b/data/packs/spell-effects.db/detecting_magic__4v6DbfBT6c4qzSEc.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/perception/eye-slit-pink.webp", + "img": "icons/magic/perception/eye-slit-pink.webp", "name": "Detecting Magic", "origin": "Item.74WjFjHmUmLAiNGC", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/dire_wolf__vMxGVAApQXuIeBXk.json b/data/packs/spell-effects.db/dire_wolf__vMxGVAApQXuIeBXk.json index bc7829fc..3164069f 100644 --- a/data/packs/spell-effects.db/dire_wolf__vMxGVAApQXuIeBXk.json +++ b/data/packs/spell-effects.db/dire_wolf__vMxGVAApQXuIeBXk.json @@ -68,11 +68,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/mammals/wolf-howl-moon-forest-blue.webp", + "img": "icons/creatures/mammals/wolf-howl-moon-forest-blue.webp", "name": "Dire Wolf", "origin": "Item.hVsjl5GZqSajuFU6", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/divine_vengeance__RftwcR3tZiYQwCZy.json b/data/packs/spell-effects.db/divine_vengeance__RftwcR3tZiYQwCZy.json index f59b58b5..24b19dae 100644 --- a/data/packs/spell-effects.db/divine_vengeance__RftwcR3tZiYQwCZy.json +++ b/data/packs/spell-effects.db/divine_vengeance__RftwcR3tZiYQwCZy.json @@ -38,11 +38,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/light/explosion-beam-impact-silhouette.webp", + "img": "icons/magic/light/explosion-beam-impact-silhouette.webp", "name": "Divine Vengeance", "origin": "Item.xOHpjBx4PhrNXQ4U", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/enchanted__qohPOvbaVcxpRumR.json b/data/packs/spell-effects.db/enchanted__qohPOvbaVcxpRumR.json index f146e7c2..5b2bf37e 100644 --- a/data/packs/spell-effects.db/enchanted__qohPOvbaVcxpRumR.json +++ b/data/packs/spell-effects.db/enchanted__qohPOvbaVcxpRumR.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/consumables/fruit/huckleberry.webp", + "img": "icons/consumables/fruit/huckleberry.webp", "name": "Enchanted", "origin": "Item.FrFilluk4S5VaWut", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/envenomed__441BBv90QacBfojj.json b/data/packs/spell-effects.db/envenomed__441BBv90QacBfojj.json index b159334e..e840e386 100644 --- a/data/packs/spell-effects.db/envenomed__441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/envenomed__441BBv90QacBfojj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/reptiles/serpent-horned-green.webp", + "img": "icons/creatures/reptiles/serpent-horned-green.webp", "name": "Envenomed", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/eyebit__ayif1AZ50Ji9yhIi.json b/data/packs/spell-effects.db/eyebit__ayif1AZ50Ji9yhIi.json index 707fa619..459ea8e1 100644 --- a/data/packs/spell-effects.db/eyebit__ayif1AZ50Ji9yhIi.json +++ b/data/packs/spell-effects.db/eyebit__ayif1AZ50Ji9yhIi.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/perception/eye-ringed-glow-angry-teal.webp", + "img": "icons/magic/perception/eye-ringed-glow-angry-teal.webp", "name": "Eyebit", "origin": "Item.jz1fW4KgYERtTtXC", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/feeble__cha___441BBv90QacBfojj.json b/data/packs/spell-effects.db/feeble__cha___441BBv90QacBfojj.json index c9f437da..999e2dc7 100644 --- a/data/packs/spell-effects.db/feeble__cha___441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/feeble__cha___441BBv90QacBfojj.json @@ -5,11 +5,13 @@ { "key": "system.abilities.cha.base", "mode": 3, + "priority": null, "value": "3" }, { "key": "system.abilities.cha.mod", "mode": 3, + "priority": null, "value": "-4" } ], @@ -24,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Feeble (CHA)", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/feeble__con___441BBv90QacBfojj.json b/data/packs/spell-effects.db/feeble__con___441BBv90QacBfojj.json index 62e96416..98ee0dc6 100644 --- a/data/packs/spell-effects.db/feeble__con___441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/feeble__con___441BBv90QacBfojj.json @@ -5,11 +5,13 @@ { "key": "system.abilities.con.base", "mode": 3, + "priority": null, "value": "3" }, { "key": "system.abilities.con.mod", "mode": 3, + "priority": null, "value": "-4" } ], @@ -24,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Feeble (CON)", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/feeble__dex___441BBv90QacBfojj.json b/data/packs/spell-effects.db/feeble__dex___441BBv90QacBfojj.json index b82d5e35..563add44 100644 --- a/data/packs/spell-effects.db/feeble__dex___441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/feeble__dex___441BBv90QacBfojj.json @@ -5,11 +5,13 @@ { "key": "system.abilities.dex.base", "mode": 3, + "priority": null, "value": "3" }, { "key": "system.abilities.dex.mod", "mode": 3, + "priority": null, "value": "-4" } ], @@ -24,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Feeble (DEX)", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/feeble__int___441BBv90QacBfojj.json b/data/packs/spell-effects.db/feeble__int___441BBv90QacBfojj.json index 52434aa3..7f65ef15 100644 --- a/data/packs/spell-effects.db/feeble__int___441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/feeble__int___441BBv90QacBfojj.json @@ -5,11 +5,13 @@ { "key": "system.abilities.int.base", "mode": 3, + "priority": null, "value": "3" }, { "key": "system.abilities.int.mod", "mode": 3, + "priority": null, "value": "-4" } ], @@ -24,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Feeble (INT)", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/feeble__str___441BBv90QacBfojj.json b/data/packs/spell-effects.db/feeble__str___441BBv90QacBfojj.json index ff2db8b6..95467050 100644 --- a/data/packs/spell-effects.db/feeble__str___441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/feeble__str___441BBv90QacBfojj.json @@ -5,11 +5,13 @@ { "key": "system.abilities.str.base", "mode": 3, + "priority": null, "value": "3" }, { "key": "system.abilities.str.mod", "mode": 3, + "priority": null, "value": "-4" } ], @@ -24,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Feeble (STR)", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/feeble__wis___441BBv90QacBfojj.json b/data/packs/spell-effects.db/feeble__wis___441BBv90QacBfojj.json index 0cd28ca8..b4f8c0f1 100644 --- a/data/packs/spell-effects.db/feeble__wis___441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/feeble__wis___441BBv90QacBfojj.json @@ -5,11 +5,13 @@ { "key": "system.abilities.wis.base", "mode": 3, + "priority": null, "value": "3" }, { "key": "system.abilities.wis.mod", "mode": 3, + "priority": null, "value": "-4" } ], @@ -24,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/fear-fright-white.webp", + "img": "icons/magic/control/fear-fright-white.webp", "name": "Feeble (WIS)", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/floating__3Pnp7zzDGQb638LU.json b/data/packs/spell-effects.db/floating__3Pnp7zzDGQb638LU.json index 65230a07..2e0143f0 100644 --- a/data/packs/spell-effects.db/floating__3Pnp7zzDGQb638LU.json +++ b/data/packs/spell-effects.db/floating__3Pnp7zzDGQb638LU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/air-smoke-casting.webp", + "img": "icons/magic/air/air-smoke-casting.webp", "name": "Floating", "origin": "Item.sLb9GOXx9F6XCb2o", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/floating_disk__yp7OciSIM5iKgRlU.json b/data/packs/spell-effects.db/floating_disk__yp7OciSIM5iKgRlU.json index b5d7f9b3..cc27898b 100644 --- a/data/packs/spell-effects.db/floating_disk__yp7OciSIM5iKgRlU.json +++ b/data/packs/spell-effects.db/floating_disk__yp7OciSIM5iKgRlU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/commodities/metal/plate-steel-pink.webp", + "img": "icons/commodities/metal/plate-steel-pink.webp", "name": "Floating disk", "origin": "Item.VMkeCfccn7zp2up7", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/flying__gbIJz5HZymMEOrpU.json b/data/packs/spell-effects.db/flying__gbIJz5HZymMEOrpU.json index 454c213f..edc33b5a 100644 --- a/data/packs/spell-effects.db/flying__gbIJz5HZymMEOrpU.json +++ b/data/packs/spell-effects.db/flying__gbIJz5HZymMEOrpU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/movement/feet-winged-sandals-tan.webp", + "img": "icons/skills/movement/feet-winged-sandals-tan.webp", "name": "Flying", "origin": "Item.NzzijebUPYIGcakX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/fragile__xJe5blefAwRNfYJk.json b/data/packs/spell-effects.db/fragile__xJe5blefAwRNfYJk.json index 44afdebb..0c6888a7 100644 --- a/data/packs/spell-effects.db/fragile__xJe5blefAwRNfYJk.json +++ b/data/packs/spell-effects.db/fragile__xJe5blefAwRNfYJk.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/wounds/bone-broken-knee-beam.webp", + "img": "icons/skills/wounds/bone-broken-knee-beam.webp", "name": "Fragile", "origin": "Item.aAdqy5QwVJrT8JWE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/freya_s_omen__71bMZvK0yxmAAcUL.json b/data/packs/spell-effects.db/freya_s_omen__71bMZvK0yxmAAcUL.json index e5c4a09a..0a952814 100644 --- a/data/packs/spell-effects.db/freya_s_omen__71bMZvK0yxmAAcUL.json +++ b/data/packs/spell-effects.db/freya_s_omen__71bMZvK0yxmAAcUL.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/holy/angel-wings-gray.webp", + "img": "icons/magic/holy/angel-wings-gray.webp", "name": "Freya's Omen", "origin": "Item.iiLI7kRr7y0PLSXK", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/gaseous__zwulssk0c4SQwWbC.json b/data/packs/spell-effects.db/gaseous__zwulssk0c4SQwWbC.json index d60b5ec8..6750baf9 100644 --- a/data/packs/spell-effects.db/gaseous__zwulssk0c4SQwWbC.json +++ b/data/packs/spell-effects.db/gaseous__zwulssk0c4SQwWbC.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/wind-tornado-wall-blue.webp", + "img": "icons/magic/air/wind-tornado-wall-blue.webp", "name": "Gaseous", "origin": "Item.u2mS6xCKAG1oiEWX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/hallucinating__rRaOIGFZ6RzYlvUI.json b/data/packs/spell-effects.db/hallucinating__rRaOIGFZ6RzYlvUI.json index bf8803d2..d18ffdbc 100644 --- a/data/packs/spell-effects.db/hallucinating__rRaOIGFZ6RzYlvUI.json +++ b/data/packs/spell-effects.db/hallucinating__rRaOIGFZ6RzYlvUI.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/hypnosis-mesmerism-eye.webp", + "img": "icons/magic/control/hypnosis-mesmerism-eye.webp", "name": "Hallucinating", "origin": "Item.XIVFQdlFLE6VjDfs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/holding_portal__4OcH6wsgdH5jqY0k.json b/data/packs/spell-effects.db/holding_portal__4OcH6wsgdH5jqY0k.json index ba7e198e..bf850759 100644 --- a/data/packs/spell-effects.db/holding_portal__4OcH6wsgdH5jqY0k.json +++ b/data/packs/spell-effects.db/holding_portal__4OcH6wsgdH5jqY0k.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/movement/portal-vortex-orange.webp", + "img": "icons/magic/movement/portal-vortex-orange.webp", "name": "Holding Portal", "origin": "Item.q109XEqMceJBEX7m", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/hypnotized__rRaOIGFZ6RzYlvUI.json b/data/packs/spell-effects.db/hypnotized__rRaOIGFZ6RzYlvUI.json index 84100a7a..9f32b331 100644 --- a/data/packs/spell-effects.db/hypnotized__rRaOIGFZ6RzYlvUI.json +++ b/data/packs/spell-effects.db/hypnotized__rRaOIGFZ6RzYlvUI.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/hypnosis-mesmerism-eye.webp", + "img": "icons/magic/control/hypnosis-mesmerism-eye.webp", "name": "Hypnotized", "origin": "Item.XIVFQdlFLE6VjDfs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/invisible__LmXXpHviIuB684gX.json b/data/packs/spell-effects.db/invisible__LmXXpHviIuB684gX.json index 8bcdd9ec..9fab58d7 100644 --- a/data/packs/spell-effects.db/invisible__LmXXpHviIuB684gX.json +++ b/data/packs/spell-effects.db/invisible__LmXXpHviIuB684gX.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/light/explosion-star-glow-silhouette.webp", + "img": "icons/magic/light/explosion-star-glow-silhouette.webp", "name": "Invisible", "origin": "Item.SMXbMbXcj5hLvTjY", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/laughing__pTKFUJ3czAqssXCu.json b/data/packs/spell-effects.db/laughing__pTKFUJ3czAqssXCu.json index f70de046..a5f26db1 100644 --- a/data/packs/spell-effects.db/laughing__pTKFUJ3czAqssXCu.json +++ b/data/packs/spell-effects.db/laughing__pTKFUJ3czAqssXCu.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/mouth-smile-deception-purple.webp", + "img": "icons/magic/control/mouth-smile-deception-purple.webp", "name": "Laughing", "origin": "Item.28PPFz1MYTsfPwzh", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/mage_armor__441BBv90QacBfojj.json b/data/packs/spell-effects.db/mage_armor__441BBv90QacBfojj.json index f82bad78..fbea199e 100644 --- a/data/packs/spell-effects.db/mage_armor__441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/mage_armor__441BBv90QacBfojj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-glowing-blue.webp", + "img": "icons/magic/defensive/shield-barrier-glowing-blue.webp", "name": "Mage Armor", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/mage_armor__gyGa1ckOLwWnF86M.json b/data/packs/spell-effects.db/mage_armor__gyGa1ckOLwWnF86M.json index fe7d8240..2c0a3206 100644 --- a/data/packs/spell-effects.db/mage_armor__gyGa1ckOLwWnF86M.json +++ b/data/packs/spell-effects.db/mage_armor__gyGa1ckOLwWnF86M.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-glowing-blue.webp", + "img": "icons/magic/defensive/shield-barrier-glowing-blue.webp", "name": "Mage Armor", "origin": "Compendium.shadowdark.spell-effects.Item.Gyol5I0ZdApO8MPe", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/melee_attack_roll_bonus__biHCltDD6IGKwBkB.json b/data/packs/spell-effects.db/melee_attack_roll_bonus__biHCltDD6IGKwBkB.json index 3b31f719..9bf920f1 100644 --- a/data/packs/spell-effects.db/melee_attack_roll_bonus__biHCltDD6IGKwBkB.json +++ b/data/packs/spell-effects.db/melee_attack_roll_bonus__biHCltDD6IGKwBkB.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/melee_damage_bonus__wcR4lmjPbNZ5nr9N.json b/data/packs/spell-effects.db/melee_damage_bonus__wcR4lmjPbNZ5nr9N.json index 79859900..e1b97b98 100644 --- a/data/packs/spell-effects.db/melee_damage_bonus__wcR4lmjPbNZ5nr9N.json +++ b/data/packs/spell-effects.db/melee_damage_bonus__wcR4lmjPbNZ5nr9N.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/mirror_image__P1QXkErKypSKB6bl.json b/data/packs/spell-effects.db/mirror_image__P1QXkErKypSKB6bl.json index 16d8df0a..ae58aa66 100644 --- a/data/packs/spell-effects.db/mirror_image__P1QXkErKypSKB6bl.json +++ b/data/packs/spell-effects.db/mirror_image__P1QXkErKypSKB6bl.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/illusion-evasion-echo-purple.webp", + "img": "icons/magic/defensive/illusion-evasion-echo-purple.webp", "name": "Mirror Image", "origin": "Item.vI70AaskCqH9tKJ7", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/oak__ash__thorn__1OnR6BmpQBNIxZYK.json b/data/packs/spell-effects.db/oak__ash__thorn__1OnR6BmpQBNIxZYK.json index c5e49851..0ec8b678 100644 --- a/data/packs/spell-effects.db/oak__ash__thorn__1OnR6BmpQBNIxZYK.json +++ b/data/packs/spell-effects.db/oak__ash__thorn__1OnR6BmpQBNIxZYK.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/commodities/wood/kindling-sticks-yellow.webp", + "img": "icons/commodities/wood/kindling-sticks-yellow.webp", "name": "Oak, Ash, Thorn", "origin": "Item.H7v5Izebo8O45DXB", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/odin_s_wisdom__71bMZvK0yxmAAcUL.json b/data/packs/spell-effects.db/odin_s_wisdom__71bMZvK0yxmAAcUL.json index cab4ac58..d3794c95 100644 --- a/data/packs/spell-effects.db/odin_s_wisdom__71bMZvK0yxmAAcUL.json +++ b/data/packs/spell-effects.db/odin_s_wisdom__71bMZvK0yxmAAcUL.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-blades-teal.webp", + "img": "icons/magic/defensive/shield-barrier-blades-teal.webp", "name": "Odin's Wisdom", "origin": "Item.iiLI7kRr7y0PLSXK", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/paralyzed__6sDtwzG4ddaew8SZ.json b/data/packs/spell-effects.db/paralyzed__6sDtwzG4ddaew8SZ.json index c472a08f..8a328e57 100644 --- a/data/packs/spell-effects.db/paralyzed__6sDtwzG4ddaew8SZ.json +++ b/data/packs/spell-effects.db/paralyzed__6sDtwzG4ddaew8SZ.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/debuff-chains-shackles-movement-blue.webp", + "img": "icons/magic/control/debuff-chains-shackles-movement-blue.webp", "name": "Paralyzed", "origin": "Compendium.shadowdark.spell-effects.Item.PUFCnXLjvBQSM2YO", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/paralyzed__QXmMqpV6wqoS6fd5.json b/data/packs/spell-effects.db/paralyzed__QXmMqpV6wqoS6fd5.json index 1c7cad25..a35ccfb4 100644 --- a/data/packs/spell-effects.db/paralyzed__QXmMqpV6wqoS6fd5.json +++ b/data/packs/spell-effects.db/paralyzed__QXmMqpV6wqoS6fd5.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/debuff-chains-shackles-movement-blue.webp", + "img": "icons/magic/control/debuff-chains-shackles-movement-blue.webp", "name": "Paralyzed", "origin": "Item.SN9lU9LUViWo1Plm", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/pin_doll__xJe5blefAwRNfYJk.json b/data/packs/spell-effects.db/pin_doll__xJe5blefAwRNfYJk.json index 5e993f53..d3992814 100644 --- a/data/packs/spell-effects.db/pin_doll__xJe5blefAwRNfYJk.json +++ b/data/packs/spell-effects.db/pin_doll__xJe5blefAwRNfYJk.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/voodoo-doll-pain-damage-pink.webp", + "img": "icons/magic/control/voodoo-doll-pain-damage-pink.webp", "name": "Pin Doll", "origin": "Item.aAdqy5QwVJrT8JWE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/polymorphed__71bMZvK0yxmAAcUL.json b/data/packs/spell-effects.db/polymorphed__71bMZvK0yxmAAcUL.json index eb384759..5eabac55 100644 --- a/data/packs/spell-effects.db/polymorphed__71bMZvK0yxmAAcUL.json +++ b/data/packs/spell-effects.db/polymorphed__71bMZvK0yxmAAcUL.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/amphibians/frog-confused-green-blue.webp", + "img": "icons/creatures/amphibians/frog-confused-green-blue.webp", "name": "Polymorphed", "origin": "Item.iiLI7kRr7y0PLSXK", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/protection_from_cold__tRdfqDgHVkm9KicF.json b/data/packs/spell-effects.db/protection_from_cold__tRdfqDgHVkm9KicF.json index 3be845c0..83b7a388 100644 --- a/data/packs/spell-effects.db/protection_from_cold__tRdfqDgHVkm9KicF.json +++ b/data/packs/spell-effects.db/protection_from_cold__tRdfqDgHVkm9KicF.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-flaming-pentagon-blue.webp", + "img": "icons/magic/defensive/shield-barrier-flaming-pentagon-blue.webp", "name": "Protection from Cold", "origin": "Item.0mJBRk2Uw05LtZde", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/protection_from_electricity__Jg6Jkbl7zFxeQvW5.json b/data/packs/spell-effects.db/protection_from_electricity__Jg6Jkbl7zFxeQvW5.json index bba1e0fa..cdf6e647 100644 --- a/data/packs/spell-effects.db/protection_from_electricity__Jg6Jkbl7zFxeQvW5.json +++ b/data/packs/spell-effects.db/protection_from_electricity__Jg6Jkbl7zFxeQvW5.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-flaming-pentagon-blue-yellow.webp", + "img": "icons/magic/defensive/shield-barrier-flaming-pentagon-blue-yellow.webp", "name": "Protection from Electricity", "origin": "Item.qqgYJ0vX64GVKLMu", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/protection_from_evil__1OnR6BmpQBNIxZYK.json b/data/packs/spell-effects.db/protection_from_evil__1OnR6BmpQBNIxZYK.json index 8c7eba4c..047498f1 100644 --- a/data/packs/spell-effects.db/protection_from_evil__1OnR6BmpQBNIxZYK.json +++ b/data/packs/spell-effects.db/protection_from_evil__1OnR6BmpQBNIxZYK.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-deflect-teal.webp", + "img": "icons/magic/defensive/shield-barrier-deflect-teal.webp", "name": "Protection From Evil", "origin": "Item.H7v5Izebo8O45DXB", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/protection_from_fire__Ivoesj08KB4Fg49z.json b/data/packs/spell-effects.db/protection_from_fire__Ivoesj08KB4Fg49z.json index 453233a7..5e5c16af 100644 --- a/data/packs/spell-effects.db/protection_from_fire__Ivoesj08KB4Fg49z.json +++ b/data/packs/spell-effects.db/protection_from_fire__Ivoesj08KB4Fg49z.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-flaming-pentagon-orange.webp", + "img": "icons/magic/defensive/shield-barrier-flaming-pentagon-orange.webp", "name": "Protection from Fire", "origin": "Item.rEfRjUeHNEs2Efo6", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/puppeted__ItjPVhv2obp0MEhy.json b/data/packs/spell-effects.db/puppeted__ItjPVhv2obp0MEhy.json index 37fe3beb..5c953d42 100644 --- a/data/packs/spell-effects.db/puppeted__ItjPVhv2obp0MEhy.json +++ b/data/packs/spell-effects.db/puppeted__ItjPVhv2obp0MEhy.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/control-influence-puppet.webp", + "img": "icons/magic/control/control-influence-puppet.webp", "name": "Puppeted", "origin": "Item.SOkcvkzrGMGQKhmk", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/raging__gbIJz5HZymMEOrpU.json b/data/packs/spell-effects.db/raging__gbIJz5HZymMEOrpU.json index 3fd266f7..59966989 100644 --- a/data/packs/spell-effects.db/raging__gbIJz5HZymMEOrpU.json +++ b/data/packs/spell-effects.db/raging__gbIJz5HZymMEOrpU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/wounds/injury-face-impact-orange.webp", + "img": "icons/skills/wounds/injury-face-impact-orange.webp", "name": "Raging", "origin": "Item.NzzijebUPYIGcakX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/reviled__qohPOvbaVcxpRumR.json b/data/packs/spell-effects.db/reviled__qohPOvbaVcxpRumR.json index 9c16df18..9ae6b7ba 100644 --- a/data/packs/spell-effects.db/reviled__qohPOvbaVcxpRumR.json +++ b/data/packs/spell-effects.db/reviled__qohPOvbaVcxpRumR.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/social/wave-halt-stop.webp", + "img": "icons/skills/social/wave-halt-stop.webp", "name": "Reviled", "origin": "Item.FrFilluk4S5VaWut", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/shapechanged__vMxGVAApQXuIeBXk.json b/data/packs/spell-effects.db/shapechanged__vMxGVAApQXuIeBXk.json index aa1aca8d..41dff462 100644 --- a/data/packs/spell-effects.db/shapechanged__vMxGVAApQXuIeBXk.json +++ b/data/packs/spell-effects.db/shapechanged__vMxGVAApQXuIeBXk.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/nature/wolf-paw-glow-orange.webp", + "img": "icons/magic/nature/wolf-paw-glow-orange.webp", "name": "Shapechanged", "origin": "Item.hVsjl5GZqSajuFU6", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/soulbound__rRaOIGFZ6RzYlvUI.json b/data/packs/spell-effects.db/soulbound__rRaOIGFZ6RzYlvUI.json index 4f8c6835..8e82ab5c 100644 --- a/data/packs/spell-effects.db/soulbound__rRaOIGFZ6RzYlvUI.json +++ b/data/packs/spell-effects.db/soulbound__rRaOIGFZ6RzYlvUI.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/debuff-energy-hold-blue-yellow.webp", + "img": "icons/magic/control/debuff-energy-hold-blue-yellow.webp", "name": "Soulbound", "origin": "Item.XIVFQdlFLE6VjDfs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/spidersilk__3Pnp7zzDGQb638LU.json b/data/packs/spell-effects.db/spidersilk__3Pnp7zzDGQb638LU.json index 4b1c7aba..fab8adc6 100644 --- a/data/packs/spell-effects.db/spidersilk__3Pnp7zzDGQb638LU.json +++ b/data/packs/spell-effects.db/spidersilk__3Pnp7zzDGQb638LU.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/webs/web-spider-caught-hand-purple.webp", + "img": "icons/creatures/webs/web-spider-caught-hand-purple.webp", "name": "Spidersilk", "origin": "Item.sLb9GOXx9F6XCb2o", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/stoneskin__441BBv90QacBfojj.json b/data/packs/spell-effects.db/stoneskin__441BBv90QacBfojj.json index 23f0a890..50071255 100644 --- a/data/packs/spell-effects.db/stoneskin__441BBv90QacBfojj.json +++ b/data/packs/spell-effects.db/stoneskin__441BBv90QacBfojj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/armor-stone-skin.webp", + "img": "icons/magic/defensive/armor-stone-skin.webp", "name": "Stoneskin", "origin": "Item.h9MTxzrrPmyhEmRL", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/stoneskin__JiT09XfIkqCuIOiD.json b/data/packs/spell-effects.db/stoneskin__JiT09XfIkqCuIOiD.json index 09183589..3993dd22 100644 --- a/data/packs/spell-effects.db/stoneskin__JiT09XfIkqCuIOiD.json +++ b/data/packs/spell-effects.db/stoneskin__JiT09XfIkqCuIOiD.json @@ -5,6 +5,7 @@ { "key": "system.attributes.ac.override", "mode": 5, + "priority": null, "value": "20" } ], @@ -19,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/armor-stone-skin.webp", + "img": "icons/magic/defensive/armor-stone-skin.webp", "name": "Stoneskin", "origin": "Compendium.shadowdark.spell-effects.Item.5rK6guXTllcryhLv", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/stuck__VHYrzR2yKp3dWr5N.json b/data/packs/spell-effects.db/stuck__VHYrzR2yKp3dWr5N.json index 2c482251..24bd2076 100644 --- a/data/packs/spell-effects.db/stuck__VHYrzR2yKp3dWr5N.json +++ b/data/packs/spell-effects.db/stuck__VHYrzR2yKp3dWr5N.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/commodities/materials/material-webbing.webp", + "img": "icons/commodities/materials/material-webbing.webp", "name": "Stuck", "origin": "Compendium.shadowdark.spell-effects.Item.28PPFz1MYTsfPwzh", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/stuck__pTKFUJ3czAqssXCu.json b/data/packs/spell-effects.db/stuck__pTKFUJ3czAqssXCu.json index 9256dc54..a96d4e90 100644 --- a/data/packs/spell-effects.db/stuck__pTKFUJ3czAqssXCu.json +++ b/data/packs/spell-effects.db/stuck__pTKFUJ3czAqssXCu.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/commodities/materials/material-webbing.webp", + "img": "icons/commodities/materials/material-webbing.webp", "name": "Stuck", "origin": "Item.28PPFz1MYTsfPwzh", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/truthful__tx8UjK6umZHVyLJ6.json b/data/packs/spell-effects.db/truthful__tx8UjK6umZHVyLJ6.json index ccd5042b..22de929c 100644 --- a/data/packs/spell-effects.db/truthful__tx8UjK6umZHVyLJ6.json +++ b/data/packs/spell-effects.db/truthful__tx8UjK6umZHVyLJ6.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/social/trading-justice-scale-gold.webp", + "img": "icons/skills/social/trading-justice-scale-gold.webp", "name": "Truthful", "origin": "Item.cL5aPfXcad9FtHoK", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/turned__Z8y5ZzvVyfE2irPi.json b/data/packs/spell-effects.db/turned__Z8y5ZzvVyfE2irPi.json index bf6428bc..b8dab0d5 100644 --- a/data/packs/spell-effects.db/turned__Z8y5ZzvVyfE2irPi.json +++ b/data/packs/spell-effects.db/turned__Z8y5ZzvVyfE2irPi.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/death/skeleton-skull-soul-blue.webp", + "img": "icons/magic/death/skeleton-skull-soul-blue.webp", "name": "Turned", "origin": "Compendium.shadowdark.spell-effects.Item.T4LUCIffieQPMGsN", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/turned__pTKFUJ3czAqssXCu.json b/data/packs/spell-effects.db/turned__pTKFUJ3czAqssXCu.json index 80a02c2f..a1ad813e 100644 --- a/data/packs/spell-effects.db/turned__pTKFUJ3czAqssXCu.json +++ b/data/packs/spell-effects.db/turned__pTKFUJ3czAqssXCu.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/death/skeleton-skull-soul-blue.webp", + "img": "icons/magic/death/skeleton-skull-soul-blue.webp", "name": "Turned", "origin": "Item.28PPFz1MYTsfPwzh", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/turned_to_salt__rRaOIGFZ6RzYlvUI.json b/data/packs/spell-effects.db/turned_to_salt__rRaOIGFZ6RzYlvUI.json index eb5f3d32..77d4ed90 100644 --- a/data/packs/spell-effects.db/turned_to_salt__rRaOIGFZ6RzYlvUI.json +++ b/data/packs/spell-effects.db/turned_to_salt__rRaOIGFZ6RzYlvUI.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/earth/strike-fist-stone-light.webp", + "img": "icons/magic/earth/strike-fist-stone-light.webp", "name": "Turned to Salt", "origin": "Item.XIVFQdlFLE6VjDfs", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/winter_wolf__vMxGVAApQXuIeBXk.json b/data/packs/spell-effects.db/winter_wolf__vMxGVAApQXuIeBXk.json index ce2490e7..97db1645 100644 --- a/data/packs/spell-effects.db/winter_wolf__vMxGVAApQXuIeBXk.json +++ b/data/packs/spell-effects.db/winter_wolf__vMxGVAApQXuIeBXk.json @@ -68,11 +68,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/mammals/wolf-howl-moon-forest-blue.webp", + "img": "icons/creatures/mammals/wolf-howl-moon-forest-blue.webp", "name": "Winter Wolf", "origin": "Item.hVsjl5GZqSajuFU6", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/wolf__vMxGVAApQXuIeBXk.json b/data/packs/spell-effects.db/wolf__vMxGVAApQXuIeBXk.json index 2646aa54..c59d120a 100644 --- a/data/packs/spell-effects.db/wolf__vMxGVAApQXuIeBXk.json +++ b/data/packs/spell-effects.db/wolf__vMxGVAApQXuIeBXk.json @@ -68,11 +68,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/creatures/mammals/wolf-howl-moon-forest-blue.webp", + "img": "icons/creatures/mammals/wolf-howl-moon-forest-blue.webp", "name": "Wolf", "origin": "Item.hVsjl5GZqSajuFU6", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/world_tree__IVfimqsISUjg71IF.json b/data/packs/spell-effects.db/world_tree__IVfimqsISUjg71IF.json index ae0edc86..7f95f804 100644 --- a/data/packs/spell-effects.db/world_tree__IVfimqsISUjg71IF.json +++ b/data/packs/spell-effects.db/world_tree__IVfimqsISUjg71IF.json @@ -14,11 +14,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/nature/tree-spirit-glow-black-yellow.webp", + "img": "icons/magic/nature/tree-spirit-glow-black-yellow.webp", "name": "World Tree", "origin": "Item.3t26sCGhwGJjEasN", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spell-effects.db/wrath__RftwcR3tZiYQwCZy.json b/data/packs/spell-effects.db/wrath__RftwcR3tZiYQwCZy.json index 74e9cbe4..44dc8e9f 100644 --- a/data/packs/spell-effects.db/wrath__RftwcR3tZiYQwCZy.json +++ b/data/packs/spell-effects.db/wrath__RftwcR3tZiYQwCZy.json @@ -26,11 +26,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/hammers/hammer-double-glowing-yellow.webp", + "img": "icons/weapons/hammers/hammer-double-glowing-yellow.webp", "name": "Wrath", "origin": "Item.xOHpjBx4PhrNXQ4U", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/spells.db/sleep__n1I5OLR6M2e0jLbi.json b/data/packs/spells.db/sleep__n1I5OLR6M2e0jLbi.json index 9b865cd0..1d3253b6 100644 --- a/data/packs/spells.db/sleep__n1I5OLR6M2e0jLbi.json +++ b/data/packs/spells.db/sleep__n1I5OLR6M2e0jLbi.json @@ -10,7 +10,7 @@ "class": [ "Compendium.shadowdark.classes.Item.035nuVkU9q2wtMPs" ], - "description": "

You weave a lulling spell that fills a near-sized cube extending from you. Living creatures in the area of effect fall into a deep sleep if they are LV 2 or less.

Vigorous shaking or being injured wakes them.

@UUID[Compendium.shadowdark.spell-effects.FrFilluk4S5VaWut]{Spell Effect: Sleep}

", + "description": "

You weave a lulling spell that fills a near-sized cube extending from you. Living creatures in the area of effect fall into a deep sleep if they are LV 2 or less.

Injury or vigorous shaking wakes them.

@UUID[Compendium.shadowdark.spell-effects.FrFilluk4S5VaWut]{Spell Effect: Sleep}

", "duration": { "type": "instant", "value": -1 diff --git a/data/packs/talents.db/ability_score_improvement__cha___hkfq4SGF4mkDjQmt.json b/data/packs/talents.db/ability_score_improvement__cha___hkfq4SGF4mkDjQmt.json index 04cf9b88..09b04059 100644 --- a/data/packs/talents.db/ability_score_improvement__cha___hkfq4SGF4mkDjQmt.json +++ b/data/packs/talents.db/ability_score_improvement__cha___hkfq4SGF4mkDjQmt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Cha)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__cha___pBT8eBhcaKSnzbcq.json b/data/packs/talents.db/ability_score_improvement__cha___pBT8eBhcaKSnzbcq.json index 40f31446..7adf62e0 100644 --- a/data/packs/talents.db/ability_score_improvement__cha___pBT8eBhcaKSnzbcq.json +++ b/data/packs/talents.db/ability_score_improvement__cha___pBT8eBhcaKSnzbcq.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Cha)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__con___CUwCZOHDW1XRT1ce.json b/data/packs/talents.db/ability_score_improvement__con___CUwCZOHDW1XRT1ce.json index 498350fa..b9d658d0 100644 --- a/data/packs/talents.db/ability_score_improvement__con___CUwCZOHDW1XRT1ce.json +++ b/data/packs/talents.db/ability_score_improvement__con___CUwCZOHDW1XRT1ce.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Con)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__con___R6opds1dM2LQdca1.json b/data/packs/talents.db/ability_score_improvement__con___R6opds1dM2LQdca1.json index 8933d617..cee2a2e2 100644 --- a/data/packs/talents.db/ability_score_improvement__con___R6opds1dM2LQdca1.json +++ b/data/packs/talents.db/ability_score_improvement__con___R6opds1dM2LQdca1.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Con)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json b/data/packs/talents.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json index a330ecb2..54031506 100644 --- a/data/packs/talents.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json +++ b/data/packs/talents.db/ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Dex)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__int___7ADLFBANMORl70Nm.json b/data/packs/talents.db/ability_score_improvement__int___7ADLFBANMORl70Nm.json index 6105d2d9..5b2271a3 100644 --- a/data/packs/talents.db/ability_score_improvement__int___7ADLFBANMORl70Nm.json +++ b/data/packs/talents.db/ability_score_improvement__int___7ADLFBANMORl70Nm.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Int)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json b/data/packs/talents.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json index 18df73a5..57dd5de7 100644 --- a/data/packs/talents.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json +++ b/data/packs/talents.db/ability_score_improvement__int___lSaJHBE00pEuwfOx.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Int)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__str___jzxgJvPfazpI6udq.json b/data/packs/talents.db/ability_score_improvement__str___jzxgJvPfazpI6udq.json index fbce6ed5..2516e00d 100644 --- a/data/packs/talents.db/ability_score_improvement__str___jzxgJvPfazpI6udq.json +++ b/data/packs/talents.db/ability_score_improvement__str___jzxgJvPfazpI6udq.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Str)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json b/data/packs/talents.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json index 12e1f75e..93cbb46d 100644 --- a/data/packs/talents.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json +++ b/data/packs/talents.db/ability_score_improvement__str___peAz8xVvIeZ6SLHd.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Str)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__wis___isMVMARzqqQVLmZ4.json b/data/packs/talents.db/ability_score_improvement__wis___isMVMARzqqQVLmZ4.json index bd16f9e4..0e925528 100644 --- a/data/packs/talents.db/ability_score_improvement__wis___isMVMARzqqQVLmZ4.json +++ b/data/packs/talents.db/ability_score_improvement__wis___isMVMARzqqQVLmZ4.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Wis)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ability_score_improvement__wis___rG2EB3u5Q4eUDash.json b/data/packs/talents.db/ability_score_improvement__wis___rG2EB3u5Q4eUDash.json index aaf21095..42b12794 100644 --- a/data/packs/talents.db/ability_score_improvement__wis___rG2EB3u5Q4eUDash.json +++ b/data/packs/talents.db/ability_score_improvement__wis___rG2EB3u5Q4eUDash.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "Ability Score Improvement (Wis)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/abilityimprovement__GJXEM96MY9ydNQ47.json b/data/packs/talents.db/abilityimprovement__GJXEM96MY9ydNQ47.json index 503975a7..014a45ba 100644 --- a/data/packs/talents.db/abilityimprovement__GJXEM96MY9ydNQ47.json +++ b/data/packs/talents.db/abilityimprovement__GJXEM96MY9ydNQ47.json @@ -50,11 +50,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", + "img": "icons/skills/melee/hand-grip-staff-yellow-brown.webp", "name": "abilityImprovement", "origin": "Item.6iZplEBazA2f66A3", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/additional_backstab_die__AmcPerJgnykmMwVA.json b/data/packs/talents.db/additional_backstab_die__AmcPerJgnykmMwVA.json index 52ad3eae..aa977176 100644 --- a/data/packs/talents.db/additional_backstab_die__AmcPerJgnykmMwVA.json +++ b/data/packs/talents.db/additional_backstab_die__AmcPerJgnykmMwVA.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-dagger-white-orange.webp", + "img": "icons/skills/melee/strike-dagger-white-orange.webp", "name": "Additional Backstab Die", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/additional_seer_spell__LaRNVk9FZkrM1nSJ.json b/data/packs/talents.db/additional_seer_spell__LaRNVk9FZkrM1nSJ.json deleted file mode 100644 index b5bed0c8..00000000 --- a/data/packs/talents.db/additional_seer_spell__LaRNVk9FZkrM1nSJ.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_id": "LaRNVk9FZkrM1nSJ", - "_key": "!items!LaRNVk9FZkrM1nSJ", - "effects": [ - ], - "folder": "Z4zDnZoxthjHXo5V", - "img": "icons/sundries/books/book-turquoise-moon.webp", - "name": "Additional Seer Spell", - "system": { - "description": "

Learn one additional seer spell of any tier you know.

", - "level": 0, - "magicItem": false, - "predefinedEffects": "", - "source": { - "title": "cursed-scroll-3" - }, - "talentClass": "level" - }, - "type": "Talent" -} diff --git a/data/packs/talents.db/armor_mastery__0g9MUhj9Tr3AWRXl.json b/data/packs/talents.db/armor_mastery__0g9MUhj9Tr3AWRXl.json index 33291fb8..2222ba92 100644 --- a/data/packs/talents.db/armor_mastery__0g9MUhj9Tr3AWRXl.json +++ b/data/packs/talents.db/armor_mastery__0g9MUhj9Tr3AWRXl.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/defensive/shield-barrier-deflect-teal.webp", + "img": "icons/magic/defensive/shield-barrier-deflect-teal.webp", "name": "Armor Mastery", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/extra_hp_max__qIFVq4PAB70lPkf9.json b/data/packs/talents.db/extra_hp_max__qIFVq4PAB70lPkf9.json index f40d3118..c858bf2d 100644 --- a/data/packs/talents.db/extra_hp_max__qIFVq4PAB70lPkf9.json +++ b/data/packs/talents.db/extra_hp_max__qIFVq4PAB70lPkf9.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/heart-shadow-red.webp", + "img": "icons/magic/life/heart-shadow-red.webp", "name": "Extra HP Max", "origin": "Item.SXuw8zzD6a8dwmJE", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/hauler__rqplFhIShnvmV0U4.json b/data/packs/talents.db/hauler__rqplFhIShnvmV0U4.json index 16c9823c..1ba60465 100644 --- a/data/packs/talents.db/hauler__rqplFhIShnvmV0U4.json +++ b/data/packs/talents.db/hauler__rqplFhIShnvmV0U4.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/containers/bags/sack-leather-tan.webp", + "img": "icons/containers/bags/sack-leather-tan.webp", "name": "Hauler", "origin": "Compendium.shadowdark.talents.7JTDRLtHc6FOrIEc", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json b/data/packs/talents.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json index 6b5fcc53..cc4b2367 100644 --- a/data/packs/talents.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json +++ b/data/packs/talents.db/hp_roll_advantage__0rcSjPSjHdvGwtOu.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/life/cross-area-circle-green-white.webp", + "img": "icons/magic/life/cross-area-circle-green-white.webp", "name": "HP Roll Advantage", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/initiative_advantage__UVsf7VJCOrBm42Yz.json b/data/packs/talents.db/initiative_advantage__UVsf7VJCOrBm42Yz.json index 82652813..346bf9d3 100644 --- a/data/packs/talents.db/initiative_advantage__UVsf7VJCOrBm42Yz.json +++ b/data/packs/talents.db/initiative_advantage__UVsf7VJCOrBm42Yz.json @@ -2,7 +2,6 @@ "_id": "UVsf7VJCOrBm42Yz", "_key": "!items!UVsf7VJCOrBm42Yz", "effects": [ - "k9wVrL0gDKPn2rNt" ], "folder": "Z4zDnZoxthjHXo5V", "img": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", diff --git a/data/packs/talents.db/initiative_advantage__k9wVrL0gDKPn2rNt.json b/data/packs/talents.db/initiative_advantage__k9wVrL0gDKPn2rNt.json index a18d00f3..102886a8 100644 --- a/data/packs/talents.db/initiative_advantage__k9wVrL0gDKPn2rNt.json +++ b/data/packs/talents.db/initiative_advantage__k9wVrL0gDKPn2rNt.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", + "img": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp", "name": "Initiative Advantage", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/knack__spellcasting___OU9XGvWpbh2ADVNy.json b/data/packs/talents.db/knack__spellcasting___OU9XGvWpbh2ADVNy.json index 8f31a6bf..5e283e00 100644 --- a/data/packs/talents.db/knack__spellcasting___OU9XGvWpbh2ADVNy.json +++ b/data/packs/talents.db/knack__spellcasting___OU9XGvWpbh2ADVNy.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/control/sihouette-hold-beam-green.webp", + "img": "icons/magic/control/sihouette-hold-beam-green.webp", "name": "Knack (Spellcasting)", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/learn_spell__T5nkdUM75LSnDpu5.json b/data/packs/talents.db/learn_spell__T5nkdUM75LSnDpu5.json deleted file mode 100644 index be55d17c..00000000 --- a/data/packs/talents.db/learn_spell__T5nkdUM75LSnDpu5.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_id": "T5nkdUM75LSnDpu5", - "_key": "!items!T5nkdUM75LSnDpu5", - "effects": [ - ], - "folder": "Z4zDnZoxthjHXo5V", - "img": "icons/sundries/books/book-embossed-clasp-gold-brown.webp", - "name": "Learn Spell", - "system": { - "description": "

Learn one additional wizard spell of any tier you know.

", - "level": 1, - "magicItem": false, - "predefinedEffects": "", - "source": { - "title": "core-rules" - }, - "talentClass": "level" - }, - "type": "Talent" -} diff --git a/data/packs/talents.db/magical_dabbler_bonus__QBX0EGnKmDfPJ8gQ.json b/data/packs/talents.db/magical_dabbler_bonus__QBX0EGnKmDfPJ8gQ.json index 7efbddbb..2a6e4932 100644 --- a/data/packs/talents.db/magical_dabbler_bonus__QBX0EGnKmDfPJ8gQ.json +++ b/data/packs/talents.db/magical_dabbler_bonus__QBX0EGnKmDfPJ8gQ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/symbols/runes-triangle-magenta.webp", + "img": "icons/magic/symbols/runes-triangle-magenta.webp", "name": "Magical Dabbler Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_attack_roll_bonus__ZTDD2HwlrjLbEIQp.json b/data/packs/talents.db/melee_attack_roll_bonus__ZTDD2HwlrjLbEIQp.json index 6a9638ea..2e92709a 100644 --- a/data/packs/talents.db/melee_attack_roll_bonus__ZTDD2HwlrjLbEIQp.json +++ b/data/packs/talents.db/melee_attack_roll_bonus__ZTDD2HwlrjLbEIQp.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_attack_roll_bonus__c7CGt0FBJHv5BtpM.json b/data/packs/talents.db/melee_attack_roll_bonus__c7CGt0FBJHv5BtpM.json index e121db00..68bc6e2d 100644 --- a/data/packs/talents.db/melee_attack_roll_bonus__c7CGt0FBJHv5BtpM.json +++ b/data/packs/talents.db/melee_attack_roll_bonus__c7CGt0FBJHv5BtpM.json @@ -20,10 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": null, "statuses": [ ], - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json b/data/packs/talents.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json index 987f0cd2..da92c531 100644 --- a/data/packs/talents.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json +++ b/data/packs/talents.db/melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_attack_roll_bonus__y00ihJhSPjoGVmKZ.json b/data/packs/talents.db/melee_attack_roll_bonus__y00ihJhSPjoGVmKZ.json index 1ec5a661..0c3af73c 100644 --- a/data/packs/talents.db/melee_attack_roll_bonus__y00ihJhSPjoGVmKZ.json +++ b/data/packs/talents.db/melee_attack_roll_bonus__y00ihJhSPjoGVmKZ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-polearm-glowing-white.webp", + "img": "icons/skills/melee/strike-polearm-glowing-white.webp", "name": "Melee Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json b/data/packs/talents.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json index 76bb3e35..4f2aa3a7 100644 --- a/data/packs/talents.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json +++ b/data/packs/talents.db/melee_damage_bonus__9LnTbRJXNUH9wLTy.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_damage_bonus__JOP97BP4aJ0kjcgL.json b/data/packs/talents.db/melee_damage_bonus__JOP97BP4aJ0kjcgL.json index 7390907f..73800e39 100644 --- a/data/packs/talents.db/melee_damage_bonus__JOP97BP4aJ0kjcgL.json +++ b/data/packs/talents.db/melee_damage_bonus__JOP97BP4aJ0kjcgL.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_damage_bonus__cefeWMKoAqHxuuU1.json b/data/packs/talents.db/melee_damage_bonus__cefeWMKoAqHxuuU1.json index 0ac0c7a6..67f4db08 100644 --- a/data/packs/talents.db/melee_damage_bonus__cefeWMKoAqHxuuU1.json +++ b/data/packs/talents.db/melee_damage_bonus__cefeWMKoAqHxuuU1.json @@ -20,10 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": null, "statuses": [ ], - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/melee_damage_bonus__weIU0JfoZ96fYNqv.json b/data/packs/talents.db/melee_damage_bonus__weIU0JfoZ96fYNqv.json deleted file mode 100644 index 6c44ecc1..00000000 --- a/data/packs/talents.db/melee_damage_bonus__weIU0JfoZ96fYNqv.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "_id": "weIU0JfoZ96fYNqv", - "_key": "!items.effects!Iy5AxSYMeQ2SIVpc.weIU0JfoZ96fYNqv", - "changes": [ - { - "key": "system.bonuses.meleeDamageBonus", - "mode": 2, - "priority": null, - "value": "1" - } - ], - "description": "", - "disabled": false, - "duration": { - "combat": null, - "rounds": null, - "seconds": null, - "startRound": null, - "startTime": null, - "startTurn": null, - "turns": null - }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", - "name": "Melee Damage Bonus", - "origin": null, - "statuses": [ - ], - "transfer": true -} diff --git a/data/packs/talents.db/melee_damage_bonus__wryUreqZgIx22crJ.json b/data/packs/talents.db/melee_damage_bonus__wryUreqZgIx22crJ.json index 38ccd524..d857224b 100644 --- a/data/packs/talents.db/melee_damage_bonus__wryUreqZgIx22crJ.json +++ b/data/packs/talents.db/melee_damage_bonus__wryUreqZgIx22crJ.json @@ -20,10 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Melee Damage Bonus", "origin": null, "statuses": [ ], - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ranged_attack_roll_bonus__ODBe0yE8vkVOD2qZ.json b/data/packs/talents.db/ranged_attack_roll_bonus__ODBe0yE8vkVOD2qZ.json index 820dc150..7b9d520d 100644 --- a/data/packs/talents.db/ranged_attack_roll_bonus__ODBe0yE8vkVOD2qZ.json +++ b/data/packs/talents.db/ranged_attack_roll_bonus__ODBe0yE8vkVOD2qZ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Ranged Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ranged_attack_roll_bonus__OQQ5fxWh3zBw8W5O.json b/data/packs/talents.db/ranged_attack_roll_bonus__OQQ5fxWh3zBw8W5O.json index f9a4cd9c..21a6928b 100644 --- a/data/packs/talents.db/ranged_attack_roll_bonus__OQQ5fxWh3zBw8W5O.json +++ b/data/packs/talents.db/ranged_attack_roll_bonus__OQQ5fxWh3zBw8W5O.json @@ -20,10 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Ranged Attack Roll Bonus", "origin": null, "statuses": [ ], - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ranged_attack_roll_bonus__njtjaSNJ4WQCV7n5.json b/data/packs/talents.db/ranged_attack_roll_bonus__njtjaSNJ4WQCV7n5.json index 98e270aa..13f02376 100644 --- a/data/packs/talents.db/ranged_attack_roll_bonus__njtjaSNJ4WQCV7n5.json +++ b/data/packs/talents.db/ranged_attack_roll_bonus__njtjaSNJ4WQCV7n5.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Ranged Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json b/data/packs/talents.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json index d8aa2da0..3a3ce1e8 100644 --- a/data/packs/talents.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json +++ b/data/packs/talents.db/ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/weapons/ammunition/arrow-head-war-flight.webp", + "img": "icons/weapons/ammunition/arrow-head-war-flight.webp", "name": "Ranged Attack Roll Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ranged_damage_bonus__V7hLOyXMBijj06wB.json b/data/packs/talents.db/ranged_damage_bonus__V7hLOyXMBijj06wB.json index 848156ea..29f02255 100644 --- a/data/packs/talents.db/ranged_damage_bonus__V7hLOyXMBijj06wB.json +++ b/data/packs/talents.db/ranged_damage_bonus__V7hLOyXMBijj06wB.json @@ -20,10 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Ranged Damage Bonus", "origin": null, "statuses": [ ], - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/ranged_damage_bonus__lodEOfzuI5jDWc4h.json b/data/packs/talents.db/ranged_damage_bonus__lodEOfzuI5jDWc4h.json index 9909af7d..186706f1 100644 --- a/data/packs/talents.db/ranged_damage_bonus__lodEOfzuI5jDWc4h.json +++ b/data/packs/talents.db/ranged_damage_bonus__lodEOfzuI5jDWc4h.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/strike-axe-blood-red.webp", + "img": "icons/skills/melee/strike-axe-blood-red.webp", "name": "Ranged Damage Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/shadowdark_item_effect_predefined_effect_weapondamagedied12__UGQKMdNcgb1O8qwy.json b/data/packs/talents.db/shadowdark_item_effect_predefined_effect_weapondamagedied12__UGQKMdNcgb1O8qwy.json index 31f585b0..172928bc 100644 --- a/data/packs/talents.db/shadowdark_item_effect_predefined_effect_weapondamagedied12__UGQKMdNcgb1O8qwy.json +++ b/data/packs/talents.db/shadowdark_item_effect_predefined_effect_weapondamagedied12__UGQKMdNcgb1O8qwy.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/ranged/arrows-flying-salvo-blue-light.webp", + "img": "icons/skills/ranged/arrows-flying-salvo-blue-light.webp", "name": "SHADOWDARK.item.effect.predefined_effect.weaponDamageDieD12", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json b/data/packs/talents.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json index 5a02bc11..1e52fb23 100644 --- a/data/packs/talents.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json +++ b/data/packs/talents.db/spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/air-smoke-casting.webp", + "img": "icons/magic/air/air-smoke-casting.webp", "name": "Spellcasting Advantage on Spell", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/spellcasting_advantage_on_spell__oEZ9BldTmIl6AS31.json b/data/packs/talents.db/spellcasting_advantage_on_spell__oEZ9BldTmIl6AS31.json index 73d68b4e..f595f5cc 100644 --- a/data/packs/talents.db/spellcasting_advantage_on_spell__oEZ9BldTmIl6AS31.json +++ b/data/packs/talents.db/spellcasting_advantage_on_spell__oEZ9BldTmIl6AS31.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/air/air-smoke-casting.webp", + "img": "icons/magic/air/air-smoke-casting.webp", "name": "Spellcasting Advantage on Spell", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json b/data/packs/talents.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json index 3462a58c..c7541cec 100644 --- a/data/packs/talents.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json +++ b/data/packs/talents.db/spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Spellcasting Check Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/spellcasting_check_bonus__etJKhGLqpcKvyloB.json b/data/packs/talents.db/spellcasting_check_bonus__etJKhGLqpcKvyloB.json index c495e670..436f986e 100644 --- a/data/packs/talents.db/spellcasting_check_bonus__etJKhGLqpcKvyloB.json +++ b/data/packs/talents.db/spellcasting_check_bonus__etJKhGLqpcKvyloB.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/magic/fire/flame-burning-fist-strike.webp", + "img": "icons/magic/fire/flame-burning-fist-strike.webp", "name": "Spellcasting Check Bonus", "origin": null, "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } diff --git a/data/packs/talents.db/weaponmastery__E7SwrOhzSAyMZ1Ec.json b/data/packs/talents.db/weaponmastery__E7SwrOhzSAyMZ1Ec.json index e4abaa09..63573be1 100644 --- a/data/packs/talents.db/weaponmastery__E7SwrOhzSAyMZ1Ec.json +++ b/data/packs/talents.db/weaponmastery__E7SwrOhzSAyMZ1Ec.json @@ -20,11 +20,14 @@ "startTurn": null, "turns": null }, - "icon": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", + "img": "icons/skills/melee/weapons-crossed-swords-white-blue.webp", "name": "weaponMastery", "origin": "Compendium.shadowdark.talents.eg8u9L4gcJAxBxVX", "statuses": [ ], - "tint": null, - "transfer": true + "system": { + }, + "tint": "#ffffff", + "transfer": true, + "type": "base" } From e0ebc0af288815a45f16020a54f4ea11b75050c5 Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 23:22:30 +0100 Subject: [PATCH 4/7] tweaks to journal styles --- scss/base/_journal.scss | 44 +++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/scss/base/_journal.scss b/scss/base/_journal.scss index 2969318c..7e942cac 100644 --- a/scss/base/_journal.scss +++ b/scss/base/_journal.scss @@ -54,6 +54,10 @@ text-transform: none; } + h2, h3, h4, h5 { + margin-top: 1rem; + } + h2 { font-size: 1.6em; } @@ -89,6 +93,33 @@ margin: 0 0 0.5rem; } + blockquote, + table > caption { + font-family: "Montserrat-SemiBold"; + font-size: 16px; + text-transform: uppercase; + text-align: center; + line-height: 1.8; + color:white; + background: linear-gradient(90deg, transparent 40px, black 40px, black calc(100% - 40px), transparent calc(100% - 40px)), + url("../assets/artwork/title_right.png") no-repeat right, + url("../assets/artwork/title_left.png") no-repeat left; + background-size: auto; + background-repeat: repeat-y; + } + + blockquote { + line-height: 1; + padding-top: 20px; + padding-bottom: 10px; + + p { + font-family: "Old Newspaper Font"; + text-transform: none; + font-size: 1.4rem; + } + } + table { border: none; margin-bottom: 1em; @@ -96,19 +127,6 @@ width: fit-content; - caption { - font-family: "Montserrat-SemiBold"; - font-size: 16px; - text-transform: uppercase; - text-align: center; - line-height: 1.8; - color:white; - height: 28px; - background: linear-gradient(90deg, transparent 40px, black 40px, black calc(100% - 40px), transparent calc(100% - 40px)), - url("../assets/artwork/title_right.png") no-repeat right, - url("../assets/artwork/title_left.png") no-repeat left; - background-size: auto; - } p { font-size: 1.1em; From c5cbb78a6157c2ada752d68799c21623b3be9d4d Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 23:24:01 +0100 Subject: [PATCH 5/7] beautify player guide --- .../alignment__aetSGmIgejmiPDTT.json | 4 ++-- .../ancestry__WQ6qtQXVgk22qoFi.json | 4 ++-- .../background__0e3YUDINvQF4yrgz.json | 4 ++-- .../casting_spells__1NetKQ878MMjyF89.json | 4 ++-- .../character_names__8c5K7zUJ51Z0wC4m.json | 4 ++-- .../characters__kZkm9IFoIP5IjhYi.json | 24 ------------------- .../combat__MYaGXUcQtZ4b8xCI.json | 4 ++-- .../crawling__FntKmgI8XbOPhQx0.json | 4 ++-- .../deities__fZio8Ws1GT6KAPvm.json | 4 ++-- .../dwarf__5UIZQaxjj8wBv1Bv.json | 24 ------------------- .../elf__VDVUd9LT8n73Ypgk.json | 24 ------------------- ...json => end_papers__8CbDdkSPwjlbJsBp.json} | 2 +- .../end_papers__sZ8VL88OjSsoYzRp.json | 23 ++++++++++++++++++ .../fighter_class__BjKQ3nrBCRyrgpbI.json | 4 ++-- .../gameplay__bhYgcEapPUj7dWdi.json | 24 ------------------- .../gear__hZGh2BWZDeP27auG.json | 4 ++-- .../goblin__Q0yjKUVpS6VDiXSk.json | 24 ------------------- .../half_orc__5Jne4e9Akp9wQ1fk.json | 24 ------------------- .../halfling__UnKag3L3Cz3VzJ8v.json | 24 ------------------- .../human__jFydzt03NFfJbK0s.json | 24 ------------------- .../join_the_dark__MKcdErZvI7mTte2a.json | 23 ++++++++++++++++++ .../join_the_dark__vfFE1Zk6KJWJj7HI.json | 2 +- .../languages__uqlaZb9K0rv2nI0Y.json | 4 ++-- .../level_advancement__v4FffM1SjPE4hLgq.json | 4 ++-- .../luck_tokens__uqY92dyJsZDh3F0R.json | 4 ++-- .../making_checks__KJ1HQ0bwu2qCV05A.json | 4 ++-- .../overview__4E1ySMs0RsxZKZ5q.json | 4 ++-- ...er_quickstart_guide__I5d5ltGw4F3g15uG.json | 16 ++++--------- .../priest_class__TuNrjjaAUwsBmRWV.json | 4 ++-- .../resting__eESogCwLJ4JAwr7q.json | 4 ++-- .../rolling_the_dice__0vPsk0R9TOzHB0Ry.json | 4 ++-- .../scrolls_and_wands__OaLA5pPQdYBYlJxa.json | 4 ++-- .../shadowdark__xHHod48IPz6xTOeM.json | 2 +- .../spell_attributes__3ucjLVtzReOBJUtB.json | 4 ++-- .../spell_list__pdXQM1GfmQ39hhjX.json | 4 ++-- .../spells__AvEsAMUCVUwHtSYt.json | 23 ++++++++++++++++++ .../stats__qT4CvFI6vG9glyhh.json | 24 ------------------- ...tealth_and_surprise__AHdJU9YijbcfvIyI.json | 4 ++-- .../table_of_content__FtsgFqHFQ0S86JW2.json | 24 ------------------- .../the_basics__oS18PtqDDic7mYJY.json | 2 +- .../thief_class__5vdLAe7ld4ALPNwy.json | 4 ++-- .../time__X7DI8GyTNmNj9c9J.json | 4 ++-- .../titles__PZFad5VcqlGxekoy.json | 4 ++-- .../turn_order__aNAmZL6KAGd1jNDu.json | 4 ++-- .../using_stats__IAcb9oKCi6ptUyTY.json | 4 ++-- .../wizard_class__xefGxARDmlj6O86Y.json | 4 ++-- .../wizard_mishaps__Rbfb9fZAQq7WZNiW.json | 23 ++++++++++++++++++ 47 files changed, 157 insertions(+), 311 deletions(-) delete mode 100644 data/packs/quickstart-guides.db/characters__kZkm9IFoIP5IjhYi.json delete mode 100644 data/packs/quickstart-guides.db/dwarf__5UIZQaxjj8wBv1Bv.json delete mode 100644 data/packs/quickstart-guides.db/elf__VDVUd9LT8n73Ypgk.json rename data/packs/quickstart-guides.db/{end_paper_tables__8CbDdkSPwjlbJsBp.json => end_papers__8CbDdkSPwjlbJsBp.json} (99%) create mode 100644 data/packs/quickstart-guides.db/end_papers__sZ8VL88OjSsoYzRp.json delete mode 100644 data/packs/quickstart-guides.db/gameplay__bhYgcEapPUj7dWdi.json delete mode 100644 data/packs/quickstart-guides.db/goblin__Q0yjKUVpS6VDiXSk.json delete mode 100644 data/packs/quickstart-guides.db/half_orc__5Jne4e9Akp9wQ1fk.json delete mode 100644 data/packs/quickstart-guides.db/halfling__UnKag3L3Cz3VzJ8v.json delete mode 100644 data/packs/quickstart-guides.db/human__jFydzt03NFfJbK0s.json create mode 100644 data/packs/quickstart-guides.db/join_the_dark__MKcdErZvI7mTte2a.json create mode 100644 data/packs/quickstart-guides.db/spells__AvEsAMUCVUwHtSYt.json delete mode 100644 data/packs/quickstart-guides.db/stats__qT4CvFI6vG9glyhh.json delete mode 100644 data/packs/quickstart-guides.db/table_of_content__FtsgFqHFQ0S86JW2.json create mode 100644 data/packs/quickstart-guides.db/wizard_mishaps__Rbfb9fZAQq7WZNiW.json diff --git a/data/packs/quickstart-guides.db/alignment__aetSGmIgejmiPDTT.json b/data/packs/quickstart-guides.db/alignment__aetSGmIgejmiPDTT.json index ff809a77..73327bb5 100644 --- a/data/packs/quickstart-guides.db/alignment__aetSGmIgejmiPDTT.json +++ b/data/packs/quickstart-guides.db/alignment__aetSGmIgejmiPDTT.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Alignment defines your role in the clash between good and evil. All creatures are connected to the eternal conflict waged by Law, Chaos, and Neutrality, whether they know it or not.

Law is benevolence, Chaos is malevolence, and Neutrality is impartial, favoring neither.

Choose one of the following three alignments.

CHAOTIC

Chaotic characters align themselves with destruction, ambition, and wickedness. Chaotic characters adopt a “survival of the fittest” mentality.

LAWFUL

Lawful characters align themselves with fairness, order, and virtue. Lawful characters operate from a “good of the whole” mentality.

NEUTRAL

Neutral characters find balance between Law and Chaos. They align with the cycle of growth and decline, adopting a “nature must take its course” mentality.

", + "content": "

Alignment defines your role in the clash between good and evil. All creatures are connected to the eternal conflict waged by Law, Chaos, and Neutrality, whether they know it or not.

Law is benevolence, Chaos is malevolence, and Neutrality is impartial, favoring neither.

Choose one of the following three alignments.

Chaotic

Chaotic characters align themselves with destruction, ambition, and wickedness. Chaotic characters adopt a “survival of the fittest” mentality.

Lawful

Lawful characters align themselves with fairness, order, and virtue. Lawful characters operate from a “good of the whole” mentality.

Neutral

Neutral characters find balance between Law and Chaos. They align with the cycle of growth and decline, adopting a “nature must take its course” mentality.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/ancestry__WQ6qtQXVgk22qoFi.json b/data/packs/quickstart-guides.db/ancestry__WQ6qtQXVgk22qoFi.json index 07897a55..106914f5 100644 --- a/data/packs/quickstart-guides.db/ancestry__WQ6qtQXVgk22qoFi.json +++ b/data/packs/quickstart-guides.db/ancestry__WQ6qtQXVgk22qoFi.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "
  • @UUID[.5UIZQaxjj8wBv1Bv]{Dwarf}

  • @UUID[.VDVUd9LT8n73Ypgk]{Elf}

  • @UUID[.Q0yjKUVpS6VDiXSk]{Goblin}

  • @UUID[.UnKag3L3Cz3VzJ8v]{Halfling}

  • @UUID[.5Jne4e9Akp9wQ1fk]{Half-Orc}

  • @UUID[.jFydzt03NFfJbK0s]{Human}

", + "content": "

Dwarf

Brave, stalwart folk as sturdy as the stone kingdoms they carve inside mountains.

You know the Common and Dwarvish languages.

@UUID[Compendium.shadowdark.talents.Item.MW43tnJr6lqE1Ty8]{Stout}. Start with +2 HP. Roll hit points per level with advantage.

Elf

Ethereal, graceful people who revere knowledge and beauty. Elves see far and live long.

You know the Common, Elvish, and Sylvan languages.

@UUID[Compendium.shadowdark.talents.Item.dTEZW21LUNoYL3JU]{Farsight (Ranged)} or @UUID[Compendium.shadowdark.talents.Item.E3EcGGdGYuEWWj47]{Farsight (Spell)}. You get a +1 bonus to attack rolls with ranged weapons or a +1 bonus to spellcasting checks.

Goblin

Green, clever beings who thrive in dark, cramped places. As fierce as they are tiny.

You know the Common and Goblin languages.

@UUID[Compendium.shadowdark.talents.Item.Gf5dApLfOorbQn4R]{Keen Senses}. You can't be surprised.

Halfling

Small, cheerful country folk with mischievous streaks. They enjoy life’s simple pleasures.

You know the Common language.

@UUID[Compendium.shadowdark.talents.Item.zkOiprnKS5uttiO6]{Stealthy}. Once per day, you can become invisible for 3 rounds.

Half-orc

Towering, tusked warriors who are as daring as humans and as relentless as orcs.

You know the Common and Orcish languages.

@UUID[Compendium.shadowdark.talents.Item.LR6h4lXVXwx7AFQ6]{Mighty}. You have a +1 bonus to attack and damage rolls with melee weapons.

Human

Bold, adaptable, and diverse people who learn quickly and accomplish mighty deeds.

You know the Common language and one additional common language (pg. 29).

@UUID[Compendium.shadowdark.talents.Item.DYWFJu5XeazJYc0P]{Ambitious}. You gain one additional talent roll at 1st level.

And so the Primordial Age ended, and the gods fled.

In their place rose mortals, and they scattered the

earth with their shining kingdoms and lost ruins...

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/background__0e3YUDINvQF4yrgz.json b/data/packs/quickstart-guides.db/background__0e3YUDINvQF4yrgz.json index d9838d98..962bde52 100644 --- a/data/packs/quickstart-guides.db/background__0e3YUDINvQF4yrgz.json +++ b/data/packs/quickstart-guides.db/background__0e3YUDINvQF4yrgz.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Your background knowledge and skills might prove useful during your adventures.

Work with the GM to determine if your background provides you advantages in a given situation.

@UUID[Compendium.shadowdark.rollable-tables.OVWDW0rhDKl7WbF6]{Background}

", + "content": "

Your background knowledge and skills might prove useful during your adventures.

Work with the GM to determine if your background provides you advantages in a given situation.

@UUID[Compendium.shadowdark.rollable-tables.RollTable.nkmJy4wfE9Q0VWeY]{Background}

Background

d20

Details

1

Urchin. You grew up in the merciless streets of a large city

2

Wanted. There's a price on your head, but you have allies

3

Cult Initiate. You know blasphemous secrets and rituals

4

Thieves' Guild. You have connections, contacts, and debts

5

Banished. Your people cast you out for supposed crimes

6

Orphaned. An unusual guardian rescued and raised you

7

Wizard's Apprentice. You have a knack and eye for magic

8

Jeweler. You can easily appraise value and authenticity

9

Herbalist. You know plants, medicines, and poisons

10

Barbarian. You left the horde, but it never quite left you

11

Mercenary. You fought friend and foe alike for your coin

12

Sailor. Pirate, privateer, or merchant — the seas are yours

13

Acolyte. You're well trained in religious rites and doctrines

14

Soldier. You served as a fighter in an organized army

15

Ranger. The woods and wilds are your true home

16

Scout. You survived on stealth, observation, and speed

17

Minstrel. You've traveled far with your charm and talent

18

Scholar. You know much about ancient history and lore

19

Noble. A famous name has opened many doors for you

20

Chirurgeon. You know anatomy, surgery, and first aid

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/casting_spells__1NetKQ878MMjyF89.json b/data/packs/quickstart-guides.db/casting_spells__1NetKQ878MMjyF89.json index 8a5f9523..783c4b95 100644 --- a/data/packs/quickstart-guides.db/casting_spells__1NetKQ878MMjyF89.json +++ b/data/packs/quickstart-guides.db/casting_spells__1NetKQ878MMjyF89.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Spellcasters use the raw power of creation and destruction to bend reality, shaping it to the will of their gods or ambitions.

Wizard magic is fickle, complicated, and volatile. Even the most learned mages tread carefully when reaching beyond the veil to grasp arcane energies.

Priest magic is miraculous, sacred, and instinctive. Priests who offend their gods might lose the ability to cast spells until they can undertake penance.

CASTING

When you cast a spell, you invoke magic to cause an effect. Casting a spell takes your action.

Characters with the spellcasting talent can cast spells.

To cast a wizard spell you know, make a spellcasting check by rolling 1d20 + your Intelligence modifier.

To cast a priest spell you know, make a spellcasting check by rolling 1d20 + your Wisdom modifier.

The DC to successfully cast a spell is 10 + the spell’s tier.

RESULTS

If you succeed on your spellcasting check, the spell takes effect.

If you fail your spellcasting check, the spell does not take effect. You can’t cast that spell again until you complete a rest.

CRITICAL SUCCESS

If you roll a natural 20 on your spellcasting check, you may double one of the spell’s numerical effects. This remains in effect on a focus spell (see pg. 56) until your next focus check.

CRITICAL FAILURE

If you roll a natural 1 on your spellcasting check, the spell does not take effect. If it was a focus spell, the spell immediately ends (see pg. 56 for more details on focus spells).

Wizard Spell. If the spell was a wizard spell, you can’t cast that spell again until you successfully complete a rest. You must also roll on the Wizard Mishap table corresponding to the spell’s tier (see pg. 54).

@UUID[Compendium.shadowdark.rollable-tables.NiiJKAiBjpPAj5U1]{Wizard Mishap}

Priest Spell. If the spell was a priest spell, your deity is greatly displeased and revokes its power. You can’t cast that spell again until you complete ritualistic penance to your deity and successfully complete a rest.

PENANCE

The GM determines the exact nature of the penance you must undertake based on your deity and alignment.

Penance requires a holy quest, ritualistic atonement, or a material sacrifice that you donate or destroy.

Inadequate or subversive penance (such as donating your sacrifice to a party member) only displeases your deity further and makes the spell loss permanent.

SACRIFICE VALUE

Tier 1: 5 gp

Tier 2: 20 gp

Tier 3: 40 gp

Tier 4: 90 gp

Tier 5: 150 gp

", + "content": "

Spellcasters use the raw power of creation and destruction to bend reality, shaping it to the will of their gods or ambitions.

Wizard magic is fickle, complicated, and volatile. Even the most learned mages tread carefully when reaching beyond the veil to grasp arcane energies.

Priest magic is miraculous, sacred, and instinctive. Priests who offend their gods might lose the ability to cast spells until they can undertake penance.

Spellcasting

When you cast a spell, you invoke magic to cause an effect. Casting a spell takes your action.

Characters with the spellcasting talent can cast spells.

To cast a wizard spell you know, make a spellcasting check by rolling 1d20 + your Intelligence modifier.

To cast a priest spell you know, make a spellcasting check by rolling 1d20 + your Wisdom modifier.

The DC to successfully cast a spell is 10 + the spell’s tier.

Results

If you succeed on your spellcasting check, the spell takes effect.

If you fail your spellcasting check, the spell does not take effect. You can’t cast that spell again until you complete a rest.

Critical Success

If you roll a natural 20 on your spellcasting check, you may double one of the spell’s numerical effects. This remains in effect on a focus spell (see pg. 56) until your next focus check.

Critical Failure

If you roll a natural 1 on your spellcasting check, the spell does not take effect. If it was a focus spell, the spell immediately ends (see pg. 56 for more details on focus spells).

Wizard Spell. If the spell was a wizard spell, you can’t cast that spell again until you successfully complete a rest. You must also roll on the Wizard Mishap table corresponding to the spell’s tier (see pg. 54).

Priest Spell. If the spell was a priest spell, your deity is greatly displeased and revokes its power. You can’t cast that spell again until you complete ritualistic penance to your deity and successfully complete a rest.

Penance

The GM determines the exact nature of the penance you must undertake based on your deity and alignment.

Penance requires a holy quest, ritualistic atonement, or a material sacrifice that you donate or destroy.

Inadequate or subversive penance (such as donating your sacrifice to a party member) only displeases your deity further and makes the spell loss permanent.

Sacrifice Value

Spell Tier

Value

1

5 gp

2

20 gp

3

40 gp

4

90 gp

5

150 gp

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/character_names__8c5K7zUJ51Z0wC4m.json b/data/packs/quickstart-guides.db/character_names__8c5K7zUJ51Z0wC4m.json index 290e63bd..7479d296 100644 --- a/data/packs/quickstart-guides.db/character_names__8c5K7zUJ51Z0wC4m.json +++ b/data/packs/quickstart-guides.db/character_names__8c5K7zUJ51Z0wC4m.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "
  • @UUID[Compendium.shadowdark.rollable-tables.IVnsYyvJAM36YQsv]{Character Names: Dwarf}

  • @UUID[Compendium.shadowdark.rollable-tables.44P8mz0yaCsTtKeq]{Character Names: Elf}

  • @UUID[Compendium.shadowdark.rollable-tables.PCDY6HMLaToPHurV]{Character Names: Goblin}

  • @UUID[Compendium.shadowdark.rollable-tables.noInf0ReaXapH7xb]{Character Names: Half-Orc}

  • @UUID[Compendium.shadowdark.rollable-tables.zIJh954RRbmssIFq]{Character Names: Halfling}

  • @UUID[Compendium.shadowdark.rollable-tables.ZbrMK1WDNtz1ajJn]{Character Names: Human}

“Whoever named you sure got it right.\"

-Ralina, halfling thief, to Rotbreath the Troll

", + "content": "
Character Names

d20

@UUID[Compendium.shadowdark.rollable-tables.RollTable.IVnsYyvJAM36YQsv]{Dwarf}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.44P8mz0yaCsTtKeq]{Elf}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.PCDY6HMLaToPHurV]{Goblin}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.zIJh954RRbmssIFq]{Halfling}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.noInf0ReaXapH7xb]{Half-Orc}

@UUID[Compendium.shadowdark.rollable-tables.RollTable.ZbrMK1WDNtz1ajJn]{Human}

1

Hilde

Eliara

Iggs

Willow

Vara

Zali

2

Torbin

Ryarn

Tark

Benny

Gralk

Bram

3

Marga

Sariel

Nix

Annie

Ranna

Clara

4

Bruno

Tirolas

Lenk

Tucker

Korv

Nattias

5

Karina

Galira

Roke

Marie

Zasha

Rina

6

Naugrim

Varos

Fitz

Hobb

Hrogar

Denton

7

Brenna

Daeniel

Tila

Cora

Klara

Mirena

8

Darvin

Axidor

Riggs

Gordie

Tragan

Aran

9

Elga

Hiralia

Prim

Rose

Brolga

Morgan

10

Alric

Cyrwin

Zeb

Ardo

Drago

Giralt

11

Isolde

Lothiel

Finn

Alma

Yelena

Tamra

12

Gendry

Zaphiel

Borg

Norbert

Krull

Oscar

13

Bruga

Nayra

Yark

Jennie

Ulara

Ishana

14

Junnor

Ithior

Deeg

Barvin

Tulk

Rogar

15

Vidrid

Amriel

Nibs

Tilly

Shiraal

Jasmin

16

Torson

Elyon

Brak

Pike

Wulf

Tarin

17

Brielle

Jirwyn

Fink

Lydia

Ivara

Yuri

18

Ulfgar

Natinel

Rizzo

Marlow

Hirok

Malchor

19

Sarna

Fiora

Squib

Astrid

Aja

Lienna

20

Grimm

Ruhiel

Grix

Jasper

Zoraan

Godfrey

“Whoever named you sure got it right.\"

-Ralina, halfling thief, to Rotbreath the Troll

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/characters__kZkm9IFoIP5IjhYi.json b/data/packs/quickstart-guides.db/characters__kZkm9IFoIP5IjhYi.json deleted file mode 100644 index a94c0101..00000000 --- a/data/packs/quickstart-guides.db/characters__kZkm9IFoIP5IjhYi.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "kZkm9IFoIP5IjhYi", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.kZkm9IFoIP5IjhYi", - "image": { - }, - "name": "Characters", - "src": null, - "system": { - }, - "text": { - "content": "
  • @UUID[.4E1ySMs0RsxZKZ5q]{Overview}

  • @UUID[.0e3YUDINvQF4yrgz]{Background}

  • @UUID[.qT4CvFI6vG9glyhh]{Stats}

  • @UUID[.WQ6qtQXVgk22qoFi]{Ancestry}

  • @UUID[.BjKQ3nrBCRyrgpbI]{Fighter Class}

  • @UUID[.TuNrjjaAUwsBmRWV]{Priest Class}

  • @UUID[.5vdLAe7ld4ALPNwy]{Thief Class}

  • @UUID[.xefGxARDmlj6O86Y]{Wizard Class}

  • @UUID[.PZFad5VcqlGxekoy]{Titles}

  • @UUID[.aetSGmIgejmiPDTT]{Alignment}

  • @UUID[.uqlaZb9K0rv2nI0Y]{Languages}

  • @UUID[.fZio8Ws1GT6KAPvm]{Deities}

  • @UUID[.hZGh2BWZDeP27auG]{Gear}

  • @UUID[.8c5K7zUJ51Z0wC4m]{Character Names}

  • @UUID[.v4FffM1SjPE4hLgq]{Level Advancement}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/combat__MYaGXUcQtZ4b8xCI.json b/data/packs/quickstart-guides.db/combat__MYaGXUcQtZ4b8xCI.json index ff5b7ada..ec675eb3 100644 --- a/data/packs/quickstart-guides.db/combat__MYaGXUcQtZ4b8xCI.json +++ b/data/packs/quickstart-guides.db/combat__MYaGXUcQtZ4b8xCI.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

When a fight breaks out, combat rounds begin!

DETERMINE SUPRISE

The GM determines if any creatures are unaware of each other. A creature who surprises another takes one turn before a new initiative order is rolled.

COMBAT INITIATIVE

After surprise turns, the GM calls for new initiative. Everyone makes a Dexterity check (the GM uses the highest Dexterity modifier of any monsters).

The person with the highest result takes the first turn. Turns go clockwise from that person.

COMBAT TURNS

Characters can take one action and move near on their turn, splitting up the movement however they want. Characters can move near again if they don't take an action.

ACTIONS

Melee Attack. Melee attacks use melee weapons. Roll 1d20 + your Strength modifier + talent bonuses. You hit the target if your total is equal to or greater than its AC.

Ranged Attack. Ranged attacks use ranged weapons. Roll 1d20 + your Dexterity modifier + talent bonuses. You hit the target if your total is equal to or greater than its AC.

Cast A Spell. Casting a spell takes one action (see Spellcasting on pg. 52).

Improvise. Do an improvised action, such as swinging across a ravine on a vine. The GM might determine it requires a check or attack roll.

Multitask. Characters can do small, parallel tasks on their turns, such as standing up, speaking, activating a magic item, or quaffing a potion. This doesn't typically use their action.

DAMAGE

When you hit a target with an attack or spell, you damage it. Roll your weapon or spell's damage dice + talent bonuses. The GM subtracts that amount from the target's hit points.

Knockout. You can choose to knock a creature unconscious instead of killing it if you reduce it to 0 hit points.

Critical Hit. You deal a critical hit if you roll a natural 20 on an attack roll or spellcasting check.

For a weapon, double its damage dice on the attack. For a spell, you may double one of its numerical effects (see pg. 53).

TERRAIN

Attacking or casting a spell on a creature that is hiding at least half its body behind interposing terrain has disadvantage. If you can't see a creature at all due to terrain, you can't target it.

Creatures can only move half the normal distance through terrain that hampers free movement, such as ice or deep mud.

MORALE

Enemies who are reduced to half their ranks (or half their HP for a solo enemy) flee if they fail a DC 15 Wisdom check. For large groups, the GM makes one check with the leader's modifier.

DEATH

A character who goes to 0 HP falls unconscious and is dying. A character who goes above 0 HP wakes up and is no longer dying.

Death Timer. A dying character rolls 1d4 + their CON modifier (minimum 1 total) on their turn. They die in that many rounds unless healed or stabilized.

On each of the character's subsequent turns, that player rolls a d20. On a natural 20, the character rises with 1 hit point.

Stabilize. An intelligent being can give first aid to a dying creature at close range. On a successful DC 15 Intelligence check, the target stops dying (but is still unconscious).

Death. A character who perishes is retired from the game.

", + "content": "

When a fight breaks out, combat rounds begin!

Determine Surprise

The GM determines if any creatures are unaware of each other. A creature who surprises another takes one turn before a new initiative order is rolled.

Combat Initiative!

After surprise turns, the GM calls for new initiative. Everyone makes a Dexterity check (the GM uses the highest Dexterity modifier of any monsters).

The person with the highest result takes the first turn. Turns go clockwise from that person.

Combat Turns

Characters can take one action and move near on their turn, splitting up the movement however they want. Characters can move near again if they don't take an action.

Actions

Melee Attack. Melee attacks use melee weapons. Roll 1d20 + your Strength modifier + talent bonuses. You hit the target if your total is equal to or greater than its AC.

Ranged Attack. Ranged attacks use ranged weapons. Roll 1d20 + your Dexterity modifier + talent bonuses. You hit the target if your total is equal to or greater than its AC.

Cast A Spell. Casting a spell takes one action (see Spellcasting on pg. 52).

Improvise. Do an improvised action, such as swinging across a ravine on a vine. The GM might determine it requires a check or attack roll.

Multitask. Characters can do small, parallel tasks on their turns, such as standing up, speaking, activating a magic item, or quaffing a potion. This doesn't typically use their action.

Damage

When you hit a target with an attack or spell, you damage it. Roll your weapon or spell's damage dice + talent bonuses. The GM subtracts that amount from the target's hit points.

Knockout. You can choose to knock a creature unconscious instead of killing it if you reduce it to 0 hit points.

Critical Hit. You deal a critical hit if you roll a natural 20 on an attack roll or spellcasting check. For a weapon, double its damage dice on the attack. For a spell, you may double one of its numerical effects (see pg. 53).

Terrain

Attacking or casting a spell on a creature that is hiding at least half its body behind interposing terrain has disadvantage.

If you can't see a creature at all due to terrain, you can't target it.

Creatures can only move half the normal distance through terrain that hampers free movement, such as ice or deep mud.

Morale

Enemies who are reduced to half their ranks (or half their HP for a solo enemy) flee if they fail a DC 15 Wisdom check. For large groups, the GM makes one check with the leader's modifier.

Death

A character who goes to 0 HP falls unconscious and is dying. A character who goes above 0 HP wakes up and is no longer dying.

Death Timer. A dying character rolls 1d4 + their CON modifier (minimum 1 total) on their turn. They die in that many rounds unless healed or stabilized.

On each of the character's subsequent turns, that player rolls a d20. On a natural 20, the character rises with 1 hit point.

Stabilize. An intelligent being can give first aid to a dying creature at close range. On a successful DC 15 Intelligence check, the target stops dying (but is still unconscious).

Death. A character who perishes is retired from the game.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/crawling__FntKmgI8XbOPhQx0.json b/data/packs/quickstart-guides.db/crawling__FntKmgI8XbOPhQx0.json index 0fd95736..3455d0ed 100644 --- a/data/packs/quickstart-guides.db/crawling__FntKmgI8XbOPhQx0.json +++ b/data/packs/quickstart-guides.db/crawling__FntKmgI8XbOPhQx0.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Characters are in crawling rounds while not in combat.

THE SHADOWDARK

The Shadowdark is any place where darkness, danger, and myth reign supreme.

It could be among the crumbling ruins buried inside a forgotten mountain stronghold.

It could be within the spellwrought castle of an undead sorcerer who probes the universe for arcane secrets.

It could be beneath the cursed trees where squirming abominations boil out of a black pit, pulping all in their path.

VISION

All characters need light to see, but that's not true for the darkness-adapted beings of the Shadowdark.

Any area outside the characters' light sources is in total darkness.

LIGHT SOURCES

Most light sources last for up to an hour of real time and illuminate a limited area.

New light sources lit while another is already active \"ride along\" on the current timer.

That said, the GM should use their best discretion and avoid being punitive; if there isn't much time left on the current timer and the characters light a new torch, snuff out all old light sources and start a new timer.

There should only be one active light timer except in rare cases.

TOTAL DARKNESS

While in total darkness, a creature who is not darkness- adapted has disadvantage on most tasks it tries to undertake, as determined by the GM.

Also, the environment becomes deadly. Check for a random encounter every crawling round.

MOVEMENT

Distances. Distances are broken up into close (5 feet), near (up to 30 feet), and far (within sight during an encounter or scene).

Climbing. Strength or Dexterity check to climb half your speed. Fall if you fail by 5+ points.

Falling. You take 1d6 damage for every 10 feet you fall.

Moving Through. You can move freely through allies. You must pass a Strength or Dexterity check to move through enemies.

Swimming. Make a Strength check to swim half your speed or a Constitution check to hold your breath. If you fail, you take 1d6 damage each round until you exit the hazard.

REGROUP

During crawling rounds, the GM can ask the players if they want to regroup. To regroup, any PCs within eyesight or earshot of each other who are able to move freely may immediately move within near of each other. Then, initiative continues as normal.

CONDITIONS

Some effects impose a condition on a character, such as blindness from a blast of fungal spores or the inability to move while tangled in a giant spider web.

Advantage and disadvantage apply to most situations, as does common sense.

For example, a blinded character has disadvantage on tasks requiring sight, and a character stuck in a giant spider web can't move until freed.

ACTIONS

While crawling, characters can take actions that might include:

  • Prying a gem from a statue

  • Sneaking up on a slumbering manticore

  • Swimming to the bottom of an oily pool of water

  • Tapping on a suspicious wall to check for a hidden door

  • Scanning a room for signs of hidden enemies

  • Giving a rousing speech to a group of fearful townsfolk

", + "content": "

Characters are in crawling rounds while not in combat.

The Shadowdark

The Shadowdark is any place where darkness, danger, and myth reign supreme.

It could be among the crumbling ruins buried inside a forgotten mountain stronghold.

It could be within the spellwrought castle of an undead sorcerer who probes the universe for arcane secrets.

It could be beneath the cursed trees where squirming abominations boil out of a black pit, pulping all in their path.

Vision

All characters need light to see, but that's not true for the darkness-adapted beings of the Shadowdark.

Any area outside the characters' light sources is in total darkness.

Light Sources

Most light sources last for up to an hour of real time and illuminate a limited area.

New light sources lit while another is already active \"ride along\" on the current timer.

That said, the GM should use their best discretion and avoid being punitive; if there isn't much time left on the current timer and the characters light a new torch, snuff out all old light sources and start a new timer.

There should only be one active light timer except in rare cases.

Total Darkness

While in total darkness, a creature who is not darkness- adapted has disadvantage on most tasks it tries to undertake, as determined by the GM.

Also, the environment becomes deadly. Check for a random encounter every crawling round.

Movement

Distances. Distances are broken up into close (5 feet), near (up to 30 feet), and far (within sight during an encounter or scene).

Climbing. Strength or Dexterity check to climb half your speed. Fall if you fail by 5+ points.

Falling. You take 1d6 damage for every 10 feet you fall.

Moving Through. You can move freely through allies. You must pass a Strength or Dexterity check to move through enemies.

Swimming. Make a Strength check to swim half your speed or a Constitution check to hold your breath. If you fail, you take 1d6 damage each round until you exit the hazard.

Regroup

During crawling rounds, the GM can ask the players if they want to regroup. To regroup, any PCs within eyesight or earshot of each other who are able to move freely may immediately move within near of each other. Then, initiative continues as normal.

Conditions

Some effects impose a condition on a character, such as blindness from a blast of fungal spores or the inability to move while tangled in a giant spider web. Advantage and disadvantage apply to most situations. Use common sense.

For example, a blinded character has disadvantage on tasks requiring sight, and a character stuck in a giant spider web can't move until freed.

Actions

While crawling, characters can take actions that might include:

  • Prying a gem from a statue

  • Sneaking up on a slumbering manticore

  • Swimming to the bottom of an oily pool of water

  • Tapping on a suspicious wall to check for a hidden door

  • Scanning a room for signs of hidden enemies

  • Giving a rousing speech to a group of fearful townsfolk

Encounters

An encounter occurs when any challenge presents itself that stops the characters' progress. See the GM Guide for more on random encounters.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/deities__fZio8Ws1GT6KAPvm.json b/data/packs/quickstart-guides.db/deities__fZio8Ws1GT6KAPvm.json index 3b16deea..3848e8b4 100644 --- a/data/packs/quickstart-guides.db/deities__fZio8Ws1GT6KAPvm.json +++ b/data/packs/quickstart-guides.db/deities__fZio8Ws1GT6KAPvm.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

The many gods of the universe are the personifications of Law, Chaos, and Neutrality.

The most well-known gods are listed here. A character may worship any deity, or none.

Priests must choose one god to serve faithfully. A priest's deity can revoke the gift of spellcasting if the priest commits blasphemous acts.

Most folk worship one of The Four Lords, the lawful and neutral gods who stand for justice, order, and mercy.

Malevolent beings worship one of The Dark Trio, chaotic deities who evince power, destruction, and cruelty.

There were once nine primary gods, but two are The Lost, forbidden or forgotten. Many folk still refer to The Nine in the oaths they swear, and ancient stories always begin with, \"Beneath the Eyes of The Nine...\"

SAINT TERRAGNIS (LAWFUL)

A legendary knight who is the patron of most lawful humans. She ascended to godhood long ago and is the embodiment of righteousness and justice.

GEDE (NEUTRAL)

The god of feasts, mirth, and the wilds. Gede is usually peaceful, but primal storms rage when her anger rises. Many elves and halflings worship her.

MADEERA THE COVENANT (LAWFUL)

Madeera was the first manifestation of Law. She carries every law of reality, a dictate called the Covenant, written on her skin in precise symbols.

ORD (NEUTRAL)

Ord the Unbending, the Wise, the Secret-Keeper. He is the god of magic, knowledge, secrets, and equilibrium.

MEMNON (CHAOTIC)

Memnon was the first manifestation of Chaos. He is Madeera’s twin, a red-maned, leonine being whose ultimate ambition is to rend the cosmic laws of the Covenant from his sister’s skin.

RAMLAAT (CHAOTIC)

Ramlaat is the Pillager, the Barbaric, the Horde. Many orcs worship him and live by the Blood Rite, a prophecy that says only the strongest will survive a coming doom.

SHUNE THE VILE (CHAOTIC)

Shune whispers arcane secrets to sorcerers and witches who call to her in the dark hours. She schemes to displace Ord so she can control the vast flow of magic herself.

THE LOST (?)

Two of The Nine are lost to the ages, their names expunged from history and memory. Yet their whispered legend lingers on in ancient, forbidden texts and secret, deep places...

", + "content": "

The many gods of the universe are the personifications of Law, Chaos, and Neutrality.

The most well-known gods are listed here. A character may worship any deity, or none.

Priests must choose one god to serve faithfully. A priest's deity can revoke the gift of spellcasting if the priest commits blasphemous acts.

Most folk worship one of The Four Lords, the lawful and neutral gods who stand for justice, order, and mercy.

Malevolent beings worship one of The Dark Trio, chaotic deities who evince power, destruction, and cruelty.

There were once nine primary gods, but two are The Lost, forbidden or forgotten. Many folk still refer to The Nine in the oaths they swear, and ancient stories always begin with, \"Beneath the Eyes of The Nine...\"

Saint Terragnis (Lawful)

A legendary knight who is the patron of most lawful humans. She ascended to godhood long ago and is the embodiment of righteousness and justice.

Gede (Neutral)

The god of feasts, mirth, and the wilds. Gede is usually peaceful, but primal storms rage when her anger rises. Many elves and halflings worship her.

Madeera the Covenant (Lawful)

Madeera was the first manifestation of Law. She carries every law of reality, a dictate called the Covenant, written on her skin in precise symbols.

Ord (Neutral)

Ord the Unbending, the Wise, the Secret-Keeper. He is the god of magic, knowledge, secrets, and equilibrium.

Memnon (Chaotic)

Memnon was the first manifestation of Chaos. He is Madeera’s twin, a red-maned, leonine being whose ultimate ambition is to rend the cosmic laws of the Covenant from his sister’s skin.

Ramlaat (Chaotic)

Ramlaat is the Pillager, the Barbaric, the Horde. Many orcs worship him and live by the Blood Rite, a prophecy that says only the strongest will survive a coming doom.

Shune the Vile (Chaotic)

Shune whispers arcane secrets to sorcerers and witches who call to her in the dark hours. She schemes to displace Ord so she can control the vast flow of magic herself.

The Lost (?)

Two of The Nine are lost to the ages, their names expunged from history and memory. Yet their whispered legend lingers on in ancient, forbidden texts and secret, deep places...

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/dwarf__5UIZQaxjj8wBv1Bv.json b/data/packs/quickstart-guides.db/dwarf__5UIZQaxjj8wBv1Bv.json deleted file mode 100644 index bdfb5cbc..00000000 --- a/data/packs/quickstart-guides.db/dwarf__5UIZQaxjj8wBv1Bv.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "5UIZQaxjj8wBv1Bv", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.5UIZQaxjj8wBv1Bv", - "image": { - }, - "name": "Dwarf", - "src": null, - "system": { - }, - "text": { - "content": "

Brave, stalwart folk as sturdy as the stone kingdoms they carve inside mountains.

You know the Common and Dwarvish languages.

@UUID[Compendium.shadowdark.talents.MW43tnJr6lqE1Ty8]{Stout}. Start with +2 HP. Roll your hit point gains with advantage.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 3, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/elf__VDVUd9LT8n73Ypgk.json b/data/packs/quickstart-guides.db/elf__VDVUd9LT8n73Ypgk.json deleted file mode 100644 index d5bbb215..00000000 --- a/data/packs/quickstart-guides.db/elf__VDVUd9LT8n73Ypgk.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "VDVUd9LT8n73Ypgk", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.VDVUd9LT8n73Ypgk", - "image": { - }, - "name": "Elf", - "src": null, - "system": { - }, - "text": { - "content": "

Ethereal, graceful people who revere knowledge and beauty. Elves see far and live long.

You know the Common, Elvish, and Sylvan languages.

@UUID[Compendium.shadowdark.talents.dTEZW21LUNoYL3JU]{Farsight Ranged}/@UUID[Compendium.shadowdark.talents.E3EcGGdGYuEWWj47]{Farsight Spell}. You get a +1 bonus to attack rolls with ranged weapons or a +1 bonus to spellcasting checks.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 3, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json b/data/packs/quickstart-guides.db/end_papers__8CbDdkSPwjlbJsBp.json similarity index 99% rename from data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json rename to data/packs/quickstart-guides.db/end_papers__8CbDdkSPwjlbJsBp.json index b85bc054..520449d8 100644 --- a/data/packs/quickstart-guides.db/end_paper_tables__8CbDdkSPwjlbJsBp.json +++ b/data/packs/quickstart-guides.db/end_papers__8CbDdkSPwjlbJsBp.json @@ -3,7 +3,7 @@ "_key": "!journal.pages!sxBiNC5Ee4iMIP23.8CbDdkSPwjlbJsBp", "image": { }, - "name": "End Paper Tables", + "name": "End Papers", "src": null, "system": { }, diff --git a/data/packs/quickstart-guides.db/end_papers__sZ8VL88OjSsoYzRp.json b/data/packs/quickstart-guides.db/end_papers__sZ8VL88OjSsoYzRp.json new file mode 100644 index 00000000..6ccda7a3 --- /dev/null +++ b/data/packs/quickstart-guides.db/end_papers__sZ8VL88OjSsoYzRp.json @@ -0,0 +1,23 @@ +{ + "_id": "sZ8VL88OjSsoYzRp", + "_key": "!journal.pages!I5d5ltGw4F3g15uG.sZ8VL88OjSsoYzRp", + "image": { + }, + "name": "End Papers", + "src": null, + "system": { + }, + "text": { + "content": "
Basic Gear

Item

Cost

Quantity Per Gear Slot

Arrows (20)

1 gp

1-20

Backpack

2 gp

1 (first one free to carry)

Caltrops (one bag)

5 sp

1

Coin

Varies

100 (first 100 free to carry)

Crossbow bolts (20)

1 gp

1-20

Crowbar

5 sp

1

Flask or bottle

3 sp

1

Flint and steel

5 sp

1

Gem

Varies

1-10

Grappling hook

1 gp

1

Iron spikes (10)

1 gp

1-10

Lantern

5 gp

1

Mirror

10 gp

1

Oil, flask

5 sp

1

Pole

5 sp

1

Rations (3)

5 sp

1-3

Rope, 60'

1 gp

1

Torch

5 sp

1

Gear Slots

Carry a number of items equal to your STR stat or 10.

All gear besides typical clothing fills one gear slot.

Gear that is hard to transport might fill more than one slot.

Difficulty Class

Easy, DC 9. Leaping a narrow chasm, sneaking up on an inattentive guard.

Normal, DC 12. Kicking open a stuck door, picking a poor lock.

Hard, DC 15. Swimming against a strong current, giving first aid to stop a character from dying.

Extreme, DC 18. Climbing a slippery cliff one-handed, restraining a frenzied lion.

Morale

Enemies who are reduced to half their number (or half their hit points for a solo enemy) flee if they fail a DC 15 Wisdom check.

Large Groups. Make one check using the leader's WIS modifier.

Dying

Death Timer. 1d4 + CON modifier rounds (min. 1). On turn, roll a d20. 20 = rise with 1 HP.

Stabilize. Close range, DC 15 INT check. On success, target stops dying (but is still unconscious).

Player Turn

  1. Count down timers for your spells and other effects.

  2. Take an action and move up to near (split up in any way). Move near again if skipping action.

  3. The GM describes the results.

Distance/Movement

Close = 5 feet. Near = up to 30 feet. Far = within sight.

Climbing. DEX or STR check, half speed. Fall if fail by 5+ points.

Falling. 1d6 damage every 10'.

Moving Through. Move freely through allies. Pass a STR or DEX check to move through enemies.

Swimming. Swim half speed (STR check in rough water). CON check if holding breath (fail = 1d6 damage/rd until exiting hazard).

Spell Focus

Can't cast other focus spells while focusing. Make a spellcasting check at the start of your turn for the spell.

Success. The spell stays in effect until the start of your next turn.

Failure. The spell ends. If you were focusing, you do not lose the ability to cast that spell.

Distraction. Immediately make a spellcasting check to maintain focus.

Random Character Generator for Shadowdark RPG

Ancestry

d12

Ancestry

1-4

Human

5-6

Elf

7-8

Dwarf

9-10

Halfling

11

Half-orc

12

Goblin

Class

d4

Class

1

Fighter

2

Priest

3

Thief

4

Wizard

Class

d6

Alignment

1-3

Lawful

4-5

Neutral

6

Chaotic

Gear

Random 1st-level PCs have:

  • One weapon of choice

  • Leather armor (if they can wear it)

  • 1d6 of the following items:

Random Gear

d12

Gear

1

Torch

2

Dagger

3

Pole

4

Rations (3)

5

Rope, 60'

6

Oil, flask

7

Crowbar

8

Iron spikes (10)

9

Flint and steel

10

Grappling hook

11

Shield

12

Caltrops (one bag)

", + "format": 1 + }, + "title": { + "level": 1, + "show": false + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/fighter_class__BjKQ3nrBCRyrgpbI.json b/data/packs/quickstart-guides.db/fighter_class__BjKQ3nrBCRyrgpbI.json index d587d9b8..7e008a27 100644 --- a/data/packs/quickstart-guides.db/fighter_class__BjKQ3nrBCRyrgpbI.json +++ b/data/packs/quickstart-guides.db/fighter_class__BjKQ3nrBCRyrgpbI.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Blood-soaked gladiators in dented armor, acrobatic duelists with darting swords, or far-eyed elven archers who carve their legends with steel and grit.

Weapons: All weapons

Armor: All armor and shields

Hit Points: 1d8 per level

@UUID[Compendium.shadowdark.talents.7JTDRLtHc6FOrIEc]{Hauler}. Add your Constitution modifier, if positive, to your gear slots.

@UUID[Compendium.shadowdark.talents.5bpWuaT0KTNzuzCu]{Weapon Mastery}. Choose one type of weapon, such as longswords. You gain +1 to attack and damage with that weapon type. In addition, add half your level to these rolls (round down).

@UUID[Compendium.shadowdark.talents.F0NXUJcnBOYKzhMi]{Grit (Strength)} / @UUID[Compendium.shadowdark.talents.DGZqkVUtcmxejdm1]{Grit (Dexterity)}. Choose Strength or Dexterity. You have advantage on checks of that type to overcome an opposing force, such as kicking open a stuck door (Strength) or slipping free of rusty chains (Dexterity).

@UUID[Compendium.shadowdark.rollable-tables.dExHo4P85MgpwHd9]{Fighter Talent}

“Nothing sings sweeter than a whistling axe!\"

-Jorbin, dwarf fighter

", + "content": "

Blood-soaked gladiators in dented armor, acrobatic duelists with darting swords, or far-eyed elven archers who carve their legends with steel and grit.

Weapons: All weapons

Armor: All armor and shields

Hit Points: 1d8 per level

@UUID[Compendium.shadowdark.talents.7JTDRLtHc6FOrIEc]{Hauler}. Add your Constitution modifier, if positive, to your gear slots.

@UUID[Compendium.shadowdark.talents.5bpWuaT0KTNzuzCu]{Weapon Mastery}. Choose one type of weapon, such as longswords. You gain +1 to attack and damage with that weapon type. In addition, add half your level to these rolls (round down).

@UUID[Compendium.shadowdark.talents.F0NXUJcnBOYKzhMi]{Grit (Strength)} or @UUID[Compendium.shadowdark.talents.DGZqkVUtcmxejdm1]{Grit (Dexterity)}. Choose Strength or Dexterity. You have advantage on checks of that type to overcome an opposing force, such as kicking open a stuck door (Strength) or slipping free of rusty chains (Dexterity).

@UUID[Compendium.shadowdark.rollable-tables.dExHo4P85MgpwHd9]{Fighter Talents}

Fighter Talents

2d6

Effect

2

Gain Weapon Mastery with one additional weapon

3-6

+1 to melee and ranged attacks

7-9

+2 to Strength, Dexterity, or Constitution stat

10-11

Choose one kind of armor. You get +1 AC from that

12

Choose a talent or +2 points to distribute to stats

“Nothing sings sweeter than a whistling axe!\"

-Jorbin, dwarf fighter

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/gameplay__bhYgcEapPUj7dWdi.json b/data/packs/quickstart-guides.db/gameplay__bhYgcEapPUj7dWdi.json deleted file mode 100644 index 381d64fb..00000000 --- a/data/packs/quickstart-guides.db/gameplay__bhYgcEapPUj7dWdi.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "bhYgcEapPUj7dWdi", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.bhYgcEapPUj7dWdi", - "image": { - }, - "name": "Gameplay", - "src": null, - "system": { - }, - "text": { - "content": "

The Shadowdark is like a sleeping bear. Only go near it if you have a 10-foot pole and are prepared to die.

  • @UUID[.0vPsk0R9TOzHB0Ry]{Rolling the Dice}

  • @UUID[.uqY92dyJsZDh3F0R]{Luck Tokens}

  • @UUID[.IAcb9oKCi6ptUyTY]{Using Stats}

  • @UUID[.KJ1HQ0bwu2qCV05A]{Making Checks}

  • @UUID[.X7DI8GyTNmNj9c9J]{Time}

  • @UUID[.aNAmZL6KAGd1jNDu]{Turn Order}

  • @UUID[.FntKmgI8XbOPhQx0]{Crawling}

  • @UUID[.eESogCwLJ4JAwr7q]{Resting}

  • @UUID[.AHdJU9YijbcfvIyI]{Stealth and Surprise}

  • @UUID[.MYaGXUcQtZ4b8xCI]{Combat}

  • @UUID[.1NetKQ878MMjyF89]{Casting Spells}

  • @UUID[.OaLA5pPQdYBYlJxa]{Scrolls and Wands}

  • @UUID[.3ucjLVtzReOBJUtB]{Spell Attributes}

  • @UUID[.pdXQM1GfmQ39hhjX]{Spell List}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/gear__hZGh2BWZDeP27auG.json b/data/packs/quickstart-guides.db/gear__hZGh2BWZDeP27auG.json index 87b0fdea..08063cf5 100644 --- a/data/packs/quickstart-guides.db/gear__hZGh2BWZDeP27auG.json +++ b/data/packs/quickstart-guides.db/gear__hZGh2BWZDeP27auG.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

See the Items compendiums in the Compendium Sidebar.

GEAR SLOTS

You can carry a number of items equal to your Strength stat or 10, whichever is higher.

Unless noted, all gear besides typical clothing fills one gear slot. Gear that is hard to transport might fill more than one slot.

@UUID[Compendium.shadowdark.gear.fJHwwn6TEfbdr8CM]{CRAWLING KIT}

Weapon Properties

Finesse (F). You can use your Strength or Dexterity when attacking with this weapon.

Loading (L). You must forgo moving to reload this weapon.

Thrown (Th). You can throw this weapon to make a ranged attack with it using Strength.

Two-handed (2H). You must use this weapon with two hands.

Versatile (V). You can use this weapon with one or two hands. Use the higher damage die if you’re wielding it with two.

Weapon types. Melee weapons (M) strike at arm's reach, and ranged weapons (R) strike at a distance.

Range. You can use a weapon at close (C), near (N), or far (F) range (see Distances, pg. 47).

", + "content": "

Arrows. Ammunition for shortbows or longbows.

Backpack. Holds all the gear you can carry. Don't lose it.

Caltrops. Tiny, triangle-shaped iron spikes. Living creatures who step on caltrops take 1 damage and can only move at half speed for 10 rounds.

Coin. One gold piece (gp) is worth 10 silver pieces (sp) or 100 copper pieces (cp).

Crossbow bolts. Ammunition for crossbows.

Crowbar. Grants advantage on checks to pry open stuck objects.

Flask or bottle. Glass containers that hold one draught of liquid.

Flint and steel. A small fire starter. With it, routine attempts to light a fire always succeed.

Gem. Gems come in numerous varieties and are very valuable.

Grappling hook. A rope anchor with three curved tines.

Iron spikes. Strong spikes. Each has a hole for threading rope. Can be hammered in with weapons or other iron spikes.

Lantern. Casts light up to a double near distance (see Light, pg. 46). Requires oil. Has a shutter to hide the light.

Mirror. A small, polished mirror.

Oil flask. Fuels a lantern for one hour of real time. One flask covers a close area and burns for 4 rounds, dealing 1d4 damage each round.

Pole. Wooden, 10' long.

Rations. One day of food and water supply for one person.

Rope. Hemp, 60’ long.

Torch. Sheds light to a near distance (see Light Sources, pg. 46). Burns for one hour of real time.

Basic Gear

Item

Cost

Quantity Per Gear Slot

Arrows (20)

1 gp

1-20

Backpack

2 gp

1 (first one free to carry)

Caltrops (one bag)

5 sp

1

Coin

Varies

100 (first 100 free to carry)

Crossbow bolts (20)

1 gp

1-20

Crowbar

5 sp

1

Flask or bottle

3 sp

1

Flint and steel

5 sp

1

Gem

Varies

1-10

Grappling hook

1 gp

1

Iron spikes (10)

1 gp

1-10

Lantern

5 gp

1

Mirror

10 gp

1

Oil, flask

5 sp

1

Pole

5 sp

1

Rations (3)

5 sp

1-3

Rope, 60'

1 gp

1

Torch

5 sp

1

Gear Slots

You can carry a number of items equal to your Strength stat or 10, whichever is higher.

Unless noted, all gear besides typical clothing fills one gear slot. Gear that is hard to transport might fill more than one slot.

Crawling Kit

A crawling kit costs 7 gp. It uses 7 gear slots and contains the following items.

@UUID[Compendium.shadowdark.gear.fJHwwn6TEfbdr8CM]{CRAWLING KIT}

Crawling Kit

Items

Quantity

Gear Slots

Total Cost

Backpack

1

0

2 gp

Flint and steel

1

1

5 sp

Torch

2

2

1 gp

Rations

3

1

5 sp

Iron spikes

10

1

1 gp

Grappling hook

1

1

1 gp

Rope, 60'

1

1

1 gp

Armor

Item

Cost

Gear Slots

AC

Properties

Leather armor

10 gp

1

11 + DEX mod

Chainmail

60 gp

2

13 + DEX mod

Disadv on stealth, swim

Plate mail

130 gp

3

15

No swim, disadv stealth

Shield

10 gp

1

+2

Occupies one hand

Mithral (metal armor only)

x4

-1

No penalty stealth, swim

Weapons

Weapon

Cost

Type

Range

Damage

Properties

Bastard sword

10 gp

M

C

1d8/1d10

V, 2 slots

Club

5 cp

M

C

1d4

Crossbow

8 gp

R

F

1d6

2H, L

Dagger

1 gp

M/R

C/N

1d4

F, Th

Greataxe

10 gp

M

C

1d8/1d10

V, 2 slots

Greatsword

12 gp

M

C

1d12

2H, 2 slots

Javelin

5 sp

M/R

C/F

1d4

Th

Longbow

8 gp

R

F

1d8

2H

Longsword

9 gp

M

C

1d8

Mace

5 gp

M

C

1d6

Shortbow

6 gp

R

F

1d4

2H

Shortsword

7 gp

M

C

1d6

Spear

5 sp

M/R

C/N

1d6

Th

Staff

5 sp

M

C

1d4

2H

Warhammer

10 gp

M

C

1d10

2H

Finesse (F). You can use your Strength or Dexterity when attacking with this weapon.

Loading (L). You must forgo moving to reload this weapon.

Thrown (Th). You can throw this weapon to make a ranged attack with it using Strength.

Two-handed (2H). You must use this weapon with two hands.

Versatile (V). You can use this weapon with one or two hands. Use the higher damage die if you’re wielding it with two.

Weapon types. Melee weapons (M) strike at arm's reach, and ranged weapons (R) strike at a distance.

Range. You can use a weapon at close (C), near (N), or far (F) range (see Distances, pg. 47).

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/goblin__Q0yjKUVpS6VDiXSk.json b/data/packs/quickstart-guides.db/goblin__Q0yjKUVpS6VDiXSk.json deleted file mode 100644 index fe480e93..00000000 --- a/data/packs/quickstart-guides.db/goblin__Q0yjKUVpS6VDiXSk.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "Q0yjKUVpS6VDiXSk", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.Q0yjKUVpS6VDiXSk", - "image": { - }, - "name": "Goblin", - "src": null, - "system": { - }, - "text": { - "content": "

Green, clever beings who thrive in dark, cramped places. As fierce as they are tiny.

You know the Common and Goblin languages.

Keen Senses. You can't be surprised.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 3, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/half_orc__5Jne4e9Akp9wQ1fk.json b/data/packs/quickstart-guides.db/half_orc__5Jne4e9Akp9wQ1fk.json deleted file mode 100644 index d2b69f86..00000000 --- a/data/packs/quickstart-guides.db/half_orc__5Jne4e9Akp9wQ1fk.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "5Jne4e9Akp9wQ1fk", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.5Jne4e9Akp9wQ1fk", - "image": { - }, - "name": "Half-Orc", - "src": null, - "system": { - }, - "text": { - "content": "

Towering, tusked warriors who are as daring as humans and as relentless as orcs.

You know the Common and Orcish languages.

@UUID[Compendium.shadowdark.talents.LR6h4lXVXwx7AFQ6]{Mighty}. You have a +1 bonus to attack and damage rolls with melee weapons.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 3, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/halfling__UnKag3L3Cz3VzJ8v.json b/data/packs/quickstart-guides.db/halfling__UnKag3L3Cz3VzJ8v.json deleted file mode 100644 index 5b764459..00000000 --- a/data/packs/quickstart-guides.db/halfling__UnKag3L3Cz3VzJ8v.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "UnKag3L3Cz3VzJ8v", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.UnKag3L3Cz3VzJ8v", - "image": { - }, - "name": "Halfling", - "src": null, - "system": { - }, - "text": { - "content": "

Small, cheerful country folk with mischievous streaks. They enjoy life’s simple pleasures.

You know the Common language.

Stealthy. Once per day, you can become invisible for 3 rounds.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 3, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/human__jFydzt03NFfJbK0s.json b/data/packs/quickstart-guides.db/human__jFydzt03NFfJbK0s.json deleted file mode 100644 index 95373722..00000000 --- a/data/packs/quickstart-guides.db/human__jFydzt03NFfJbK0s.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "jFydzt03NFfJbK0s", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.jFydzt03NFfJbK0s", - "image": { - }, - "name": "Human", - "src": null, - "system": { - }, - "text": { - "content": "

Bold, adaptable, and diverse people who learn quickly and accomplish mighty deeds.

You know the Common language and one additional common language (pg. 29).

Ambitious. You gain one additional talent roll at 1st level.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 3, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/join_the_dark__MKcdErZvI7mTte2a.json b/data/packs/quickstart-guides.db/join_the_dark__MKcdErZvI7mTte2a.json new file mode 100644 index 00000000..3295df28 --- /dev/null +++ b/data/packs/quickstart-guides.db/join_the_dark__MKcdErZvI7mTte2a.json @@ -0,0 +1,23 @@ +{ + "_id": "MKcdErZvI7mTte2a", + "_key": "!journal.pages!I5d5ltGw4F3g15uG.MKcdErZvI7mTte2a", + "image": { + }, + "name": "Join the Dark", + "src": null, + "system": { + }, + "text": { + "content": "

Shadowdark RPG Community

Find other Shadowdark RPG players, Game Masters, and creators in The Arcane Library's Discord server! It's a friendly place to organize games, share ideas, and ask questions.

Discord link: https://discord.gg/thearcanelibrary

Also, keep an eye out at gaming conventions for Shadowdark events and open tables!

Kelsey Dionne, Shadowdark RPG's creator and head of The Arcane Library, runs open-table, unscheduled games at Gary Con each year. Come find where she's lurking and jump in!

You can also stay up-to-date on Shadowdark RPG happenings by joining the newsletter.

Newsletter link: https://www.thearcanelibrary.com/pages/shadowdark-rpg-newsletter

Find Adventures and Content

Visit thearcanelibrary.com for the latest in Shadowdark RPG adventures and articles.

There, you can grab print or PDF issues of Cursed Scroll, the official Shadowdark zine bursting with themed character options, monsters, locations, and critically-acclaimed adventures.

Follow The Arcane Library on youtube.com/thearcanelibrary for video guides, tips, tricks, and adventure walkthroughs!

Finally, spectacular creators such as Taylor Seely-Wright, Laurin-David Weggen, James Mishler, and Jake Savala (brewin_druid) have published an amazing array of adventures, settings, character options and more under the Shadowdark RPG Third-Party License.

Check out their excellent work on drivethrurpg.com and itch.io!

", + "format": 1 + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json b/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json index dee74f41..0412a71b 100644 --- a/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json +++ b/data/packs/quickstart-guides.db/join_the_dark__vfFE1Zk6KJWJj7HI.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

Shadowdark RPG Community

Find other Shadowdark RPG players, Game Masters, and creators in The Arcane Library's Discord server! It's a friendly place to organize games, share ideas, and ask questions.

Discord link: https://discord.gg/thearcanelibrary

Also, keep an eye out at gaming conventions for Shadowdark events and open tables!

Kelsey Dionne, Shadowdark RPG's creator and head of The Arcane Library, runs open-table, unscheduled games at Gary Con each year. Come find where she's lurking and jump in!

You can also stay up-to-date on Shadowdark RPG happenings by joining the newsletter.

Newsletter link: https://www.thearcanelibrary.com/pages/shadowdark-rpg-newsletter

Find Adventures and Content

Visit thearcanelibrary.com for the latest in Shadowdark RPG adventures and articles.

There, you can grab print or PDF issues of Cursed Scroll, the official Shadowdark zine bursting with themed character options, monsters, locations, and critically-acclaimed adventures.

Follow The Arcane Library on youtube.com/thearcanelibrary for video guides, tips, tricks, and adventure walkthroughs!

Finally, spectacular creators such as Taylor Seely-Wright, Laurin-David Weggen, James Mishler, and Jake Savala (brewin_druid) have published an amazing array of adventures, settings, character options and more under the Shadowdark RPG Third-Party License.

Check out their excellent work on drivethrurpg.com and itch.io!

", + "content": "

Shadowdark RPG Community

Find other Shadowdark RPG players, Game Masters, and creators in The Arcane Library's Discord server! It's a friendly place to organize games, share ideas, and ask questions.

Discord link: https://discord.gg/thearcanelibrary

Also, keep an eye out at gaming conventions for Shadowdark events and open tables!

Kelsey Dionne, Shadowdark RPG's creator and head of The Arcane Library, runs open-table, unscheduled games at Gary Con each year. Come find where she's lurking and jump in!

You can also stay up-to-date on Shadowdark RPG happenings by joining the newsletter.

Newsletter link: https://www.thearcanelibrary.com/pages/shadowdark-rpg-newsletter

Find Adventures and Content

Visit thearcanelibrary.com for the latest in Shadowdark RPG adventures and articles.

There, you can grab print or PDF issues of Cursed Scroll, the official Shadowdark zine bursting with themed character options, monsters, locations, and critically-acclaimed adventures.

Follow The Arcane Library on youtube.com/thearcanelibrary for video guides, tips, tricks, and adventure walkthroughs!

Finally, spectacular creators such as Taylor Seely-Wright, Laurin-David Weggen, James Mishler, and Jake Savala (brewin_druid) have published an amazing array of adventures, settings, character options and more under the Shadowdark RPG Third-Party License.

Check out their excellent work on drivethrurpg.com and itch.io!

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/languages__uqlaZb9K0rv2nI0Y.json b/data/packs/quickstart-guides.db/languages__uqlaZb9K0rv2nI0Y.json index 4c01b6bb..b6903959 100644 --- a/data/packs/quickstart-guides.db/languages__uqlaZb9K0rv2nI0Y.json +++ b/data/packs/quickstart-guides.db/languages__uqlaZb9K0rv2nI0Y.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Common Languages

Language - Who Speaks It

Common - Most humanoids

Dwarvish - Dwarves

Elvish - Elves

Giant - Giants, ogres, trolls

Goblin - Bugbears, goblins, hobgoblings

Merran - Merfolk, sahuagin, sirens

Orcish - Orcs

Sylvan - Centaurs, dryads, faeries

Thanian - Minotaurs, beastmen, manticores

Rare Languages

Language - Who Speaks It

Celestial - Angels

Diabolic - Demons, devils

Draconic - Dragons

Primordial - Elder things, elementals

“Language is the key to the most important doors.\"

-Creeg, human wizard

", + "content": "
Common Languages

Language

Who Speaks It

Common

Most humanoids

Dwarvish

Dwarves

Elvish

Elves

Giant

Giants, ogres, trolls

Goblin

Bugbears, goblins, hobgoblins

Merran

Merfolk, sahuagin, sirens

Orcish

Orcs

Reptilian

Lizardfolk, viperians

Sylvan

Centaurs, dryads, faeries

Thanian

Minotaurs, beastmen, manticores

Rare Languages

Language

Who Speaks It

Celestial

Angels

Diabolic

Demons, devils

Draconic

Dragons

Primordial

Elder things, elementals

“Language is the key to the most important doors.\"

-Creeg, human wizard

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/level_advancement__v4FffM1SjPE4hLgq.json b/data/packs/quickstart-guides.db/level_advancement__v4FffM1SjPE4hLgq.json index 5ec849ca..874b32c9 100644 --- a/data/packs/quickstart-guides.db/level_advancement__v4FffM1SjPE4hLgq.json +++ b/data/packs/quickstart-guides.db/level_advancement__v4FffM1SjPE4hLgq.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Experience Points

XP represents your learning, influence, and increasing skill.

XP awards are based on the quality of the treasure and boons you gain during a session.

The GM can award XP right away or at the end of each session.

Leveling Up

To gain a level, you need to earn your current level x 10 XP.

Once you reach a new level, your total XP resets back to zero.

You get any new title, spells, and talent improvements listed for your level. Your maximum HP increases, and you might also gain a talent roll.

Advancement

Level 1: +1 Talent, Level up at 10 xp

Level 2: no Talent, Level up at 20 xp

Level 3: +1 Talent, Level up at 30 xp

Level 4: no Talent, Level up at 40 xp

Level 5: +1 Talent, Level up at 50 xp

Level 6: no Talent, Level up at 60 xp

Level 7: +1 Talent, Level up at 70 xp

Level 8: no Talent, Level up at 80 xp

Level 9: +1 Talent, Level up at 90 xp

Level 10: no Talent, Level up at 100 xp

Talent Roll

You gain one roll on your class's talent table when you reach the indicated levels. Duplicate talents stack unless noted.

Increased HP

Roll your class's hit points die and add it to your maximum HP.

“Certain doom is a challenge, not a promise.\"

-Iraga, half-orc priest

", + "content": "

Experience Points

XP represents your learning, influence, and increasing skill.

XP awards are based on the quality of the treasure and boons you gain during a session.

The GM can award XP right away or at the end of each session.

Leveling Up

To gain a level, you need to earn your current level x 10 XP.

Once you reach a new level, your total XP resets back to zero.

You get any new title, spells, and talent improvements listed for your level. Your maximum HP increases, and you might also gain a talent roll.

Advancement

Level

Talent

Level Up At...

1

+1

10 XP

2

20 XP

3

+1

30 XP

4

40 XP

5

+1

50 XP

6

60 XP

7

+1

70 XP

8

80 XP

9

+1

90 XP

10

100 XP

Talent Roll

You gain one roll on your class's talent table when you reach the indicated levels. Duplicate talents stack unless noted.

Increased HP

Roll your class's hit points die and add it to your maximum HP.

“Certain doom is a challenge, not a promise.\"

-Iraga, half-orc priest

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/luck_tokens__uqY92dyJsZDh3F0R.json b/data/packs/quickstart-guides.db/luck_tokens__uqY92dyJsZDh3F0R.json index 238f17f6..8003c5ea 100644 --- a/data/packs/quickstart-guides.db/luck_tokens__uqY92dyJsZDh3F0R.json +++ b/data/packs/quickstart-guides.db/luck_tokens__uqY92dyJsZDh3F0R.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Sometimes the GM awards a luck token to a player for exceptional roleplaying, heroism, or just plain coolness.

Each player can only have one luck token at a time.

You can cash in a luck token to reroll any roll you just made. You must use the new result.

You can also give your luck token to a companion.

HOW MANY TO GIVE?

The GM might award 3-5 luck tokens per player during a session with a pulpy, heroic feel.

Alternatively, the GM might only give out 1 luck token per player during a game session that is grim, difficult, and dark.

Big sacrifices, moving speeches, or incredibly daring maneuvers might be worthy of a luck token, whether or not the character's action was successful.

", + "content": "

Sometimes the GM awards a luck token to a player for exceptional roleplaying, heroism, or just plain coolness.

Big sacrifices, moving speeches, or incredibly daring maneuvers might be worthy of luck tokens, whether or not the characters'actions were successful.

Each player can only have one luck token at a time.

You can cash in a luck token to reroll any roll you just made. You must use the new result.

You can also give your luck token to a companion.

How Many to Give?

The GM might award 2-3 new luck tokens per player during the course of a session with a pulpy, heroic feel.

Alternatively, the GM might not give out any new luck tokens during a game session that is grim, difficult, and dark.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/making_checks__KJ1HQ0bwu2qCV05A.json b/data/packs/quickstart-guides.db/making_checks__KJ1HQ0bwu2qCV05A.json index 167eaca9..50beebf1 100644 --- a/data/packs/quickstart-guides.db/making_checks__KJ1HQ0bwu2qCV05A.json +++ b/data/packs/quickstart-guides.db/making_checks__KJ1HQ0bwu2qCV05A.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

WHEN TO ROLL?

Usually, you succeed at what you're trained to do without needing to roll a check.

For example, a wizard is always able to read magical runes, and a thief always finds a trap if searching in the right area.

If you take the time to scan the sky for threats or examine a stretch of wall for a secret door, you simply succeed.

Social encounters usually rely on what you say rather than Charisma checks. Narrating a moving speech or using secret information you gathered to influence an NPC does not require a check to succeed.

The GM asks for a check when the following is true:

  • The action has a negative consequence for failure

  • The action requires skill

  • There is time pressure

DIFFICULTY CLASS

The four standard DCs represent how difficult an action is.

Easy, DC 9. Leaping a narrow chasm, sneaking up on an inattentive guard.

Normal, DC 12. Kicking open a stuck door, picking a poor lock.

Hard, DC 15. Swimming against a strong current, giving first aid to stop a character from dying.

Extreme, DC 18. Climbing a slippery cliff one-handed, restraining a frenzied lion.

OPPOSED CHECKS

If multiple creatures are working against each other on a conflicting task, an opposed check decides who succeeds.

To make an opposed check, each participant rolls one relevant stat check at the same time, even if it's not their turn. The highest result wins (reroll ties).

", + "content": "

When to Roll?

Usually, you succeed at what you're trained to do without needing to roll a check.

For example, a wizard is always able to read magical runes, and a thief always finds a trap if searching in the right area.

If you take the time to scan the sky for threats or examine a stretch of wall for a secret door, you simply succeed.

Social encounters usually rely on what you say rather than Charisma checks. Narrating a moving speech or using secret information you gathered to influence an NPC does not require a check to succeed.

The GM asks for a check when the following is true:

  • The action has a negative consequence for failure

  • The action requires skill

  • There is time pressure

Difficulty Class

The four standard DCs represent how difficult an action is.

Easy, DC 9. Leaping a narrow chasm, sneaking up on an inattentive guard.

Normal, DC 12. Kicking open a stuck door, picking a poor lock.

Hard, DC 15. Swimming against a strong current, giving first aid to stop a character from dying.

Extreme, DC 18. Climbing a slippery cliff one-handed, restraining a frenzied lion.

Contested Checks

If multiple creatures are working against each other on a conflicting task, an contested check decides who succeeds.

To make an contested check, each participant rolls one relevant stat check at the same time, even if it's not their turn. The highest result wins (reroll ties).

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/overview__4E1ySMs0RsxZKZ5q.json b/data/packs/quickstart-guides.db/overview__4E1ySMs0RsxZKZ5q.json index ef8337ff..d3dac44b 100644 --- a/data/packs/quickstart-guides.db/overview__4E1ySMs0RsxZKZ5q.json +++ b/data/packs/quickstart-guides.db/overview__4E1ySMs0RsxZKZ5q.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

To make a Shadowdark RPG character (also called a player character, or PC), grab your dice, a blank character sheet, and go through the next few pages. You can also view a walkthrough at youtube.com/thearcanelibrary.

NAME

Choose a worthy name for your adventurer.

ANCESTRY

Your character’s cultural and ancestral heritage.

CLASS

Your character’s job.

LEVEL

You start at 1st level, and you gain levels by earning XP.

XP

You start with 0 experience points (XP). You gain XP based on the treasure and boons you

earn from adventuring.

ALIGNMENT & DEITY

Your character’s cosmic link to the opposing forces of Law and Chaos, or balanced Neutrality.

TITLE

As you gain levels, your prestige grows. Your title is based on your level, class, and alignment.

BACKGROUND

Your history and past experience. You are adept at tasks related to your background.

STATS

The six scores that determine your physical and mental characteristics.

HP

Hit points (HP) represent the amount of injury you can sustain before you die. Taking damage from weapons, traps, spells, or other sources temporarily reduces your HP. You can regain HP by resting.

AC

Armor class (AC) is a type of difficulty class that shows how tough it is to injure you, whether because you're agile or you wear armor. Your class determines the type of armor you can wear.

Your AC starts at 10 + your Dexterity modifier. Wearing armor changes your AC (see Armor, pg. 34).

ATTACKS

The weapons you wield and how you use them to fight an enemy (see Combat on pg. 50 for details). You can wield the weapons listed for your class.

TALENTS

Your special abilities. Your class, ancestry, and talent rolls grant you these. The benefits of talents combine (even the same talent rolled multiple times).

SPELLS

Some classes can learn and cast magic spells (see Casting Spells on pg. 52 for more details).

GEAR

Your equipment. You can carry a number of items equal to 10 or your Strength stat, whichever is higher.

1ST-LEVEL CHARACTERS

Most games begin with 1st- level characters — fledgling heroes who are ready to go on dangerous adventures.

1st-level characters start with:

  • Background, pg. 14

  • Stats, pg. 15

  • Choice of ancestry, pg. 16

  • Choice of class, start pg. 20

  • One class talent roll

  • Hit points equal to one roll of their class's hit points die + their Constitution modifier (minimum 1)

  • Title, pg. 26

  • Choice of alignment, pg. 28

  • 2d6 x 5 gold pieces to buy gear (see Gear, pg. 32).

", + "content": "

To make a Shadowdark RPG character (also called a player character, or PC), grab your dice, a blank character sheet, and go through the next few pages. You can also view a walkthrough at youtube.com/thearcanelibrary.

Name

Choose a worthy name for your adventurer.

Ancestry

Your character’s cultural and ancestral heritage.

Class

Your character’s job.

Level

You start at 1st level, and you gain levels by earning XP.

XP

You start with 0 experience points (XP). You gain XP based on the treasure and boons you earn from adventuring.

Alignment & Deity

Your character’s cosmic link to the opposing forces of Law and Chaos, or balanced Neutrality.

Title

As you gain levels, your prestige grows. Your title is based on your level, class, and alignment.

Background

Your history and past experience. You are adept at tasks related to your background.

Stats

The six scores that determine your physical and mental characteristics.

HP

Hit points (HP) represent the amount of injury you can sustain before you die. Taking damage from weapons, traps, spells, or other sources temporarily reduces your HP. You can regain HP by resting.

AC

Armor class (AC) is a type of difficulty class that shows how tough it is to injure you, whether because you're agile or you wear armor. Your class determines the type of armor you can wear.

Your AC starts at 10 + your Dexterity modifier. Wearing armor changes your AC (see Armor, pg. 34).

Attacks

The weapons you wield and how you use them to fight an enemy (see Combat on pg. 50 for details). You can wield the weapons listed for your class.

Talents

Your special abilities. Your class, ancestry, and talent rolls grant you these. The benefits of talents combine (even the same talent rolled multiple times).

Spells

Some classes can learn and cast magic spells (see Casting Spells on pg. 52 for more details).

Gear

Your equipment. You can carry a number of items equal to 10 or your Strength stat, whichever is higher.

1st-level Characters

Most games begin with 1st-level characters — fledgling heroes who are ready to go on dangerous adventures.

1st-level characters start with:

  • Background, pg. 14

  • Stats, pg. 15

  • Choice of ancestry, pg. 16

  • Choice of class, pg. 18-24

  • One class talent roll

  • Hit points equal to one roll of their class's hit points die + their Constitution modifier (minimum 1)

  • Title, pg. 26

  • Choice of alignment, pg. 28

  • 2d6 x 5 gold pieces to buy gear (see Gear, pg. 32).

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/player_quickstart_guide__I5d5ltGw4F3g15uG.json b/data/packs/quickstart-guides.db/player_quickstart_guide__I5d5ltGw4F3g15uG.json index 159afed8..4bc0551e 100644 --- a/data/packs/quickstart-guides.db/player_quickstart_guide__I5d5ltGw4F3g15uG.json +++ b/data/packs/quickstart-guides.db/player_quickstart_guide__I5d5ltGw4F3g15uG.json @@ -4,19 +4,11 @@ "folder": null, "name": "Player Quickstart Guide", "pages": [ - "FtsgFqHFQ0S86JW2", "xHHod48IPz6xTOeM", "oS18PtqDDic7mYJY", "4E1ySMs0RsxZKZ5q", "0e3YUDINvQF4yrgz", "WQ6qtQXVgk22qoFi", - "5UIZQaxjj8wBv1Bv", - "VDVUd9LT8n73Ypgk", - "Q0yjKUVpS6VDiXSk", - "UnKag3L3Cz3VzJ8v", - "qT4CvFI6vG9glyhh", - "5Jne4e9Akp9wQ1fk", - "jFydzt03NFfJbK0s", "BjKQ3nrBCRyrgpbI", "TuNrjjaAUwsBmRWV", "5vdLAe7ld4ALPNwy", @@ -28,8 +20,6 @@ "hZGh2BWZDeP27auG", "8c5K7zUJ51Z0wC4m", "v4FffM1SjPE4hLgq", - "bhYgcEapPUj7dWdi", - "kZkm9IFoIP5IjhYi", "0vPsk0R9TOzHB0Ry", "uqY92dyJsZDh3F0R", "IAcb9oKCi6ptUyTY", @@ -43,6 +33,10 @@ "1NetKQ878MMjyF89", "OaLA5pPQdYBYlJxa", "3ucjLVtzReOBJUtB", - "pdXQM1GfmQ39hhjX" + "pdXQM1GfmQ39hhjX", + "Rbfb9fZAQq7WZNiW", + "AvEsAMUCVUwHtSYt", + "MKcdErZvI7mTte2a", + "sZ8VL88OjSsoYzRp" ] } diff --git a/data/packs/quickstart-guides.db/priest_class__TuNrjjaAUwsBmRWV.json b/data/packs/quickstart-guides.db/priest_class__TuNrjjaAUwsBmRWV.json index 38adc19c..475bb51e 100644 --- a/data/packs/quickstart-guides.db/priest_class__TuNrjjaAUwsBmRWV.json +++ b/data/packs/quickstart-guides.db/priest_class__TuNrjjaAUwsBmRWV.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Crusading templars, prophetic shamans, or mad-eyed zealots who wield the power of their gods to cleanse the unholy.

Weapons: Club, crossbow, dagger, mace, longsword, staff, warhammer

Armor: All armor and shields

Hit Points: 1d6 per level

Languages. You know either Celestial, Diabolic, or Primordial.

@UUID[Compendium.shadowdark.spells.mByUvcHIVEPWscfH]{Turn Undead}. You know the turn undead spell. It doesn’t count toward your number of known spells.

Deity. Choose a god to serve who matches your alignment (see Deities, pg. 30). You have a holy symbol for your god (it takes up no gear slots).

Spellcasting. You can cast priest spells you know.

You know two tier 1 spells of your choice from the priest spell list on pg. 57.

Each time you gain a level, you choose new priest spells to learn according to the Priest Spells Known table.

For casting priest spells, see Spellcasting on pg. 52.

@UUID[Compendium.shadowdark.rollable-tables.CtkKBhsOpV1v5YjX]{Priest Talent}

Spells Known by Tier (Amount x Tier)

Level 1, 2 x 1

Level 2, 3 x 1

Level 3, 3 x 1, 1 x 2

Level 4, 3 x 1, 2 x 2

Level 5, 3 x 1, 2 x 2, 1 x 3

Level 6, 3 x 1, 2 x 2, 2 x 3

Level 7, 3 x 1, 3 x 2, 2 x 3, 1 x 4

Level 8, 3 x 1, 3 x 2, 2 x 3, 2 x 4

Level 9, 3 x 1, 3 x 2, 2 x 3, 2 x 4, 1 x 5

Level 10, 3 x 1, 3 x 2, 3 x 3, 2 x 4, 2 x 5

", + "content": "

Crusading templars, prophetic shamans, or mad-eyed zealots who wield the power of their gods to cleanse the unholy.

Weapons: Club, crossbow, dagger, mace, longsword, staff, warhammer

Armor: All armor and shields

Hit Points: 1d6 per level

Languages. You know either Celestial, Diabolic, or Primordial.

@UUID[Compendium.shadowdark.spells.mByUvcHIVEPWscfH]{Turn Undead}. You know the turn undead spell. It doesn’t count toward your number of known spells.

@UUID[Compendium.shadowdark.talents.Item.QxhyKNW4aDQqolMi]{Deity}. Choose a god to serve who matches your alignment (see Deities, pg. 30). You have a holy symbol for your god (it takes up no gear slots).

@UUID[Compendium.shadowdark.talents.Item.EYRxfb5BUEzH1w3b]{Spellcasting}. You can cast priest spells you know.

You know two tier 1 spells of your choice from the priest spell list on pg. 57.

Each time you gain a level, you choose new priest spells to learn according to the Priest Spells Known table.

For casting priest spells, see Spellcasting on pg. 52.

@UUID[Compendium.shadowdark.rollable-tables.CtkKBhsOpV1v5YjX]{Priest Talents}

Priest Talents

2d6

Effect

2

Gain advantage on casting one spell you know

3-6

+1 to melee or ranged attacks

7-9

+1 to priest spellcasting checks

10-11

+2 to Strength or Wisdom stat

12

Choose a talent or +2 points to distribute to stats

Priest Spells Known

Spells Known By Spell Tier

Level

1

2

3

4

5

1

2

2

3

3

3

1

4

3

2

5

3

2

1

6

3

2

2

7

3

3

2

1

8

3

3

2

2

9

3

3

2

2

1

10

3

3

3

2

2

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/resting__eESogCwLJ4JAwr7q.json b/data/packs/quickstart-guides.db/resting__eESogCwLJ4JAwr7q.json index 70cd95a8..5dca8836 100644 --- a/data/packs/quickstart-guides.db/resting__eESogCwLJ4JAwr7q.json +++ b/data/packs/quickstart-guides.db/resting__eESogCwLJ4JAwr7q.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

RESTING

Injured characters can rest to recover from their wounds. To rest, a character must consume a ration and sleep for 8 hours.

Sleep can be broken up for light and routine tasks, such as taking a turn on watch.

Interruption. Each stressful interruption of rest (including combat) requires an affected character to make a DC 12 Constitution check.

On a failure, the character consumes a ration but gains no benefit from resting.

Success. A character who successfully rests regains all lost hit points and recovers any stat damage that was not permanent.

Additionally, some talents, spells, or items regain their ability to be used after a successful rest.

DANGER LEVEL

Characters can rest anywhere, but doing so inside a dungeon or perilous environment carries a high chance of failure due to the risk of a random encounter.

While the characters are resting in a dangerous environment, the Game Master checks for random encounters using the overland travel cadence:

Unsafe. Check every 3 hours.

Risky. Check every 2 hours.

Deadly. Check every hour.

CAMPFIRE

In many cases, adventurers need a light source while resting. Characters can combine three torches into a campfire that can't be moved once lit.

A campfire lasts up to 8 hours while at least one character remains near to it, and it casts light out to a near distance.

", + "content": "

Resting

Injured characters can rest to recover from their wounds. To rest, a character must consume a ration and sleep for 8 hours.

Sleep can be broken up for light and routine tasks, such as taking a turn on watch.

Interruption. Each stressful interruption of rest (including combat) requires an affected character to make a DC 12 Constitution check.

On a failure, the character consumes a ration but gains no benefit from resting.

Success. A character who successfully rests regains all lost hit points and recovers any stat damage that was not permanent.

Additionally, some talents, spells, or items regain their ability to be used after a successful rest.

Danger Level

Characters can rest anywhere, but doing so inside a dungeon or perilous environment carries a high chance of failure due to the risk of a random encounter.

While the characters are resting in a dangerous environment, the Game Master checks for random encounters using the overland travel cadence:

Unsafe. Check every 3 hours.

Risky. Check every 2 hours.

Deadly. Check every hour.

Campfire

In many cases, adventurers need a light source while resting. Characters can combine three torches into a campfire that can't be moved once lit.

A campfire lasts up to 8 hours while at least one character remains near to it, and it casts light out to a near distance.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/rolling_the_dice__0vPsk0R9TOzHB0Ry.json b/data/packs/quickstart-guides.db/rolling_the_dice__0vPsk0R9TOzHB0Ry.json index 75c08853..4022934e 100644 --- a/data/packs/quickstart-guides.db/rolling_the_dice__0vPsk0R9TOzHB0Ry.json +++ b/data/packs/quickstart-guides.db/rolling_the_dice__0vPsk0R9TOzHB0Ry.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

ADVANTAGE

When you have advantage on a roll, it means you're in a strong position to succeed.

For example, you might be attacking from the high ground, or you might have just failed at a task and now have insight into how to succeed if you try again.

To roll with advantage, roll the same die twice and use the better result.

DISADVANTAGE

When you have disadvantage on a roll, it means you're in a strong position to fail.

For example, you might be trying to strike an enemy while blinded by sand, or navigating a maze while confused by disorienting poison.

To roll with disadvantage, roll the same die twice and use the worse result.

CANCELING

If you have both advantage and disadvantage on a roll, they cancel each other out.

NATURAL 20

When a d20 die roll shows a 20, what you're doing succeeds to your maximum capacity. An attack roll automatically hits and is a critical hit (see Damage on pg. 51).

NATURAL 1

When a d20 die roll shows a 1, what you're doing fails to your maximum capacity. An attack roll automatically misses and might even strike an ally.

THE D6 DECIDER

If there's a random chance for an outcome, such as whether a dropped torch goes out, the GM calls for a d6 roll. A 1-3 results in the worse outcome for the players, and a 4-6 results in the better one.

", + "content": "

Advantage

When you have advantage on a roll, it means you're in a strong position to succeed.

For example, you might be attacking from the high ground, or you might have just failed at a task and now have insight into how to succeed if you try again.

To roll with advantage, roll the same die twice and use the better result.

Disadvantage

When you have disadvantage on a roll, it means you're in a strong position to fail.

For example, you might be trying to strike an enemy while blinded by sand, or navigating a maze while confused by disorienting poison.

To roll with disadvantage, roll the same die twice and use the worse result.

Canceling

If you have both advantage and disadvantage on a roll, they cancel each other out.

Natural 20

When a d20 die roll shows a 20, what you're doing succeeds to your maximum capacity. An attack roll automatically hits and is a critical hit (see Damage on pg. 51).

Natural 1

When a d20 die roll shows a 1, what you're doing fails to your maximum capacity. An attack roll automatically misses and might even strike an ally.

The D6 Decider

If there's a random chance for an outcome, such as whether a dropped torch goes out, the GM calls for a d6 roll. A 1-3 results in the worse outcome for the players, and a 4-6 results in the better one.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/scrolls_and_wands__OaLA5pPQdYBYlJxa.json b/data/packs/quickstart-guides.db/scrolls_and_wands__OaLA5pPQdYBYlJxa.json index 5fa5aef6..d130b084 100644 --- a/data/packs/quickstart-guides.db/scrolls_and_wands__OaLA5pPQdYBYlJxa.json +++ b/data/packs/quickstart-guides.db/scrolls_and_wands__OaLA5pPQdYBYlJxa.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

USING SCROLLS AND WANDS

Scrolls and wands contain magic spells. Spellcasters can use them to cast these spells if the spell is on their spell list (even if they don't know the spell).

To do so, they must succeed on a spellcasting check with a DC of 10 + the tier of the spell contained in the wand or scroll.

Failing to cast a spell from a wand or scroll does not impact the ability to cast known spells.

SCROLLS

After a spellcasting attempt with a scroll, the magical writing disappears from the scroll and it ceases to work. On a critical failure, casters with mishap tables must roll a mishap.

WANDS

On a failed casting attempt, the wand stops working until you complete a rest. On a critical failure, the wand permanently breaks, and casters with mishap tables must roll a mishap.

", + "content": "

Using Scrolls and Wands

Scrolls and wands contain magic spells. Spellcasters can use them to cast these spells if the spell is on their spell list (even if they don't know the spell).

To do so, they must succeed on a spellcasting check with a DC of 10 + the tier of the spell contained in the wand or scroll.

Failing to cast a spell from a wand or scroll does not impact the ability to cast known spells.

Scrolls

After a spellcasting attempt with a scroll, the magical writing disappears from the scroll and it ceases to work. On a critical failure, casters with mishap tables must roll a mishap.

Wands

On a failed casting attempt, the wand stops working until you complete a rest. On a critical failure, the wand permanently breaks, and casters with mishap tables must roll a mishap.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/shadowdark__xHHod48IPz6xTOeM.json b/data/packs/quickstart-guides.db/shadowdark__xHHod48IPz6xTOeM.json index 633c7392..c84ff9d8 100644 --- a/data/packs/quickstart-guides.db/shadowdark__xHHod48IPz6xTOeM.json +++ b/data/packs/quickstart-guides.db/shadowdark__xHHod48IPz6xTOeM.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

WHAT IS SHADOWDARK?

Shadowdark RPG is a fantasy adventure game where you and your companions delve into buried ruins, lost cities, spider-infested forests, and even fearsome dragon lairs in search of gold and glory.

The Shadowdark is any place where danger and darkness hold sway. It clutches ancient secrets and dusty treasures in its rotting claws, daring fortune seekers to tempt their fates.

With your adventuring companions at your side, you confront the Shadowdark's sinister traps, formidable magics, and ruthless monsters.

If you survive, you'll bring back untold riches plucked from the jaws of death itself. And before long, you'll hear the Shadowdark's call once again!

WHAT DEFINES THIS GAME?

Speed, danger, and simplicity. Magic is perilous, and battles are fast and deadly. Being clever is crucial for survival.

Shadowdark RPG is rules-light and intuitive. It encourages quick decisions rather than hunting through the rulebook for answers.

In this game, a torch only holds back the pressing darkness for one hour of real-world time. There isn’t a moment to waste when the flames are burning low...

HOW DO I PLAY?

Everything you need to get started playing is in this tome. Turn to the next section to get familiar with the basics!

", + "content": "

What Is Shadowdark?

Shadowdark RPG is a fantasy adventure game where you and your companions delve into buried ruins, lost cities, spider-infested forests, and even fearsome dragon lairs in search of gold and glory.

The Shadowdark is any place where danger and darkness hold sway. It clutches ancient secrets and dusty treasures in its rotting claws, daring fortune seekers to tempt their fates.

With your adventuring companions at your side, you confront the Shadowdark's sinister traps, formidable magics, and ruthless monsters.

If you survive, you'll bring back untold riches plucked from the jaws of death itself. And before long, you'll hear the Shadowdark's call once again!

What Defines This Game?

Speed, danger, and simplicity. Magic is perilous, and battles are fast and deadly. Being clever is crucial for survival.

Shadowdark RPG is rules-light and intuitive. It encourages quick decisions rather than hunting through the rulebook for answers.

In this game, a torch only holds back the pressing darkness for one hour of real-world time. There isn’t a moment to waste when the flames are burning low...

How Do I Play?

Everything you need to get started playing is in this tome. Turn to the next section to get familiar with the basics!

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/spell_attributes__3ucjLVtzReOBJUtB.json b/data/packs/quickstart-guides.db/spell_attributes__3ucjLVtzReOBJUtB.json index e72ceae6..503d5812 100644 --- a/data/packs/quickstart-guides.db/spell_attributes__3ucjLVtzReOBJUtB.json +++ b/data/packs/quickstart-guides.db/spell_attributes__3ucjLVtzReOBJUtB.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

TIERS

Spells are classified according to their tiers, which range from 1-5.

RANGE

Range determines at what distance (close, near, or far) you can deliver the spell’s effects. Self range means you can only target yourself with the spell.

DURATION

Duration is how long the spell effects last. Spells can have an instant effect or last for several turns, rounds, or longer. See Focus for spells with a focus duration.

OVERLAPPING EFFECTS

Ongoing effects of the same spell on the same target do not combine. The spell with the most powerful effect takes precedence, such as the spell with the longer remaining duration.

FOCUS

Some spells last for as long as you focus. You can’t cast other focus spells while focusing. You can end a focus spell at any time.

To maintain focus, make a spellcasting check at the start of your turn as if you were casting that spell.

Success. The spell remains in effect until the start of your next turn.

Failure. The spell ends. If you were focusing, you do not lose the ability to cast that spell. However, if you critically fail on a check to maintain focus, treat it as a standard critical failure (see pg. 53 for details on criticals).

If you take damage or become distracted while focusing (due to an earthquake, for example), you must immediately make a spellcasting check to maintain focus.

", + "content": "

Tiers

Spells are classified according to their tiers, which range from 1-5.

Range

Range determines at what distance (close, near, or far) you can deliver the spell’s effects. Self range means you can only target yourself with the spell.

Duration

Duration is how long the spell effects last. Spells can have an instant effect or last for several turns, rounds, or longer. See Focus for spells with a focus duration.

Overlapping Effects

Ongoing effects of the same spell on the same target do not combine. The spell with the most powerful effect takes precedence, such as the spell with the longer remaining duration.

Focus

Some spells last for as long as you focus. You can’t cast other focus spells while focusing. You can end a focus spell at any time.

To maintain focus, make a spellcasting check at the start of your turn as if you were casting that spell.

Success. The spell remains in effect until the start of your next turn.

Failure. The spell ends. If you were focusing, you do not lose the ability to cast that spell. However, if you critically fail on a check to maintain focus, treat it as a standard critical failure (see pg. 53 for details on criticals).

If you take damage or become distracted while focusing (due to an earthquake, for example), you must immediately make a spellcasting check to maintain focus.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/spell_list__pdXQM1GfmQ39hhjX.json b/data/packs/quickstart-guides.db/spell_list__pdXQM1GfmQ39hhjX.json index 65cc4bf7..1830d1af 100644 --- a/data/packs/quickstart-guides.db/spell_list__pdXQM1GfmQ39hhjX.json +++ b/data/packs/quickstart-guides.db/spell_list__pdXQM1GfmQ39hhjX.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

PRIEST TIER 1

  • @UUID[Compendium.shadowdark.spells.N9NvonT0RL6PyiiV]{Cure Wounds}

  • @UUID[Compendium.shadowdark.spells.55VYMMlUp2BhYyeR]{Holy Weapon}

  • @UUID[Compendium.shadowdark.spells.N4v17mtxJlVBbgpn]{Light}

  • @UUID[Compendium.shadowdark.spells.ZNBBGiXdR7bEpE79]{Protection From Evil}

  • @UUID[Compendium.shadowdark.spells.fWuTV4r9FIUDe1EX]{Shield of Faith}

  • @UUID[Compendium.shadowdark.spells.mByUvcHIVEPWscfH]{Turn Undead}

PRIEST TIER 2

  • @UUID[Compendium.shadowdark.spells.3yI7Ejl7UrYMMdTe]{Augury}

  • @UUID[Compendium.shadowdark.spells.ItoZZ0nli29N5d7G]{Blind/Deafen}

  • @UUID[Compendium.shadowdark.spells.IaY71lOkmpEJpUSi]{Bless}

  • @UUID[Compendium.shadowdark.spells.2v8sc7cnMSzpECyi]{Cleansing Weapon}

  • @UUID[Compendium.shadowdark.spells.XDCTxgslSO8DnEBa]{Smite}

  • @UUID[Compendium.shadowdark.spells.rbxbreRgifutM9by]{Zone of Truth}

WIZARD TIER 1

  • @UUID[Compendium.shadowdark.spells.dBBfp7KpHXBcSEjg]{Alarm}

  • @UUID[Compendium.shadowdark.spells.ItN82uLU3PhJFLNm]{Burning Hands}

  • @UUID[Compendium.shadowdark.spells.Rt1sdRbZ43mfec1t]{Detect Magic}

  • @UUID[Compendium.shadowdark.spells.0ejsM2UIZDHs5u2f]{Feather Fall}

  • @UUID[Compendium.shadowdark.spells.3nOduBggYvyIPykI]{Floating Disk}

  • @UUID[Compendium.shadowdark.spells.q600IZtPTAgkz6vB]{Hold Portal}

  • @UUID[Compendium.shadowdark.spells.N4v17mtxJlVBbgpn]{Light}

  • @UUID[Compendium.shadowdark.spells.5238nq4yqxIA53wL]{Mage Armor}

  • @UUID[Compendium.shadowdark.spells.T17hSoJlvZ9kfvNY]{Magic Missile}

  • @UUID[Compendium.shadowdark.spells.ZNBBGiXdR7bEpE79]{Protection From Evil}

  • @UUID[Compendium.shadowdark.spells.n1I5OLR6M2e0jLbi]{Sleep}

WIZARD TIER 2

  • @UUID[Compendium.shadowdark.spells.16XuBF2xjUnoepyp]{Acid Arrow}

  • @UUID[Compendium.shadowdark.spells.ojJm3ByDjjHefy2u]{Alter Self}

  • @UUID[Compendium.shadowdark.spells.XBt4wA37ypUiXkp6]{Detect Thoughts}

  • @UUID[Compendium.shadowdark.spells.oeJmT9gfvZ5Ha19w]{Fixed Object}

  • @UUID[Compendium.shadowdark.spells.9gjMszk1mGwEcSo6]{Hold Person}

  • @UUID[Compendium.shadowdark.spells.PZ0qPp6lG9SVMoAr]{Invisibility}

  • @UUID[Compendium.shadowdark.spells.SHQa9bCk8v8wQweV]{Knock}

  • @UUID[Compendium.shadowdark.spells.cGsiYBXDxKLvYEK0]{Levitate}

  • @UUID[Compendium.shadowdark.spells.Fm29B4cFuPRGGBNK]{Mirror Image}

  • @UUID[Compendium.shadowdark.spells.3wYzASfDHA4FKGH3]{Misty Step}

  • @UUID[Compendium.shadowdark.spells.1kzQiWXZDs6BOVxs]{Silence}

  • @UUID[Compendium.shadowdark.spells.JwaJs0s9eVpPHgA3]{Web}

", + "content": "

Priest Tier 1

  • @UUID[Compendium.shadowdark.spells.N9NvonT0RL6PyiiV]{Cure Wounds}

  • @UUID[Compendium.shadowdark.spells.55VYMMlUp2BhYyeR]{Holy Weapon}

  • @UUID[Compendium.shadowdark.spells.N4v17mtxJlVBbgpn]{Light}

  • @UUID[Compendium.shadowdark.spells.ZNBBGiXdR7bEpE79]{Protection From Evil}

  • @UUID[Compendium.shadowdark.spells.fWuTV4r9FIUDe1EX]{Shield of Faith}

  • @UUID[Compendium.shadowdark.spells.mByUvcHIVEPWscfH]{Turn Undead}

Priest Tier 2

  • @UUID[Compendium.shadowdark.spells.3yI7Ejl7UrYMMdTe]{Augury}

  • @UUID[Compendium.shadowdark.spells.IaY71lOkmpEJpUSi]{Bless}

  • @UUID[Compendium.shadowdark.spells.ItoZZ0nli29N5d7G]{Blind/Deafen}

  • @UUID[Compendium.shadowdark.spells.2v8sc7cnMSzpECyi]{Cleansing Weapon}

  • @UUID[Compendium.shadowdark.spells.XDCTxgslSO8DnEBa]{Smite}

  • @UUID[Compendium.shadowdark.spells.rbxbreRgifutM9by]{Zone of Truth}

Wizard Tier 1

  • @UUID[Compendium.shadowdark.spells.dBBfp7KpHXBcSEjg]{Alarm}

  • @UUID[Compendium.shadowdark.spells.ItN82uLU3PhJFLNm]{Burning Hands}

  • @UUID[Compendium.shadowdark.spells.Item.0VCMisYBNpLkx28M]{Charm Person}

  • @UUID[Compendium.shadowdark.spells.Rt1sdRbZ43mfec1t]{Detect Magic}

  • @UUID[Compendium.shadowdark.spells.0ejsM2UIZDHs5u2f]{Feather Fall}

  • @UUID[Compendium.shadowdark.spells.3nOduBggYvyIPykI]{Floating Disk}

  • @UUID[Compendium.shadowdark.spells.q600IZtPTAgkz6vB]{Hold Portal}

  • @UUID[Compendium.shadowdark.spells.N4v17mtxJlVBbgpn]{Light}

  • @UUID[Compendium.shadowdark.spells.5238nq4yqxIA53wL]{Mage Armor}

  • @UUID[Compendium.shadowdark.spells.T17hSoJlvZ9kfvNY]{Magic Missile}

  • @UUID[Compendium.shadowdark.spells.ZNBBGiXdR7bEpE79]{Protection From Evil}

  • @UUID[Compendium.shadowdark.spells.n1I5OLR6M2e0jLbi]{Sleep}

Wizard Tier 2

  • @UUID[Compendium.shadowdark.spells.16XuBF2xjUnoepyp]{Acid Arrow}

  • @UUID[Compendium.shadowdark.spells.ojJm3ByDjjHefy2u]{Alter Self}

  • @UUID[Compendium.shadowdark.spells.XBt4wA37ypUiXkp6]{Detect Thoughts}

  • @UUID[Compendium.shadowdark.spells.oeJmT9gfvZ5Ha19w]{Fixed Object}

  • @UUID[Compendium.shadowdark.spells.9gjMszk1mGwEcSo6]{Hold Person}

  • @UUID[Compendium.shadowdark.spells.PZ0qPp6lG9SVMoAr]{Invisibility}

  • @UUID[Compendium.shadowdark.spells.SHQa9bCk8v8wQweV]{Knock}

  • @UUID[Compendium.shadowdark.spells.cGsiYBXDxKLvYEK0]{Levitate}

  • @UUID[Compendium.shadowdark.spells.Fm29B4cFuPRGGBNK]{Mirror Image}

  • @UUID[Compendium.shadowdark.spells.3wYzASfDHA4FKGH3]{Misty Step}

  • @UUID[Compendium.shadowdark.spells.1kzQiWXZDs6BOVxs]{Silence}

  • @UUID[Compendium.shadowdark.spells.JwaJs0s9eVpPHgA3]{Web}

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/spells__AvEsAMUCVUwHtSYt.json b/data/packs/quickstart-guides.db/spells__AvEsAMUCVUwHtSYt.json new file mode 100644 index 00000000..4c7863f7 --- /dev/null +++ b/data/packs/quickstart-guides.db/spells__AvEsAMUCVUwHtSYt.json @@ -0,0 +1,23 @@ +{ + "_id": "AvEsAMUCVUwHtSYt", + "_key": "!journal.pages!I5d5ltGw4F3g15uG.AvEsAMUCVUwHtSYt", + "image": { + }, + "name": "Spells", + "src": null, + "system": { + }, + "text": { + "content": "

Spells can be found in the Shadowdark System > Spells compendium.

", + "format": 1 + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} diff --git a/data/packs/quickstart-guides.db/stats__qT4CvFI6vG9glyhh.json b/data/packs/quickstart-guides.db/stats__qT4CvFI6vG9glyhh.json deleted file mode 100644 index 77d40fc7..00000000 --- a/data/packs/quickstart-guides.db/stats__qT4CvFI6vG9glyhh.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "qT4CvFI6vG9glyhh", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.qT4CvFI6vG9glyhh", - "image": { - }, - "name": "Stats", - "src": null, - "system": { - }, - "text": { - "content": "

To determine your character’s stats, roll 3d6 in order for each one. Note each total and modifier on your character sheet.

Optionally, if none of your stats are 14 or higher, you may roll a new set of six numbers.

Strength. Fight with a sword, bash open doors, swim. Important for fighters.

Dexterity. Shoot a bow, balance on a ledge, sneak silently, hide. Important for thieves.

Constitution. Hold your breath, resist poison, endure injury.

Intelligence. Cast wizard spells, decipher runes, learn new skills. Important for wizards.

Wisdom. Cast priest spells, detect the hidden, recognize omens. Important for priests.

Charisma. Convince creatures to be friendly, resist mental control.

The character sheet will calculate the bonuses automatically.

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 2, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/stealth_and_surprise__AHdJU9YijbcfvIyI.json b/data/packs/quickstart-guides.db/stealth_and_surprise__AHdJU9YijbcfvIyI.json index 3ded5266..4ca41f02 100644 --- a/data/packs/quickstart-guides.db/stealth_and_surprise__AHdJU9YijbcfvIyI.json +++ b/data/packs/quickstart-guides.db/stealth_and_surprise__AHdJU9YijbcfvIyI.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

HIDING AND SNEAKING

Creatures who are hiding or sneaking must succeed on Dexterity checks to go undetected by other creatures within eyesight or earshot.

The GM determines the frequency and difficulty of the check based on the environment.

The GM might secretly roll the check for a character if knowledge of the outcome impacts the situation.

Hiding Limitations. Creatures can't hide while other creatures are able to see them, even at a casual glance.

It might also be impossible to hide if there's nowhere for a creature to stay out of sight.

DETECTING

Detecting a hiding or sneaking creature requires the searcher to actively look or listen.

Looking in the right place automatically reveals a hidden creature. Otherwise, the searcher must succeed on a Wisdom check to perceive a hiding or sneaking creature.

SURPRISE

A creature who begins its turn undetected has the advantage of surprise. If combat hasn't started yet, those with surprise take one turn before the combat initiative roll (see Combat Initiative! on pg. 50).

A creature has advantage on attack rolls against surprised targets.

Attacking from hiding gives away the attacker's position afterwards unless the GM determines otherwise.

", + "content": "

Hiding and Sneaking

Creatures who are hiding or sneaking must succeed on Dexterity checks to go undetected by other creatures within eyesight or earshot.

The GM determines the frequency and difficulty of the check based on the environment.

The GM might secretly roll the check for a character if knowledge of the outcome impacts the situation.

Hiding Limitations. Creatures can't hide while other creatures are able to see them, even at a casual glance.

It might also be impossible to hide if there's nowhere for a creature to stay out of sight.

Detecting

Detecting a hiding or sneaking creature requires the searcher to actively look or listen.

Looking in the right place automatically reveals a hidden creature. Otherwise, the searcher must succeed on a Wisdom check to perceive a hiding or sneaking creature.

Surprise

A creature who begins its turn undetected has the advantage of surprise. If combat hasn't started yet, those with surprise take one turn before the combat initiative roll (see Combat Initiative! on pg. 50).

A creature has advantage on attack rolls against surprised targets.

Attacking from hiding gives away the attacker's position afterwards unless the GM determines otherwise.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/table_of_content__FtsgFqHFQ0S86JW2.json b/data/packs/quickstart-guides.db/table_of_content__FtsgFqHFQ0S86JW2.json deleted file mode 100644 index 852f6e5f..00000000 --- a/data/packs/quickstart-guides.db/table_of_content__FtsgFqHFQ0S86JW2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_id": "FtsgFqHFQ0S86JW2", - "_key": "!journal.pages!I5d5ltGw4F3g15uG.FtsgFqHFQ0S86JW2", - "image": { - }, - "name": "Table of Content", - "src": null, - "system": { - }, - "text": { - "content": "

@UUID[.xHHod48IPz6xTOeM]{Shadowdark}

", - "format": 1, - "markdown": "" - }, - "title": { - "level": 1, - "show": true - }, - "type": "text", - "video": { - "controls": true, - "volume": 0.5 - } -} diff --git a/data/packs/quickstart-guides.db/the_basics__oS18PtqDDic7mYJY.json b/data/packs/quickstart-guides.db/the_basics__oS18PtqDDic7mYJY.json index 90958983..e75a6006 100644 --- a/data/packs/quickstart-guides.db/the_basics__oS18PtqDDic7mYJY.json +++ b/data/packs/quickstart-guides.db/the_basics__oS18PtqDDic7mYJY.json @@ -8,7 +8,7 @@ "system": { }, "text": { - "content": "

If this is your first time playing Shadowdark RPG, it’s helpful to start with a premade character. Several adventurers are included with this book.

These quickstart rules cover beginner characters for their first few adventures. The full rules go much further; check them out at thearcanelibrary. com/pages/shadowdark.

CHARACTERS

You decide your character’s actions and tell them to the referee, or Game Master (GM).

The GM determines if your actions are successful and describes the results.

This back-and-forth between you, the GM, and your adventuring companions grows and shapes the game world.

Always ask yourself: If you were really your character, what would you do right now?

DESCRIBE AN ACTION

On your turn, describe an action you want to do. For example, you could say you’re going to shoot your bow at a troll.

The GM might ask you to make a check (see Checks) to determine whether your action succeeds.

MOVEMENT

During your turn, you can move up to near (roughly 30 feet). You can break this movement up in any way. If you don’t take an action, you can move near again.

ROUNDS

Each person takes a turn, starting with the GM and going clockwise. The GM controls the monsters and environment and narrates how everyone’s actions change the game world.

Once everyone has taken a turn, that completes one round. Then, a new round begins.

THE DICE

You'll need a four-sided (d4), six- sided (d6), eight-sided (d8), ten- sided (d10), twelve-sided (d12) and twenty-sided (d20) die.

Multiples. 3d6 = three six-sided dice. Roll them together and add them.

Advantage. Roll two times and use the higher result.

Disadvantage. Roll two times and use the lower result.

STATS

Stats are your characteristics. Each stat goes from 3-18 and has a bonus or penalty (called a modifier, or MOD) from -4 to +4.

Strength. Physical power.

Dexterity. Agility, reflexes.

Constitution. Endurance, resistance to injury.

Intelligence. Logical ability.

Wisdom. Instinct, willpower.

Charisma. Appeal, presence.

CHECKS

When attempting a risky action, roll a d20 and add a modifier. That’s called making a check.

The GM chooses the check's linked stat and a number called a difficulty class (DC). If the total of your d20 roll + stat modifier equals or beats the DC, your action succeeds.

For example, the GM might say leaping over a narrow chasm requires a DC 12 Strength check.

HIT POINTS

Injuries cause you to take damage and lose hit points (HP). Typical weapons deal 1d6 damage to your HP. You regain lost HP after a night of rest.

Characters at zero HP die in 1d4 + Constitution modifier (minimum 1) rounds. Dead characters are retired from play!

WHAT'S NEXT?

You could play a whole game with just the basics. But once you're ready for more, the next chapters expand upon them.

", + "content": "

If this is your first time playing Shadowdark RPG, it’s helpful to start with a premade character. Several adventurers are included with this book.

These quickstart rules cover beginner characters for their first few adventures. The full rules go much further; check them out at thearcanelibrary.com/pages/shadowdark

Characters

You decide your character’s actions and tell them to the referee, or Game Master (GM).

The GM determines if your actions are successful and describes the results.

This back-and-forth between you, the GM, and your adventuring companions grows and shapes the game world.

Always ask yourself: If you were really your character, what would you do right now?

Describe an Action

On your turn, describe an action you want to do. For example, you could say you’re going to shoot your bow at a troll.

The GM might ask you to make a check (see Checks) to determine whether your action succeeds.

Movement

During your turn, you can move up to near (roughly 30 feet). You can break this movement up in any way. If you don’t take an action, you can move near again.

Rounds

Each person takes a turn, starting with the GM and going clockwise. The GM controls the monsters and environment and narrates how everyone’s actions change the game world.

Once everyone has taken a turn, that completes one round. Then, a new round begins.

The Dice

You'll need a four-sided (d4), six-sided (d6), eight-sided (d8), ten-sided (d10), twelve-sided (d12) and twenty-sided (d20) die.

Multiples. 3d6 = three six-sided dice. Roll them together and add them.

Advantage. Roll two times and use the higher result.

Disadvantage. Roll two times and use the lower result.

Stats

Stats are your characteristics. Each stat goes from 3-18 and has a bonus or penalty (called a modifier, or MOD) from -4 to +4.

Strength. Physical power.

Dexterity. Agility, reflexes.

Constitution. Endurance, resistance to injury.

Intelligence. Logical ability.

Wisdom. Instinct, willpower.

Charisma. Appeal, presence.

Checks

When attempting a risky action, roll a d20 and add a modifier. That’s called making a check.

The GM chooses the check's linked stat and a number called a difficulty class (DC). If the total of your d20 roll + stat modifier equals or beats the DC, your action succeeds.

For example, the GM might say leaping over a narrow chasm requires a DC 9 Strength check.

Hit Points

Injuries cause you to take damage and lose hit points (HP). Typical weapons deal 1d6 damage to your HP. You regain lost HP after a night of rest.

Characters at zero HP die in 1d4 + Constitution modifier (minimum 1) rounds. Dead characters are retired from play!

What’s Next?

You could play a whole game with just the basics. But once you're ready for more, the next chapters expand upon them.

", "format": 1, "markdown": "" }, diff --git a/data/packs/quickstart-guides.db/thief_class__5vdLAe7ld4ALPNwy.json b/data/packs/quickstart-guides.db/thief_class__5vdLAe7ld4ALPNwy.json index 58fcc9e8..0fea26c2 100644 --- a/data/packs/quickstart-guides.db/thief_class__5vdLAe7ld4ALPNwy.json +++ b/data/packs/quickstart-guides.db/thief_class__5vdLAe7ld4ALPNwy.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Rooftop assassins, grinning con artists, or cloaked cat burglars who can pluck a gem from the claws of a sleeping demon and sell it for twice its worth.

Weapons: Club, crossbow, dagger, shortbow, shortsword

Armor: Leather armor, mithral chainmail

Hit Points: 1d4 per level

Backstab. If you hit a creature who is unaware of your attack, you deal an extra weapon die of damage. Add additional weapon dice of damage equal to half your level (round down). (This is checked with every attack where selection will result in a backstab roll).

Thievery. You are adept at thieving skills and have the necessary tools of the trade secreted on your person (they take up no gear slots).

You are trained in the following tasks and have advantage on any associated checks:

  • Climbing

  • Sneaking and hiding

  • Applying disguises

  • Finding and disabling traps

  • Delicate tasks such as picking pockets and opening locks

@UUID[Compendium.shadowdark.rollable-tables.sLMGErVzVfKaLW7r]{Thief Talent}

", + "content": "

Rooftop assassins, grinning con artists, or cloaked cat burglars who can pluck a gem from the claws of a sleeping demon and sell it for twice its worth.

Weapons: Club, crossbow, dagger, shortbow, shortsword

Armor: Leather armor, mithral chainmail

Hit Points: 1d4 per level

@UUID[Compendium.shadowdark.talents.Item.KLDZKFY6SrqQKSva]{Backstab}. If you hit a creature who is unaware of your attack, you deal an extra weapon die of damage. Add additional weapon dice of damage equal to half your level (round down).

@UUID[Compendium.shadowdark.talents.Item.TiaXUSTLoJpjfyxD]{Thievery}. You are adept at thieving skills and have the necessary tools of the trade secreted on your person (they take up no gear slots).

You are trained in the following tasks and have advantage on any associated checks:

  • Climbing

  • Sneaking and hiding

  • Applying disguises

  • Finding and disabling traps

  • Delicate tasks such as picking pockets and opening locks

@UUID[Compendium.shadowdark.rollable-tables.sLMGErVzVfKaLW7r]{Thief Talents}

Thief Talents

2d6

Effect

2

Gain advantage on initiative rolls (reroll if duplicate)

3-5

Your Backstab deals +1 dice of damage

6-9

+2 to Strength, Dexterity, or Charisma stat

10-11

+1 to melee and ranged attacks

12

Choose a talent or +2 points to distribute to stats

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/time__X7DI8GyTNmNj9c9J.json b/data/packs/quickstart-guides.db/time__X7DI8GyTNmNj9c9J.json index 10a2844c..5f91147d 100644 --- a/data/packs/quickstart-guides.db/time__X7DI8GyTNmNj9c9J.json +++ b/data/packs/quickstart-guides.db/time__X7DI8GyTNmNj9c9J.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

REAL TIME

Time passes in the game world at the same pace it's passing in the real world. One minute or hour of game time is equal to one minute or hour in real time.

This matters for tracking light sources, because most light sources only last for one hour of real time.

If you can't track real time in your game, assume one hour is equal to 10 rounds.

TURNS AND ROUNDS

A turn is a player's moment to describe what their character does to the GM. Players act one by one on each of their turns.

Some turns need a bit of room to breathe. A character who is speaking with someone can make a few reasonable exchanges back and forth.

A round completes when each person has taken one turn.

TIME PASSES

Every moment in the game doesn't have to be accounted for in real time.

For example, if the characters want to spend 10 minutes examining a room from top to bottom, the GM and players can agree that time passes.

When time passes, the GM and players move any timers down by that amount.

Minutes Pass. Effects with a duration of rounds expire. The GM rolls one random encounter check that occurs on a 1-3 on a d6 while this time is passing.

Hours/Days Pass. Effects with a duration shorter than the time passed expire. The GM uses overland travel rules to check for encounters (see@UUID[Compendium.world.quickstart-guide.sxBiNC5Ee4iMIP23]{ Game Master Quickstart Guide}, pg. 14).

After resolving encounters, the game world fast-forwards to the new point in time.

", + "content": "

Real Time

Time passes in the game world at the same pace it's passing in the real world. One minute or hour of game time is equal to one minute or hour in real time.

This matters for tracking light sources, because most light sources only last for one hour of real time.

If you can't track real time in your game, assume one hour is equal to 10 rounds.

Turns and Rounds

A turn is a player's moment to describe what their character does to the GM. Players act one by one on each of their turns.

Some turns need a bit of room to breathe. A character who is speaking with someone can make a few reasonable exchanges back and forth.

A round completes when each person has taken one turn.

Time Passes

Every moment in the game doesn't have to be accounted for in real time.

For example, if the characters want to spend 10 minutes examining a room from top to bottom, the GM and players can agree that time passes.

When time passes, the GM and players move any timers down by that amount.

Minutes Pass. Effects with a duration of rounds expire. The GM rolls one random encounter check that occurs on a 1-3 on a d6 while this time is passing.

Hours/Days Pass. Effects with a duration shorter than the time passed expire. The GM uses overland travel rules to check for encounters (see @UUID[Compendium.shadowdark.quickstart-guides.JournalEntry.sxBiNC5Ee4iMIP23]{Game Master Quickstart Guide}, pg. 14).

After resolving encounters, the game world fast-forwards to the new point in time.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/titles__PZFad5VcqlGxekoy.json b/data/packs/quickstart-guides.db/titles__PZFad5VcqlGxekoy.json index 771511c2..c81d2f1f 100644 --- a/data/packs/quickstart-guides.db/titles__PZFad5VcqlGxekoy.json +++ b/data/packs/quickstart-guides.db/titles__PZFad5VcqlGxekoy.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

As you gain levels, your title changes to reflect an increase in your fame (or infamy).

Your legend begins to precede you as your renown grows, for good or for ill.

An improved title could present opportunities that were previously out of your reach.

Fighter

Lawful

1-2: Squire

3-4: Cavalier

5-6: Knight

7-8: Thane

9-10: Lord/Lady

Chaotic

1-2: Knave

3-4: Bandit

5-6: Slayer

7-8: Reaver

9-10: Warlord

Neutral

1-2: Warrior

3-4: Barbarian

5-6: Battlerager

7-8: Warchief

9-10: Chieftain

Priest

Lawful

1-2: Acolyte

3-4: Crusader

5-6: Templar

7-8: Champion

9-10: Paladin

Chaotic

1-2: Initiate

3-4: Zealot

5-6: Cultist

7-8: Scourge

9-10: Chaos Knight

Neutral

1-2: Seeker

3-4: Invoker

5-6: Haruspex

7-8: Mystic

9-10: Oracle

Thief

Lawful

1-2: Footpad

3-4: Burglar

5-6: Rook

7-8: Underboss

9-10: Boss

Chaotic

1-2: Thug

3-4: Cutthroat

5-6: Shadow

7-8: Assassin

9-10: Wraith

Neutral

1-2: Robber

3-4: Outlaw

5-6: Rogue

7-8: Renegade

9-10: Bandit King/Queen

Wizard

Lawful

1-2: Apprentice

3-4: Conjurer

5-6: Arcanist

7-8: Mage

9-10: Archmage

Chaotic

1-2: Adept

3-4: Channeler

5-6: Witch/Warlock

7-8: Diabolist

9-10: Sorcerer

Neutral

1-2: Shaman

3-4: Seer

5-6: Warden

7-8: Sage

9-10: Druid

", + "content": "

As you gain levels, your title changes to reflect an increase in your fame (or infamy).

Your legend begins to precede you as your renown grows, for good or for ill.

An improved title could present opportunities that were previously out of your reach.

Fighter Titles

Level

Lawful

Chaotic

Neutral

1-2

Squire

Knave

Warrior

3-4

Cavalier

Bandit

Barbarian

5-6

Knight

Slayer

Battlerager

7-8

Thane

Reaver

Warchief

9-10

Lord/Lady

Warlord

Chieftain

Priest Titles

Level

Lawful

Chaotic

Neutral

1-2

Acolyte

Initiate

Seeker

3-4

Crusader

Zealot

Invoker

5-6

Templar

Cultist

Haruspex

7-8

Champion

Scourge

Mystic

9-10

Paladin

Chaos Knight

Oracle

Thief Titles

Level

Lawful

Chaotic

Neutral

1-2

Footpad

Thug

Robber

3-4

Burglar

Cutthroat

Outlaw

5-6

Rook

Shadow

Rogue

7-8

Underboss

Assassin

Renegade

9-10

Boss

Wraith

Bandit King/Queen

Wizard Titles

Level

Lawful

Chaotic

Neutral

1-2

Apprentice

Adept

Shaman

3-4

Conjurer

Channeler

Seer

5-6

Arcanist

Witch/Warlock

Warden

7-8

Mage

Diabolist

Sage

9-10

Archmage

Sorcerer

Druid

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/turn_order__aNAmZL6KAGd1jNDu.json b/data/packs/quickstart-guides.db/turn_order__aNAmZL6KAGd1jNDu.json index 0a13c14a..b7d3c669 100644 --- a/data/packs/quickstart-guides.db/turn_order__aNAmZL6KAGd1jNDu.json +++ b/data/packs/quickstart-guides.db/turn_order__aNAmZL6KAGd1jNDu.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

INITIATIVE

Shadowdark RPG is played in turn order right from the start.

At the beginning of the game, the GM establishes initiative, or the order in which the players act. Everyone rolls a d20 and adds their DEX modifier. The GM adds the highest DEX modifier of any monsters, if relevant.

The person who rolled the highest takes the first turn, and the turn order moves clockwise from that individual.

PLAYER TURN

  1. The player counts down any personal timers for spells and other effects.

  2. The player takes an action and may move up to near (split up in any way). The player can move near again if skipping an action.

  3. The GM describes what happens as a result of the player's turn.

GM TURN

  1. The GM counts down any timers not tracked by players.

  2. The GM checks for a random encounter, if needed.

  3. The GM takes actions and makes movements for any relevant creatures or environmental effects.

  4. The GM describes what the characters notice as a result of steps 1-3.

ENCOUNTER

An encounter occurs when a challenge presents itself that stops the characters' progress. An encounter could include a monster charging out of the darkness, a sinkhole breaking open in the ground, or a town guard halting the characters.

The GM rolls for the chance of an encounter every few rounds depending on how dangerous the characters' environment is.

", + "content": "

Initiative

Shadowdark RPG is played in turn order right from the start.

At the beginning of the game, the GM establishes initiative, or the order in which the players act. Everyone rolls a d20 and adds their DEX modifier. The GM adds the highest DEX modifier of any monsters, if relevant.

The person who rolled the highest takes the first turn, and the turn order moves clockwise from that individual.

Freeform Mode

Initiative need not be strict; some GMs keep only a loose round-robin, allowing the players to decide their turn order and actions before circling back to the GM's turn.

Players might declare their actions as a group or act simultaneously, and the GM will need to adjudicate. A round passes once everyone has acted.

Player Turn

  1. The player counts down any personal timers for spells and other effects.

  2. The player takes an action and may move up to near (split up in any way). The player can move near again if skipping an action.

  3. The GM describes what happens as a result of the player's turn.

GM Turn

  1. The GM counts down any timers not tracked by players.

  2. The GM checks for a random encounter, if needed.

  3. The GM takes actions and makes movements for any relevant creatures or environmental effects.

  4. The GM describes what the characters notice as a result of steps 1-3.

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/using_stats__IAcb9oKCi6ptUyTY.json b/data/packs/quickstart-guides.db/using_stats__IAcb9oKCi6ptUyTY.json index bc713bb4..3d393d35 100644 --- a/data/packs/quickstart-guides.db/using_stats__IAcb9oKCi6ptUyTY.json +++ b/data/packs/quickstart-guides.db/using_stats__IAcb9oKCi6ptUyTY.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Certain tasks fall under specific stats. The following examples illustrate common uses for each one.

The difference between Intelligence and Wisdom can be tricky. If in doubt, remember Wisdom is for sensory acuity and instinct, while Intelligence covers knowledge and logic.

STRENGTH

  • Smashing open locked doors

  • Bending the bars of a prison cell or sewer grate

  • Lifting a large rock overhead

  • Stopping a runaway ship's helm from spinning

DEXTERITY

  • Diving away from a trap that flings a hail of needles

  • Disabling a tripwire without activating it

  • Scaling a sheer castle wall

  • Fooling onlookers with sleight of hand tricks

CONSTITUTION

  • Holding your breath underwater

  • Withstanding intense pain

  • Resisting the effects of poison

INTELLIGENCE

  • Giving first aid to a dying character

  • Recalling the path through a twisting maze

  • Finding food and water sources in the wilderness

WISDOM

  • Spotting a well-hidden enemy

  • Determining the direction of a faint noise or smell

  • Deciphering the sounds on the other side of a door

CHARISMA

  • Performing ventriloquism

  • Applying a disguise

  • Rallying allies who are terrified by a monster

", + "content": "

Certain tasks fall under specific stats. The following examples illustrate common uses for each one.

The difference between Intelligence and Wisdom can be tricky. If in doubt, remember Wisdom is for sensory acuity and instinct, while Intelligence covers knowledge and logic.

Strength

  • Smashing open locked doors

  • Bending the bars of a prison cell or sewer grate

  • Lifting a large rock overhead

  • Stopping a runaway ship's helm from spinning

Dexterity

  • Diving away from a trap that flings a hail of needles

  • Disabling a tripwire without activating it

  • Scaling a sheer castle wall

  • Fooling onlookers with sleight of hand tricks

Constitution

  • Holding your breath underwater

  • Withstanding intense pain

  • Resisting the effects of poison

Intelligence

  • Giving first aid to a dying character

  • Recalling the path through a twisting maze

  • Finding food and water sources in the wilderness

Wisdom

  • Spotting a well-hidden enemy

  • Determining the direction of a faint noise or smell

  • Deciphering the sounds on the other side of a door

Charisma

  • Performing ventriloquism

  • Applying a disguise

  • Rallying allies who are terrified by a monster

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/wizard_class__xefGxARDmlj6O86Y.json b/data/packs/quickstart-guides.db/wizard_class__xefGxARDmlj6O86Y.json index e4bc408b..d54775d7 100644 --- a/data/packs/quickstart-guides.db/wizard_class__xefGxARDmlj6O86Y.json +++ b/data/packs/quickstart-guides.db/wizard_class__xefGxARDmlj6O86Y.json @@ -8,12 +8,12 @@ "system": { }, "text": { - "content": "

Rune-tattooed adepts, bespectacled magi, and flame- conjuring witches who dare to manipulate the fell forces of magic.

Weapons: Dagger, staff

Armor: None

Hit Points: 1d4 per level

Languages. You know two additional common languages and two rare languages (see pg. 29).

Learning Spells. You can permanently learn a wizard spell from a spell scroll by studying it for a day and succeeding on a DC 15 Intelligence check.

Whether you succeed or fail, you expend the spell scroll.

Spells you learn in this way don't count toward your known spells.

Spellcasting. You can cast wizard spells you know.

You know three tier 1 spells of your choice from the wizard spell list (see pg. 57).

Each time you gain a level, you choose new wizard spells to learn according to the Wizard Spells Known table.

For casting wizard spells, see Spellcasting on pg. 52.

Level 1: @UUID[Compendium.shadowdark.talents.VRZxd1xswPr1GaKs]{Magic Missile Advantage}

@UUID[Compendium.shadowdark.rollable-tables.RQ0vogfVtJGuT9oT]{Wizard Talent}

Spells Known by Tier (Amount x Tier)

Level 1, 3 x 1

Level 2, 4 x 1

Level 3, 4 x 1, 1 x 2

Level 4, 4 x 1, 2 x 2

Level 5, 4 x 1, 2 x 2, 1 x 3

Level 6, 4 x 1, 3 x 2, 2 x 3

Level 7, 4 x 1, 3 x 2, 2 x 3, 1 x 4

Level 8, 4 x 1, 4 x 2, 2 x 3, 2 x 4

Level 9, 4 x 1, 4 x 2, 4 x 3, 2 x 4, 1 x 5

Level 10, 4 x 1, 4 x 2, 4 x 3, 2 x 4, 2 x 5

", + "content": "

Rune-tattooed adepts, bespectacled magi, and flame- conjuring witches who dare to manipulate the fell forces of magic.

Weapons: Dagger, staff

Armor: None

Hit Points: 1d4 per level

Languages. You know two additional common languages and two rare languages (see pg. 29).

@UUID[Compendium.shadowdark.talents.Item.LFMT8qZ6ZL3LvYFM]{Learning Spells}. You can permanently learn a wizard spell from a spell scroll by studying it for a day and succeeding on a DC 15 Intelligence check.

Whether you succeed or fail, you expend the spell scroll.

Spells you learn in this way don't count toward your known spells.

@UUID[Compendium.shadowdark.talents.Item.Td6iQW4hVJLZLVLi]{Spellcasting}. You can cast wizard spells you know.

You know three tier 1 spells of your choice from the wizard spell list (see pg. 57).

Each time you gain a level, you choose new wizard spells to learn according to the Wizard Spells Known table.

For casting wizard spells, see Spellcasting on pg. 52.

Wizard Spells Known

Spells Known By Spell Tier

Level

1

2

3

4

5

1

3

2

4

3

4

1

4

4

2

5

4

2

1

6

4

3

2

7

4

3

2

1

8

4

4

2

2

9

4

4

3

2

1

10

4

4

4

2

2

@UUID[Compendium.shadowdark.rollable-tables.RQ0vogfVtJGuT9oT]{Wizard Talents}

Wizard Talents

2d6

Effect

2

Make one random magic item (see GM Quickstart Guide)

3-7

+2 to Intelligence stat or +1 to wizard spellcasting checks

8-9

Gain advantage on casting one spell you know

10-11

Learn one additional wizard spell of any tier you know

12

Choose a talent or +2 points to distribute to stats

", "format": 1, "markdown": "" }, "title": { - "level": 2, + "level": 1, "show": true }, "type": "text", diff --git a/data/packs/quickstart-guides.db/wizard_mishaps__Rbfb9fZAQq7WZNiW.json b/data/packs/quickstart-guides.db/wizard_mishaps__Rbfb9fZAQq7WZNiW.json new file mode 100644 index 00000000..ba6f3020 --- /dev/null +++ b/data/packs/quickstart-guides.db/wizard_mishaps__Rbfb9fZAQq7WZNiW.json @@ -0,0 +1,23 @@ +{ + "_id": "Rbfb9fZAQq7WZNiW", + "_key": "!journal.pages!I5d5ltGw4F3g15uG.Rbfb9fZAQq7WZNiW", + "image": { + }, + "name": "Wizard Mishaps", + "src": null, + "system": { + }, + "text": { + "content": "

@UUID[Compendium.shadowdark.rollable-tables.NiiJKAiBjpPAj5U1]{Wizard Mishap Tier 1-2}

Wizard Mishap Tier 1-2

d12

Effect

1

Devastation! Roll twice and combine both effects (reroll any further 1s)

2

Explosion! You take 1d8 damage

3

Refraction! You target yourself with the spell

4

Your hand slipped! You target a random ally with the spell

5

Mind wound! You can't cast this spell again for a week

6

Discorporation! One random piece of your gear disappears forever

7

Spell worm! You lose the ability to cast a random spell on each of your turns until you pass a DC 12 Constitution check. You regain the ability to cast those spells after completing a rest

8

Harmonic failure! You lose the ability to cast a random spell until you complete a rest

9

Poof! You suppress all light within a near distance from you, including sunlight and magical light, for 10 rounds

10

The horror! You scream uncontrollably for 3 rounds in Primordial, drawing lots of attention

11

Energy surge! You glow bright purple for 10 rounds, granting enemies advantage on attacks against you

12

Unstable conduit! You have disadvantage on casting spells of the same tier for 10 rounds

", + "format": 1 + }, + "title": { + "level": 1, + "show": true + }, + "type": "text", + "video": { + "controls": true, + "volume": 0.5 + } +} From 5e3db48543b735320cae18c52511445e364dd408 Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 23:27:45 +0100 Subject: [PATCH 6/7] adventure schema update --- ...he_scarlet_minotaur__0qbqDCsioL4HWVvW.json | 440 +++++++++--------- 1 file changed, 220 insertions(+), 220 deletions(-) diff --git a/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json b/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json index fff2f0ed..091bdd44 100644 --- a/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json +++ b/data/packs/quickstart-adventures.db/the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json @@ -6,7 +6,7 @@ "_id": "asJ04sNrjrONdPYc", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.V75YwrR126oziTKk", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679438600654, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -28,7 +28,7 @@ "_id": "3DtlC7L1PrMFyn7n", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679438637872, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -230,7 +230,7 @@ "_id": "XPNU79kJyse04pL3", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.c3Nvj86e0Layz3NG", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679430516046, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -252,7 +252,7 @@ "_id": "bHue9K4fSJkmUWNm", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679430570581, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -284,7 +284,7 @@ "_id": "ZOlhmdkqfQyyT6R3", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679430591589, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -337,7 +337,7 @@ "_id": "Ag019spAbwwDbhSZ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679430663175, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -538,7 +538,7 @@ "_id": "rh1ZgUTuHcwhlt4F", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451902332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -560,7 +560,7 @@ "_id": "e020Tn4yv7Aj604M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451949785, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -592,7 +592,7 @@ "_id": "hhkN0EkQbBFGgJfr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451967631, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -645,7 +645,7 @@ "_id": "xURhvz16GozH0j8f", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679452009254, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -846,7 +846,7 @@ "_id": "QvVJAySJZMTMnEZp", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451902332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -868,7 +868,7 @@ "_id": "e020Tn4yv7Aj604M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451949785, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -900,7 +900,7 @@ "_id": "hhkN0EkQbBFGgJfr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451967631, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -953,7 +953,7 @@ "_id": "xURhvz16GozH0j8f", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679452009254, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1154,7 +1154,7 @@ "_id": "82lFpkXeVpKnPWCQ", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451902332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1176,7 +1176,7 @@ "_id": "e020Tn4yv7Aj604M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451949785, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1208,7 +1208,7 @@ "_id": "hhkN0EkQbBFGgJfr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451967631, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1261,7 +1261,7 @@ "_id": "xURhvz16GozH0j8f", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679452009254, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1462,7 +1462,7 @@ "_id": "1WXEDbF6gSa4fQUQ", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451902332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1484,7 +1484,7 @@ "_id": "e020Tn4yv7Aj604M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451949785, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1516,7 +1516,7 @@ "_id": "hhkN0EkQbBFGgJfr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451967631, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1569,7 +1569,7 @@ "_id": "xURhvz16GozH0j8f", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679452009254, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1770,7 +1770,7 @@ "_id": "eVuNGaceV93M5whd", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451902332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1792,7 +1792,7 @@ "_id": "e020Tn4yv7Aj604M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451949785, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1824,7 +1824,7 @@ "_id": "hhkN0EkQbBFGgJfr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451967631, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -1877,7 +1877,7 @@ "_id": "xURhvz16GozH0j8f", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679452009254, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2078,7 +2078,7 @@ "_id": "rok3i6Gy0RjoBgrq", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.fcgq7uwsJEMMdRNx", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451902332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2100,7 +2100,7 @@ "_id": "e020Tn4yv7Aj604M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451949785, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2132,7 +2132,7 @@ "_id": "hhkN0EkQbBFGgJfr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451967631, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2185,7 +2185,7 @@ "_id": "xURhvz16GozH0j8f", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679452009254, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2386,7 +2386,7 @@ "_id": "mdRstp355OUOyY7r", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2408,7 +2408,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2462,7 +2462,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2642,7 +2642,7 @@ "_id": "VIiW9qercPbgheGh", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2664,7 +2664,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2718,7 +2718,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2898,7 +2898,7 @@ "_id": "PZ6Pt3fz7LRaEWqU", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2920,7 +2920,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -2974,7 +2974,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3154,7 +3154,7 @@ "_id": "XbO8sDu1ToDVVoh9", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3176,7 +3176,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3230,7 +3230,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3410,7 +3410,7 @@ "_id": "bERcM50HvKw0ZY6o", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3432,7 +3432,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3486,7 +3486,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3666,7 +3666,7 @@ "_id": "CDxRc2pIwG7SK73E", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3688,7 +3688,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3742,7 +3742,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3922,7 +3922,7 @@ "_id": "L91uEF4duAo8T5Eq", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3944,7 +3944,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -3998,7 +3998,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4178,7 +4178,7 @@ "_id": "4Ou1RViS2GnqvRh9", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4200,7 +4200,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4254,7 +4254,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4434,7 +4434,7 @@ "_id": "hoL50RSbMvRNrrcY", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4456,7 +4456,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4510,7 +4510,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4690,7 +4690,7 @@ "_id": "Fg9DEqSk8eACtwOw", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4712,7 +4712,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4766,7 +4766,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4946,7 +4946,7 @@ "_id": "9u8T17Lwd08OZ4j3", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.U9moCUg8DnL6C0Sq", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440338081, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -4968,7 +4968,7 @@ "_id": "85Q2R6Yq41pn5iqr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440389949, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5169,7 +5169,7 @@ "_id": "voyxtVdHyDIJZl3p", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440605332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5191,7 +5191,7 @@ "_id": "fJL9lcfORjpzaBCe", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440779996, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5223,7 +5223,7 @@ "_id": "D2ICcZFerw1x6D7y", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440802170, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5276,7 +5276,7 @@ "_id": "9oxZTYPcCbLq6SV9", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440823914, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5477,7 +5477,7 @@ "_id": "IjMq3PQ3heab2hRw", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440605332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5499,7 +5499,7 @@ "_id": "fJL9lcfORjpzaBCe", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440779996, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5531,7 +5531,7 @@ "_id": "D2ICcZFerw1x6D7y", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440802170, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5584,7 +5584,7 @@ "_id": "9oxZTYPcCbLq6SV9", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440823914, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5785,7 +5785,7 @@ "_id": "eDYjwoluLnyG54lb", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440605332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5807,7 +5807,7 @@ "_id": "fJL9lcfORjpzaBCe", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440779996, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5839,7 +5839,7 @@ "_id": "D2ICcZFerw1x6D7y", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440802170, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -5892,7 +5892,7 @@ "_id": "9oxZTYPcCbLq6SV9", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440823914, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6093,7 +6093,7 @@ "_id": "hKMfJWF0yyMNRmJI", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.cWzG0yEVgIk8ijk6", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440605332, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6115,7 +6115,7 @@ "_id": "fJL9lcfORjpzaBCe", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440779996, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6147,7 +6147,7 @@ "_id": "D2ICcZFerw1x6D7y", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440802170, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6200,7 +6200,7 @@ "_id": "9oxZTYPcCbLq6SV9", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679440823914, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6401,7 +6401,7 @@ "_id": "OJmaz8DNQExPoRc8", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6423,7 +6423,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6477,7 +6477,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6657,7 +6657,7 @@ "_id": "gxJTvT1DUjeYXx55", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6679,7 +6679,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6733,7 +6733,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6913,7 +6913,7 @@ "_id": "Dn8DLwdUX6tBdmer", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6935,7 +6935,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -6989,7 +6989,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7169,7 +7169,7 @@ "_id": "h3jqEBdI4pkzMvvH", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7191,7 +7191,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7245,7 +7245,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7425,7 +7425,7 @@ "_id": "WDbEb6cR5KhCYXRj", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7447,7 +7447,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7501,7 +7501,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7681,7 +7681,7 @@ "_id": "kvFoZywS76i6ZRt9", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7703,7 +7703,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7757,7 +7757,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7937,7 +7937,7 @@ "_id": "nx8Kopnnw1XcEEEA", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -7959,7 +7959,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8013,7 +8013,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8193,7 +8193,7 @@ "_id": "TxpDZnybxjkNIWAo", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8215,7 +8215,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8269,7 +8269,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8449,7 +8449,7 @@ "_id": "uSNyukMWUS52MqNM", "_stats": { "compendiumSource": "Compendium.shadowdark.monster.k8tAgECWIzPIStGU", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420834561, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8471,7 +8471,7 @@ "_id": "4vlFF9RY0RInh7uU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679420897312, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8525,7 +8525,7 @@ "_id": "S9otkKlpEjmVLs8M", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679451329301, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8705,7 +8705,7 @@ "_id": "wYDtLvGDkSJ4QRtW", "_stats": { "compendiumSource": "Compendium.shadowdark.monsters.Actor.qSeHWgP59WltutCz", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694384512172, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8727,7 +8727,7 @@ "_id": "KiuWCB6C6OcmOl0g", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8779,7 +8779,7 @@ "_id": "ViAocDndtudFnp38", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8956,7 +8956,7 @@ "_id": "S5x2m9KQEN2HoPMp", "_stats": { "compendiumSource": "Compendium.shadowdark.monsters.Actor.QErMaMVIbddgk9MX", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694384512172, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -8978,7 +8978,7 @@ "_id": "RdRiN1ZsfjQf8leu", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9009,7 +9009,7 @@ "_id": "evZXcoBxPaeka6UA", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9216,7 +9216,7 @@ "_id": "bPrm5lY7z87YrtFK", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694385630331, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9241,7 +9241,7 @@ "_id": "Mv4mtkqbmowIBW0i", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694385630331, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9266,7 +9266,7 @@ "_id": "IybXZJ2wVuOa5OAx", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9291,7 +9291,7 @@ "_id": "hPTJxYMb8Cs3TkNS", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9313,7 +9313,7 @@ "_id": "51VbSIfkmvCD0sGJ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -9335,7 +9335,7 @@ "_id": "G1kHYFAVnBCBQlS2", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694385630331, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9360,7 +9360,7 @@ "_id": "twdaDQr0Jo8qlJLQ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9382,7 +9382,7 @@ "_id": "eAkRNjNAIkw5Filb", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9404,7 +9404,7 @@ "_id": "BDf1nVFV48fhhXJj", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9426,7 +9426,7 @@ "_id": "uE9nJqILEgInTyDf", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9448,7 +9448,7 @@ "_id": "ZsmLRJTwMl73j8lA", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9470,7 +9470,7 @@ "_id": "5IwCKSulxxpy8d9d", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9492,7 +9492,7 @@ "_id": "MhsKMzZZbZaBffuO", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9514,7 +9514,7 @@ "_id": "FVvvtsJct9vesF5q", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9536,7 +9536,7 @@ "_id": "yUwp3JQKkMzVOIyx", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9558,7 +9558,7 @@ "_id": "1stWQOKtwsdOoOQB", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9580,7 +9580,7 @@ "_id": "BGfXq4IxO0vX2IAa", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9602,7 +9602,7 @@ "_id": "A5wLqPec4AA3D0V6", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9624,7 +9624,7 @@ "_id": "ma7ldqSAyf9AV5RE", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9646,7 +9646,7 @@ "_id": "aIGRsiMzU2xwwAC6", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9668,7 +9668,7 @@ "_id": "WiEmicywQoEqloje", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9690,7 +9690,7 @@ "_id": "HQtdbjElPrvSvTlF", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9712,7 +9712,7 @@ "_id": "jaPLgbwC8oVu8EmT", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694385630331, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9737,7 +9737,7 @@ "_id": "kI56MH5IetSYco4u", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -9759,7 +9759,7 @@ "_id": "dfkdRCvbYEfFdHLH", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": "aUdswNccq2u0SxEP", @@ -9781,7 +9781,7 @@ "_id": "63oECpAgouGrjOvX", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391681709, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9803,7 +9803,7 @@ "_id": "GXwxJUMvopn2XeX3", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1697571052672, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9831,7 +9831,7 @@ "_id": "gtfx2i7YimBMi2bo", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679272614405, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -9844,7 +9844,7 @@ "_id": "OoYD72x4t1krOPn4", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -9889,7 +9889,7 @@ "_id": "tibvtEcTgk7rpHCK", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -9934,7 +9934,7 @@ "_id": "Y7k4x0LKLRYCG7da", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -10047,7 +10047,7 @@ "_id": "r893z0hIf4LSdPs3", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679586455677, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10112,7 +10112,7 @@ "_id": "7unKOF9uy9ECqkEy", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679586142856, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10167,7 +10167,7 @@ "_id": "Jo88wNZQdCtvuuuS", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679272460086, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10232,7 +10232,7 @@ "_id": "TggK5foyVW9RXoHw", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679589244673, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10297,7 +10297,7 @@ "_id": "U3dML6TSDUKJXBUh", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679589244673, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10362,7 +10362,7 @@ "_id": "iW6GTpg33QYMca8k", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679589244673, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10427,7 +10427,7 @@ "_id": "WKk0GVD1KHrI6fav", "_stats": { "compendiumSource": "Item.7unKOF9uy9ECqkEy", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679586142856, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10485,7 +10485,7 @@ "_id": "BjWjRaMBbsv50AjU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679589244673, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10550,7 +10550,7 @@ "_id": "ToSK7skdC9OPzmwZ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679590101123, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10605,7 +10605,7 @@ "_id": "hiVLFYBR666Zm29e", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679590101123, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10660,7 +10660,7 @@ "_id": "JpRmSUeNd7qwnXZa", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679272510579, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10673,7 +10673,7 @@ "_id": "YdSXQDooWvID0Omk", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -10718,7 +10718,7 @@ "_id": "Ep6ApxGF6IQgIcZJ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -10830,7 +10830,7 @@ "_id": "6NfZTinsbZBY5FVN", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679590101123, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10885,7 +10885,7 @@ "_id": "Xc1NkStj6yilbnSa", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679590101123, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -10940,7 +10940,7 @@ "_id": "O98T6HjIZ9nrajO4", "_stats": { "compendiumSource": "Item.Tyv0gXYaTmYJjHP1", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679271886436, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11008,7 +11008,7 @@ "_id": "R9rWEWg4biAMlj0U", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679664658053, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11073,7 +11073,7 @@ "_id": "vykb09m5y4gCdVIS", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679590101123, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11128,7 +11128,7 @@ "_id": "VO8hdwr2ulhRwwW0", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679666340876, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11193,7 +11193,7 @@ "_id": "qQfrScSGMEBGHCFZ", "_stats": { "compendiumSource": "Item.Jo88wNZQdCtvuuuS", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679272460086, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11261,7 +11261,7 @@ "_id": "0HvhZP8EOXqyT3p2", "_stats": { "compendiumSource": "Compendium.shadowdark.weapons.ZPUhNMmwXXrtbCXi", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1678531929118, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11343,7 +11343,7 @@ "_id": "yv6v0HqiSsnAGOHC", "_stats": { "compendiumSource": "Compendium.shadowdark.armor.UWp4WkkiaBMSXYPE", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1678531204277, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11411,7 +11411,7 @@ "_id": "a69T3oP2oVH2yqMn", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679672838613, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11476,7 +11476,7 @@ "_id": "cY0UIbpokdT448Pw", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679273406052, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11489,7 +11489,7 @@ "_id": "Y6Vmojz6HfSts4yn", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -11534,7 +11534,7 @@ "_id": "QytORFnGHpzgVLrQ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -11646,7 +11646,7 @@ "_id": "xTOy6PVB5iu1asFa", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679680311866, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11711,7 +11711,7 @@ "_id": "ip1i9MpeJeyf7ayu", "_stats": { "compendiumSource": "Item.ew2ZoOaQVO1uDB8I", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679270752650, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11777,7 +11777,7 @@ "_id": "i3gSIEVGxXhlUkdn", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679272766601, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11856,7 +11856,7 @@ "_id": "cFi2Wtbwz3qkiJMx", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679680732589, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11921,7 +11921,7 @@ "_id": "C4Nwo8zX0SgvD0CN", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679680844732, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -11988,7 +11988,7 @@ "_id": "Jd3mOMTNeoHyJ0o9", "_stats": { "compendiumSource": "JournalEntry.kC9OuLQOGZaI6gxk", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679223943622, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -12018,7 +12018,7 @@ "_id": "imQ5hyo4Zg07P8sa", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12057,7 +12057,7 @@ "_id": "xhxzOV0LczZl3g9w", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12096,7 +12096,7 @@ "_id": "ZgDnUE881BtQSdva", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12135,7 +12135,7 @@ "_id": "NQ6b42wwJMOK6jXJ", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12174,7 +12174,7 @@ "_id": "mk2XPtOkIUVJa1r6", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12213,7 +12213,7 @@ "_id": "Ebnm0GKVZK0r4M1L", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12255,7 +12255,7 @@ "_id": "52HmUPhOmObKD066", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12294,7 +12294,7 @@ "_id": "og8Nge1YJUy0vEZ1", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12336,7 +12336,7 @@ "_id": "CDf6qPlOVU145qf1", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12375,7 +12375,7 @@ "_id": "7wbBRL0EBS0HZnYo", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12414,7 +12414,7 @@ "_id": "b07AUXqDrTMY4rdR", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12453,7 +12453,7 @@ "_id": "tMeWP0O7br4N89Io", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12492,7 +12492,7 @@ "_id": "wOGUory4OOBf3tK0", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12531,7 +12531,7 @@ "_id": "i3V6SKaXvFSiMu6C", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12570,7 +12570,7 @@ "_id": "VeLS9tCOvPgxGtVB", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12609,7 +12609,7 @@ "_id": "V23yABkR5uwGET7L", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12648,7 +12648,7 @@ "_id": "EDgODTLELhFewmfC", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12687,7 +12687,7 @@ "_id": "mny9vaKHTw8QzAOH", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12726,7 +12726,7 @@ "_id": "ij3UqKXLKbo4HEQv", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12765,7 +12765,7 @@ "_id": "K89gip6LsipJKXR1", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12804,7 +12804,7 @@ "_id": "VKhNxZxjNQMagHuB", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12843,7 +12843,7 @@ "_id": "0inZOCDF3fXquc3E", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12882,7 +12882,7 @@ "_id": "VaGKvoCmaxt3vVzU", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12921,7 +12921,7 @@ "_id": "1RRASFNF0M0Nsdab", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12960,7 +12960,7 @@ "_id": "8gh1tN3LaqiurWr5", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -12999,7 +12999,7 @@ "_id": "cG03UHWIl6QD2uuq", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13038,7 +13038,7 @@ "_id": "0Fk22lPWSvFbArmd", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13077,7 +13077,7 @@ "_id": "LNsH8ZnvP38gOFHw", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13116,7 +13116,7 @@ "_id": "Uzf5XC3b0OggPLwI", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13155,7 +13155,7 @@ "_id": "5t6le9aC9aHgWDmw", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13194,7 +13194,7 @@ "_id": "S5RtOPxkr4qG4mwH", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13233,7 +13233,7 @@ "_id": "5QLROV74bPrTfwZn", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13272,7 +13272,7 @@ "_id": "aAcmWLsVbHwBQPOr", "_stats": { "compendiumSource": null, - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": null, "duplicateSource": null, "lastModifiedBy": null, @@ -13316,7 +13316,7 @@ "_id": "b4peWtS82m3su5q1", "_stats": { "compendiumSource": "Compendium.shadowdark.macros.Macro.zNYDtS7XcT3IaQ4t", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1697571066566, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -13348,7 +13348,7 @@ "_id": "oYUJG4g7naduZNeb", "_stats": { "compendiumSource": "Compendium.shadowdark.macros.Macro.EropDDFL0DKcW8I6", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1697571068616, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -13380,7 +13380,7 @@ "_id": "uQOjVmE0co1U8yws", "_stats": { "compendiumSource": "Compendium.shadowdark.macros.Macro.C0TN1X2LOAPYWJmD", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1697571070504, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -13417,7 +13417,7 @@ "_id": "meMau7PRNLPMhWtA", "_stats": { "compendiumSource": "Scene.meMau7PRNLPMhWtA", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1679223110131, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -38753,7 +38753,7 @@ "_id": "8ZWuW34EAMWVBpz5", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.8ZWuW34EAMWVBpz5", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -38949,7 +38949,7 @@ "_id": "9PJHNS0mKp3wQ0h8", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.9PJHNS0mKp3wQ0h8", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -39113,7 +39113,7 @@ "_id": "IkysQwv0TS6SripN", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.IkysQwv0TS6SripN", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -39309,7 +39309,7 @@ "_id": "K3VLbRUdyBC65MOL", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.K3VLbRUdyBC65MOL", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -39505,7 +39505,7 @@ "_id": "VKT5qBn60tiWZWXL", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.VKT5qBn60tiWZWXL", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -39701,7 +39701,7 @@ "_id": "iFdrtN3kJk5yth9S", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.iFdrtN3kJk5yth9S", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -39833,7 +39833,7 @@ "_id": "jDOXbODgNkT69ii5", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.jDOXbODgNkT69ii5", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -40029,7 +40029,7 @@ "_id": "l251PEOpGq6Ss7Z9", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.l251PEOpGq6Ss7Z9", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", @@ -40097,7 +40097,7 @@ "_id": "m7Xv2zw1KGYxsuJG", "_stats": { "compendiumSource": "Compendium.shadowdark.rollable-tables.RollTable.m7Xv2zw1KGYxsuJG", - "coreVersion": "12.328", + "coreVersion": "12.331", "createdTime": 1694391666663, "duplicateSource": null, "lastModifiedBy": "PlRkeViQNpI8qZhv", From 295bfd81f8318cce51b3d08d6de34c26718367fa Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Mon, 26 Aug 2024 23:30:26 +0100 Subject: [PATCH 7/7] closes #853, closes #856 --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 99c76a86..52bb278c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +# v3.1.0 + +## Enhancements +* [#853] CSS Styling for Journals +* [#856] Beauty pass over Quickstart journals + +--- + # v3.0.0 ## Enhancements