diff --git a/src/game/modifiers.tsx b/src/game/modifiers.tsx index ef66911..ffbef3c 100644 --- a/src/game/modifiers.tsx +++ b/src/game/modifiers.tsx @@ -119,7 +119,8 @@ export function createModifierSection( subtitle: string, modifier: Required, base: DecimalSource = 1, - unit = "" + unit = "", + baseText: CoercableComponent = "Base" ) { return (
@@ -133,7 +134,7 @@ export function createModifierSection( {format(base)} {unit} - Base + {renderJSX(baseText)}
{renderJSX(unref(modifier.description))}