primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
10
veloren/assets/common/items/keys/bone_key.ron
Normal file
10
veloren/assets/common/items/keys/bone_key.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bone Key",
|
||||
legacy_description: "Used to open bone locks. Will break after use.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/glass_key.ron
Normal file
10
veloren/assets/common/items/keys/glass_key.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Glass Key",
|
||||
legacy_description: "Used to open Glass Barriers. Will break after use.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/haniwa_key.ron
Normal file
10
veloren/assets/common/items/keys/haniwa_key.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Haniwa Keystone",
|
||||
legacy_description: "Used to open doors. Will break after use.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/quarry_keys/ancient.ron
Normal file
10
veloren/assets/common/items/keys/quarry_keys/ancient.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/quarry_keys/backdoor.ron
Normal file
10
veloren/assets/common/items/keys/quarry_keys/backdoor.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/quarry_keys/cyclops_eye.ron
Normal file
10
veloren/assets/common/items/keys/quarry_keys/cyclops_eye.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/quarry_keys/overseer.ron
Normal file
10
veloren/assets/common/items/keys/quarry_keys/overseer.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/quarry_keys/smelting.ron
Normal file
10
veloren/assets/common/items/keys/quarry_keys/smelting.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/rusty_tower_key.ron
Normal file
10
veloren/assets/common/items/keys/rusty_tower_key.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Rusty Tower Key",
|
||||
legacy_description: "Smells like magic with a bit of... cheese?",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/terracotta_key_chest.ron
Normal file
10
veloren/assets/common/items/keys/terracotta_key_chest.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Terracotta Chest Key",
|
||||
legacy_description: "Used to open chests in Terracotta Ruins. Will break after use.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
||||
10
veloren/assets/common/items/keys/terracotta_key_door.ron
Normal file
10
veloren/assets/common/items/keys/terracotta_key_door.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Terracotta Door Key",
|
||||
legacy_description: "Used to open doors in Terracotta Ruins. Will break after use.",
|
||||
kind: Utility(
|
||||
kind: Key,
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user