-
Notifications
You must be signed in to change notification settings - Fork 450
Enemies and Allies Content Port #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
VMSolidus
merged 17 commits into
Simple-Station:master
from
fenndragon:floof-station-contributions
Sep 26, 2024
Merged
Changes from 14 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
913c84c
batch changes
fenndragon b0205c0
folder moved
fenndragon 3824ed6
fix
fenndragon 8cfea29
Merge branch 'master' into floof-station-contributions
fenndragon 74af8c4
Merge branch 'Simple-Station:master' into master
fenndragon ed9b116
Update xenopet.yml
fenndragon 9159b70
Merge branch 'master' into floof-station-contributions
fenndragon 6c1436f
Update vent-critters.ftl
fenndragon 6d9251b
Update xenopet.yml
fenndragon 8d1a284
Update vent-critters.ftl
fenndragon 08287ac
Update xeno.yml
fenndragon d714f5e
Update xenopet.yml
fenndragon 8b10ddf
Merge branch 'master' into floof-station-contributions
ShadesMars db77af7
found it
SleepyScarecrow 143d0ee
Update Rslimes.yml
fenndragon 68095ac
Update elemental.yml
fenndragon 28d3e2b
Update Rslimes.yml
fenndragon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,308 @@ | ||
| - 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: ReagentSlimeOpporozidone | ||
| parent: ReagentSlime | ||
| suffix: Opporozidone | ||
| components: | ||
| - type: Bloodstream | ||
| bloodReagent: Opporozidone | ||
| - type: PointLight | ||
| color: "#b5e36d" | ||
| - type: Sprite | ||
| drawdepth: Mobs | ||
| sprite: Mobs/Aliens/elemental.rsi | ||
| layers: | ||
| - map: [ "enum.DamageStateVisualLayers.Base" ] | ||
| state: alive | ||
| color: "#b5e36d" | ||
|
|
||
| - 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: ReagentSlimeOpporozidone | ||
| 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.