Cult weapons (#13414)

Co-authored-by: and_a <and_a@DESKTOP-RJENGIR>
This commit is contained in:
TaralGit
2023-01-17 20:08:36 +02:00
committed by GitHub
parent 0c5ff0eb32
commit ab560b6976
15 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
- type: entity
name: ritual dagger
parent: BaseItem
id: RitualDagger
description: A strange dagger used by sinister groups for rituals and sacrifices.
components:
- type: Sharp
- type: Sprite
sprite: Objects/Weapons/Melee/cult_dagger.rsi
state: icon
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Slash: 12
- type: Item
size: 20
- type: Clothing
sprite: Objects/Weapons/Melee/cult_dagger.rsi
slots:
- back
- type: DisarmMalus
- type: entity
name: eldritch blade
parent: BaseItem
id: EldritchBlade
description: A sword humming with unholy energy.
components:
- type: Sharp
- type: Sprite
sprite: Objects/Weapons/Melee/cult_blade.rsi
state: icon
- type: MeleeWeapon
attackRate: 0.75
damage:
types:
Slash: 33
- type: Item
size: 20
- type: Clothing
sprite: Objects/Weapons/Melee/cult_blade.rsi
slots:
- back
- type: DisarmMalus
- type: entity
name: unholy halberd
parent: BaseItem
id: UnholyHalberd
description: A poleaxe that seems to be linked to its wielder.
components:
- type: Tag
tags:
- FireAxe
- type: Sharp
- type: Sprite
sprite: Objects/Weapons/Melee/cult_halberd.rsi
state: icon
- type: MeleeWeapon
attackRate: 0.75
damage:
types:
Blunt: 10
Slash: 20
Structural: 3
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 4
Slash: 12
Structural: 30
- type: Item
size: 150
- type: Clothing
sprite: Objects/Weapons/Melee/cult_halberd.rsi
quickEquip: false
slots:
- back

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken/modified from tgstation at https://github.com/tgstation/tgstation/commit/115340490365e480b80adc06da54ee52aa99f653",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/115340490365e480b80adc06da54ee52aa99f653",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken/modified from tgstation at commit https://github.com/tgstation/tgstation/commit/115340490365e480b80adc06da54ee52aa99f653",
"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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B