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:
@@ -21,3 +21,5 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- Book
|
||||
- Document
|
||||
- type: Dumpable
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -443,6 +443,7 @@
|
||||
- BorgModuleArtifact
|
||||
- BorgModuleAnomaly
|
||||
- BorgModuleGardening
|
||||
- BorgModuleHarvesting
|
||||
- BorgModuleMusique
|
||||
- BorgModuleLiteracy
|
||||
- BorgModuleClowning
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
@@ -55,6 +55,9 @@
|
||||
{
|
||||
"name": "icon-grappling-gun"
|
||||
},
|
||||
{
|
||||
"name": "icon-harvesting"
|
||||
},
|
||||
{
|
||||
"name": "icon-light-replacer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user