Structural Balancing Pass (#22790)
* new structural type * riveted wall stronk * balance structural items
This commit is contained in:
parent
e969f60c02
commit
2eeaf5efcd
8 changed files with 26 additions and 8 deletions
|
|
@ -10,7 +10,7 @@
|
|||
Heat: 5
|
||||
|
||||
- type: damageModifierSet
|
||||
id: StructuralMetallic
|
||||
id: StructuralMetallicStrong
|
||||
coefficients:
|
||||
Shock: 1.2
|
||||
flatReductions:
|
||||
|
|
@ -20,6 +20,17 @@
|
|||
Heat: 25
|
||||
Structural: 40
|
||||
|
||||
- type: damageModifierSet
|
||||
id: StructuralMetallic
|
||||
coefficients:
|
||||
Shock: 1.2
|
||||
flatReductions:
|
||||
Blunt: 10
|
||||
Slash: 10
|
||||
Piercing: 10
|
||||
Heat: 10
|
||||
Structural: 20
|
||||
|
||||
- type: damageModifierSet
|
||||
id: PerforatedMetallic
|
||||
coefficients:
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
types:
|
||||
Blunt: 2.5
|
||||
Slash: 2.5
|
||||
Structural: 10
|
||||
- type: GunRequiresWield
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
groups:
|
||||
Brute: 10
|
||||
types:
|
||||
Structural: 10
|
||||
Structural: 25
|
||||
- type: Item
|
||||
size: Normal
|
||||
shape:
|
||||
|
|
@ -51,4 +51,4 @@
|
|||
groups:
|
||||
Brute: 10
|
||||
types:
|
||||
Structural: 10
|
||||
Structural: 20
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@
|
|||
abstract: true
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: StrongMetallic
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: StructuralMetallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
# Cargo
|
||||
- type: entity
|
||||
id: LockerQuarterMaster
|
||||
parent: LockerBase
|
||||
parent: LockerBaseSecure
|
||||
name: quartermaster's locker
|
||||
components:
|
||||
- type: Appearance
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
- type: PlaceableSurface
|
||||
isPlaceable: false # defaults to closed.
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
- map: [ "enum.EdgeLayer.West" ]
|
||||
state: rock_asteroid_west
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
|
|
|
|||
|
|
@ -502,6 +502,9 @@
|
|||
- type: Construction
|
||||
graph: Girder
|
||||
node: reinforcedWall
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: StructuralMetallicStrong
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
|
@ -557,6 +560,9 @@
|
|||
sprite: Structures/Walls/riveted.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/riveted.rsi
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: StructuralMetallicStrong
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue