add type "Puller" for few pets in .yaml file (#14022)

This commit is contained in:
pofitlo
2023-02-28 16:57:08 +04:00
committed by GitHub
parent b5b25886eb
commit 625d6a136a
4 changed files with 21 additions and 9 deletions

View File

@@ -63,6 +63,8 @@
types: types:
Piercing: 5 Piercing: 5
- type: NoSlip - type: NoSlip
- type: Puller
needsHands: true
- type: entity - type: entity
name: bee name: bee
@@ -121,6 +123,8 @@
- type: NoSlip - type: NoSlip
- type: MobPrice - type: MobPrice
price: 50 price: 50
- type: Puller
needsHands: true
- type: entity - type: entity
name: bee name: bee
@@ -203,6 +207,8 @@
accent: chicken accent: chicken
- type: SentienceTarget - type: SentienceTarget
flavorKind: station-event-random-sentience-flavor-organic flavorKind: station-event-random-sentience-flavor-organic
- type: Puller
needsHands: true
- type: entity - type: entity
name: mallard duck #Quack name: mallard duck #Quack
@@ -350,6 +356,8 @@
- type: NoSlip - type: NoSlip
- type: MobPrice - type: MobPrice
price: 50 price: 50
- type: Puller
needsHands: true
- type: entity - type: entity
name: cow name: cow
@@ -862,6 +870,8 @@
- type: CanEscapeInventory - type: CanEscapeInventory
- type: MobPrice - type: MobPrice
price: 50 price: 50
- type: Puller
needsHands: true
- type: entity - type: entity
parent: MobMouse parent: MobMouse
@@ -965,6 +975,9 @@
- type: Damageable - type: Damageable
damageContainer: Biological damageContainer: Biological
damageModifierSet: Scale damageModifierSet: Scale
- type: Puller
needsHands: true
- type: entity - type: entity
name: slug name: slug
@@ -1059,6 +1072,8 @@
path: /Audio/Animals/frog_ribbit.ogg path: /Audio/Animals/frog_ribbit.ogg
- type: Bloodstream - type: Bloodstream
bloodMaxVolume: 50 bloodMaxVolume: 50
- type: Puller
needsHands: true
# Would be cool to have some functionality for the parrot to be able to sit on stuff # Would be cool to have some functionality for the parrot to be able to sit on stuff
- type: entity - type: entity
@@ -1272,6 +1287,8 @@
- type: Damageable - type: Damageable
damageContainer: Biological damageContainer: Biological
damageModifierSet: Scale damageModifierSet: Scale
- type: Puller
needsHands: true
# Code unique spider prototypes or combine them all into one spider and get a # Code unique spider prototypes or combine them all into one spider and get a
# random sprite state when you spawn it. # random sprite state when you spawn it.
@@ -1337,8 +1354,6 @@
successChance: 0.5 successChance: 0.5
interactSuccessString: petting-success-tarantula interactSuccessString: petting-success-tarantula
interactFailureString: petting-failure-generic interactFailureString: petting-failure-generic
- type: Puller
needsHands: false
- type: NoSlip - type: NoSlip
- type: Spider - type: Spider
- type: IgnoreSpiderWeb - type: IgnoreSpiderWeb
@@ -1644,7 +1659,7 @@
damageContainer: Biological damageContainer: Biological
damageModifierSet: Infernal damageModifierSet: Infernal
- type: Temperature - type: Temperature
heatDamageThreshold: 4000 #They come from hell, so... heatDamageThreshold: 4000 #They come from hell, so..
coldDamageThreshold: 260 coldDamageThreshold: 260
currentTemperature: 310.15 currentTemperature: 310.15
coldDamage: coldDamage:

View File

@@ -57,6 +57,7 @@
proper: true proper: true
gender: male gender: male
- type: entity - type: entity
name: Lisa name: Lisa
parent: MobCorgi parent: MobCorgi
@@ -404,8 +405,6 @@
description: ghost-role-information-hamlet-description description: ghost-role-information-hamlet-description
- type: InteractionPopup - type: InteractionPopup
successChance: 1 successChance: 1
- type: Puller
needsHands: false
- type: Butcherable - type: Butcherable
spawned: spawned:
- id: FoodMeat - id: FoodMeat

View File

@@ -82,8 +82,6 @@
Base: dead Base: dead
Dead: Dead:
Base: dead Base: dead
- type: Puller
needsHands: false
- type: GhostTakeoverAvailable - type: GhostTakeoverAvailable
makeSentient: true makeSentient: true
name: Rat King name: Rat King
@@ -264,8 +262,6 @@
Base: dead-3 Base: dead-3
Dead: Dead:
Base: splat-3 Base: splat-3
- type: Puller
needsHands: false
- type: DiseaseCarrier - type: DiseaseCarrier
carrierDiseases: carrierDiseases:
- VentCough - VentCough

View File

@@ -224,4 +224,6 @@
price: 150 price: 150
- type: Appearance - type: Appearance
- type: FloatingVisuals - type: FloatingVisuals
- type: Puller
needsHands: false