Skip to content

Commit

Permalink
Added Diamond Hoe
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead-Wasp committed Jul 13, 2024
1 parent dcb3443 commit b1d20af
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@
- type: Item
sprite: Objects/Tools/Hydroponics/hoe.rsi

- type: entity
name: Diamond hoe
parent: BaseItem
id: HydroponicsToolDiamondHoe
description: You always must made Diamond hoe from your first or last diamonds. These are the rules.
components:
- type: Tag
tags:
- Hoe
- BotanyHoe
- type: Sprite
sprite: Objects/Tools/Hydroponics/Diamondhoe.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: 135
swingLeft: true
damage:
types:
Blunt: 10
- type: Item
sprite: Objects/Tools/Hydroponics/Diamondhoe.rsi

- type: entity
name: plant clippers
parent: BaseItem
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: constructionGraph
id: DiamondHoe
start: start
graph:
- node: start
edges:
- to: gauze
steps:
- material: WoodPlank
amount: 2
doAfter: 10
- material: MaterialDiamond
amount: 2
doAfter: 10
- node: DiamondHoe
entity: HydroponicsToolDiamondHoe
13 changes: 13 additions & 0 deletions Resources/Prototypes/Recipes/Crafting/improvised.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,16 @@
icon:
sprite: Objects/Weapons/Bombs/pipebomb.rsi
state: icon

- type: construction
name: Diamond hoe
id: DiamondHoe
graph: DiamondHoe
startNode: start
targetNode: DiamondHoe
category: construction-category-weapons
objectType: Item
description: You always must made Diamond hoe from your first or last diamonds. These are the rules.
icon:
sprite: Objects/Tools/Hydroponics/Diamondhoe.rsi
state: icon
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.
22 changes: 22 additions & 0 deletions Resources/Textures/Objects/Specific/Diamondhoe.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by green_resomi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit b1d20af

Please sign in to comment.