MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / StrongBluePillBooster

Function StrongBluePillBooster

_development/helpers_items.py:8–11  ·  view source on GitHub ↗
(DB, Gamedata, Saveddata)

Source from the content-addressed store, hash-verified

6# noinspection PyShadowingNames
7@pytest.fixture
8def StrongBluePillBooster (DB, Gamedata, Saveddata):
9 print("Creating Strong Blue Pill Booster")
10 item = DB['gamedata_session'].query(Gamedata['Item']).filter(Gamedata['Item'].name == "Strong Blue Pill Booster").first()
11 return Saveddata['Booster'](item)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected