Merge pull request #4313 from Novacat/nova-pathfinder

Expedition Balance Tweaks
This commit is contained in:
Spades
2018-10-07 18:00:00 -04:00
committed by GitHub
6 changed files with 48 additions and 12 deletions
@@ -0,0 +1,23 @@
// Slightly placeholder, mostly to replace ion hivebots on V4
/mob/living/simple_animal/hostile/giant_spider/ion
desc = "Furry and green, it makes you shudder to look at it. This one has brilliant green eyes and a hint of static discharge."
tt_desc = "X Brachypelma phorus ionus"
icon_state = "webslinger"
icon_living = "webslinger"
icon_dead = "webslinger_dead"
maxHealth = 90
health = 90
melee_damage_lower = 8
melee_damage_upper = 15
ranged = 1
projectilesound = 'sound/weapons/taser2.ogg'
projectiletype = /obj/item/projectile/ion/small
firing_lines = 1
cooperative = 1
poison_chance = 15
poison_per_bite = 2
poison_type = "psilocybin"