Adds plant clippers and changes hydro tool sprites to be more consistent (#4482)

* Adds plant clippers

* Updates sycthe, hoe and spade sprites
This commit is contained in:
Swept
2021-08-17 19:42:34 -07:00
committed by GitHub
parent c7bf09d2f7
commit f1a2c3df8a
20 changed files with 54 additions and 6 deletions

View File

@@ -72,6 +72,8 @@
prob: 1
- id: ClothingOuterApronBotanist
prob: 0.8
- id: HydroponicsToolClippers
prob: 0.5
- id: ClothingBeltPlant
prob: 1
- id: TowercapSeeds

View File

@@ -16,6 +16,23 @@
- type: Item
sprite: Objects/Tools/Hydroponics/hoe.rsi
- type: entity
name: plant clippers
parent: BaseItem
id: HydroponicsToolClippers
description: A tool used to take samples from plants.
components:
- type: Tag
tags:
- PlantSampleTaker
- type: Sprite
sprite: Objects/Tools/Hydroponics/clippers.rsi
state: icon
- type: ItemCooldown
- type: MeleeWeapon
- type: Item
sprite: Objects/Tools/Hydroponics/clippers.rsi
- type: entity
name: scythe
parent: BaseItem
@@ -30,9 +47,12 @@
state: icon
- type: ItemCooldown
- type: MeleeWeapon
- type: Item
- type: Clothing
sprite: Objects/Tools/Hydroponics/scythe.rsi
size: 20
Slots:
- back
- type: entity
name: hatchet
parent: BaseItem