Make Xion frames immune to the cold (#15146)

This commit is contained in:
CinnySuccubus
2022-11-25 12:49:39 -03:00
committed by GitHub
parent c1b24f4d58
commit ca0af5e9f5
2 changed files with 14 additions and 4 deletions
@@ -363,10 +363,14 @@
brute_mod = 0.9
grab_mod = 0.9
resist_mod = 8
heat_level_1 = 700
heat_level_2 = 1400
heat_level_3 = 2800
cold_level_1 = -1 //RaceDefault 50 Default -1
cold_level_2 = -1 //RaceDefault -1 Default -1
cold_level_3 = -1 //RaceDefault -1 Default -1
heat_level_1 = 700 //RaceDefault 600 Default 700
heat_level_2 = 1400 //RaceDefault 1200 Default 1400
heat_level_3 = 2800 //RaceDefault 2400 Default 2800
heat_discomfort_level = 600
slowdown = 3
@@ -0,0 +1,6 @@
author: CinnySuccubus
delete-after: True
changes:
- tweak: "Removes minimum temperature limit (50K) from Xion frames, making them immune to the cold and allowing them to mine on ice planets and other environments below this limit."