This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Test 18 slot bag",
|
||||
legacy_description: "Used for unit tests do not delete",
|
||||
kind: Armor((
|
||||
kind: Bag,
|
||||
stats: Direct(()),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [],
|
||||
slots: 18,
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Test 9 slot bag",
|
||||
legacy_description: "Used for unit tests do not delete",
|
||||
kind: Armor((
|
||||
kind: Bag,
|
||||
stats: Direct(()),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [],
|
||||
slots: 9,
|
||||
)
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Testing Boots",
|
||||
legacy_description: "Hopefully this test doesn't break!",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: Direct(()),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
)
|
||||
Reference in New Issue
Block a user