C1984 (C4 nerf) (#7612)
This commit is contained in:
@@ -14,3 +14,4 @@
|
||||
supportedTypes:
|
||||
- Heat
|
||||
- Shock
|
||||
- Structural # this probably should be in separate container
|
||||
|
||||
@@ -36,3 +36,8 @@
|
||||
|
||||
- type: damageType
|
||||
id: Cellular
|
||||
|
||||
# Damage represent structures internal integrity.
|
||||
# Exclusive for structures such as walls, airlocks and others.
|
||||
- type: damageType
|
||||
id: Structural
|
||||
|
||||
@@ -25,11 +25,14 @@
|
||||
stickPopupSuccess: comp-sticky-success-stick-bomb
|
||||
unstickPopupStart: comp-sticky-start-unstick-bomb
|
||||
unstickPopupSuccess: comp-sticky-success-unstick-bomb
|
||||
blacklist: # can't stick it to other items
|
||||
components:
|
||||
- Item
|
||||
- type: Explosive # Powerful explosion in a very small radius. Doesn't break underplating.
|
||||
explosionType: Default
|
||||
maxIntensity: 300
|
||||
intensitySlope: 100
|
||||
totalIntensity: 300
|
||||
explosionType: DemolitionCharge
|
||||
totalIntensity: 60
|
||||
intensitySlope: 5
|
||||
maxIntensity: 30
|
||||
canCreateVacuum: false
|
||||
- type: ExplodeOnTrigger
|
||||
- type: Damageable
|
||||
@@ -38,10 +41,11 @@
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 10
|
||||
damage: 50
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:ExplodeBehavior
|
||||
- type: StickyVisualizer
|
||||
- type: Appearance
|
||||
visuals:
|
||||
|
||||
@@ -11,7 +11,22 @@
|
||||
tileBreakIntensity: [0, 10, 30]
|
||||
tileBreakRerollReduction: 20
|
||||
lightColor: Orange
|
||||
texturePath: /Textures/Effects/fire.rsi
|
||||
texturePath: /Textures/Effects/fire.rsi
|
||||
fireStates: 3
|
||||
|
||||
- type: explosion
|
||||
id: DemolitionCharge
|
||||
damagePerIntensity:
|
||||
types:
|
||||
Heat: 3
|
||||
Blunt: 3
|
||||
Piercing: 3
|
||||
Structural: 50
|
||||
tileBreakChance: [ 0, 0.5, 1 ]
|
||||
tileBreakIntensity: [ 0, 10, 30 ]
|
||||
tileBreakRerollReduction: 20
|
||||
lightColor: Orange
|
||||
texturePath: /Textures/Effects/fire.rsi
|
||||
fireStates: 3
|
||||
|
||||
- type: explosion
|
||||
|
||||
Reference in New Issue
Block a user