Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GroupProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joe Stephenson
GroupProject
Commits
30d10356
Commit
30d10356
authored
Oct 22, 2024
by
David Palmer
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
5a8c5dc1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
items.py
+42
-0
42 additions, 0 deletions
items.py
with
42 additions
and
0 deletions
items.py
0 → 100644
+
42
−
0
View file @
30d10356
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
,
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment