
Originally Posted by
UtherSRG
each item/weapon can have 1, 2, or 3 upgrades, but only 1 small, 1 medium, and 1 large upgrade, and assuming it doesn't matter which order the upgrade happens
An upgrade works one way for a weapons, and possibly another way for an item.
1 upgrade: 3 possible (S, M, or L) => 3 * 2 * 36 = 216 combinations to try (6 small, 1 medium valid so far)
2 upgrades: 3 possible (SM, ML, or SL) => 3 * 2 * 36 * 36 = 7776 combinations (1 SM valid so far)
3 upgrades: 1 possible (SML) => 1 * 2 * 36 * 36 *36 = 93312 combinations (none valid so far)