-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Fansana:master' into Xenospawners
- Loading branch information
Showing
17 changed files
with
268 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
reagent-name-salicylicacid = salicylic acid | ||
reagent-desc-salicylicacid = A powdery substance used for dermatological treatments. | ||
reagent-name-formaldehyde = formaldehyde | ||
reagent-desc-formaldehyde = A yellowish substance used for peservation of tissue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
reagent-name-traumoxadone = traumoxadone | ||
reagent-desc-traumoxadone = A cryogenics chemical. Used to treat severe trauma via regeneration of the damaged tissue. Works regardless of the patient being alive or dead. Product of Mystic Medical | ||
reagent-name-stelloxadone = stelloxadone | ||
reagent-desc-stelloxadone = A cryogenics chemical. Used to aggressively dissolve toxins from the body. Works regardless of the patient being alive or dead. Product of Mystic Medical |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- type: reagent | ||
id: SalicylicAcid | ||
name: reagent-name-salicylicacid | ||
desc: reagent-desc-salicylicacid | ||
physicalDesc: reagent-physical-desc-powdery | ||
color: "#EEEEEE" | ||
|
||
- type: reagent | ||
id: Formaldehyde | ||
name: reagent-name-formaldehyde | ||
desc: reagent-desc-formaldehyde | ||
physicalDesc: reagent-physical-desc-sickly | ||
color: "#F26724" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
- type: reagent | ||
id : Traumoxadone | ||
name: reagent-name-traumoxadone | ||
group: Medicine | ||
desc: reagent-desc-traumoxadone | ||
physicalDesc: reagent-physical-desc-soothing | ||
flavor: medicine | ||
color: "#880077" | ||
worksOnTheDead: true | ||
metabolisms: | ||
Medicine: | ||
effects: | ||
- !type:HealthChange | ||
conditions: | ||
- !type:Temperature | ||
max: 213.0 | ||
damage: | ||
types: | ||
Blunt: -2 | ||
Piercing: -2 | ||
Slash: -2 | ||
|
||
|
||
- type: reagent | ||
id : Stelloxadone | ||
name: reagent-name-stelloxadone | ||
group: Medicine | ||
desc: reagent-desc-stelloxadone | ||
physicalDesc: reagent-physical-desc-soothing | ||
flavor: medicine | ||
color: "#FFA861" | ||
worksOnTheDead: true | ||
metabolisms: | ||
Medicine: | ||
effects: | ||
- !type:HealthChange | ||
conditions: | ||
- !type:Temperature | ||
max: 213.0 | ||
damage: | ||
types: | ||
Poison: -6 | ||
Radiation: -3 | ||
Cellular: 1 | ||
groups: | ||
Brute: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.