Added claymore as a weapon (#4124)

Co-authored-by: and_a <and_a@DESKTOP-RJENGIR>
This commit is contained in:
TaralGit
2021-06-08 22:21:08 -07:00
committed by GitHub
parent 36d388f442
commit 1188d3bafb
9 changed files with 38 additions and 0 deletions

View File

@@ -45,3 +45,19 @@
size: 15
sprite: Objects/Weapons/Melee/machete.rsi
prefix: inhand
- type: entity
name: claymore
parent: BaseItem
id: Claymore
description: An ancient war blade.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/claymore.rsi
state: icon
- type: MeleeWeapon
damage: 25
- type: Item
size: 15
sprite: Objects/Weapons/Melee/claymore.rsi
prefix: inhand

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 315 B