Amulets are jewellery (#1126)

* amulets are jewellery

* transfer textures
This commit is contained in:
Nim
2025-04-14 14:50:07 +03:00
committed by GitHub
parent 85204144fb
commit b7e4fbb74a
6 changed files with 20 additions and 10 deletions

View File

@@ -1,33 +1,43 @@
- type: entity
parent:
- CP14ClothingCloakBase
- ClothingSlotBase
abstract: true
parent: Clothing
id: CP14ClothingJewelleryBase
categories: [ ForkFiltered ]
components:
- type: Item
size: Small
- type: Clothing
slots:
- ring
- type: entity
parent: CP14ClothingJewelleryBase
id: CP14ClothingCloakAmuletGold
name: gold amulet
description: A gold amulet, a valuable trinket.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Amulet/amulet.rsi
sprite: _CP14/Clothing/Rings/Amulet/amulet.rsi
layers:
- state: icon
- type: Clothing
sprite: _CP14/Clothing/Cloak/Amulet/amulet.rsi
sprite: _CP14/Clothing/Rings/Amulet/amulet.rsi
- type: CP14Material
materials:
CP14Gold: 5
- type: entity
parent:
- CP14ClothingCloakBase
- ClothingSlotBase
parent: CP14ClothingJewelleryBase
id: CP14ClothingCloakAmuletMana
name: mana amulet
description: A gold amulet with a magical stone inside that helps you conjure more easily.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Amulet/amulet_mana.rsi
sprite: _CP14/Clothing/Rings/Amulet/amulet_mana.rsi
layers:
- state: icon
- state: amethyst_stone
- type: Clothing
sprite: _CP14/Clothing/Cloak/Amulet/amulet_mana.rsi
sprite: _CP14/Clothing/Rings/Amulet/amulet_mana.rsi
- type: CP14MagicManacostModify
globalModifier: 0.9

View File

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 383 B