items

IDs of the items that can be displayed in Eric’s inventory. The image specifications for each item are defined in the [Inventory] section of the ini file.

pyskool.items.FROG = 'FROG'

Captured frog.

pyskool.items.MOUSE = 'MOUSE'

Captured mouse.

pyskool.items.SAFE_KEY = 'SAFE_KEY'

Safe key.

pyskool.items.SHERRY_PISTOL = 'SHERRY_PISTOL'

Water pistol containing sherry.

pyskool.items.STINKBOMBS1 = 'STINKBOMBS1'

One stinkbomb.

pyskool.items.STINKBOMBS2 = 'STINKBOMBS2'

Two stinkbombs.

pyskool.items.STINKBOMBS3 = 'STINKBOMBS3'

Three stinkbombs.

pyskool.items.STOREROOM_KEY = 'STOREROOM_KEY'

Science Lab storeroom key.

pyskool.items.WATER_PISTOL = 'WATER_PISTOL'

Water pistol containing water.

Previous topic

input

Next topic

keys