Skip to content

Commit

Permalink
sunder_multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Aug 22, 2024
1 parent 019a118 commit 9ccdffd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
// *** Health *** //
max_health = 325

// *** Sunder *** //
sunder_multiplier = 0.8

// *** Evolution *** //
evolution_threshold = 225

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// *** Health *** //
max_health = 400

// *** Sunder *** //
sunder_multiplier = 0.8

// *** Evolution *** //
deevolves_to = /mob/living/carbon/xenomorph/carrier

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
// *** Health *** //
max_health = 650

// *** Sunder *** //
sunder_multiplier = 0.7

// *** Evolution *** //
maximum_active_caste = 1
evolve_min_xenos = 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
max_health = 600

// *** Sunder *** //
sunder_multiplier = 0.8
sunder_multiplier = 0.7

// *** Evolution *** //
evolve_min_xenos = 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
// *** Health *** //
max_health = 350

// *** Sunder *** //
sunder_multiplier = 0.8

// *** Evolution *** //
evolution_threshold = 225

Expand Down

0 comments on commit 9ccdffd

Please sign in to comment.