Browse Source

[added] clothing attributes to the new clothing, didn't take the first time apparently

hornguy6 4 years ago
parent
commit
48cc39f7da
1 changed files with 37 additions and 1 deletions
  1. 37 1
      locations/_attributes_average.qsrc

+ 37 - 1
locations/_attributes_average.qsrc

@@ -3325,7 +3325,43 @@ elseif ARGS[1] = 522:
 	CloTopCut = 1
 	CloPantsShortness = 1
 	CloExhibit = 5
-
+elseif ARGS[1] = 523:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloPantsShortness = 5
+	CloExhibit = 5
+elseif ARGS[1] = 524:
+	CloQuality = 3
+	CloThinness = 4
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 525:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 3
+	CloSkirtShortness = 4
+	CloDress = 1
+elseif ARGS[1] = 526:
+	CloQuality = 4
+	CloThinness = 4
+	CloTopCut = 2
+	CloSkirtShortness = 4
+elseif ARGS[1] = 527:
+	CloQuality = 4
+	CloThinness = 3
+	CloTopCut = 3
+	CloPantsShortness = 1
+elseif ARGS[1] = 528:
+	CloQuality = 4
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
+elseif ARGS[1] = 529:
+	CloQuality = 3
+	CloThinness = 5
+	CloTopCut = 2
+	CloPantsShortness = 2
 end
 
 --- $attributes_average ---------------------------------