Adds plant clippers and changes hydro tool sprites to be more consistent (#4482)
* Adds plant clippers * Updates sycthe, hoe and spade sprites
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 510 B |
|
After Width: | Height: | Size: 303 B |
|
After Width: | Height: | Size: 305 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 729 B |
|
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 352 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
|
||||
"copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
|
After Width: | Height: | Size: 505 B |
|
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 902 B After Width: | Height: | Size: 533 B |
|
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 546 B |
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
|
||||
"copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
@@ -16,7 +19,8 @@
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 278 B |
|
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 586 B |
|
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 613 B |
|
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 618 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
|
||||
"copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||