New melee weapons (#3473)
This commit is contained in:
@@ -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
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Weapons/Melee/fireaxe.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Melee/fireaxe.rsi/icon.png
Normal file
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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user