Salvage mob tweaks (#7602)
This commit is contained in:
@@ -1116,6 +1116,13 @@
|
|||||||
spawned:
|
spawned:
|
||||||
- id: FoodMeatSpider
|
- id: FoodMeatSpider
|
||||||
amount: 2
|
amount: 2
|
||||||
|
- type: CombatMode
|
||||||
|
disarmAction:
|
||||||
|
enabled: false
|
||||||
|
autoPopulate: false
|
||||||
|
name: action-name-disarm
|
||||||
|
- type: ReplacementAccent
|
||||||
|
accent: xeno
|
||||||
- type: InteractionPopup
|
- type: InteractionPopup
|
||||||
successChance: 0.5
|
successChance: 0.5
|
||||||
interactSuccessString: petting-success-tarantula
|
interactSuccessString: petting-success-tarantula
|
||||||
|
|||||||
@@ -49,6 +49,11 @@
|
|||||||
prob: 0.3
|
prob: 0.3
|
||||||
- type: Bloodstream
|
- type: Bloodstream
|
||||||
bloodMaxVolume: 500
|
bloodMaxVolume: 500
|
||||||
|
- type: CombatMode
|
||||||
|
disarmAction:
|
||||||
|
enabled: false
|
||||||
|
autoPopulate: false
|
||||||
|
name: action-name-disarm
|
||||||
- type: Temperature
|
- type: Temperature
|
||||||
heatDamageThreshold: 500
|
heatDamageThreshold: 500
|
||||||
coldDamageThreshold: 0
|
coldDamageThreshold: 0
|
||||||
@@ -59,7 +64,5 @@
|
|||||||
damage:
|
damage:
|
||||||
groups:
|
groups:
|
||||||
Brute: 15
|
Brute: 15
|
||||||
- type: GhostTakeoverAvailable
|
- type: ReplacementAccent
|
||||||
makeSentient: true
|
accent: genericAggressive
|
||||||
name: space bear
|
|
||||||
description: Wreak havoc on the station's inhabitants, and disrupt salvage!
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeCircle
|
!type:PhysShapeCircle
|
||||||
radius: 0.40
|
radius: 0.40
|
||||||
mass: 50
|
mass: 20
|
||||||
mask:
|
mask:
|
||||||
- Impassable
|
- Impassable
|
||||||
- MobImpassable
|
- MobImpassable
|
||||||
@@ -55,12 +55,20 @@
|
|||||||
path: /Audio/Effects/bite.ogg
|
path: /Audio/Effects/bite.ogg
|
||||||
damage:
|
damage:
|
||||||
groups:
|
groups:
|
||||||
Brute: 20
|
Brute: 16
|
||||||
|
- type: CombatMode
|
||||||
|
disarmAction:
|
||||||
|
enabled: false
|
||||||
|
autoPopulate: false
|
||||||
|
name: action-name-disarm
|
||||||
- type: GhostTakeoverAvailable
|
- type: GhostTakeoverAvailable
|
||||||
makeSentient: true
|
makeSentient: true
|
||||||
name: space carp
|
name: space carp
|
||||||
description: Wreak havoc on the station's inhabitants, and disrupt salvage!
|
description: |
|
||||||
|
If you're a salvage spawn, defend the loot inside!
|
||||||
|
Otherwise, wreak havoc on the station!
|
||||||
|
- type: ReplacementAccent
|
||||||
|
accent: genericAggressive
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: magicarp
|
name: magicarp
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeCircle
|
!type:PhysShapeCircle
|
||||||
radius: 0.20
|
radius: 0.20
|
||||||
mass: 5
|
mass: 2.5
|
||||||
mask:
|
mask:
|
||||||
- Impassable
|
- Impassable
|
||||||
- MobImpassable
|
- MobImpassable
|
||||||
@@ -50,6 +50,11 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- type: Bloodstream
|
- type: Bloodstream
|
||||||
bloodMaxVolume: 50
|
bloodMaxVolume: 50
|
||||||
|
- type: CombatMode
|
||||||
|
disarmAction:
|
||||||
|
enabled: false
|
||||||
|
autoPopulate: false
|
||||||
|
name: action-name-disarm
|
||||||
- type: UnarmedCombat
|
- type: UnarmedCombat
|
||||||
range: 0.5
|
range: 0.5
|
||||||
arcwidth: 0
|
arcwidth: 0
|
||||||
@@ -73,4 +78,8 @@
|
|||||||
- type: GhostTakeoverAvailable
|
- type: GhostTakeoverAvailable
|
||||||
makeSentient: true
|
makeSentient: true
|
||||||
name: space tick
|
name: space tick
|
||||||
description: Wreak havoc on the station's inhabitants, and disrupt salvage!
|
description: |
|
||||||
|
If you're a salvage spawn, defend the loot inside!
|
||||||
|
Otherwise, wreak havoc on the station!
|
||||||
|
- type: ReplacementAccent
|
||||||
|
accent: genericAggressive
|
||||||
|
|||||||
@@ -45,5 +45,12 @@
|
|||||||
- Hiss.
|
- Hiss.
|
||||||
- Hisssss!
|
- Hisssss!
|
||||||
- Hisssuuu...
|
- Hisssuuu...
|
||||||
- Sssss~
|
|
||||||
- Hiss...!
|
- Hiss...!
|
||||||
|
|
||||||
|
- type: accent
|
||||||
|
id: genericAggressive
|
||||||
|
words:
|
||||||
|
- Grr!
|
||||||
|
- Rrrr!
|
||||||
|
- Grr...
|
||||||
|
- Grrow!!
|
||||||
|
|||||||
Reference in New Issue
Block a user