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

Вовзращение голода #18

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Resources/Prototypes/Body/Organs/moth.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: OrganMothStomach
parent: [OrganAnimalStomach, OrganHumanStomach]
noSpawn: true
Expand All @@ -10,6 +10,10 @@
# - Fruit # Frontier
# - Pill # Frontier
# - Crayon # Frontier
specialDigestible: # Corvax-MRP
tags:
- ClothMade
- Paper
- type: SolutionContainerManager
solutions:
stomach:
Expand Down
10 changes: 9 additions & 1 deletion Resources/Prototypes/Body/Organs/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
# - Pill # Frontier
# - Crayon # Frontier
# - Paper # Frontier
specialDigestible: # Corvax-MRP
tags:
- Fruit
- ReptilianFood
- Meat
- Pill
- Crayon
- Paper
- type: SolutionContainerManager
solutions:
stomach:
Expand All @@ -20,4 +28,4 @@
maxVol: 5
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
Quantity: 5
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Entities/Mobs/Species/elzuosa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
Cold: 0.15
Bloodloss: 0.15
- type: Icon # It will not have an icon in the adminspawn menu without this. Body parts seem fine for whatever reason.
sprite: Corvax/Mobs/Species/Elzuosa/parts.rsi
state: full
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
components:
- type: HumanoidAppearance
species: Vulpkanin
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Carriable # Carrying system from nyanotrasen.
- type: Inventory # Allows vulps to wear properly shaped helmets
speciesId: vulpkanin
Expand Down Expand Up @@ -125,4 +129,4 @@
description: A dummy vulpkanin meant to be used in character setup.
components:
- type: HumanoidAppearance
species: Vulpkanin
species: Vulpkanin
8 changes: 6 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed
- type: HumanoidAppearance
species: Arachnid
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Thirst
- type: Sericulture
action: ActionSericulture
Expand Down Expand Up @@ -132,4 +136,4 @@
- type: HumanoidAppearance
species: Arachnid

#88w88
#88w88
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
components:
- type: HumanoidAppearance
species: Diona
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
baseDecayRate: 0.0083
- type: Thirst
baseDecayRate: 0.0083
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
id: BaseMobDwarf
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Thirst
- type: Carriable # Carrying system from nyanotrasen.
- type: Icon
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
name: Urist McHands
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Icon # It will not have an icon in the adminspawn menu without this. Body parts seem fine for whatever reason.
sprite: Mobs/Species/Human/parts.rsi
state: full
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
species: Moth
hideLayersOnEquip:
- HeadTop
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Thirst
- type: Carriable # Carrying system from nyanotrasen.
- type: Icon
Expand Down
8 changes: 6 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
- Snout
- HeadTop
- HeadSide
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Puller
needsHands: false
- type: Thirst
Expand Down Expand Up @@ -76,4 +80,4 @@
- type: HumanoidAppearance
species: Reptilian

#Weh
#Weh
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
id: BaseMobSlimePerson
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Thirst
- type: Carriable # Carrying system from nyanotrasen.
- type: Icon
Expand Down
8 changes: 6 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/vox.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
- type: entity
- type: entity
parent: BaseMobSpeciesOrganic
id: BaseMobVox
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.15
Bloodloss: 0.15
- type: Thirst
- type: Icon
sprite: Mobs/Species/Vox/parts.rsi
Expand Down
Loading