Skip to content
Open
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
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@
growthDelay: 30
- type: ExaminableHunger
- type: Butcherable
butcheringType: Spike #starcup
spawned:
- id: FoodMeat
amount: 5
Expand Down Expand Up @@ -1127,6 +1128,7 @@
Dead:
Base: dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatCrab
amount: 2
Expand Down Expand Up @@ -1246,6 +1248,7 @@
flavors:
- fiber
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeat
amount: 4
Expand Down Expand Up @@ -1412,6 +1415,7 @@
Dead:
Base: dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeat
amount: 4
Expand Down Expand Up @@ -1516,6 +1520,7 @@
- type: ReplacementAccent
accent: kangaroo
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeat
dropOrgansOnButcher: true # starcup: butchering gives organs
Expand Down Expand Up @@ -2666,6 +2671,7 @@
Dead:
Base: penguin_dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatPenguin
amount: 3
Expand Down Expand Up @@ -2888,6 +2894,7 @@
layer:
- MobLayer
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatSpider
amount: 2
Expand Down Expand Up @@ -4263,6 +4270,7 @@
Dead:
Base: dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatBacon
amount: 6
Expand Down Expand Up @@ -4440,6 +4448,7 @@
Dead:
Base: reindeer_buck_dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeat
amount: 4
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/carp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
Base: dead
BaseUnshaded: dead_mouth
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatFish
amount: 4
Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
Base: dead
Dead:
Base: dead
- type: Butcherable # begin starcup
butcheringType: Spike
spawned:
- id: FoodMeat
amount: 1 # end starcup
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
Expand Down Expand Up @@ -124,6 +129,11 @@
thresholds:
0: Alive
50: Dead
- type: Butcherable # begin starcup
butcheringType: Spike
spawned:
- id: FoodMeat
amount: 1 # end starcup
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
Expand Down Expand Up @@ -210,6 +220,11 @@
- type: MovementSpeedModifier
baseWalkSpeed: 1.5
baseSprintSpeed: 2.5
- type: Butcherable # begin starcup
butcheringType: Spike
spawned:
- id: FoodMeat
amount: 1 # end starcup
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
0: Alive
100: Dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatChicken
amount: 2
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@
screamAction: ActionEmitSound
# end starcup
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: ClothingHeadHatFancyCrown #how did that get there?
amount: 1
- id: FoodMeatRat
amount: 5
- type: MobPrice
price: 2500 # rat wealth
- type: RandomMetadata
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
Dead:
Base: bear_dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatBear
amount: 3
Expand Down Expand Up @@ -200,6 +201,7 @@
- type: ReplacementAccent
accent: kangaroo
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeat
amount: 1
Expand Down Expand Up @@ -246,6 +248,7 @@
Dead:
Base: spacespider_dead
- type: Butcherable
butcheringType: Spike # starcup
spawned:
- id: FoodMeatSpider
amount: 2
Expand Down
Loading