Plant Bags (#6685)

This commit is contained in:
Rane
2022-02-13 17:36:01 -05:00
committed by GitHub
parent 2d2fe12291
commit 4d595a665b
7 changed files with 47 additions and 1 deletions

View File

@@ -83,6 +83,7 @@
amount: 2
- id: HydroponicsToolClippers
- id: ClothingBeltPlant
- id: PlantBag ##Some maps don't have nutrivend
- id: TowercapSeeds
- id: BananaSeeds
prob: 0.6

View File

@@ -4,6 +4,7 @@
spriteName: nutri
startingInventory:
HydroponicsToolSpade: 3
PlantBag: 2
PlantBGoneSpray: 20
WeedSpray: 20
PestSpray: 20
@@ -13,5 +14,4 @@
#cultivator
#secateurs
#plant analyzer
#plant bag

View File

@@ -9,6 +9,8 @@
sprite: Objects/Specific/Hydroponics/seeds.rsi
state: seed
netsync: true
- type: Item
size: 2
- type: entity
parent: SeedBase

View File

@@ -107,3 +107,28 @@
Piercing: 5 # I guess you can stab it into them?
- type: Item
sprite: Objects/Tools/Hydroponics/spade.rsi
- type: entity
name: plant bag
id: PlantBag
parent: BaseItem
description: A bag for botanists to easily move their huge harvests.
components:
- type: Sprite
netsync: false
sprite: Objects/Specific/Hydroponics/Equipment/plant_bag.rsi
state: icon
- type: Clothing
sprite: Objects/Specific/Hydroponics/Equipment/plant_bag.rsi
QuickEquip: false
Slots:
- belt
size: 200
- type: Storage
capacity: 200
quickInsert: true
areaInsert: true
whitelist:
components:
- Produce
- Seed

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}