Skip to content

Commit

Permalink
пу-пу-пу (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay authored Oct 30, 2024
1 parent a44e666 commit ec4b32d
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Resources/Locale/en-US/_prototypes/_sunrise/reagents/fun.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
reagent-name-aphrodesiac = Aphrodesiac
reagent-desc-aphrodesiac = A substance that increases arousal or pleasure.
reagent-physical-desc-aphrodesiac = Shimmering, ruby-red liquid that glows softly in the light.
reagent-physical-desc-aphrodesiac = Shimmering, ruby-red liquid that glows softly in the light.
reagent-name-celliminol = celliminol
reagent-desc-celliminol = A cryogenics chemical. A powerful chemical developed by Qillu.
reagent-name-h-32 = H-32
reagent-desc-h-32 = A reagent developed in the field with increased radiation
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ reagent-physical-desc-reflective = reflective
reagent-physical-desc-holy = holy
reagent-physical-desc-slimy = slimy
reagent-physical-desc-neural = neural
reagent-physical-desc-h-32 = strongly smelling of radioactive burns
reagent-physical-desc-celliminol = It smells strongly of blood
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/_prototypes/_sunrise/reagents/fun.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ reagent-physical-desc-honkpower = Дрожащее
reagent-physical-desc-strong-smell = Сильно пахнущее
reagent-name-nastoyka-romashki = настойка ромашки
reagent-desc-nastoyka-romashki = Лепестки ромашки настояные в спирте.
reagent-name-h-32 = H-32
reagent-desc-h-32 = Реагент, разработанный в полевых условиях с повышенной радиацией
reagent-name-celliminol = Целлиминол
reagent-desc-celliminol = Химикат криогенного действия. Мощный химикат разработанный компанией.
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ reagent-physical-desc-holy = святое
reagent-physical-desc-slimy = склизкое
reagent-physical-desc-neural = нейронное
reagent-physical-desc-vile = мерзкое
reagent-physical-desc-celliminol = сильно отдающее кровью
reagent-physical-desc-h-32 = сильно пахнущее радиоактивными ожогами
42 changes: 41 additions & 1 deletion Resources/Prototypes/_Sunrise/Reagents/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,44 @@
prototype: ClowanHulk
conditions:
- !type:ReagentThreshold
min: 5
min: 5

- type: reagent
id: H-32
name: reagent-name-h-32
group: Medicine
desc: reagent-desc-h-32
physicalDesc: reagent-physical-desc-h-32
flavor: medicine
color: "#cc1a79"
worksOnTheDead: true
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
damage:
types:
Radiation: -2

- type: reagent
id: Celliminol
name: reagent-name-celliminol
group: Special
desc: reagent-desc-celliminol
physicalDesc: reagent-physical-desc-celliminol
flavor: medicine
color: "#81eb81"
worksOnTheDead: true
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
damage:
types:
Cellular: -5
29 changes: 29 additions & 0 deletions Resources/Prototypes/_Sunrise/Recipes/Reactions/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,32 @@
amount: 4
products:
Desoantizyne: 0.7

- type: reaction
id: H-32
reactants:
Arithrazine:
amount: 1
Bicaridine:
amount: 1
Cryoxadone:
amount: 1
Plasma:
amount: 1
catalyst: true
products:
H-32: 4

- type: reaction
id: Celliminol
impact: High
minTemp: 500
reactants:
Doxarubixadone:
amount: 5
Omnizine:
amount: 1
Blood:
amount: 10
products:
Celliminol: 5

0 comments on commit ec4b32d

Please sign in to comment.