Skip to content

Commit

Permalink
Merge pull request #470 from fenndragon/Modules
Browse files Browse the repository at this point in the history
Emergency Hotfix
  • Loading branch information
Fansana authored Jan 9, 2025
2 parents a625a1f + 3215ed3 commit 2206a5c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 63 deletions.
15 changes: 0 additions & 15 deletions Resources/Prototypes/Floof/Entities/Mobs/Cyborgs/quadborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
- type: Body
prototype: Primate
requiredLegs: 1 # TODO: More than 1 leg
- type: Inventory
templateId: Securityborg
- type: BorgChassis
maxModules: 4
moduleWhitelist:
Expand Down Expand Up @@ -72,16 +70,3 @@
shader: unshaded
map: ["light"]
visible: false

- type: inventoryTemplate
id: Securityborg
slots:
- name: pocket1
slotTexture: pocket
slotFlags: POCKET
slotGroup: MainHotbar
stripTime: 3
uiWindowPos: 0,3
strippingWindowPos: 0,4
displayName: Pocket 1
stripHidden: false
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
layers:
- state: security
- state: icon-investigation
- type: Construction
graph: BorgModuleInvestigation
node: icon
# - type: Construction
# graph: BorgModuleInvestigation
# node: icon
- type: ItemBorgModule
items:
- ForensicScanner
Expand Down Expand Up @@ -98,4 +98,4 @@
- BorgModuleGeneric
- type: GuideHelp
guides:
- Cyborgs
- Cyborgs
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
- node: icon
entity: BorgModuleKill

- type: constructionGraph
id: BorgModuleInvestigation
start: start
graph:
- node: start
entity: ForensicScanner
edges:
- to: icon
steps:
- tag: BorgModuleGeneric
name: blank security borg module
icon:
sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi
state: security
doAfter: 1
- tag: DoorBumpOpener
name: SecurityPDA
icon:
sprite: Objects/Devices/pda.rsi
state: pda-security
doAfter: 1
- node: icon
entity: BorgModuleInvestigation
#- type: constructionGraph
#id: BorgModuleInvestigation
#start: start
#graph:
#- node: start
#entity: ForensicScanner
#edges:
#- to: icon
#steps:
#- tag: BorgModuleGeneric
#name: blank security borg module
#icon:
#sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi
#state: security
#doAfter: 1
#- tag: DoorBumpOpener
#name: SecurityPDA
#icon:
#sprite: Objects/Devices/pda.rsi
#state: pda-security
#doAfter: 1
#- node: icon
#entity: BorgModuleInvestigation
32 changes: 11 additions & 21 deletions Resources/Prototypes/Recipes/Construction/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,17 @@
icon: { sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi, state: icon-kill }
objectType: Item

- type: construction
name: Investigation
id: BorgModuleInvestigation
graph: BorgModuleInvestigation
startNode: start
targetNode: icon
category: construction-category-tools
description: A lethal module for security borg
icon: { sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi, state: icon-investigation }
objectType: Item
#- type: construction
#name: Investigation
#id: BorgModuleInvestigation
#graph: BorgModuleInvestigation
#startNode: start
#targetNode: icon
#category: construction-category-tools
#description: A lethal module for security borg
#icon: { sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi, state: icon-investigation }
#objectType: Item

# - type: construction
# name: Investigation Module
# id: BorgModuleInvestigation
# graph: BorgmoduleInvestigation
# startNode: start
# targetNode: power_sensor
# category: construction-category-tools
# description: A power network checking device for signals.
# icon: { sprite: Objects/Devices/gates.rsi, state: power_sensor }
# objectType: Item

# - type: construction
# name: Advanced Combat Module
Expand All @@ -95,4 +85,4 @@
# category: construction-category-tools
# description: A power network checking device for signals.
# icon: { sprite: Objects/Devices/gates.rsi, state: power_sensor }
# objectType: Item
# objectType: Item

0 comments on commit 2206a5c

Please sign in to comment.