Greimorians & Aliens Get Green Blood (#11960)

This commit is contained in:
WickedCybs
2021-05-30 19:35:19 +02:00
committed by GitHub
parent 76cefe45d2
commit b4e9352353
7 changed files with 10 additions and 0 deletions
@@ -14,6 +14,7 @@
organ_names = list("chest", "lower body", "left arm", "right arm", "left leg", "right leg", "head")
maxHealth = 100
health = 100
blood_type = "#5BDD04"
harm_intent_damage = 5
melee_damage_lower = 25
melee_damage_upper = 25
@@ -26,6 +26,7 @@
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "pokes"
blood_type = "#5BDD04"
blood_amount = 150
stop_automated_movement_when_pulled = 0
maxHealth = 200
@@ -20,6 +20,7 @@
health = 60
maxHealth = 60
blood_type = "#006666"
melee_damage_lower = 10
melee_damage_upper = 10
attacktext = "chomped"
@@ -20,6 +20,7 @@
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "pokes"
blood_type = "#5BDD04"
blood_overlay_icon = null
stop_automated_movement_when_pulled = 0
maxHealth = 1100
+6
View File
@@ -0,0 +1,6 @@
author: WickedCybs
delete-after: True
changes:
- tweak: "Greimorians, cavern dwellers and certain other aliens now bleed shades of green blood instead of red blood."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB