Viscerator Grenade Tweaks (#16913)

This commit is contained in:
Geeves
2023-08-02 13:29:07 +00:00
committed by GitHub
parent 2dd3de5e52
commit d0488e5068
3 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -8,13 +8,13 @@
name = "Viscerator Delivery Grenade"
telecrystal_cost = 2
path = /obj/item/grenade/spawnergrenade/manhacks
desc = "A grenade that deploys five viscerator combat drones. Deadly in numbers, will not attack you or your allies."
desc = "A grenade that deploys three viscerator combat drones. Deadly in numbers, will not attack you or your allies."
/datum/uplink_item/item/grenades/lubed_manhack
name = "Lubed Viscerator Delivery Grenade"
telecrystal_cost = 4
telecrystal_cost = 3
path = /obj/item/grenade/spawnergrenade/manhacks/lubed
desc = "A grenade that deploys five lubed viscerator combat drones. Deadly in numbers, will not attack you or your allies. Works best when killed."
desc = "A grenade that deploys three lubed viscerator combat drones. Deadly in numbers, will not attack you or your allies. Works best when killed."
/datum/uplink_item/item/grenades/smoke
name = "5xSmoke Grenades"
@@ -42,7 +42,7 @@
name = "viscerator delivery grenade"
desc = "It is set to detonate in 5 seconds. It will unleash a swarm of deadly manhack robots that will attack everyone but you and your allies."
spawner_type = /mob/living/simple_animal/hostile/viscerator
deliveryamt = 5 //Five seems a bit much, but we'll keep it as-is.
deliveryamt = 3
origin_tech = list(TECH_MATERIAL = 3, TECH_MAGNET = 4, TECH_ILLEGAL = 4)
flash = FALSE
+7
View File
@@ -0,0 +1,7 @@
author: Geeves
delete-after: True
changes:
- tweak: "Viscerator grenades now only spawn 3 viscerators instead of 5."
- tweak: "Lubed viscerator grenades now cost 3 TC instead of 4."