Skip to content
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

Makes all species relatively the same #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Just-a-Unity-Dev
Copy link
Collaborator

Makes all species equal. Also disables respiratory system

@github-actions github-actions bot added the No C# label May 30, 2024
Copy link
Contributor

@Blackern5000 Blackern5000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you changed the organs of individual species to affect their diets or reagent effects. Arachnids will still be using copper for blood and slimes will still be able to drink fourteen loko. As well as reptilians still needing to eat meat and moths still needing to eat cloth. Most importantly dionae will still have nymphs.

# Asphyxiation: 0.5
# damageRecovery:
# types:
# Asphyxiation: -0.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you commenting these out instead of removing them? If they need to be added back reverting it isn't that hard.

@@ -30,60 +23,6 @@
spawned:
- id: FoodMeatPlant
amount: 5
- type: Bloodstream
bloodReagent: Sap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dionas having blood seems a bit off. I think instead sap should just be made a blood reskin.

damageContainer: Biological
damageModifierSet: Moth
- type: ZombieAccentOverride
accent: zombieMoth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reminds me that I don't see anything here about changing moth/reptilian diet restrictions. Might want to look into that.

fireStacks: 1
threshold: 12
- type: GibAction
actionPrototype: DionaGibAction
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do Dionae still have nymphs on gib?

- type: DamageVisuals
damageOverlayGroups:
Brute:
sprite: Mobs/Effects/brute_damage.rsi
color: "#2cf274"
- type: Bloodstream
bloodReagent: Slime # TODO Color slime blood based on their slime color or smth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think slime should just be made a reskin of blood instead of making slimes have human blood.

type: Local
visualType: Large
messages: [ "slime-hurt-by-water-popup" ]
probability: 0.25
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatSlime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe slime meat differs from human meat in reagents, but again making slime just a blood reskin would solve this.

type: HumanoidMarkingModifierBoundUserInterface
enum.StrippingUiKey.Key:
type: StrippableBoundUserInterface
# to prevent bag open/honk spam
- type: UseDelay
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't on other species and I'm pretty sure it's part of slimes being storages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants