Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Resources/Prototypes/_Nox/Objects/Weapons/Melee/rake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- type: entity
name: Rake
parent: BaseItem
id: rake
description: A regular rake
components:
- type: Sprite
sprite: _Nox/Objects/Tools/Hydroponics/rake.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: 135
swingLeft: true
damage:
types:
Slash: 3
Blunt: 2
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Slash: 8
Blunt: 8
- type: Item
size: Normal
shape:
- 0,0,1,3
sprite: _Nox/Objects/Tools/Hydroponics/rake.rsi
- type: PhysicalComposition
materialComposition:
Steel: 100
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Made by XcenLegend (discord:xcenlegend)",
"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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading