mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
[MIRROR] Makes the var-edited Kilo spiders a subtype (#3865)
* Makes the var-edited Kilo spiders a subtype (#57398) * Makes the var-edited Kilo spiders a subtype Co-authored-by: SgtHunk <68669754+SgtHunk@users.noreply.github.com>
This commit is contained in:
@@ -662,6 +662,23 @@
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
menu_description = "Fast ice spider variant specializing in catching running prey, but has less health. Immune to temperature damage. Frost oil injection of 10u per bite."
|
||||
|
||||
/**
|
||||
* # Scrawny Hunter Spider
|
||||
*
|
||||
* A hunter spider that trades damage for health, unable to smash enviroments.
|
||||
*
|
||||
* Mainly used as a minor threat in abandoned places, such as areas in maintenance or a ruin.
|
||||
*/
|
||||
/mob/living/simple_animal/hostile/poison/giant_spider/hunter/scrawny
|
||||
name = "scrawny spider"
|
||||
environment_smash = 0
|
||||
health = 60
|
||||
maxHealth = 60
|
||||
melee_damage_lower = 5
|
||||
melee_damage_upper = 10
|
||||
desc = "Furry and black, it makes you shudder to look at it. This one has sparkling purple eyes, and looks abnormally thin and frail."
|
||||
menu_description = "Fast spider variant specializing in catching running prey, but has less damage than a normal hunter spider at the cost of more health. Toxin injection of 10u per bite."
|
||||
|
||||
/**
|
||||
* # Flesh Spider
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user