-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enemies and Allies Content Port (#956)
<!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> This is a batch of changes I made for Floof station being ported over to the upstream branch --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: - add: Added new neutral xenos, events, and reagent slimes --------- Signed-off-by: fenndragon <[email protected]> Signed-off-by: SleepyScarecrow <[email protected]> Co-authored-by: FoxxoTrystan <[email protected]> Co-authored-by: SleepyScarecrow <[email protected]>
- Loading branch information
1 parent
b53b555
commit af0c932
Showing
23 changed files
with
967 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- type: entity | ||
id: OrganFriendStomach | ||
parent: OrganAnimalStomach | ||
noSpawn: true | ||
components: | ||
- type: Stomach | ||
- type: SolutionContainerManager | ||
solutions: | ||
stomach: | ||
maxVol: 100 | ||
food: | ||
maxVol: 50 | ||
reagents: | ||
- ReagentId: UncookedAnimalProteins | ||
Quantity: 5 |
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,24 @@ | ||
- type: body | ||
id: Friendshaped | ||
name: "Friend-Shaped" | ||
root: torso | ||
slots: | ||
torso: | ||
part: TorsoAnimal | ||
connections: | ||
- hands | ||
- legs | ||
organs: | ||
lungs: OrganAnimalLungs | ||
stomach: OrganFriendStomach | ||
liver: OrganAnimalLiver | ||
heart: OrganAnimalHeart | ||
kidneys: OrganAnimalKidneys | ||
hands: | ||
part: HandsAnimal | ||
legs: | ||
part: LegsAnimal | ||
connections: | ||
- feet | ||
feet: | ||
part: FeetAnimal |
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,289 @@ | ||
- type: entity | ||
id: ReagentSlimeIchor | ||
parent: ReagentSlime | ||
suffix: Ichor | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: Ichor | ||
- type: PointLight | ||
color: "#f4692e" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#f4692e" | ||
|
||
- type: entity | ||
id: ReagentSlimeBleach | ||
parent: ReagentSlime | ||
suffix: Bleach | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: Bleach | ||
- type: PointLight | ||
color: "#a1000b" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#a1000b" | ||
|
||
- type: entity | ||
id: ReagentSlimeSoap | ||
parent: ReagentSlime | ||
suffix: Soap | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: SoapReagent | ||
- type: PointLight | ||
color: "#c8dfc9" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#c8dfc9" | ||
|
||
- type: entity | ||
id: ReagentSlimeSpacelube | ||
parent: ReagentSlime | ||
suffix: Spacelube | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: SpaceLube | ||
- type: PointLight | ||
color: "#77b58e" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#77b58e" | ||
|
||
- type: entity | ||
id: ReagentSlimeBuzzachloricbees | ||
parent: ReagentSlime | ||
suffix: Buzzachloricbees | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: BuzzochloricBees | ||
- type: PointLight | ||
color: "#FFD35D" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#FFD35D" | ||
|
||
- type: entity | ||
id: ReagentSlimeWehjuice | ||
parent: ReagentSlime | ||
suffix: Wehjuice | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: JuiceThatMakesYouWeh | ||
- type: PointLight | ||
color: "#59b23a" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#59b23a" | ||
|
||
- type: entity | ||
id: ReagentCognizine | ||
parent: ReagentSlime | ||
suffix: Cognizine | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: Cognizine | ||
- type: PointLight | ||
color: "#b50ee8" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#b50ee8" | ||
|
||
- type: entity | ||
id: ReagentSlimeNecrosol | ||
parent: ReagentSlime | ||
suffix: Necrosol | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: Necrosol | ||
- type: PointLight | ||
color: "#86a5bd" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#86a5bd" | ||
|
||
- type: entity | ||
id: ReagentSlimeSpaceDrugs | ||
parent: ReagentSlime | ||
suffix: SpaceDrugs | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: SpaceDrugs | ||
- type: PointLight | ||
color: "#63806e" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#63806e" | ||
|
||
- type: entity | ||
id: ReagentSlimeUnstableMutagen | ||
parent: ReagentSlime | ||
suffix: UnstableMutagen | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: UnstableMutagen | ||
- type: PointLight | ||
color: "#00ff5f" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#00ff5f" | ||
|
||
- type: entity | ||
id: ReagentSlimeLead | ||
parent: ReagentSlime | ||
suffix: Lead | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: Lead | ||
- type: PointLight | ||
color: "#5C6274" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#5C6274" | ||
|
||
- type: entity | ||
id: ReagentSlimechlorinetriflouride | ||
parent: ReagentSlime | ||
suffix: chlorinetriflouride | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: ChlorineTrifluoride | ||
- type: PointLight | ||
color: "#FFC8C8" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#FFC8C8" | ||
|
||
- type: entity | ||
id: ReagentSlimePotassium | ||
parent: ReagentSlime | ||
suffix: Potassium | ||
components: | ||
- type: Bloodstream | ||
bloodReagent: Potassium | ||
- type: PointLight | ||
color: "#c6c8cc" | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Mobs/Aliens/elemental.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
color: "#c6c8cc" | ||
|
||
- type: entity | ||
id: reagentslimeVents | ||
parent: BaseGameRule | ||
noSpawn: true | ||
components: | ||
- type: StationEvent | ||
startAnnouncement: true | ||
earliestStart: 20 | ||
reoccurrenceDelay: 12 | ||
minimumPlayers: 1 | ||
weight: 6 # Really weak compared to other critters | ||
duration: 60 | ||
- type: VentCrittersRule | ||
entries: | ||
- id: ReagentSlime | ||
prob: 0.01 | ||
- id: ReagentSlimeBeer | ||
prob: 0.01 | ||
- id: ReagentSlimePax | ||
prob: 0.01 | ||
- id: ReagentSlimeNocturine | ||
prob: 0.01 | ||
- id: ReagentSlimeTHC | ||
prob: 0.01 | ||
- id: ReagentSlimeBicaridine | ||
prob: 0.01 | ||
- id: ReagentSlimeToxin | ||
prob: 0.01 | ||
- id: ReagentSlimeNapalm | ||
prob: 0.01 | ||
- id: ReagentSlimeOmnizine | ||
prob: 0.01 | ||
- id: ReagentSlimeMuteToxin | ||
prob: 0.01 | ||
- id: ReagentSlimeNorepinephricAcid | ||
prob: 0.01 | ||
- id: ReagentSlimeEphedrine | ||
prob: 0.01 | ||
- id: ReagentSlimeRobustHarvest | ||
prob: 0.01 | ||
- id: ReagentSlimeIchor | ||
prob: 0.01 | ||
- id: ReagentSlimeBleach | ||
prob: 0.01 | ||
- id: ReagentSlimeSoap | ||
prob: 0.01 | ||
- id: ReagentSlimeSpacelube | ||
prob: 0.01 | ||
- id: ReagentSlimeBuzzachloricbees | ||
prob: 0.01 | ||
- id: ReagentSlimeWehjuice | ||
prob: 0.01 | ||
- id: ReagentCognizine | ||
prob: 0.01 | ||
- id: ReagentSlimeNecrosol | ||
prob: 0.01 | ||
- id: ReagentSlimeSpaceDrugs | ||
prob: 0.01 | ||
- id: ReagentSlimeUnstableMutagen | ||
prob: 0.01 | ||
- id: ReagentSlimeLead | ||
prob: 0.01 | ||
- id: ReagentSlimechlorinetriflouride | ||
prob: 0.01 | ||
- id: ReagentSlimePotassium | ||
prob: 0.01 | ||
- id: ReagentSlimeLotophagoiOil | ||
prob: 0.01 |
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.