New melee weapons (#3473)

This commit is contained in:
Tarlan2
2021-03-08 20:16:09 +02:00
committed by GitHub
parent ee984de4c8
commit efbfd7d68a
10 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
- type: entity
name: fireaxe
parent: BaseItem
id: FireAxe
description: A large, robust axe. Can pry open doors and skulls alike.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/fireaxe.rsi
state: icon
- type: MeleeWeapon
damage: 30
- type: Item
size: 24
sprite: Objects/Weapons/Melee/fireaxe.rsi
prefix: inhand

View File

@@ -48,3 +48,20 @@
size: 10
sprite: Objects/Weapons/Melee/cleaver.rsi
prefix: inhand
- type: entity
name: combat knife
parent: BaseKnife
id: CombatKnife
description: A deadly knife intended for melee confrontations.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/combat_knife.rsi
size: 2
state: icon
- type: MeleeWeapon
damage: 20
- type: Item
size: 10
sprite: Objects/Weapons/Melee/combat_knife.rsi
prefix: inhand

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken/modified from tgstation at commit https://github.com/tgstation/tgstation/pull/30680/commits/a494d500b42bc8c7275c57219e08e65b825e94f6",
"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: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

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