Questions Regarding P-Shell (Patreon)
Published:
2023-12-01 05:59:56
Imported:
2023-12
Content
Hi,
I have received a number of questions as to the elusive P-Shell (doesn't drop) and checked my code:
- elif lootID in ["MOBDRE2"] and GAME.getStarSys().ID == "SSIDQuthor" and random.randint(1,100) > 50:
- call assemble_bot_template(random.choice(["BTT_DEFAULT"]*8+["BTT_KRELL1"]*2+["BTT_KRELL2"]*2+["BTT_VOR1"]*2+["BTT_MODEL1"]+["BTT_PRO1"]))
Two items to notice:
Firstly, shells are only dropped by Drengarian Privateers (the more powerful gys with the two stripes, found in asteroid belt or level 6/7 bounties.
Secondly, probability is set too low (1 in 16 drops).
I'll double that probability in the Official Release on 8th Dec. If you know your way around a code editor, you can just add a multiplier behind the ["BTT_PRO1"] brackets. ;)
y.v.