Commit 2941c14
Experimental: Racial modifier adjustments (yogstation13#12193)
* Racial modifier adjustments
Changes most all racial damage and environmental modifiers to create more unique experiences for each (see PR body for numbers)
* Oops
Removes thing that I thought I removed the first time
* I forgor
Ethereal electric boogaloo
* The angriest man who ever lived
WRONG PLANT LEVER
* Maybe fixes it
Indent not spaces
* Merge conflict resolution ruins everything
* Sssssss
* Engaging lightspeed properly this time
Thank you Reed for clarifying a variable
* Replaces pod change I overwrote (whoops)
Speedmod .33 back in
* Corrected an oversight in one of my past PRs
Why do we even HAVE two plantpeople files
* Preternis adjustments per above draft comments
We do a little pushing to stop PR from staling while I'm kept way too busy and depressed with actual job work
* Adds Mqiib's scaling lizard stunmod code
Integrates a code block created by Mqiib to fulfill his suggestion earlier in the thread.
Rather than giving Lizards a flat 5% stun time increase, as was previously proposed, this now gives them a variable stun time that scales with temperature. Higher temps give lower stun time, and cold temps giving higher - scaling from 91% (-9% from baseline) stun times in heat to 133% (+33% from baseline) stun times in cold.
Immersive semi cold-blooded coding!
Co-authored-by: Theos <theubernyan@gmail.com>1 parent b76b04b commit 2941c14Copy full SHA for 2941c14
7 files changed
+58-10Lines changed: 58 additions & 10 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code/modules/mob/living/carbon/human/species_types
- yogstation/code/modules/mob/living/carbon/human/species_types
- preternis
Expand file treeCollapse file tree
Open diff view settings
Collapse file
code/modules/mob/living/carbon/human/species_types/ethereal.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/ethereal.dm+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
14 | 20 | |
15 | 21 | |
16 | 22 | |
|
Collapse file
code/modules/mob/living/carbon/human/species_types/lizardpeople.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/lizardpeople.dm+25-2Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
| 12 | + |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
30 | 32 | |
31 | 33 | |
32 | 34 | |
| ||
39 | 41 | |
40 | 42 | |
41 | 43 | |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
42 | 65 | |
43 | 66 | |
44 | 67 | |
|
Collapse file
code/modules/mob/living/carbon/human/species_types/mothmen.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/mothmen.dm+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
18 | 22 | |
19 | 23 | |
20 | 24 | |
|
Collapse file
code/modules/mob/living/carbon/human/species_types/plasmamen.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/plasmamen.dm+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | | - |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 | |
19 | 22 | |
20 | 23 | |
|
Collapse file
code/modules/mob/living/carbon/human/species_types/podpeople.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/podpeople.dm+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
18 | | - |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 | |
20 | 23 | |
21 | 24 | |
|
Collapse file
yogstation/code/modules/mob/living/carbon/human/species_types/plantpeople.dm
Copy file name to clipboardExpand all lines: yogstation/code/modules/mob/living/carbon/human/species_types/plantpeople.dm+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
20 | 24 | |
21 | 25 | |
22 | 26 | |
|
Collapse file
yogstation/code/modules/mob/living/carbon/human/species_types/preternis/preternis.dm
Copy file name to clipboardExpand all lines: yogstation/code/modules/mob/living/carbon/human/species_types/preternis/preternis.dm+7-2Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
20 | | - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
21 | 26 | |
22 | 27 | |
23 | 28 | |
|
0 commit comments