You'll first start to get Q6 Tier-2 items (like Military Boots) at lootstage 116. Military Boots show up in all sorts of containers and also as quest rewards. They are definitely not craft-only - all Q6 stuff is loot-, reward-, or buy-only.
The Stealth Boots as loot? The ones unlocked separately from the military armor set by Urban Combat Vol. 1 and were crafting only in A19? I suspect people need to get their eye glasses prescription confirmed if they think they got it in loot. Military Boots and Military Stealth Boots are not the same item.I found a lv6 stealth boot this current game. It is from an airdrop bundle.
One of my players asked if there was an in game way of getting lvl 6 stealth boots. As far as I know they are craft only correct which means you cant get them at lvl 6 unless you pull them from the creative menu. Is this correct?
I am currently modding my game to give the player the ability to craft any item Q6.
No, but I did make adjustments that I am currently testing out:YES! Are you also removing Q6 from loot? It's time for us Advanced Engineering nerds to assert our dominance!
<insertBefore xpath="/progression/perks/perk[@name='perkBoomstick']/effect_group/passive_effect[@name='BlockDamage']">
<passive_effect name="CraftingTier" operation="base_add" level="1,2,3,4,5" value="1,2,2,2,2" tags="T1Shotgun"/>
<passive_effect name="CraftingTier" operation="base_add" level="1,2,3,4,5" value="0,0,1,1,1" tags="T2Shotgun"/>
<passive_effect name="CraftingTier" operation="base_add" level="1,2,3,4,5" value="0,0,0,0,0" tags="T3Shotgun"/>
</insertBefore>
that is a rather offensive way to put doubt on what other player's experience. Yes it is the stealth boots. I know what I've found.The Stealth Boots as loot? The ones unlocked separately from the military armor set by Urban Combat Vol. 1 and were crafting only in A19? I suspect people need to get their eye glasses prescription confirmed if they think they got it in loot. Military Boots and Military Stealth Boots are not the same item.
that is a rather offensive way to put doubt on what other player's experience. Yes it is the stealth boots. I know what I've found.
It is modded indeed as I have just found out.Are you sure they weren't just the military boots?
I just checked both the loot and traders xml files and armorMilitaryStealthBoots are not in either of those files. It is a craftable only item in vanilla 7D2D that you can get to Quality 5.
Search for armorMilitaryBoots
View attachment 22894
Search for armorMilitaryStealthBoots
View attachment 22895
If you are playing a modded game, they might have been added in those files.
on the topic of boots, what are my best bets for looting high performance running shoes? shoe containers? clothing stores?
Thanks, I wonder if this is also affected by the 255+ lootstage bug that they are working on fixing, I would assume soProbably the piles of shoes and shoe shelves in stores is going to be the highest odds-per-container-searched, since they only return from the "ApparelShoesAll" loot group. But you can find the shoes anywhere you might find clothes - dressers, luggage, lockers, clothing store shelves, etc. Also coffins, desks, Savage Country crates.
The shoe piles/shelves pull from the group below which has a 1.2% chance of producing the HP runners. This group also shows up in the Savage Country crates, but there it has to compete with other loot groups.
<lootgroup name="groupApparelShoesAll">
<item name="apparelWornBoots" mods="dye" mod_chance="0"/>
<item name="apparelCowboyBoots" mods="dye" mod_chance="0"/>
<item name="apparelGothBoots" mods="dye" mod_chance="0"/>
<item name="apparelSuitDressShoes" mods="dye" mod_chance="0"/>
<item name="apparelRunningShoesRegular" loot_prob_template="low"/>
<item name="apparelRunningShoesHP" loot_prob_template="veryLow"/>
</lootgroup>
Thanks, I wonder if this is also affected by the 255+ lootstage bug that they are working on fixing, I would assume so