Skip to content

Commit

Permalink
Merge pull request #216 from dvir001/Computers-Update-2
Browse files Browse the repository at this point in the history
Computers Update 2
  • Loading branch information
Cheackraze committed Aug 16, 2023
2 parents ec95007 + aaaccd4 commit e5f12bb
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 10 deletions.
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

0 comments on commit e5f12bb

Please sign in to comment.