ソースを参照

[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


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません