80
Resources/Prototypes/Entities/Objects/Weapons/Melee/cult.yml
Normal 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
|
||||
BIN
Resources/Textures/Objects/Weapons/Melee/cult_blade.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 400 B |
|
After Width: | Height: | Size: 299 B |
|
After Width: | Height: | Size: 281 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 814 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 250 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 303 B |
|
After Width: | Height: | Size: 300 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 333 B |