Split gardening cyborg module, literacy cyborg module tweak (#19449)

* book bag to literacy module, bucket n plant bag to gardening

* split gardening into gardening and harvesting

* book bag whitelist document, also dumpable

* fix

* new icon
This commit is contained in:
lapatison
2023-08-24 03:12:05 +03:00
committed by GitHub
parent e1a744c846
commit 9341cac5ef
7 changed files with 35 additions and 3 deletions

View File

@@ -21,3 +21,5 @@
whitelist:
tags:
- Book
- Document
- type: Dumpable

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: BaseBorgModule
parent: BaseItem
name: borg module
@@ -369,6 +369,7 @@
- type: ItemBorgModule
items:
- Pen
- BooksBag
- type: entity
id: BorgModuleMusique
@@ -396,9 +397,23 @@
items:
- HydroponicsToolMiniHoe
- HydroponicsToolSpade
- HydroponicsToolScythe
- HydroponicsToolClippers
- Bucket
- type: entity
id: BorgModuleHarvesting
parent: [ BaseBorgModuleService, BaseProviderBorgModule ]
name: harvesting cyborg module
components:
- type: Sprite
layers:
- state: service
- state: icon-harvesting
- type: ItemBorgModule
items:
- HydroponicsToolScythe
- HydroponicsToolHatchet
- PlantBag
- type: entity
id: BorgModuleClowning

View File

@@ -443,6 +443,7 @@
- BorgModuleArtifact
- BorgModuleAnomaly
- BorgModuleGardening
- BorgModuleHarvesting
- BorgModuleMusique
- BorgModuleLiteracy
- BorgModuleClowning

View File

@@ -539,6 +539,16 @@
Plastic: 250
Gold: 50
- type: latheRecipe
id: BorgModuleHarvesting
result: BorgModuleHarvesting
completetime: 3
materials:
Steel: 500
Glass: 750
Plastic: 250
Gold: 50
- type: latheRecipe
id: BorgModuleClowning
result: BorgModuleClowning

View File

@@ -1,4 +1,4 @@
# Tier 1
# Tier 1
- type: technology
id: JanitorialEquipment
@@ -39,6 +39,7 @@
cost: 5000
recipeUnlocks:
- BorgModuleGardening
- BorgModuleHarvesting
- SeedExtractorMachineCircuitboard
- HydroponicsTrayMachineCircuitboard

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

View File

@@ -55,6 +55,9 @@
{
"name": "icon-grappling-gun"
},
{
"name": "icon-harvesting"
},
{
"name": "icon-light-replacer"
},