From 38e33d8756a5b652965be8ada478b5c4238b857c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 May 2021 16:26:49 -0400 Subject: Added spellcasting command --- src/cmd_usage.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cmd_usage.cc') diff --git a/src/cmd_usage.cc b/src/cmd_usage.cc index 03dae56..53e9d01 100644 --- a/src/cmd_usage.cc +++ b/src/cmd_usage.cc @@ -40,6 +40,11 @@ namespace cmd { text << indDesc << "Add entry to creature, where entry is an item or spell." << std::endl; text << indOpt << "del path entry" << std::endl; text << indDesc << "Delete entry from creature, where entry is an item or spell." << std::endl; + text << indOpt << "spellcasting path SUBCOMMAND" << std::endl; + text << indDesc << "Manipulate creature's spellcasting feature, where subcommand is any of:" << std::endl; + text << indDesc << " init; adds spellcasting to a creature which currently does not have spellcasting" << std::endl; + text << indDesc << " ability value; sets the spellcasting ability, where value is the ability name" << std::endl; + text << indDesc << " level l slots; sets the number of slots at spell level l to slots" << std::endl; text << indOpt << "help" << std::endl; text << indDesc << "Show this help." << std::endl; return text.str(); -- cgit v1.2.3