diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml b/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml index 2d1621d51d..5f00232078 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Keys/tools.yml @@ -32,6 +32,19 @@ materialComposition: CP14Mithril: 10 +- type: entity + parent: CP14BaseLockpick + id: CP14LockpickSkeletonArtifact + name: lockpick skeleton + description: A lockpick made from the bone of an unknown creature, it can open anything... though not immediately. + categories: [ DoNotMap ] + suffix: Artifact + components: + - type: CP14Lockpick + health: 1000 + - type: Sprite + state: lockpick_skeleton + - type: entity parent: BaseItem id: CP14KeyFile diff --git a/Resources/Prototypes/_CP14/UniqueLoot/demiplane_loot.yml b/Resources/Prototypes/_CP14/UniqueLoot/demiplane_loot.yml index cc2400929b..0673a93b39 100644 --- a/Resources/Prototypes/_CP14/UniqueLoot/demiplane_loot.yml +++ b/Resources/Prototypes/_CP14/UniqueLoot/demiplane_loot.yml @@ -49,3 +49,8 @@ tags: - CP14UniqueSpawnDemiplanetLoot +- type: uniqueSpawn + id: CP14LockpickSkeletonArtifact + entity: CP14LockpickSkeletonArtifact + tags: + - CP14UniqueSpawnDemiplanetLoot diff --git a/Resources/Textures/_CP14/Objects/keys.rsi/lockpick_skeleton.png b/Resources/Textures/_CP14/Objects/keys.rsi/lockpick_skeleton.png new file mode 100644 index 0000000000..43cf712608 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/keys.rsi/lockpick_skeleton.png differ diff --git a/Resources/Textures/_CP14/Objects/keys.rsi/meta.json b/Resources/Textures/_CP14/Objects/keys.rsi/meta.json index 46c8461f54..54a5324dea 100644 --- a/Resources/Textures/_CP14/Objects/keys.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/keys.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-4.0", - "copyright": "Created by TheShuEd (Github) ", + "copyright": "Created by TheShuEd (Github), lockpick_skeleton by Vojner (discord)", "states": [ { "name": "file" @@ -40,6 +40,9 @@ { "name": "lockpick_mithril" }, + { + "name": "lockpick_skeleton" + }, { "name": "keyring" },