lockpick artifact (#1374)

This commit is contained in:
Nim
2025-06-03 15:37:25 +03:00
committed by GitHub
parent 225739a348
commit dd6f5a7e6f
4 changed files with 22 additions and 1 deletions

View File

@@ -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

View File

@@ -49,3 +49,8 @@
tags:
- CP14UniqueSpawnDemiplanetLoot
- type: uniqueSpawn
id: CP14LockpickSkeletonArtifact
entity: CP14LockpickSkeletonArtifact
tags:
- CP14UniqueSpawnDemiplanetLoot

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

View File

@@ -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"
},