From 942a030afd348ab2e02eac8054b43e3c3a72ea48 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 15 Nov 2021 13:53:59 +0800 Subject: *rename --- .../lua-addons/addons/SpellBook/readme.md | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Data/BuiltIn/Libraries/lua-addons/addons/SpellBook/readme.md (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/SpellBook/readme.md') diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/SpellBook/readme.md b/Data/BuiltIn/Libraries/lua-addons/addons/SpellBook/readme.md new file mode 100644 index 0000000..aef96a2 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/SpellBook/readme.md @@ -0,0 +1,37 @@ +# SpellBook + +This addon helps you find missing spells. You can search by job and level, +or by category. + +## Usage +Spent jp can be specified for spells learned from Gifts by entering a value of 100-1500. +Spells are never given as Gifts for less than 100 jp and values under 100 are treated as level. + + +``` +//spbk help +``` +Show help text. +``` +//spbk [current] +``` +Show learnable spells based on current main and sub job and level/jp. +``` +//spbk [] +``` +Show missing spells for current main or sub job. Defaults to the job\'s current level/jp. +``` +//spbk [] +``` +Show missings spells for specified job and level. Defaults to the job\'s level/jp. +``` +//spbk [all] +``` +Show learnable spells by category. Limited to spells which are learnable, unless all is added after the category. + +Categories: whitemagic, blackmagic, songs, ninjustu, summoning, bluemagic, geomancy, trusts, all (Trusts are not included in all) + + +## Credits + +Inspired by the SpellCheck addon by Zubis -- cgit v1.1-26-g67d0