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

View File

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

View File

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