lockpick artifact (#1374)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -49,3 +49,8 @@
|
||||
tags:
|
||||
- CP14UniqueSpawnDemiplanetLoot
|
||||
|
||||
- type: uniqueSpawn
|
||||
id: CP14LockpickSkeletonArtifact
|
||||
entity: CP14LockpickSkeletonArtifact
|
||||
tags:
|
||||
- CP14UniqueSpawnDemiplanetLoot
|
||||
|
||||
BIN
Resources/Textures/_CP14/Objects/keys.rsi/lockpick_skeleton.png
Normal file
BIN
Resources/Textures/_CP14/Objects/keys.rsi/lockpick_skeleton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 388 B |
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user