Skip to content

Commit

Permalink
Slerm real
Browse files Browse the repository at this point in the history
  • Loading branch information
Roudenn committed Nov 30, 2024
1 parent cd90553 commit adf791c
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/backmen/reagents/toxins.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ reagent-desc-lotophagoi-oil = Сверхсильный наркотик, кот
reagent-name-bloodsucker-toxin = вампирский вирус
reagent-desc-bloodsucker-toxin = Многие называют это лекарством от старости, его состав говорит о том что он относится к классу токсинов и вызывает множество негативных мутаций.
reagent-name-slerm = слерма ксено
reagent-desc-slerm = Самая мерзкая жидкость в галактике, которая при попадании на кожу вызывает сильные мутации.
81 changes: 73 additions & 8 deletions Resources/Prototypes/_Backmen/Diseases/noninfectious.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@
stages:
- 2
# possible xeno polymorph
- !type:DiseasePolymorph
probability: 0.070
polymorphId: XenoMaidMorph
polymorphMessage: disease-xeno-polymorph
polymorphSound:
path: /Audio/Animals/cat_meow.ogg
stages:
- 2
- !type:DiseasePolymorph
probability: 0.030
polymorphId: XenoDroneMorph
Expand All @@ -150,3 +142,76 @@
path: /Audio/Animals/space_dragon_roar.ogg
stages:
- 2

- type: disease
id: XenoMaidVirus
name: disease-proto-xeno-maid
cureResist: 1
infectious: false
stages:
- 0
- 120
- 600
effects:
# compulsion pop ups
- !type:DiseasePopUp
probability: 0.015
type: Pvs
message: disease-seizures-compulsion
visualType: Medium
stages:
- 0
- 1
- 2
- !type:DiseasePopUp
probability: 0.03
message: disease-blood-compulsion
visualType: Medium
stages:
- 0
- 1
- 2
- !type:DiseasePopUp
probability: 0.05
message: disease-eaten-inside
visualType: Medium
# Seizures
- !type:DiseaseAdjustReagent
probability: 0.025
reagent:
ReagentId: Licoxide
amount: 0.5
# accent chance when speaking
- !type:DiseaseGenericStatusEffect
probability: 0.1
key: Stutter
component: XenoAccent
stages:
- 1
- !type:DiseaseGenericStatusEffect
probability: 0.4
key: Stutter
component: XenoAccent
stages:
- 2
# cellular damage, from being eaten on the inside
- !type:DiseaseHealthChange
probability: 0.025
damage:
types:
Genetic: 0.1
stages:
- 2
- !type:DiseasePolymorph
probability: 0.070
polymorphId: XenoMaidMorph # >w<
polymorphMessage: disease-xeno-polymorph
polymorphSound:
path: /Audio/Animals/cat_meow.ogg
stages:
- 2
cures:
- !type:DiseaseReagentCure
reagent:
ReagentId: Diphenylmethylamine # the hardest-to-get med known to mankind... good luck
min: 1
39 changes: 39 additions & 0 deletions Resources/Prototypes/_Backmen/Reagents/toxins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,42 @@
- !type:ReagentThreshold
reagent: BloodSuckerToxin
min: 10

# Xeno maid liquid real
- type: reagent
id: SlermQueenPlus
name: reagent-name-slerm
group: Toxins
desc: reagent-desc-slerm
physicalDesc: reagent-physical-desc-bubbling
flavor: bitter
color: "#b428c9"
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:Emote
emote: Scream
probability: 0.2
# start-backmen: Disease
- !type:ChemCauseDisease
conditions:
- !type:ReagentThreshold
reagent: SlermQueenPlus
min: 1
causeChance: 0.3
disease: XenoMaidVirus
# end-backmen: Disease
metabolisms:
Poison:
metabolismRate: 1
effects:
# start-backmen: Disease
- !type:ChemCauseDisease
conditions:
- !type:ReagentThreshold
reagent: SlermQueenPlus
min: 5
causeChance: 0.3
disease: XenoMaidVirus
# end-backmen: Disease

0 comments on commit adf791c

Please sign in to comment.