diff options
Diffstat (limited to 'src/cmd/cmd_usage.cc')
-rw-r--r-- | src/cmd/cmd_usage.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/cmd_usage.cc b/src/cmd/cmd_usage.cc index 44daca4..4f8d82f 100644 --- a/src/cmd/cmd_usage.cc +++ b/src/cmd/cmd_usage.cc @@ -40,6 +40,8 @@ namespace cmd { text << indDesc << " skill (athletics, \"sleight of hand\", etc.); value is (none|proficient|expert)" << std::endl; text << indDesc << " proficiency; value is new proficency bonus." << std::endl; text << indDesc << " name; value is new given name." << std::endl; + text << indDesc << " cost; (for an item) value is cost in cp." << std::endl; + text << indDesc << " weight; (for an item) value is weight in lbs." << std::endl; text << indOpt << "edit path" << std::endl; text << indDesc << "Edit notes associated with creature." << std::endl; text << indOpt << "add path entry" << std::endl; @@ -51,6 +53,8 @@ namespace cmd { 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 << "create path type name" << std::endl; + text << indDesc << "Create a new entry at path location of type and name, where type is any of item, weapon, armor, spell, feature, feature_attack, creature." << std::endl; text << indOpt << "git [command]" << std::endl; text << indDesc << "Execute a git command within the dmtool folder." << std::endl; text << indOpt << "help" << std::endl; |