mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Rebalance Update
Rebalanced Traitors, HoP, and Reagents; added new traitor item.
This commit is contained in:
@@ -3547,7 +3547,32 @@ datum
|
||||
else if(data >= 115 && prob(33))
|
||||
M.confused = max(M.confused+15,15)
|
||||
..()
|
||||
|
||||
return
|
||||
|
||||
|
||||
//Fox
|
||||
/////////////////Requires Further Balance Testing//////////////////
|
||||
/*
|
||||
lectrazine
|
||||
name = "Lectrazine"
|
||||
id = "lectrazine"
|
||||
description = "An extremly powerful cardiostimulant and analgesic which is used in revival of deceased."
|
||||
reagent_state = LIQUID
|
||||
color = "#080000"
|
||||
custom_metabolism = 0.1
|
||||
|
||||
reaction_mob(var/mob/living/carbon/M as mob, var/methode=INGEST)
|
||||
if(!M) M = holder.my_atom
|
||||
M.stat = CONSCIOUS
|
||||
M.setOxyLoss(0)
|
||||
M.heal_organ_damage(15,0)
|
||||
M.SetParalysis(15)
|
||||
M.adjustBrainLoss(10*REM)
|
||||
return
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
//Grutor
|
||||
|
||||
@@ -315,8 +315,8 @@ datum
|
||||
name = "Glycerol"
|
||||
id = "glycerol"
|
||||
result = "glycerol"
|
||||
required_reagents = list("cornoil" = 3, "sacid" = 1)
|
||||
result_amount = 1
|
||||
required_reagents = list("cornoil" = 3, "sacid" = 2)
|
||||
result_amount = 5
|
||||
|
||||
nitroglycerin
|
||||
name = "Nitroglycerin"
|
||||
@@ -455,8 +455,8 @@ datum
|
||||
name = "Zombie Powder"
|
||||
id = "zombiepowder"
|
||||
result = "zombiepowder"
|
||||
required_reagents = list("carpotoxin" = 5, "stoxin" = 5, "copper" = 5)
|
||||
result_amount = 2
|
||||
required_reagents = list("carpotoxin" = 1, "stoxin" = 1, "copper" = 1)
|
||||
result_amount = 3
|
||||
|
||||
rezadone
|
||||
name = "Rezadone"
|
||||
@@ -1961,10 +1961,26 @@ datum
|
||||
required_reagents = list("spacemountainwind" = 1, "coffee" = 1)
|
||||
result_amount = 2
|
||||
|
||||
|
||||
|
||||
//Fox
|
||||
///////////////////////Requires Balance Testing///////////////////
|
||||
/*
|
||||
lectrazine
|
||||
name = "Lectrazine"
|
||||
id = "lectrazine"
|
||||
result = "lectrazine"
|
||||
required_reagents = list("inaprovaline" = 1, "phosphorus" = 1)
|
||||
required_catalysts = list("silver" = 5)
|
||||
result_amount = 2
|
||||
|
||||
*/
|
||||
|
||||
|
||||
//Grutor
|
||||
///////////////////////Zombie recipes////////////////////////////
|
||||
|
||||
necrocure
|
||||
/* necrocure
|
||||
name = "Zombie Cure"
|
||||
id = "necrocure"
|
||||
result = "necrocure"
|
||||
@@ -1978,4 +1994,6 @@ datum
|
||||
required_reagents = list("zombiepowder" = 2, "cryptobiolin" = 2, "mutagen" = 2)
|
||||
result_amount = 5
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user