From 3f78a7e1647ba94129236bd2bf4fc855c109628a Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 3 Jan 2022 16:25:45 -0500 Subject: Added command to force a saving throw --- src/cmd_usage.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cmd_usage.cc') diff --git a/src/cmd_usage.cc b/src/cmd_usage.cc index 74cfe6b..44daca4 100644 --- a/src/cmd_usage.cc +++ b/src/cmd_usage.cc @@ -24,6 +24,10 @@ namespace cmd { text << indDesc << "Roll a skill check, save, or attack." << std::endl; text << indOpt << "attack path1 name path2 [-1] [-2]" << std::endl; text << indDesc << "Roll an attack for path1 attacking path2. Handedness defaults to 2h if versatile and not holding a shield, otherwise use -1 and -2." << std::endl; + text << indOpt << "save ability DC paths [--damage DMG] [--type TYPE] [--halves] [--magical,-m] [--silvered,-s] [--adamantine,-a]" << std::endl; + text << indDesc << "Force creatures at paths to make an ability save at DC. Default: report pass/fail." << std::endl; + text << indDesc << " If --damage, failed saves take TYPE damage (default force), passed saves negate." << std::endl; + text << indDesc << " If --halves, passed saves halve damage rather than negate." << std::endl; text << indOpt << "damage path amount [type] [--magical,-m] [--silvered,-s] [--adamantine,-a]" << std::endl; text << indDesc << "Damage creature by amount. Type defaults to \"force\"." << std::endl; text << indOpt << "heal path amount" << std::endl; -- cgit v1.2.3