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:
@@ -72,6 +72,8 @@
|
||||
prob: 1
|
||||
- id: ClothingOuterApronBotanist
|
||||
prob: 0.8
|
||||
- id: HydroponicsToolClippers
|
||||
prob: 0.5
|
||||
- id: ClothingBeltPlant
|
||||
prob: 1
|
||||
- id: TowercapSeeds
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user