Rebalance Update

Rebalanced Traitors, HoP, and Reagents; added new traitor item.
This commit is contained in:
Fox-McCloud
2013-10-27 12:11:48 -04:00
parent 9a2569f974
commit 649df8ac91
11 changed files with 79 additions and 16 deletions
+7 -1
View File
@@ -192,7 +192,7 @@ var/list/uplink_items = list()
name = "Energy Crossbow"
desc = "A miniature energy crossbow that is small enough both to fit into a pocket and to slip into a backpack unnoticed by observers. Fires bolts tipped with toxin, a poisonous substance that is the product of a living organism. Stuns enemies for a short period of time. Recharges automatically."
item = /obj/item/weapon/gun/energy/crossbow
cost = 5
cost = 7
/datum/uplink_item/dangerous/sword
name = "Energy Sword"
@@ -200,6 +200,12 @@ var/list/uplink_items = list()
item = /obj/item/weapon/melee/energy/sword
cost = 4
/datum/uplink_item/dangerous/manhacks
name = "Manhack Delivery Grenade"
desc = "The manhack grenade is a highly specialized grenades that, once thrown, will deploy a swarm of Viscerators to attack any nearby crewmembers. WARNING: Viscerator progrmaming does not include safeties. They may turn on you!"
item = /obj/item/weapon/grenade/spawnergrenade/manhacks
cost = 7
/datum/uplink_item/dangerous/emp
name = "5 EMP Grenades"
desc = "A box that contains 5 EMP grenades. Useful to disrupt communication and silicon lifeforms."