Mop usable as weapon (#12864)

This commit is contained in:
Easypoller
2022-12-06 03:28:00 +01:00
committed by GitHub
parent 5010f199ad
commit 001c755a94
4 changed files with 18 additions and 1 deletions

View File

@@ -8,6 +8,15 @@
- type: Sprite
sprite: Objects/Specific/Janitorial/mop.rsi
state: mop
- type: MeleeWeapon
damage:
types:
Blunt: 10
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 5
- type: Item
size: 15
sprite: Objects/Specific/Janitorial/mop.rsi

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428, wielded versions from Easypoll",
"size": {
"x": 32,
"y": 32
@@ -17,6 +17,14 @@
{
"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: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B