Make slimes not rot (#20761)
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
- type: Body
|
- type: Body
|
||||||
prototype: Arachnid
|
prototype: Arachnid
|
||||||
requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed
|
requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed
|
||||||
- type: Perishable
|
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Arachnid
|
species: Arachnid
|
||||||
- type: Hunger
|
- type: Hunger
|
||||||
@@ -36,6 +35,7 @@
|
|||||||
productionLength: 3
|
productionLength: 3
|
||||||
entityProduced: MaterialWebSilk1
|
entityProduced: MaterialWebSilk1
|
||||||
hungerCost: 9 # Should total to 12 total silk on full hunger
|
hungerCost: 9 # Should total to 12 total silk on full hunger
|
||||||
|
- type: Perishable
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
|
|||||||
@@ -276,7 +276,6 @@
|
|||||||
shiveringHeatRegulation: 2000
|
shiveringHeatRegulation: 2000
|
||||||
normalBodyTemperature: 310.15
|
normalBodyTemperature: 310.15
|
||||||
thermalRegulationTemperatureThreshold: 25
|
thermalRegulationTemperatureThreshold: 25
|
||||||
- type: Perishable
|
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike # TODO human.
|
butcheringType: Spike # TODO human.
|
||||||
spawned:
|
spawned:
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
Brute:
|
Brute:
|
||||||
sprite: Mobs/Effects/brute_damage.rsi
|
sprite: Mobs/Effects/brute_damage.rsi
|
||||||
color: "#75b1f0"
|
color: "#75b1f0"
|
||||||
|
- type: Perishable
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
- type: Body
|
- type: Body
|
||||||
prototype: Dwarf
|
prototype: Dwarf
|
||||||
requiredLegs: 2
|
requiredLegs: 2
|
||||||
|
- type: Perishable
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
@@ -55,7 +56,6 @@
|
|||||||
accent: dwarf
|
accent: dwarf
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechSounds: Bass
|
speechSounds: Bass
|
||||||
- type: Perishable
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSpeciesDummy
|
parent: BaseSpeciesDummy
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
speechVerb: Moth
|
speechVerb: Moth
|
||||||
- type: TypingIndicator
|
- type: TypingIndicator
|
||||||
proto: moth
|
proto: moth
|
||||||
|
- type: Perishable
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
- type: Body
|
- type: Body
|
||||||
prototype: Reptilian
|
prototype: Reptilian
|
||||||
requiredLegs: 2
|
requiredLegs: 2
|
||||||
|
- type: Perishable
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
@@ -58,7 +59,6 @@
|
|||||||
- type: MovementSpeedModifier
|
- type: MovementSpeedModifier
|
||||||
baseWalkSpeed : 2.7
|
baseWalkSpeed : 2.7
|
||||||
baseSprintSpeed : 4.5
|
baseSprintSpeed : 4.5
|
||||||
- type: Perishable
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSpeciesDummy
|
parent: BaseSpeciesDummy
|
||||||
|
|||||||
@@ -97,6 +97,7 @@
|
|||||||
- type: Inventory
|
- type: Inventory
|
||||||
speciesId: vox
|
speciesId: vox
|
||||||
- type: InventorySlots
|
- type: InventorySlots
|
||||||
|
- type: Perishable
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
|
|||||||
Reference in New Issue
Block a user