Tweak: Armor rebalance, radsuit fix (#637)
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.8
|
Blunt: 0.8
|
||||||
Slash: 0.8
|
Slash: 0.8
|
||||||
Piercing: 0.95
|
Piercing: 0.9 # WD
|
||||||
|
|
||||||
#Bombsuit Helmet
|
#Bombsuit Helmet
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.4
|
Blunt: 0.4
|
||||||
Slash: 0.4
|
Slash: 0.4
|
||||||
Piercing: 0.9
|
Piercing: 0.7 # WD
|
||||||
Heat: 0.9
|
Heat: 0.9
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
- type: ExplosionResistance
|
- type: ExplosionResistance
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
modifiers:
|
modifiers:
|
||||||
coefficients:
|
coefficients:
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Radiation: 0.001
|
Radiation: 0.01 # WD
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Suits/rad.rsi
|
sprite: Clothing/OuterClothing/Suits/rad.rsi
|
||||||
- type: GroupExamine
|
- type: GroupExamine
|
||||||
|
|||||||
@@ -70,6 +70,32 @@
|
|||||||
id: RiotShield
|
id: RiotShield
|
||||||
description: A large tower shield. Good for controlling crowds.
|
description: A large tower shield. Good for controlling crowds.
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite # WD start
|
||||||
|
state: riot-icon
|
||||||
|
- type: Item
|
||||||
|
heldPrefix: riot
|
||||||
|
- type: Blocking
|
||||||
|
passiveBlockModifier:
|
||||||
|
coefficients:
|
||||||
|
Blunt: 0.7
|
||||||
|
Slash: 0.7
|
||||||
|
Piercing: 0.5
|
||||||
|
activeBlockModifier:
|
||||||
|
coefficients:
|
||||||
|
Blunt: 0.6
|
||||||
|
Slash: 0.6
|
||||||
|
Piercing: 0.4
|
||||||
|
flatReductions:
|
||||||
|
Blunt: 1.5
|
||||||
|
Piercing: 1.5
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 160
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 90
|
price: 90
|
||||||
|
|
||||||
@@ -92,8 +118,16 @@
|
|||||||
Heat: 0.7
|
Heat: 0.7
|
||||||
flatReductions:
|
flatReductions:
|
||||||
Heat: 2
|
Heat: 2
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 120
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
- type: Reflect
|
- type: Reflect
|
||||||
reflectProb: 0.25
|
reflectProb: 0.5
|
||||||
reflects:
|
reflects:
|
||||||
- Energy
|
- Energy
|
||||||
|
|
||||||
@@ -111,14 +145,24 @@
|
|||||||
passiveBlockModifier:
|
passiveBlockModifier:
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.8
|
Blunt: 0.8
|
||||||
|
Slash: 0.8
|
||||||
Piercing: 0.8
|
Piercing: 0.8
|
||||||
activeBlockModifier:
|
activeBlockModifier:
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.7
|
Blunt: 0.7
|
||||||
|
Slash: 0.7
|
||||||
Piercing: 0.7
|
Piercing: 0.7
|
||||||
flatReductions:
|
flatReductions:
|
||||||
Blunt: 1.5
|
Blunt: 1.5
|
||||||
Piercing: 1.5
|
Piercing: 1.5
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 220
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ] # WD end
|
||||||
|
|
||||||
#Changeling shield
|
#Changeling shield
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
Reference in New Issue
Block a user