Several power infrastructure items are more shocking (#16584)

This commit is contained in:
Tom Leys
2023-05-19 20:21:14 +12:00
committed by GitHub
parent 5d15955ab1
commit f6a302363a
6 changed files with 46 additions and 0 deletions

View File

@@ -76,6 +76,13 @@
AMEController-fuelJarContainer: !type:ContainerSlot {} AMEController-fuelJarContainer: !type:ContainerSlot {}
- type: GuideHelp - type: GuideHelp
guides: [ AME, Power ] guides: [ AME, Power ]
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
highVoltageNode: input
mediumVoltageNode: ame
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -154,3 +161,9 @@
node: ameShielding node: ameShielding
- type: GuideHelp - type: GuideHelp
guides: [ AME, Power ] guides: [ AME, Power ]
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
highVoltageNode: ame

View File

@@ -76,6 +76,12 @@
totalIntensity: 200 totalIntensity: 200
- type: StaticPrice - type: StaticPrice
price: 500 price: 500
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
highVoltageNode: output
# Base Wallmount Generator # Base Wallmount Generator

View File

@@ -39,6 +39,12 @@
nodeGroupID: HVPower nodeGroupID: HVPower
- type: Anchorable - type: Anchorable
- type: Pullable - type: Pullable
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
highVoltageNode: output
- type: entity - type: entity
id: SolarPanel id: SolarPanel

View File

@@ -117,6 +117,13 @@
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: StationInfiniteBatteryTarget - type: StationInfiniteBatteryTarget
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
mediumVoltageNode: input
lowVoltageNode: output
- type: StaticPrice - type: StaticPrice
price: 500 price: 500

View File

@@ -68,6 +68,13 @@
- type: Machine - type: Machine
board: SMESMachineCircuitboard board: SMESMachineCircuitboard
- type: StationInfiniteBatteryTarget - type: StationInfiniteBatteryTarget
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
highVoltageNode: input
mediumVoltageNode: output
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
damageModifierSet: StrongMetallic damageModifierSet: StrongMetallic

View File

@@ -89,6 +89,13 @@
range: 3 range: 3
sound: sound:
path: /Audio/Ambience/Objects/buzzing.ogg path: /Audio/Ambience/Objects/buzzing.ogg
- type: Electrified
onHandInteract: false
onInteractUsing: false
onBump: false
requirePower: true
highVoltageNode: input
mediumVoltageNode: output
# Compact Wall Substation Base # Compact Wall Substation Base
- type: entity - type: entity