evil test + kill hemo/cyanoxadone
This commit is contained in:
parent
7e207e3cfa
commit
d56dc7d5f2
|
|
@ -34,7 +34,7 @@ public sealed class GuideEntryPrototypeTests
|
|||
});
|
||||
|
||||
// Avoid styleguide update limit
|
||||
await client.WaitRunTicks(1);
|
||||
await client.WaitRunTicks(10); // DeltaV - didn't avoid hard enough
|
||||
}
|
||||
|
||||
await pair.CleanReturnAsync();
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
reagent-name-hemoxadone = hemoxadone
|
||||
reagent-desc-hemoxadone = A cryogenics chemical. Used to treat severe blood loss by regenerating red blood cells and promoting reperfusion. Works regardless of the patient being alive or dead.
|
||||
|
||||
reagent-name-cyanoxadone = cyanoxadone
|
||||
reagent-desc-cyanoxadone = A cryogenics chemical. Used to treat severe blood loss in blue-blooded creatures by regenerating hemocyanin and promoting reperfusion. Works regardless of the patient being alive or dead.
|
||||
|
||||
reagent-desc-doxarubixadone-deltav = A cryogenics chemical. Heals certain types of cellular damage caused by dangerous gases and chemicals. Works regardless of the patient being alive or dead.
|
||||
|
||||
reagent-name-netinadone = netinadone
|
||||
|
|
|
|||
|
|
@ -1,85 +1,3 @@
|
|||
- type: reagent
|
||||
id: Hemoxadone
|
||||
name: reagent-name-hemoxadone
|
||||
group: Medicine
|
||||
desc: reagent-desc-hemoxadone
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: medicine
|
||||
color: "#ee0044"
|
||||
worksOnTheDead: true
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Arachnid
|
||||
shouldHave: true
|
||||
damage:
|
||||
types:
|
||||
Poison: 2
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:Temperature
|
||||
max: 213.0
|
||||
- !type:OrganType
|
||||
type: Arachnid
|
||||
shouldHave: false
|
||||
damage:
|
||||
types:
|
||||
Bloodloss: -6
|
||||
- !type:ModifyBloodLevel
|
||||
conditions:
|
||||
- !type:Temperature
|
||||
max: 213.0
|
||||
- !type:OrganType
|
||||
type: Arachnid
|
||||
shouldHave: false
|
||||
amount: 6
|
||||
|
||||
- type: reagent
|
||||
id: Cyanoxadone
|
||||
name: reagent-name-cyanoxadone
|
||||
group: Medicine
|
||||
desc: reagent-desc-cyanoxadone
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: medicine
|
||||
color: "#00eeff"
|
||||
worksOnTheDead: true
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:OrganType
|
||||
type: Arachnid
|
||||
shouldHave: false
|
||||
damage:
|
||||
types:
|
||||
Poison: 2
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:Temperature
|
||||
max: 213.0
|
||||
- !type:OrganType
|
||||
type: Arachnid
|
||||
shouldHave: true
|
||||
damage:
|
||||
types:
|
||||
Bloodloss: -6
|
||||
- !type:ModifyBloodLevel
|
||||
conditions:
|
||||
- !type:Temperature
|
||||
max: 213.0
|
||||
- !type:OrganType
|
||||
type: Arachnid
|
||||
shouldHave: true
|
||||
amount: 6
|
||||
|
||||
- type: reagent
|
||||
id: Netinadone
|
||||
name: reagent-name-netinadone
|
||||
|
|
|
|||
|
|
@ -1,31 +1,3 @@
|
|||
- type: reaction
|
||||
id: Hemoxadone
|
||||
minTemp: 370
|
||||
reactants:
|
||||
Iron:
|
||||
amount: 2
|
||||
Traumoxadone:
|
||||
amount: 1
|
||||
Blood:
|
||||
amount: 1
|
||||
catalyst: true
|
||||
products:
|
||||
Hemoxadone: 2
|
||||
|
||||
- type: reaction
|
||||
id: Cyanoxadone
|
||||
minTemp: 370
|
||||
reactants:
|
||||
Copper:
|
||||
amount: 2
|
||||
Traumoxadone:
|
||||
amount: 1
|
||||
CopperBlood:
|
||||
amount: 1
|
||||
catalyst: true
|
||||
products:
|
||||
Cyanoxadone: 2
|
||||
|
||||
- type: reaction
|
||||
id: Netinadone
|
||||
minTemp: 400
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ The standard pressure for a gas pump is 100.325 kpa. Cryoxadone works at under 1
|
|||
<GuideReagentEmbed Reagent="Traumoxadone"/>
|
||||
<GuideReagentEmbed Reagent="Stelloxadone"/>
|
||||
<GuideReagentEmbed Reagent="Doxarubixadone"/>
|
||||
<GuideReagentEmbed Reagent="Hemoxadone"/>
|
||||
<GuideReagentEmbed Reagent="Cyanoxadone"/>
|
||||
<GuideReagentEmbed Reagent="Dexalin"/>
|
||||
<GuideReagentEmbed Reagent="Leporazine"/>
|
||||
<GuideReagentEmbed Reagent="Necrosol"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue