Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service borg mod split #1241

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -462,25 +462,6 @@
icon: { sprite: Interface/Actions/actions_borg.rsi, state: anomaly-module }

# service modules
- type: entity
id: BorgModuleBartender
parent: [ BaseBorgModuleService, BaseProviderBorgModule ]
name: bartender cyborg module
components:
- type: Sprite
layers:
- state: service
- state: icon-beer
- type: ItemBorgModule
items:
- Lighter
- DrinkShaker
- BarSpoon
- BorgIceBucket
- Pitcher
- BorgDropper

# depreciated. included in case of merge errors
- type: entity
id: BorgModuleService
parent: [ BaseBorgModuleService, BaseProviderBorgModule ]
Expand Down Expand Up @@ -570,24 +551,6 @@
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: clowning-module }

- type: entity
id: BorgModulePaper
parent: [ BaseBorgModuleService, BaseProviderBorgModule ]
name: bureaucracy cyborg module
components:
- type: Sprite
layers:
- state: service
- state: icon-pen
- type: ItemBorgModule
items:
- Pen
- BooksBag
- HandLabeler
- RubberStampApproved
- RubberStampDenied
- RubberStampBorg

#syndicate modules
- type: entity
id: BorgModuleSyndicateWeapon
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@
- BorgModuleFireExtinguisher
- BorgModuleRadiationDetection
- BorgModuleTool
- BorgModuleBartender
- BorgModulePaper
- BorgModuleArtistic #imp special
- CyborgEndoskeleton
- LeftArmBorg
Expand Down
20 changes: 0 additions & 20 deletions Resources/Prototypes/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,6 @@

# Service Modules

- type: latheRecipe
parent: BaseBorgModuleRecipe
id: BorgModuleBartender
result: BorgModuleBartender

- type: latheRecipe
parent: BaseBorgModuleRecipe
id: BorgModuleMusique
result: BorgModuleMusique

- type: latheRecipe
parent: BaseBorgModuleRecipe
id: BorgModuleGardening
Expand All @@ -205,13 +195,3 @@
parent: BaseBorgModuleRecipe
id: BorgModuleHarvesting
result: BorgModuleHarvesting

- type: latheRecipe
parent: BaseBorgModuleRecipe
id: BorgModuleClowning
result: BorgModuleClowning

- type: latheRecipe
parent: BaseBorgModuleRecipe
id: BorgModulePaper
result: BorgModulePaper
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- type: Tag
tags:
- BorgModuleTckTck

- type: entity
id: BorgModuleTckTckGun
parent: [ BaseBorgModule, BaseProviderBorgModule, DecapoidEmpireContraband ]
Expand Down Expand Up @@ -72,4 +72,44 @@
- SprayPainter
- Pen
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: service-module }
icon: { sprite: _Impstation/Interface/Actions/actions_borg.rsi, state: artistic-module }

- type: entity
id: BorgModulePaper
parent: [ BaseBorgModuleService, BaseProviderBorgModule ]
name: bureaucracy cyborg module
components:
- type: Sprite
layers:
- state: service
- state: icon-pen
- type: ItemBorgModule
items:
- Pen
- BooksBag
- HandLabeler
- RubberStampApproved
- RubberStampDenied
- RubberStampBorg
- type: BorgModuleIcon
icon: { sprite: _Impstation/Interface/Actions/actions_borg.rsi, state: bureaucracy-module }

- type: entity
id: BorgModuleBartender
parent: [ BaseBorgModuleService, BaseProviderBorgModule ]
name: bartender cyborg module
components:
- type: Sprite
layers:
- state: service
- state: icon-beer
- type: ItemBorgModule
items:
- Lighter
- DrinkShaker
- BarSpoon
- BorgIceBucket
- Pitcher
- BorgDropper
- type: BorgModuleIcon
icon: { sprite: _Impstation/Interface/Actions/actions_borg.rsi, state: bartender-module }
5 changes: 3 additions & 2 deletions Resources/Prototypes/borg_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,16 @@
dummyPrototype: BorgChassisService

# Functional
extraModuleCount: 3
extraModuleCount: 4
moduleWhitelist:
tags:
- BorgModuleGeneric
- BorgModuleService

defaultModules:
- BorgModuleMusique
- BorgModuleService
- BorgModuleBartender # imp
- BorgModulePaper # imp
- BorgModuleClowning

radioChannels:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "artistic bartender and bureaucracy by iaada(github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "artistic-module"
},
{
"name": "bartender-module"
},
{
"name": "bureaucracy-module"
}
]
}
Loading