3 New Brute Chemicals (And Razorium) (#22103)
* guidebook * like everything else * increase razorium damage * nerf a lil bit
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
children:
|
||||
- Medicine
|
||||
- Botanicals
|
||||
- AdvancedBrute
|
||||
|
||||
- type: guideEntry
|
||||
id: Medicine
|
||||
@@ -42,3 +43,8 @@
|
||||
name: guide-entry-botanicals
|
||||
text: "/ServerInfo/Guidebook/Medical/Botanicals.xml"
|
||||
filterEnabled: True
|
||||
|
||||
- type: guideEntry
|
||||
id: AdvancedBrute
|
||||
name: guide-entry-brute
|
||||
text: "/ServerInfo/Guidebook/Medical/AdvancedBrute.xml"
|
||||
@@ -166,3 +166,42 @@
|
||||
effects:
|
||||
- !type:Electrocute
|
||||
probability: 0.5
|
||||
|
||||
- type: reagent
|
||||
id: Razorium
|
||||
name: reagent-name-razorium
|
||||
group: Toxins
|
||||
slippery: true
|
||||
desc: reagent-desc-razorium
|
||||
physicalDesc: reagent-physical-desc-reflective
|
||||
flavor: sharp
|
||||
color: "#e3fffb"
|
||||
reactiveEffects:
|
||||
Acidic:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaleByQuantity: true
|
||||
ignoreResistances: false
|
||||
damage:
|
||||
types:
|
||||
Slash: 0.5
|
||||
- !type:Emote
|
||||
emote: Scream
|
||||
probability: 0.7
|
||||
metabolisms:
|
||||
Poison:
|
||||
metabolismRate : 3.00
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Slash : 9
|
||||
- !type:PopupMessage
|
||||
type: Local
|
||||
visualType: LargeCaution
|
||||
messages: [ "generic-reagent-effect-slicing-insides"]
|
||||
probability: 0.33
|
||||
- !type:Emote
|
||||
emote: Scream
|
||||
probability: 0.3
|
||||
|
||||
@@ -931,3 +931,73 @@
|
||||
- !type:ReagentThreshold
|
||||
min: 30
|
||||
probability: 0.02
|
||||
|
||||
- type: reagent
|
||||
id: Lacerinol
|
||||
name: reagent-name-lacerinol
|
||||
group: Medicine
|
||||
desc: reagent-desc-lacerinol
|
||||
physicalDesc: reagent-physical-desc-viscous
|
||||
flavor: syrupy
|
||||
color: "#283332"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Slash: -3
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 12
|
||||
damage:
|
||||
types:
|
||||
Cold: 3
|
||||
|
||||
- type: reagent
|
||||
id: Puncturase
|
||||
name: reagent-name-puncturase
|
||||
group: Medicine
|
||||
desc: reagent-desc-puncturase
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: fizzy
|
||||
color: "#b9bf93"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Piercing: -4
|
||||
Blunt: 0.1
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 11
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
|
||||
- type: reagent
|
||||
id: Bruizine
|
||||
name: reagent-name-bruizine
|
||||
group: Medicine
|
||||
desc: reagent-desc-bruizine
|
||||
physicalDesc: reagent-physical-desc-mucus-like
|
||||
flavor: sour
|
||||
color: "#ff3636"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Blunt: -3.5
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 10.5
|
||||
damage:
|
||||
types:
|
||||
Poison: 4
|
||||
|
||||
@@ -396,3 +396,106 @@
|
||||
amount: 1
|
||||
products:
|
||||
Saline: 5
|
||||
|
||||
- type: reaction
|
||||
id: Lacerinol
|
||||
impact: Medium
|
||||
minTemp: 335
|
||||
reactants:
|
||||
Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended.
|
||||
amount: 1
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
Lacerinol: 2
|
||||
|
||||
- type: reaction
|
||||
id: Puncturase
|
||||
impact: Medium
|
||||
minTemp: 325
|
||||
reactants:
|
||||
Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended.
|
||||
amount: 1
|
||||
Carbon:
|
||||
amount: 1
|
||||
products:
|
||||
Puncturase: 2
|
||||
|
||||
- type: reaction
|
||||
id: Bruizine
|
||||
impact: Medium
|
||||
reactants:
|
||||
Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended.
|
||||
amount: 1
|
||||
Lithium:
|
||||
amount: 0.9
|
||||
Sugar:
|
||||
amount: 1
|
||||
products:
|
||||
Bruizine: 2
|
||||
|
||||
- type: reaction
|
||||
id: BicarLacerinol # mixing any two brute medications will make Razorium
|
||||
impact: Medium
|
||||
reactants:
|
||||
Lacerinol:
|
||||
amount: 1
|
||||
Bicaridine:
|
||||
amount: 1
|
||||
products:
|
||||
Razorium: 1
|
||||
|
||||
- type: reaction
|
||||
id: BicarPuncturase # mixing any two brute medications will make Razorium
|
||||
impact: Medium
|
||||
reactants:
|
||||
Puncturase:
|
||||
amount: 1
|
||||
Bicaridine:
|
||||
amount: 1
|
||||
products:
|
||||
Razorium: 1
|
||||
|
||||
- type: reaction
|
||||
id: BicarBruizine # mixing any two brute medications will make Razorium
|
||||
impact: Medium
|
||||
reactants:
|
||||
Bruizine:
|
||||
amount: 1
|
||||
Bicaridine:
|
||||
amount: 1
|
||||
products:
|
||||
Razorium: 1
|
||||
|
||||
- type: reaction
|
||||
id: BruizineLacerinol # mixing any two brute medications will make Razorium
|
||||
impact: Medium
|
||||
reactants:
|
||||
Lacerinol:
|
||||
amount: 1
|
||||
Bruizine:
|
||||
amount: 1
|
||||
products:
|
||||
Razorium: 1
|
||||
|
||||
- type: reaction
|
||||
id: BruizinePuncturase # mixing any two brute medications will make Razorium
|
||||
impact: Medium
|
||||
reactants:
|
||||
Puncturase:
|
||||
amount: 1
|
||||
Bruizine:
|
||||
amount: 1
|
||||
products:
|
||||
Razorium: 1
|
||||
|
||||
- type: reaction
|
||||
id: PuncturaseLacerinol # mixing any two brute medications will make Razorium
|
||||
impact: Medium
|
||||
reactants:
|
||||
Lacerinol:
|
||||
amount: 1
|
||||
Puncturase:
|
||||
amount: 1
|
||||
products:
|
||||
Razorium: 1
|
||||
Reference in New Issue
Block a user