Skip to content

Commit

Permalink
Merge pull request #746 from Muttley/release/2.0.0
Browse files Browse the repository at this point in the history
Release/2.0.0
  • Loading branch information
Muttley authored Apr 9, 2024
2 parents 63a5d48 + 9dd40c8 commit 41dea45
Show file tree
Hide file tree
Showing 2,001 changed files with 60,924 additions and 1,456 deletions.
25 changes: 24 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# vx.x.x
# v2.0.0

## Bugfixes
* [#715] Learned scrolls don't show usual spell icon

## Enhancements
* [#500] Support added for leveling up characters. A class spells list can be opened from the character sheet spell tab or leveling window.
* [#644] Improve chat card for Effects
* [#690] All monsters from the core rules are now available in the monsters compendium.
* [#694] Content from the Cursed Scroll Zines 1-3 is now available. This includes new Classes, Backgrounds, Deities, Telents, Weapons, Armor, and Spells.
* [#696] Core rules content was expanded to include Tier 3-5 Wizard and Priest spells. All content from the core rules is now labeld as "Core Rules" in the source selection settings.
* [#713] Added dice sounds to Character Builder
* [#718] Fixed an issue where the "common" language was not correctly loading in the Character Generator when selecting classes with fixed languages
* [#725] Update token mapping for new core monsters.
* [#728] Spell items can now be dragged onto NPC sheets to add that spell to the NPC's spell list.
* [#731] Added 1d2 as an option for weapon damage.
* [#733] Negative Dex modifier not correctly applied to characters with armor
* [#736] Added random names table for Kobold ancestry
* [#738] Ancestries can now be given a weight to effect roll chance in the Character Generator. Ancestries from the core rules have been updated to match the randomization table on page 40.

## Feature Notes
Character leveling now occurs via a structed leveling up systems that is triggered when xp gained meets or exceeds the next level requirement.
* All HP rolls, talent, and spell selections are now done in the leveling up window.
* Selecting class while leveling up from 0 to 1
* Class items now support adding a known spell table.
* An audit log of character leveling changes is accessible via script under the property actor.auditLog

---

Expand All @@ -14,6 +36,7 @@

## Enhancements
* [#437] Added Character Builder
* [#681] Added Item Importer Macro
* [#692] Added Spell Importer macro
* [#695] Add ability to have Effects on Boon items
* [#697] Updated the formating of monster descriptions created with the monster importer.
Expand Down
3 changes: 2 additions & 1 deletion data/packs/ancestries.db/dwarf__80h0XXptGDZvGAIZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
},
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.IVnsYyvJAM36YQsv",
"predefinedEffects": "",
"randomWeight": 2,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
3 changes: 2 additions & 1 deletion data/packs/ancestries.db/elf__mpqXJtii4nj4ukKk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
},
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.44P8mz0yaCsTtKeq",
"predefinedEffects": "",
"randomWeight": 2,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
3 changes: 2 additions & 1 deletion data/packs/ancestries.db/goblin__QG1lAZeLfBtXR6zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
},
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.PCDY6HMLaToPHurV",
"predefinedEffects": "",
"randomWeight": 1,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
3 changes: 2 additions & 1 deletion data/packs/ancestries.db/half_orc__0lJ8Pj0UPsbSSUTm.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
},
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.noInf0ReaXapH7xb",
"predefinedEffects": "",
"randomWeight": 1,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
3 changes: 2 additions & 1 deletion data/packs/ancestries.db/halfling__rglUPGtBSAAG3dhK.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
},
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.zIJh954RRbmssIFq",
"predefinedEffects": "",
"randomWeight": 2,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
3 changes: 2 additions & 1 deletion data/packs/ancestries.db/human__w3gbUH2DOBxfZPHO.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
},
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.ZbrMK1WDNtz1ajJn",
"predefinedEffects": "",
"randomWeight": 4,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
6 changes: 4 additions & 2 deletions data/packs/ancestries.db/kobold__855WNm4l1T7S8akj.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
"selectOptions": [
]
},
"nameTable":"",
"nameTable": "Compendium.shadowdark.rollable-tables.RollTable.swiCqIGo0Bb3sJyI",
"predefinedEffects": "",
"randomWeight": 1,
"source": {
"title": "quickstart"
"title": "core-rules"
},
"talentChoiceCount": 1,
"talents": [
Expand Down
5 changes: 3 additions & 2 deletions data/packs/backgrounds.db/acolyte__vDOgJXmlBAZRXvnj.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"_key": "!items!vDOgJXmlBAZRXvnj",
"effects": [
],
"folder": null,
"folder": "InLbadov5GPzXI6c",
"img": "icons/environment/people/commoner.webp",
"name": "Acolyte",
"system": {
"description": "<p>You're well trained in religious rites and doctrines</p>",
"predefinedEffects": "",
"source": {
"title": "quickstart"
"title": "core-rules"
}
},
"type": "Background"
Expand Down
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/amnesiac__6mOOO14scyeP9RHY.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "6mOOO14scyeP9RHY",
"_key": "!items!6mOOO14scyeP9RHY",
"effects": [
],
"folder": "Ow9U3BiGFKGjRrIn",
"img": "icons/environment/people/commoner.webp",
"name": "Amnesiac",
"system": {
"description": "<p>Your past is a haze, but some memories return</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-1"
}
},
"type": "Background"
}
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/ascetic__5X2qZ9nhGItRoEbj.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "5X2qZ9nhGItRoEbj",
"_key": "!items!5X2qZ9nhGItRoEbj",
"effects": [
],
"folder": "Ow9U3BiGFKGjRrIn",
"img": "icons/environment/people/commoner.webp",
"name": "Ascetic",
"system": {
"description": "<p>People fear you, but seek out your guidance</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-1"
}
},
"type": "Background"
}
5 changes: 3 additions & 2 deletions data/packs/backgrounds.db/banished__NIx2lDW62eRK9tLu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"_key": "!items!NIx2lDW62eRK9tLu",
"effects": [
],
"folder": null,
"folder": "InLbadov5GPzXI6c",
"img": "icons/environment/people/commoner.webp",
"name": "Banished",
"system": {
"description": "<p>Your people cast you out for supposed crimes</p>",
"predefinedEffects": "",
"source": {
"title": "quickstart"
"title": "core-rules"
}
},
"type": "Background"
Expand Down
4 changes: 2 additions & 2 deletions data/packs/backgrounds.db/barbarian__bwm7Abf6MxjyDm1L.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"_key": "!items!bwm7Abf6MxjyDm1L",
"effects": [
],
"folder": null,
"folder": "InLbadov5GPzXI6c",
"img": "icons/environment/people/commoner.webp",
"name": "Barbarian",
"system": {
"description": "<p>You left the horde, but it never quite left you</p>",
"source": {
"title": "quickstart"
"title": "core-rules"
}
},
"type": "Background"
Expand Down
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/blacksmith__jYVGhsymvvgZpLEI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "jYVGhsymvvgZpLEI",
"_key": "!items!jYVGhsymvvgZpLEI",
"effects": [
],
"folder": "pl9dhvRO02wkiizP",
"img": "icons/environment/people/commoner.webp",
"name": "Blacksmith",
"system": {
"description": "<p>Weapons, armor, horseshoes; you do it all</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-3"
}
},
"type": "Background"
}
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/bowyer__AENjm94YYccY8zP4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "AENjm94YYccY8zP4",
"_key": "!items!AENjm94YYccY8zP4",
"effects": [
],
"folder": "pl9dhvRO02wkiizP",
"img": "icons/environment/people/commoner.webp",
"name": "Bowyer",
"system": {
"description": "<p>You can make and fix any bow or arrow</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-3"
}
},
"type": "Background"
}
4 changes: 2 additions & 2 deletions data/packs/backgrounds.db/chirurgeon__WPurxk1YhBu4ZwzW.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"_key": "!items!WPurxk1YhBu4ZwzW",
"effects": [
],
"folder": null,
"folder": "InLbadov5GPzXI6c",
"img": "icons/environment/people/commoner.webp",
"name": "Chirurgeon",
"system": {
"description": "<p>You know anatomy, surgery, and first aid</p>",
"predefinedEffects": "",
"source": {
"title": "quickstart"
"title": "core-rules"
}
},
"type": "Background"
Expand Down
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/chosen__XAvZJdWjVktu5WwW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "XAvZJdWjVktu5WwW",
"_key": "!items!XAvZJdWjVktu5WwW",
"effects": [
],
"folder": "Ow9U3BiGFKGjRrIn",
"img": "icons/environment/people/commoner.webp",
"name": "Chosen",
"system": {
"description": "<p>An eldritch being selected you for a purpose</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-1"
}
},
"type": "Background"
}
9 changes: 9 additions & 0 deletions data/packs/backgrounds.db/core__InLbadov5GPzXI6c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"_id": "InLbadov5GPzXI6c",
"_key": "!folders!InLbadov5GPzXI6c",
"color": null,
"folder": null,
"name": "Core",
"sorting": "a",
"type": "Item"
}
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/crafter__TpcMjA90euBpch0M.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "TpcMjA90euBpch0M",
"_key": "!items!TpcMjA90euBpch0M",
"effects": [
],
"folder": "pl9dhvRO02wkiizP",
"img": "icons/environment/people/commoner.webp",
"name": "Crafter",
"system": {
"description": "<p>You can make and fix any utilitarian item</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-3"
}
},
"type": "Background"
}
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/criminal__ub0z2It70ZytMVzS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "ub0z2It70ZytMVzS",
"_key": "!items!ub0z2It70ZytMVzS",
"effects": [
],
"folder": "pl9dhvRO02wkiizP",
"img": "icons/environment/people/commoner.webp",
"name": "Criminal",
"system": {
"description": "<p>You were exiled from your village for a crime</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-3"
}
},
"type": "Background"
}
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/crop_farmer__gZV06HJiZrGHre14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "gZV06HJiZrGHre14",
"_key": "!items!gZV06HJiZrGHre14",
"effects": [
],
"folder": "pl9dhvRO02wkiizP",
"img": "icons/environment/people/commoner.webp",
"name": "Crop Farmer",
"system": {
"description": "<p>You toil in the earth and know all plants</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-3"
}
},
"type": "Background"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"_key": "!items!qzrK4PvIPTaOCViF",
"effects": [
],
"folder": null,
"folder": "InLbadov5GPzXI6c",
"img": "icons/environment/people/commoner.webp",
"name": "Cult Initiate",
"system": {
"description": "<p>You know blasphemous secrets and rituals</p>",
"source": {
"title": "quickstart"
"title": "core-rules"
}
},
"type": "Background"
Expand Down
18 changes: 18 additions & 0 deletions data/packs/backgrounds.db/demonborn__UNZMpUhRPHKQSz9T.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_id": "UNZMpUhRPHKQSz9T",
"_key": "!items!UNZMpUhRPHKQSz9T",
"effects": [
],
"folder": "Ow9U3BiGFKGjRrIn",
"img": "icons/environment/people/commoner.webp",
"name": "Demonborn",
"system": {
"description": "<p>An ancestor of yours is a powerful demon</p>",
"predefinedEffects": "",
"source": {
"page": 0,
"title": "cursed-scroll-1"
}
},
"type": "Background"
}
9 changes: 9 additions & 0 deletions data/packs/backgrounds.db/diabolical__Ow9U3BiGFKGjRrIn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"_id": "Ow9U3BiGFKGjRrIn",
"_key": "!folders!Ow9U3BiGFKGjRrIn",
"color": null,
"folder": null,
"name": "Diabolical",
"sorting": "a",
"type": "Item"
}
Loading

0 comments on commit 41dea45

Please sign in to comment.