Druid stuff (#1396)

* staff

* Revert "staff"

This reverts commit bb7532e0b2.

* not resprite
This commit is contained in:
Viator-MV
2025-06-09 14:35:56 +03:00
committed by GitHub
parent 4daaedb900
commit e06e1bb7fc
9 changed files with 59 additions and 0 deletions

View File

@@ -103,3 +103,22 @@
sprite: _CP14/Objects/Weapons/Magic/TwoHandedStaff/fire_staff.rsi
- type: Clothing
sprite: _CP14/Objects/Weapons/Magic/TwoHandedStaff/fire_staff.rsi
- type: entity
id: CP14MagicDruidStaff
parent: CP14MagicHealingStaff
name: magic druid staff
description: A long, half-tech, half-magic stick designed to convert magical energy into spells.
components:
- type: CP14SpellStorage
spells:
- CP14ActionSpellPlantGrowth
- type: Sprite
sprite: _CP14/Objects/Weapons/Magic/TwoHandedStaff/druid_staff.rsi
- type: Clothing
sprite: _CP14/Objects/Weapons/Magic/TwoHandedStaff/druid_staff.rsi
- type: CP14MagicEnergyContainer
energy: 0
maxEnergy: 30
- type: CP14MagicManacostModify
globalModifier: 0.9

View File

@@ -8,6 +8,7 @@
- CP14ModularCopperSword
- CP14ModularCopperRapier
- CP14BowCombat
- CP14MagicDruidStaff
- type: loadout
id: CP14ModularCopperSkimitar
@@ -40,3 +41,8 @@
belt2: CP14ClothingBeltQuiverCopperArrow
neck: CP14BowCombat
- type: loadout
id: CP14MagicDruidStaff
dummyEntity: CP14MagicDruidStaff
equipment:
neck: CP14MagicDruidStaff

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

View File

@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by solaetv",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B