Skip to content

Commit

Permalink
module update
Browse files Browse the repository at this point in the history
  • Loading branch information
fenndragon committed Jan 9, 2025
1 parent 74106ce commit a1137bc
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 151 deletions.
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,9 @@
- WeaponLaserCarbinePractice
- Zipties
- ShockCollar
- BorgModuleStun
- BorgModuleKill
- BorgModuleInvestigation
- ShadowkinRestraints
# DeltaV - .38 special ammo - Add various .38 special ammo to security techfab
- MagazineBoxSpecial
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
- type: entity
id: BorgModuleStun
parent: [ BaseBorgModuleSecurity, BaseProviderBorgModule ]
name: A Module "incapable of causing harm if used correctly"
name: Disabler cyborg Module
description: A Module "incapable of causing harm if used correctly"
components:
- type: Sprite
sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi
layers:
- state: security
- state: icon-stun
- type: Construction
graph: BorgmoduleDisabler
node: icon
- type: ItemBorgModule
items:
- WeaponBorgDisabler
Expand All @@ -29,16 +27,13 @@
- type: entity
id: BorgModuleKill
parent: [ BaseBorgModuleSecurity, BaseProviderBorgModule ]
name: combat cyborg module
name: Combat cyborg module
components:
- type: Sprite
sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi
layers:
- state: security
- state: icon-kill
- type: Construction
graph: BorgmoduleCombat
node: icon
- type: ItemBorgModule
items:
- WeaponAdvancedLaser
Expand All @@ -55,9 +50,6 @@
layers:
- state: security
- state: icon-investigation
# - type: Construction
# graph: BorgModuleInvestigation
# node: icon
- type: ItemBorgModule
items:
- ForensicScanner
Expand All @@ -76,26 +68,6 @@
- state: icon-Advmeasures
- type: ItemBorgModule
items:
- WeaponEnergyShotgun
- WeaponBorgEnergyShotgun
- BorgWeaponXrayCannon

- type: entity
id: BaseSecModule
parent: BaseItem
name: blank security borg module
description: A piece of tech that gives cyborgs new abilities.
components:
- type: Item
storedRotation: -90
- type: Sprite
sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi
layers:
- state: security
- type: StaticPrice
price: 100
- type: Tag
tags:
- BorgModuleGeneric
- type: GuideHelp
guides:
- Cyborgs

This file was deleted.

44 changes: 0 additions & 44 deletions Resources/Prototypes/Recipes/Construction/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,47 +42,3 @@
icon: { sprite: Objects/Devices/gates.rsi, state: power_sensor }
objectType: Item

- type: construction
name: Disabler Module
id: BorgModuleStun
graph: BorgmoduleDisabler
startNode: start
targetNode: icon
category: construction-category-tools
description: A nonlethal module for security borg
icon: { sprite: Floof/Objects/Specific/Robotics/borgmodule.rsi, state: icon-stun }
objectType: Item

- type: construction
name: Combat Module
id: BorgModuleKill
graph: BorgmoduleCombat
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-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: Advanced Combat Module
# id: BorgModuleadvancedmeasures
# graph: BorgmoduleAdvMeasures
# 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
30 changes: 30 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,36 @@
Steel: 1500
Glass: 1000
Gold: 850

- type: latheRecipe
id: BorgModuleStun
result: BorgModuleStun
category: Weapons
completetime: 5
materials:
Steel: 700
Glass: 500
Plastic: 200

- type: latheRecipe
id: BorgModuleKill
result: BorgModuleKill
category: Weapons
completetime: 5
materials:
Steel: 1500
Glass: 1000
Gold: 850

- type: latheRecipe
id: BorgModuleInvestigation
result: BorgModuleInvestigation
category: Weapons
completetime: 5
materials:
Steel: 1500
Glass: 1000
Gold: 850

# - type: latheRecipe
# id: WeaponEnergyShotgun
Expand Down

0 comments on commit a1137bc

Please sign in to comment.