Your enemies are reduced to a bloody pulp on the ground. Nothing can keep you from stealing their belongings... You find: A (print: $weaponPrefixes's (random: 1,$amountPrefixes) ) (print: $weaponTypes's (random: 1,$amountWeapons) ) (print: $weaponSuffixes's (random: 1,$amountSuffixes) ) [[Get the loot!|Loot!!!]] (set: $weaponTypes to (a:"Sword", "Hammer", "Staff")) (set: $amountWeapons to $weaponTypes's length) (set: $weaponPrefixes to (a:"Bloody", "Holy", "Wooden")) (set: $amountPrefixes to $weaponPrefixes's length) (set: $weaponSuffixes to (a:"of Strength", "of Dexterity", "of Wisdom")) (set: $amountSuffixes to $weaponSuffixes's length)