Tweaks prometheans

This commit is contained in:
Anewbe
2017-07-29 20:14:20 -05:00
parent 16eb12ce01
commit fdfec79e6c
6 changed files with 29 additions and 28 deletions
@@ -14,7 +14,7 @@ var/datum/species/shapeshifter/promethean/prometheans
blood_color = "#05FF9B"
flesh_color = "#05FFFB"
hunger_factor = DEFAULT_HUNGER_FACTOR //todo
hunger_factor = 0.2
reagent_tag = IS_SLIME
mob_size = MOB_SMALL
bump_flag = SLIME
@@ -36,22 +36,21 @@ var/datum/species/shapeshifter/promethean/prometheans
blood_volume = 560
min_age = 1
max_age = 5
brute_mod = 0.5
brute_mod = 0.75
burn_mod = 2
oxy_mod = 0
total_health = 120
oxy_mod = 0
cold_level_1 = 260
cold_level_2 = 200
cold_level_3 = 120
cold_level_1 = 280 //Default 260 - Lower is better
cold_level_2 = 220 //Default 200
cold_level_3 = 130 //Default 120
heat_level_1 = 360
heat_level_2 = 400
heat_level_3 = 1000
heat_level_1 = 320 //Default 360
heat_level_2 = 370 //Default 400
heat_level_3 = 600 //Default 1000
body_temperature = 310.15
siemens_coefficient = -1
siemens_coefficient = 0.3
rarity_value = 5
unarmed_types = list(/datum/unarmed_attack/slime_glomp)
@@ -83,7 +82,7 @@ var/datum/species/shapeshifter/promethean/prometheans
valid_transform_species = list("Human", "Unathi", "Tajara", "Skrell", "Diona", "Teshari", "Monkey")
monochromatic = 1
var/heal_rate = 5 // Temp. Regen per tick.
var/heal_rate = 0.5 // Temp. Regen per tick.
/datum/species/shapeshifter/promethean/New()
..()
@@ -46,7 +46,7 @@
min_age = 32
max_age = 260
blurb = "A heavily reptillian species, Unathi (or 'Sinta as they call themselves) hail from the \
blurb = "A heavily reptillian species, Unathi hail from the \
Uuosa-Eso system, which roughly translates to 'burning mother'.<br/><br/>Coming from a harsh, inhospitable \
planet, they mostly hold ideals of honesty, virtue, proficiency and bravery above all \
else, frequently even their own lives. They prefer warmer temperatures than most species and \
@@ -319,6 +319,7 @@
reagent_tag = IS_DIONA
genders = list(PLURAL)
/datum/species/diona/can_understand(var/mob/other)
var/mob/living/carbon/alien/diona/D = other
if(istype(D))