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

View File

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 383 B