From db7f7abfc48963857a80c5632261c127c9d0f042 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 11 Oct 2025 17:38:30 -0700 Subject: [PATCH] update HTML drop table notes in command info --- src/Main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Main.cc b/src/Main.cc index 48daac29..50c3e496 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -2089,7 +2089,8 @@ Action a_convert_rare_item_set( .rel (Schtserv rare table; cannot be used in output filename)\n\ .html (HTML rare table; cannot be used in input filename)\n\ If the --multiply=X option is given, multiplies all drop rates by X (given\n\ - as a decimal value).\n", + as a decimal value). The HTML drop tables will account for each enemy\'s\n\ + drop-anything rate; the true drop rates are shown in tooltips.\n", +[](phosg::Arguments& args) { double rate_factor = args.get("multiply", 1.0); auto s = make_shared(get_config_filename(args));