{`${y.randomStatId}: `}
{pluralize('roll', y.rollCombination.numberOfRolls, true)}
- {!!y.rollCombination.rollStrength && (
- <>
- , strength:{' '}
+ {!!y.rollCombination.numberOfRolls && (
+
+ Average strength of each roll:{' '}
- >
+ . Total weighting:{' '}
+
+
)}
diff --git a/src/models/gear.ts b/src/models/gear.ts
index 2d9251d7..bd71ed99 100644
--- a/src/models/gear.ts
+++ b/src/models/gear.ts
@@ -201,15 +201,8 @@ export class Gear implements Persistable