Skip to content

Commit

Permalink
green flu
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad0260 committed Jan 15, 2025
1 parent 30935ee commit 2679590
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Locale/ru-RU/backmen/disease/disease-proto.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ disease-proto-bleeders = Укус Кровопотерь
disease-proto-plague = чума
disease-proto-owonavirus = OwOнавирус
disease-proto-tongue-twister = Языковой Твистер
disease-proto-tongue-greenflue = зеленый грипп
disease-proto-xeno = Ксеновирус
disease-proto-xenodrone = Ксеновирус
disease-proto-xenodrone = Ксеновирус
76 changes: 76 additions & 0 deletions Resources/Prototypes/_Backmen/Diseases/infectious.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,79 @@
- !type:DiseaseReagentCure
reagent:
ReagentId: Ultravasculine

- type: disease
id: GreenFlu
name: disease-proto-tongue-greenflue
cureResist: 0.5
stages:
- 0 #0
- 450 #1
- 1000 #2
- 1600 #3-final-le-comdia
effects:
#Stage1 - Simple-flu
- !type:DiseaseAdjustReagent
probability: 0.2
reagent:
ReagentId: Histamine
amount: 0.5
stages:
- 1
- !type:DiseasePopUp
probability: 0.025
stages:
- 1
- !type:DiseaseSnough
probability: 0.025
emote: Sneeze
stages:
- 1
#Stage2 - Plague
- !type:DiseaseVomit
probability: 0.01
stages:
- 2
- 3
- !type:DiseasePopUp
probability: 0.03
stages:
- 2
- 3
- !type:DiseaseSnough
probability: 0.10
emote: Cough
stages:
- 2
- 3
- !type:DiseaseHealthChange
probability: 0.5
damage:
types:
Poison: 0.5
stages:
- 2
- 3
# Stage3 - death
- !type:DiseaseHealthChange
probability: 0.3
damage:
types:
Poison: 5
stages:
- 3
cures:
- !type:DiseaseBedrestCure
sleepMultiplier: 1
maxLength: 30
stages:
- 0
- 1
- !type:DiseaseReagentCure
reagent:
ReagentId: Ultravasculine
stages:
- 0
- 1
- 2
- 3

0 comments on commit 2679590

Please sign in to comment.