1
0
Преглед на файлове

[added] New hair colours and gossip in the hairsalon from Blatte

KevinSmarts преди 4 години
родител
ревизия
375dc9aef0
променени са 2 файла, в които са добавени 552 реда и са изтрити 445 реда
  1. 40 2
      locations/body.qsrc
  2. 512 443
      locations/hairsalon.qsrc

+ 40 - 2
locations/body.qsrc

@@ -912,8 +912,8 @@ elseif pcs_haircol = 16:
 	end
 	$pcdesc_haircolourwordy = 'pale, floral purple'
 elseif pcs_haircol = 17:
-	$pcs_haircol = 'orange'
-	$pcdesc_haircolour = 'orange'
+	$pcs_haircol = 'light orange'
+	$pcdesc_haircolour = 'light orange'
 	rand_hair = rand(0,2)
 	if rand_hair = 0:
 		$pcdesc_hairrandom = 'orange'
@@ -947,6 +947,44 @@ elseif pcs_haircol = 19:
 		$pcdesc_hairrandom = 'bronze'
 	end
 	$pcdesc_haircolourwordy = 'strong, fiery red'
+elseif pcs_haircol = 20:
+	$pcs_haircol = 'turquoise'
+	$pcdesc_haircolour = 'turquoise'
+	rand_hair = rand(0,3)
+	if rand_hair = 0:
+		$pcdesc_hairrandom = 'turquoise'
+	elseif rand_hair = 1:
+		$pcdesc_hairrandom = 'ultramarine'
+	elseif rand_hair = 2:
+		$pcdesc_hairrandom = 'aquamarine'
+	elseif rand_hair = 3:
+		$pcdesc_hairrandom = 'sea green'
+	end
+	$pcdesc_haircolourwordy = 'soft milky blue'
+elseif pcs_haircol = 21:
+	$pcs_haircol = 'medium orange'
+	$pcdesc_haircolour = 'medium orange'
+	rand_hair = rand(0,2)
+	if rand_hair = 0:
+		$pcdesc_hairrandom = 'medium orange'
+	elseif rand_hair = 1:
+		$pcdesc_hairrandom = 'pumpkin orange'
+	elseif rand_hair = 2:
+		$pcdesc_hairrandom = 'carrot orange'
+	end
+	$pcdesc_haircolourwordy = 'strong, fiery orange'
+elseif pcs_haircol = 22:
+	$pcs_haircol = 'dark orange'
+	$pcdesc_haircolour = 'dark orange'
+	rand_hair = rand(0,2)
+	if rand_hair = 0:
+		$pcdesc_hairrandom = 'dark orange'
+	elseif rand_hair = 1:
+		$pcdesc_hairrandom = 'burnt Orange'
+	elseif rand_hair = 2:
+		$pcdesc_hairrandom = 'rust'
+	end
+	$pcdesc_haircolourwordy = 'strong, burnt orange'
 !! This below is a catch-all, it should not actually ever wind up occurring, but just in case it does...
 else
 	$pcs_haircol = 'strangely-coloured'

Файловите разлики са ограничени, защото са твърде много
+ 512 - 443
locations/hairsalon.qsrc


Някои файлове не бяха показани, защото твърде много файлове са промени