SlowOnDamage for mobs. Removes pulling from some mobs. (#7824)

* SlowOnDamage for all mobs now not just humans

* removes puller from basesimplemob

* adds pulling back to xeno, pets and some animals
This commit is contained in:
Peptide90
2022-05-12 08:41:18 +01:00
committed by GitHub
parent e4312e08f1
commit 8cd11dca69
3 changed files with 13 additions and 2 deletions

View File

@@ -487,6 +487,7 @@
path: /Audio/Animals/goose_honk.ogg
- type: Bloodstream
bloodMaxVolume: 100
- type: Puller
- type: entity
name: gorilla
@@ -523,6 +524,7 @@
amount: 4
- type: Bloodstream
bloodMaxVolume: 300
- type: Puller
- type: entity
name: kangaroo
@@ -557,7 +559,8 @@
# SKIPPY NO!
crit: kangaroo-dead
dead: kangaroo-dead
- type: Puller
- type: entity
name: boxing kangaroo
parent: MobKangaroo
@@ -638,6 +641,7 @@
- id: FoodMeat
amount: 3
- type: MonkeyAccent
- type: Puller
- type: entity
name: mouse
@@ -1170,6 +1174,7 @@
successChance: 0.5
interactSuccessString: petting-success-tarantula
interactFailureString: petting-failure-generic
- type: Puller
- type: entity
name: tarantula

View File

@@ -46,6 +46,7 @@
gender: epicene
- type: SentienceTarget
flavorKind: corgi
- type: Puller
- type: entity
name: corrupted corgi

View File

@@ -124,7 +124,6 @@
- type: Climbing
- type: Flashable
- type: Pullable
- type: Puller
- type: Buckle
- type: Recyclable
safe: false
@@ -132,6 +131,12 @@
- type: Alerts
- type: NameIdentifier
group: GenericNumber
- type: SlowOnDamage
speedModifierThresholds:
40: 0.8
60: 0.6
80: 0.4
90: 0.2
- type: entity
save: false