Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@
Omnizine: 10
- type: Reflect
reflectProb: 0.10
- type: Unremoveable #DS14-Won't let you take it off, it`s working.
# DS14-end
- type: HardsuitIdentification # DS14
- type: Speech # DS14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
tags: [] # ignore "WhitelistChameleon" tag
- type: ExplosionResistance # DS14
damageCoefficient: 0.1
- type: Unremoveable #DS14-Won't let you take it off, it`s working.

- type: entity
parent: ClothingBackpack
Expand Down
89 changes: 89 additions & 0 deletions Resources/Prototypes/_DeadSpace/Chemistry/reagents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
- type: reaction
id: Fragmentin
reactants:
Phalanximine:
amount: 2
Ultravasculine:
amount: 1
Aluminum:
amount: 1
products:
Fragmentin: 1

- type: reagent
id: Fragmentin
name: reagent-name-Fragmentin
group: Medicine
desc: На вид липкое. Пахнет тиной.
physicalDesc: reagent-physical-desc-acrid
flavor: medicine
color: "#73e65f"
metabolisms:
Medicine:
metabolismRate: 0.5
effects:
- !type:HealthChange
damage:
types:
Cellular: -3
Radiation: 5
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 10
damage:
types:
Radiation: 5
- !type:ReagentThreshold
min: 15
Poison:
effects:
- !type:ModifyStatusEffect
effectProto: StatusEffectSeeingRainbow
type: Add
time: 10
- !type:HealthChange
conditions:
- !type:ReagentThreshold
reagent: Arithrazine
min: 1
damage:
types:
Caustic: 0.5
Brute: 0.3
metabolisms: 0.5

- type: reaction
id: Actiradol
reactants:
Cryoxadone:
amount: 2
Arithrazine:
amount: 1
Siderlac:
amount: 1
products:
Actiradol: 1

- type: reagent
id: Actiradol
name: reagent-name-Actiradol
group: Medicine
desc: На вид шершавое. Пахнет кисло.
physicalDesc: reagent-physical-desc-acrid
flavor: medicine
color: "#FF9218"
metabolisms:
Medicine:
metabolismRate: 0.5
effects:
- !type:MobStateCondition
mobstate: Dead
damage:
types:
Radiation: -3
- !type:HealthChange
conditions:
- !type:Temperature
# this is a little arbitrary but they gotta be pretty cold
max: 213.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- state: icon
- type: Clothing
sprite: _DeadSpace/Clothing/Shoes/Boots/magboots-deathsquad.rsi
- type: Unremoveable #DS14-Won't let you take it off, it`s working.
- type: NoSlip
- type: Magboots
- type: ClothingSpeedModifier
Expand Down
Loading