Fix xeno and dragon blood levels (#25442)
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
critThreshold: 200
|
critThreshold: 200
|
||||||
- type: Bloodstream
|
- type: Bloodstream
|
||||||
bloodReagent: FluorosulfuricAcid
|
bloodReagent: FluorosulfuricAcid
|
||||||
|
bloodMaxVolume: 650
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
altDisarm: false
|
altDisarm: false
|
||||||
angle: 0
|
angle: 0
|
||||||
@@ -423,7 +424,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- DoorBumpOpener
|
- DoorBumpOpener
|
||||||
- FootstepSound
|
- FootstepSound
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: space adder
|
name: space adder
|
||||||
parent: MobPurpleSnake
|
parent: MobPurpleSnake
|
||||||
|
|||||||
@@ -6,6 +6,8 @@
|
|||||||
description: A flying leviathan, loosely related to space carps.
|
description: A flying leviathan, loosely related to space carps.
|
||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
|
- type: Bloodstream
|
||||||
|
bloodMaxVolume: 650
|
||||||
- type: GhostRole
|
- type: GhostRole
|
||||||
allowMovement: true
|
allowMovement: true
|
||||||
allowSpeech: true
|
allowSpeech: true
|
||||||
|
|||||||
@@ -147,6 +147,8 @@
|
|||||||
# Dragon doesn't require airloss healing, so omnizine is still best for humans.
|
# Dragon doesn't require airloss healing, so omnizine is still best for humans.
|
||||||
Medicine:
|
Medicine:
|
||||||
effects:
|
effects:
|
||||||
|
- !type:ModifyBloodLevel
|
||||||
|
amount: 3
|
||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
damage:
|
damage:
|
||||||
groups:
|
groups:
|
||||||
|
|||||||
Reference in New Issue
Block a user