mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #3611 from Belsima/vests
Makes blob light green and dim.
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
name = "blob"
|
name = "blob"
|
||||||
icon = 'icons/mob/blob.dmi'
|
icon = 'icons/mob/blob.dmi'
|
||||||
icon_state = "blob"
|
icon_state = "blob"
|
||||||
light_range = 3
|
light_range = 2
|
||||||
|
light_color = "#b5ff5b"
|
||||||
desc = "Some blob creature thingy"
|
desc = "Some blob creature thingy"
|
||||||
density = 1
|
density = 1
|
||||||
opacity = 0
|
opacity = 0
|
||||||
@@ -149,6 +150,8 @@
|
|||||||
name = "blob core"
|
name = "blob core"
|
||||||
icon = 'icons/mob/blob.dmi'
|
icon = 'icons/mob/blob.dmi'
|
||||||
icon_state = "blob_core"
|
icon_state = "blob_core"
|
||||||
|
light_range = 3
|
||||||
|
light_color = "#ffc880"
|
||||||
maxHealth = 200
|
maxHealth = 200
|
||||||
brute_resist = 2
|
brute_resist = 2
|
||||||
fire_resist = 2
|
fire_resist = 2
|
||||||
@@ -176,6 +179,7 @@
|
|||||||
name = "strong blob"
|
name = "strong blob"
|
||||||
icon = 'icons/mob/blob.dmi'
|
icon = 'icons/mob/blob.dmi'
|
||||||
icon_state = "blob_idle"
|
icon_state = "blob_idle"
|
||||||
|
light_range = 3
|
||||||
desc = "Some blob creature thingy"
|
desc = "Some blob creature thingy"
|
||||||
maxHealth = 60
|
maxHealth = 60
|
||||||
brute_resist = 1
|
brute_resist = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user