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