Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8c70322
🐛 Fix level adjustment feat text
miscoined Jul 7, 2024
afbf804
🐛 Remove trailing newlines correctly from ability fields
miscoined Jul 9, 2024
94ab73b
🐛 Fix abilities getting read as alternate stat values
miscoined Jul 18, 2024
dcb0e7b
🚸 Use a new QuteDataRef for CreatureSpellReference
miscoined Jul 5, 2024
844611c
👔 Granularize AC string formatting and remove joinWithPrefix
miscoined Jul 6, 2024
a3fa861
♻️ Restructure QuteDataActivity
miscoined Jul 6, 2024
658ccb7
♻️ Remove renderInlineTemplate and friends
miscoined Jul 7, 2024
395971e
♻️ Pull embedded ability construction into Json2QuteAbility
miscoined Jul 7, 2024
5d15e0c
♻️ Pull embedded QuteAffliction creation into Json2QuteAffliction
miscoined Jul 7, 2024
dfbdc23
♻️🐛 Centralize some common note code, fixing some tagging bugs
miscoined Jul 7, 2024
36973d0
♻️ Move collectTraitsFrom into JsonTextReplacement
miscoined Jul 7, 2024
770412e
🚸🔥 Make traits a collection of QuteDataRef
miscoined Jul 8, 2024
bec3555
🔥 Remove getAlignmentsFrom
miscoined Jul 8, 2024
61513cc
🧑💻 Make replaceText concrete and replaceTokenText the abstract
miscoined Jul 8, 2024
bcd0c2c
🚸🐛 Add a QuteDataTraits and fix some trait/tag bugs
miscoined Jul 12, 2024
1d270f0
🔨 Don't fail tests if git properties can't be found
miscoined Feb 11, 2025
6bd89af
🚸💥 Improve QuteItemArmorData
miscoined Jul 12, 2024
b68f784
🧪 Add a test for pf2e yaml statblock templates
miscoined Jul 7, 2024
b0c0bb8
🚸 Add extension method helpers for newlines and quoting
miscoined Jul 9, 2024
f0100cc
🚧 Begin adding support for Pf2e fantasy statblock bestiary
miscoined Jul 7, 2024
8dd89f3
🧱 Add an asYamlStatblock parameter for embedded templates
miscoined Jul 7, 2024
50c70e2
🚸💥 Add embedded YAML templates for abilities
miscoined Jul 7, 2024
32d09e2
🚸 Add YAML statblock rendering for attacks
miscoined Jul 8, 2024
b8e2dde
🚸 Add some workarounds and post-processing for YAML statblocks
miscoined Jul 9, 2024
2730cd7
🚸 Add YAML statblock template for afflictions
miscoined Jul 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 46 additions & 46 deletions examples/config/config.5e.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"sources" : {
"toolsRoot" : "local/5etools/data",
"reference" : [
"DMG"
],
"adventure" : [
"LMoP"
],
"book" : [
"PHB"
],
"homebrew" : [
"homebrew/collection/Kobold Press; Deep Magic 14 Elemental Magic.json"
]
},
"paths" : {
"compendium" : "/compendium/",
"rules" : "/compendium/rules/"
},
"include" : [
"race|changeling|mpmm"
],
"includeGroup" : [
"familiars"
],
"exclude" : [
"monster|expert|dc",
"monster|expert|sdw",
"monster|expert|slw"
],
"excludePattern" : [
"race\\|.*\\|dmg"
],
"reprintBehavior" : "newest",
"template" : {
"background" : "examples/templates/tools5e/images-background2md.txt"
},
"useDiceRoller" : true,
"yamlStatblocks" : true,
"tagPrefix" : "ttrpg-cli",
"images" : {
"internalRoot" : "local/path/for/remote/images",
"copyInternal" : true,
"copyExternal" : true
}
{
"sources" : {
"toolsRoot" : "local/5etools/data",
"reference" : [
"DMG"
],
"adventure" : [
"LMoP"
],
"book" : [
"PHB"
],
"homebrew" : [
"homebrew/collection/Kobold Press; Deep Magic 14 Elemental Magic.json"
]
},
"paths" : {
"compendium" : "/compendium/",
"rules" : "/compendium/rules/"
},
"include" : [
"race|changeling|mpmm"
],
"includeGroup" : [
"familiars"
],
"exclude" : [
"monster|expert|dc",
"monster|expert|sdw",
"monster|expert|slw"
],
"excludePattern" : [
"race\\|.*\\|dmg"
],
"reprintBehavior" : "newest",
"template" : {
"background" : "examples/templates/tools5e/images-background2md.txt"
},
"useDiceRoller" : true,
"yamlStatblocks" : true,
"tagPrefix" : "ttrpg-cli",
"images" : {
"internalRoot" : "local/path/for/remote/images",
"copyInternal" : true,
"copyExternal" : true
}
}
62 changes: 31 additions & 31 deletions examples/config/config.pf2e.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"sources" : {
"reference" : [
"CRB",
"GMG"
],
"book" : [
"crb",
"gmg"
]
},
"paths" : {
"compendium" : "compendium/",
"rules" : "compendium/rules/"
},
"include" : [
"ability|buck|b1"
],
"exclude" : [
"background|insurgent|apg"
],
"excludePattern" : [
"background\\|.*\\|lowg"
],
"reprintBehavior" : "newest",
"template" : {
"ability" : "../path/to/ability2md.txt"
},
"useDiceRoller" : true,
"tagPrefix" : "ttrpg-cli",
"images" : { }
{
"sources" : {
"reference" : [
"CRB",
"GMG"
],
"book" : [
"crb",
"gmg"
]
},
"paths" : {
"compendium" : "compendium/",
"rules" : "compendium/rules/"
},
"include" : [
"ability|buck|b1"
],
"exclude" : [
"background|insurgent|apg"
],
"excludePattern" : [
"background\\|.*\\|lowg"
],
"reprintBehavior" : "newest",
"template" : {
"ability" : "../path/to/ability2md.txt"
},
"useDiceRoller" : true,
"tagPrefix" : "ttrpg-cli",
"images" : { }
}
Loading
Loading