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

Computers Update 2 #216

Merged
merged 1 commit into from
Aug 16, 2023
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 @@ -74,6 +74,11 @@
ShipyardConsole-targetId: !type:ContainerSlot {}
- type: Anchorable
delay: 999999
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 0

- type: entity
id: ComputerShipyardSecurity
Expand Down Expand Up @@ -165,6 +170,11 @@
delay: 999999
- type: MarketModifier
mod: 1.00
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 0

- type: entity
parent: ComputerPalletConsoleNFNormalMarket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,15 @@
delay: 999999
- type: Physics
bodyType: Static
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:ChangeConstructionNodeBehavior
node: machineFrame
- !type:DoActsBehavior
acts: ["Destruction"]
- type: MaterialStorage
- type: Appearance
- type: Climbable
- type: CryoSleep
- type: ContainerContainer
containers:
body_container: !type:ContainerSlot
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 0
52 changes: 52 additions & 0 deletions Resources/Prototypes/_NF/Entities/Structures/atms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@
bank-ATM-cashSlot: !type:ContainerSlot {}
- type: Anchorable
delay: 999999
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: ["Destruction"]

- type: entity
name: withdraw-only bank atm
Expand Down Expand Up @@ -137,6 +151,17 @@
type: WithdrawBankATMMenuBoundUserInterface
- type: Anchorable
delay: 999999
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: ["Destruction"]

- type: entity
name: wallmount bank atm
Expand Down Expand Up @@ -215,6 +240,17 @@
bank-ATM-cashSlot: !type:ContainerSlot {}
- type: Anchorable
delay: 999999
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: ["Destruction"]

- type: entity
name: wallmount withdraw-only bank atm
Expand Down Expand Up @@ -287,6 +323,17 @@
type: WithdrawBankATMMenuBoundUserInterface
- type: Anchorable
delay: 999999
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: ["Destruction"]

- type: entity
name: station administration console
Expand Down Expand Up @@ -351,3 +398,8 @@
type: StationBankATMMenuBoundUserInterface
- type: AccessReader
access: [["HeadOfPersonnel"]]
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 0
Loading