From d5742c38188ace924cd6df2d54e20cc2bcdfa08d Mon Sep 17 00:00:00 2001 From: -Ry Date: Sun, 19 Jul 2026 17:21:51 +0100 Subject: [PATCH 1/2] add custom_skill_trees framework mod --- _willow1_mods/custom_skill_trees.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _willow1_mods/custom_skill_trees.md diff --git a/_willow1_mods/custom_skill_trees.md b/_willow1_mods/custom_skill_trees.md new file mode 100644 index 0000000..60d92e4 --- /dev/null +++ b/_willow1_mods/custom_skill_trees.md @@ -0,0 +1,10 @@ +--- +pyproject_url: https://raw.githubusercontent.com/Ry0511/my_bl1_sdk_mods/refs/heads/master/src/py/custom_skill_trees/pyproject.toml +--- + +## Notes + +This mod only makes it possible to customise the skill tree it does not give the user the ability to +create arbitrary custom skill trees; support for that will come when v1.0 releases. + +Compatible with `Skilltree UI Fix >= v1.3` and `Skill Randomizer` \ No newline at end of file From 480336baf5b9737e1b2a561935fc5bd732c7aeb0 Mon Sep 17 00:00:00 2001 From: -Ry Date: Sun, 19 Jul 2026 17:19:44 +0000 Subject: [PATCH 2/2] tweak description --- _willow1_mods/custom_skill_trees.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_willow1_mods/custom_skill_trees.md b/_willow1_mods/custom_skill_trees.md index 60d92e4..94f6e7b 100644 --- a/_willow1_mods/custom_skill_trees.md +++ b/_willow1_mods/custom_skill_trees.md @@ -4,7 +4,10 @@ pyproject_url: https://raw.githubusercontent.com/Ry0511/my_bl1_sdk_mods/refs/hea ## Notes -This mod only makes it possible to customise the skill tree it does not give the user the ability to -create arbitrary custom skill trees; support for that will come when v1.0 releases. +This mod only makes it possible to customise the skill tree it does not give the user the ability to create arbitrary +custom skill trees; support for that will come when v1.0 releases. -Compatible with `Skilltree UI Fix >= v1.3` and `Skill Randomizer` \ No newline at end of file +### Compatibility + +- supports `Skill Randomizer` +- supports `Skilltree UI Fix` `>= v1.3` \ No newline at end of file