Muted status effect + 2 reagent sources of it (#8673)

This commit is contained in:
Rane
2022-06-06 04:35:24 -04:00
committed by GitHub
parent 98c3b75364
commit 008348e40c
11 changed files with 81 additions and 1 deletions

View File

@@ -191,6 +191,12 @@
name: "[color=red]Parched[/color]"
description: You're severely thirsty. The thirst makes moving around a chore.
- type: alert
id: Muted
icon: /Textures/Interface/Alerts/Abilities/silenced.png
name: Muted
description: You have lost the ability to speak.
- type: alert
id: VowOfSilence
icon: /Textures/Interface/Alerts/Abilities/silenced.png

View File

@@ -82,6 +82,7 @@
- Stutter
- Electrocution
- PressureImmunity
- Muted
- type: DiseaseCarrier
# Other
- type: Inventory

View File

@@ -912,6 +912,14 @@
physicalDesc: reagent-physical-desc-strong-smelling
color: "#004666"
spritePath: silencerglass.rsi
metabolisms:
Drink:
effects:
- !type:GenericStatusEffect
key: Muted
component: Muted
- !type:SatiateThirst
factor: 2
- type: reagent
id: Singulo

View File

@@ -152,3 +152,19 @@
key: Stutter
time: 1
component: StutteringAccent
- type: reagent
id: MuteToxin
name: reagent-name-mute-toxin
group: Narcotics
desc: reagent-desc-mute-toxin
physicalDesc: reagent-physical-desc-syrupy
color: "#000000"
boilingPoint: 255.0
meltingPoint: 36.0
metabolisms:
Narcotic:
effects:
- !type:GenericStatusEffect
key: Muted
component: Muted

View File

@@ -91,7 +91,7 @@
- !type:ExplosionReactionEffect
explosionType: Default
maxIntensity: 1 # at most 15 damage per tile
intensityPerUnit: 0.5 # 50+50 reagent for maximum explosion
intensityPerUnit: 0.5 # 50+50 reagent for maximum explosion
intensitySlope: 2
maxTotalIntensity: 25
@@ -287,3 +287,16 @@
amount: 1
products:
Ephedrine: 4
- type: reaction
id: MuteToxin
impact: Medium
reactants:
Uranium:
amount: 2
Water:
amount: 1
Carbon:
amount: 1
products:
MuteToxin: 2 #Lower yield is intentional

View File

@@ -27,3 +27,7 @@
- type: statusEffect
id: PressureImmunity
- type: statusEffect
id: Muted
alert: Muted