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: whitelist:
tags: tags:
- Book - Book
- Document
- type: Dumpable

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: BaseBorgModule id: BaseBorgModule
parent: BaseItem parent: BaseItem
name: borg module name: borg module
@@ -369,6 +369,7 @@
- type: ItemBorgModule - type: ItemBorgModule
items: items:
- Pen - Pen
- BooksBag
- type: entity - type: entity
id: BorgModuleMusique id: BorgModuleMusique
@@ -396,9 +397,23 @@
items: items:
- HydroponicsToolMiniHoe - HydroponicsToolMiniHoe
- HydroponicsToolSpade - HydroponicsToolSpade
- HydroponicsToolScythe
- HydroponicsToolClippers - 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 - HydroponicsToolHatchet
- PlantBag
- type: entity - type: entity
id: BorgModuleClowning id: BorgModuleClowning

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

View File

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