Skip to content

Commit

Permalink
First draft of necro biomass unlock change
Browse files Browse the repository at this point in the history
Makes the unlock for special necros alot higher, will need tweaking.
  • Loading branch information
Sym committed Sep 30, 2023
1 parent fa1cc32 commit 20d93dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deadspace/code/necromorph/necromorphs/subtypes/brute.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
var/fling_dist = rand(2,5)
var/turf/destination = mob_target.loc
var/turf/temp

for(var/i in 1 to fling_dist)
temp = get_step(destination, fling_dir)
if(!temp)
Expand All @@ -51,7 +51,7 @@
necromorph_type_path = /mob/living/carbon/human/necromorph/brute
tier = 3
biomass_cost = 360
biomass_spent_required = 950
biomass_spent_required = 2000
melee_damage_lower = 24
melee_damage_upper = 28
max_health = 510
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
nest_allowed = TRUE
tier = 2
biomass_cost = 125
biomass_spent_required = 680
biomass_spent_required = 1500
melee_damage_lower = 18
melee_damage_upper = 22
max_health = 215
Expand Down
2 changes: 1 addition & 1 deletion deadspace/code/necromorph/necromorphs/subtypes/hunter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
nest_allowed = FALSE
tier = 3
biomass_cost = 400
biomass_spent_required = 950
biomass_spent_required = 3000
max_health = 275
melee_damage_lower = 18
melee_damage_upper = 22
Expand Down
2 changes: 1 addition & 1 deletion deadspace/code/necromorph/necromorphs/subtypes/puker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
nest_allowed = TRUE
tier = 2
biomass_cost = 125
biomass_spent_required = 680
biomass_spent_required = 1500
melee_damage_lower = 7
melee_damage_upper = 10
max_health = 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
nest_allowed = FALSE
tier = 4
biomass_cost = 800
biomass_spent_required = 2000
biomass_spent_required = 4000
melee_damage_lower = 10
melee_damage_upper = 25
max_health = INFINITY
Expand Down

0 comments on commit 20d93dd

Please sign in to comment.