Buffed crate resistance further and secure lockers (#5780)

This commit is contained in:
Peptide90
2021-12-14 00:44:59 +00:00
committed by GitHub
parent 4de2896f58
commit eaee505229
3 changed files with 23 additions and 13 deletions

View File

@@ -16,7 +16,8 @@
Slash: 0.5 Slash: 0.5
Piercing: 0.7 Piercing: 0.7
Shock: 1.2 Shock: 1.2
# Like metallic but very strong to resist most all basic tools and weapons.
- type: damageModifierSet - type: damageModifierSet
id: StrongMetallic id: StrongMetallic
coefficients: coefficients:
@@ -27,7 +28,9 @@
flatReductions: flatReductions:
Blunt: 16 Blunt: 16
Slash: 16 Slash: 16
Piercing: 10 Piercing: 16
Shock: 10
Heat: 10
- type: damageModifierSet - type: damageModifierSet
id: Inflatable id: Inflatable

View File

@@ -23,7 +23,7 @@
thresholds: thresholds:
- trigger: - trigger:
!type:DamageTrigger !type:DamageTrigger
damage: 300 damage: 150
behaviors: behaviors:
- !type:DoActsBehavior - !type:DoActsBehavior
acts: ["Destruction"] acts: ["Destruction"]
@@ -35,3 +35,12 @@
SheetSteel1: SheetSteel1:
min: 1 min: 1
max: 2 max: 2
- type: entity
id: LockerBaseSecure
parent: LockerBase
abstract: true
components:
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic

View File

@@ -32,7 +32,7 @@
# Command # Command
- type: entity - type: entity
id: LockerCaptain id: LockerCaptain
parent: LockerBase parent: LockerBaseSecure
name: captain's locker name: captain's locker
components: components:
- type: Appearance - type: Appearance
@@ -44,7 +44,7 @@
- type: entity - type: entity
id: LockerHeadOfPersonnel id: LockerHeadOfPersonnel
parent: LockerBase parent: LockerBaseSecure
name: head of personnel's locker name: head of personnel's locker
components: components:
- type: Appearance - type: Appearance
@@ -57,7 +57,7 @@
# CE # CE
- type: entity - type: entity
id: LockerChiefEngineer id: LockerChiefEngineer
parent: LockerBase parent: LockerBaseSecure
name: chief engineer's locker name: chief engineer's locker
components: components:
- type: Appearance - type: Appearance
@@ -191,7 +191,7 @@
# CMO # CMO
- type: entity - type: entity
id: LockerChiefMedicalOfficer id: LockerChiefMedicalOfficer
parent: LockerBase parent: LockerBaseSecure
name: chief medical officer's locker name: chief medical officer's locker
components: components:
- type: Appearance - type: Appearance
@@ -202,7 +202,6 @@
access: [ [ "Medical", "Command" ] ] access: [ [ "Medical", "Command" ] ]
# Science # Science
- type: entity - type: entity
id: LockerResearchDirector id: LockerResearchDirector
parent: LockerBase parent: LockerBase
@@ -230,7 +229,7 @@
# HoS # HoS
- type: entity - type: entity
id: LockerHeadOfSecurity id: LockerHeadOfSecurity
parent: LockerBase parent: LockerBaseSecure
name: head of security's locker name: head of security's locker
components: components:
- type: Appearance - type: Appearance
@@ -243,7 +242,7 @@
# Warden # Warden
- type: entity - type: entity
id: LockerWarden id: LockerWarden
parent: LockerBase parent: LockerBaseSecure
name: warden's locker name: warden's locker
components: components:
- type: Appearance - type: Appearance
@@ -256,7 +255,7 @@
# Security Officer # Security Officer
- type: entity - type: entity
id: LockerSecurity id: LockerSecurity
parent: LockerBase parent: LockerBaseSecure
name: security officer's locker name: security officer's locker
components: components:
- type: Appearance - type: Appearance
@@ -277,11 +276,10 @@
access: [["Service"]] # TODO access [["Detective"]] access: [["Service"]] # TODO access [["Detective"]]
# Syndicate # Syndicate
- type: entity - type: entity
id: LockerSyndicatePersonal id: LockerSyndicatePersonal
name: armory closet name: armory closet
parent: LockerBase parent: LockerBaseSecure
description: It's a personal storage unit for operative gear. description: It's a personal storage unit for operative gear.
components: components:
- type: Appearance - type: Appearance