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:
@@ -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
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
gender: epicene
|
||||
- type: SentienceTarget
|
||||
flavorKind: corgi
|
||||
- type: Puller
|
||||
|
||||
- type: entity
|
||||
name: corrupted corgi
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user