Skip to content
Snippets Groups Projects
Commit 30d10356 authored by David Palmer's avatar David Palmer
Browse files

Upload New File

parent 5a8c5dc1
Branches
No related tags found
No related merge requests found
items.py 0 → 100644
item_id = {
"id": "id",
"name": "id card",
"description": """You new shiny student ID card. Expires 1 June 2017.
You wonder why they have printed a suicide hotline number on it?...""",
"mass": 2,
}
item_laptop = {
"id": "laptop",
"name": "laptop",
"description": "It has seen better days. At least it has a WiFi card!",
"mass": 10,
}
item_money = {
"id": "money",
"name": "money",
"description": "This wad of cash is barely enough to pay your tuition fees.",
"mass": 4,
}
item_biscuits = {
"id": "biscuits",
"name": "a pack of biscuits",
"description": "A pack of biscuits.",
"mass": 6,
}
item_pen = {
"id": "pen",
"name": "a pen",
"description": "A basic ballpoint pen.,",
"mass": 3,
}
item_handbook = {
"id": "handbook",
"name": "a student handbook",
"description": "This student handbook explains everything. Seriously.",
"mass": 12,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment