This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Ancient Key",
|
||||
legacy_description: "If you are lucky it works one more time before breaking.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Backdoor Key",
|
||||
legacy_description: "If you are lucky it works one more time before breaking.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cyclops Eye",
|
||||
legacy_description: "Looks like it could open an ancient mechanism.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Left Goggle-Glass",
|
||||
legacy_description: "Looks like it could open a door...",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Right Goggle-Glass",
|
||||
legacy_description: "Looks like it could open a door...",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Overseer Key",
|
||||
legacy_description: "If you are lucky it works one more time before breaking.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Smelting Room Key",
|
||||
legacy_description: "If you are lucky it works one more time before breaking.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user