Browse Source

[added] New attribute files for shoes and coats
[removed] Old shoe attribute files from .qproj (will cause errors until links updated)
[fixed] sex shop name in file and text for clothing attributes updated for new organization

KevinSmarts 3 years ago
parent
commit
1ec11eb79e

+ 14 - 6
glife.qproj

@@ -92,7 +92,6 @@
 		<Location name="clothing"/>
 		<Location name="clothing_QV"/>
 		<Location name="changingroom"/>
-		<Location name="cloakroom"/>
 		<Location name="$clothing_name"/>
 		<Location name="$clothing_image"/>
 		<Location name="clothing_attributes"/>
@@ -133,12 +132,21 @@
 		<Location name="$shoe_description"/>
 		<Location name="shoe_attributes"/>
 		<Location name="shoe_description2"/>
-		<Location name="$attrib_shoe_boutique"/>
-		<Location name="$attrib_shoe_pussy"/>
-		<Location name="$attrib_shoe_dolls"/>
+		<Location name="$attributes_bomba_shoes"/>
+		<Location name="$attributes_danilovich_shoes"/>
+		<Location name="$attributes_gm_shoes"/>
+		<Location name="$attributes_dolls_shoes"/>
+		<Location name="$attributes_moncheri_shoes"/>
 		<Location name="$attrib_shoe_fetish"/>
-		<Location name="$attrib_shoe_gandm"/>
-		<Location name="$attrib_shoe_trainers"/>
+	</Folder>
+	<Folder name="coats">
+		<Location name="cloakroom"/>
+		<Location name="attributes_bomba_coats"/>
+		<Location name="attributes_cats_coats"/>
+		<Location name="attributes_danilovich_coats"/>
+		<Location name="attributes_dolls_coats"/>
+		<Location name="attributes_gm_coats"/>
+		<Location name="attributes_moncheri_coats"/>
 	</Folder>
 	<Folder name="underwear">
 		<Location name="underwear"/>

+ 108 - 0
locations/_attributes_bomba_coats.qsrc

@@ -0,0 +1,108 @@
+# $attributes_bomba_coats
+!2020/12/28
+!Price ranges from 4 to 7, please avoid adding too many 7s
+
+if ARGS[1] = 1:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style coat with flared, pointed sleeves and decorative D-rings.'
+	
+elseif ARGS[1] = 2:
+	CloQuality = 6
+    CloWarm = 3
+	$coat_description = 'Great: A gothic style coat made from suede in the color black.'
+	
+elseif ARGS[1] = 3:
+	CloQuality = 5
+    CloWarm = 3
+	$coat_description = 'Great: A gothic style coat with faux fur and hood. It has decorative metal rivets.'
+	
+elseif ARGS[1] = 4:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A belted gothic style coat with faux fur and faux leather.'
+	
+elseif ARGS[1] = 5:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style Parka jacket with oversized hood and front zipper.'
+	
+elseif ARGS[1] = 6:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style duffle coat with oversized hood and front zipper with bat toggles.'
+	
+elseif ARGS[1] = 7:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A high waist gothic style trench coat with puff shoulders and a turn down collar'
+	
+elseif ARGS[1] = 8:
+	CloQuality = 6
+    CloWarm = 3
+	$coat_description = 'Great: A gothic style hooded Parka coat with faux fur and belt.'
+	
+elseif ARGS[1] = 9:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style, hooded coat with faux fur.'
+	
+elseif ARGS[1] = 10:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style long coat.'
+	
+elseif ARGS[1] = 11:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style short coat.'
+	
+elseif ARGS[1] = 12:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A gothic style cape.'
+	
+elseif ARGS[1] = 13:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A gothic style hooded jersey with bondage straps.'
+	
+elseif ARGS[1] = 14:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A crop top jacket with faux fur and an oversized hood.'
+	
+elseif ARGS[1] = 15:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A gothic style medium length cape.'
+	
+elseif ARGS[1] = 16:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A gothic style long coat.'
+	
+elseif ARGS[1] = 17:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: An alternative style tailcoat in black and purple.'
+	
+elseif ARGS[1] = 18:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A gothic style jacket in relaxed fit.'
+	
+elseif ARGS[1] = 19:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A dark velvet lace fringed shawl.'
+	
+elseif ARGS[1] = 20:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A punk style long coat in the color black.'
+	
+end
+
+--- $attributes_bomba_coats ---------------------------------
+

+ 197 - 0
locations/_attributes_bomba_shoes.qsrc

@@ -0,0 +1,197 @@
+# $attributes_bomba_shoes
+!2020/12/14
+!price range from 3 to 5 but please avoid adding too many 5s
+
+if ARGS[1] = 1:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 1
+	ShoStlye = 3
+elseif ARGS[1] = 2:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 1
+elseif ARGS[1] = 3:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 1
+elseif ARGS[1] = 4:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 5:
+	ShoQuality = 4
+	ShoHeels = 2
+	ShoCut = 3
+elseif ARGS[1] = 6:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 4
+elseif ARGS[1] = 7:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 8:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 9:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 10:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 11:
+	ShoQuality = 4
+	ShoHeels = 3
+	ShoCut = 3
+	ShoStlye = 3
+elseif ARGS[1] = 12:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 13:
+	ShoQuality = 4
+	ShoHeels = 3
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 14:
+	ShoQuality = 4
+	ShoHeels = 3
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 15:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 1
+	ShoStlye = 3
+elseif ARGS[1] = 16:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 17:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 2
+elseif ARGS[1] = 18:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 19:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 20:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 21:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 22:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 2
+elseif ARGS[1] = 23:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 3
+	ShoStlye = 3
+elseif ARGS[1] = 24:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 25:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 26:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 27:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+	ShoStlye = 3
+elseif ARGS[1] = 28:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 29:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 1
+	ShoStlye = 3
+elseif ARGS[1] = 30:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+	ShoStlye = 3
+elseif ARGS[1] = 31:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 32:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 33:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 34:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 35:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 36:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 3
+	ShoStlye = 3
+elseif ARGS[1] = 37:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 4
+	ShoStlye = 3
+elseif ARGS[1] = 38:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 5
+	ShoStlye = 3
+elseif ARGS[1] = 39:
+	ShoQuality = 4
+	ShoHeels = 6
+	ShoCut = 2
+	ShoStlye = 3
+elseif ARGS[1] = 40:
+	ShoQuality = 5
+	ShoHeels = 6
+	ShoCut = 4
+	ShoStlye = 3
+end
+
+--- $attributes_bomba_shoes ---------------------------------
+

+ 108 - 0
locations/_attributes_cats_coats.qsrc

@@ -0,0 +1,108 @@
+# $attributes_dolls_coats
+!2020/12/28
+!Price ranges from 2 to 4, please avoid adding too many 5s
+
+if ARGS[1] = 1:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A fleece sweater jacket with full-zip in evening blue.'
+	
+elseif ARGS[1] = 2:
+	CloQuality = 4
+    CloWarm = 3
+	$coat_description = 'Great: A mountain Parka jacket in light hickory.'
+	
+elseif ARGS[1] = 3:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A navy blue jacket that is wind-and water-resistant.'
+	
+elseif ARGS[1] = 4:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A fleece full zip jacket with silver blue triangular print.'
+	
+elseif ARGS[1] = 5:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A raincoat in khaki color.'
+	
+elseif ARGS[1] = 6:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: An ultralight Down jacket in royal plum.'
+	
+elseif ARGS[1] = 7:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A colorblock pullover in gunmetal gray and light rosewood.'
+	
+elseif ARGS[1] = 8:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A raw indigo light jacket that is water- and wind-resistant.'
+	
+elseif ARGS[1] = 9:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: A fleece pullover with hood with platinum geo multistripe.'
+	
+elseif ARGS[1] = 10:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A water- and wind-resistant jacket in gunmetal gray mountain geo.'
+	
+elseif ARGS[1] = 11:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: An ultralight Down jacket in ocean teal.'
+	
+elseif ARGS[1] = 12:
+	CloQuality = 4
+    CloWarm = 3
+	$coat_description = 'Great: A wool coat in the deep shade of Kelp green.'
+	
+elseif ARGS[1] = 13:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A duffel coat in the color of camel.'
+	
+elseif ARGS[1] = 14:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A puffer coat in the color of carbon navy.'
+	
+elseif ARGS[1] = 15:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A waterproof long coat in the color of deep navy.'
+	
+elseif ARGS[1] = 16:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A light gray peacoat made of wool.'
+	
+elseif ARGS[1] = 17:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A multicolor jacket with a Kangaroo pocket.'
+	
+elseif ARGS[1] = 18:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A water- and wind-resistant coat in cactus leaf print.'
+	
+elseif ARGS[1] = 19:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A sweater fleece coat in the color of dark cinder.'
+	
+elseif ARGS[1] = 20:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A red currant pullover coat.'
+	
+end
+
+--- $attributes_dolls_coats ---------------------------------
+

+ 108 - 0
locations/_attributes_danilovich_coats.qsrc

@@ -0,0 +1,108 @@
+# $attributes_danilovich_coats
+!2020/12/28
+!Price ranges from 3 to 6, please avoid adding too many 5s and 6s
+
+if ARGS[1] = 1:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A light sports coat that offers decent insulation.'
+	
+elseif ARGS[1] = 2:
+	CloQuality = 6
+    CloWarm = 3
+	$coat_description = 'Great: A light sports coat that offers great insulation.'
+	
+elseif ARGS[1] = 3:
+	CloQuality = 5
+    CloWarm = 3
+	$coat_description = 'Great: A sports coat that offers great insulation.'
+	
+elseif ARGS[1] = 4:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A stylish sports coat that is both water- and wind-resistant.'
+	
+elseif ARGS[1] = 5:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A sports coat designed for runners.'
+	
+elseif ARGS[1] = 6:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A winter sports coat.'
+	
+elseif ARGS[1] = 7:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A light sports coat that is both water- and wind-resistant.'
+	
+elseif ARGS[1] = 8:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A water- and wind-resistant sports coat in the color rose.'
+	
+elseif ARGS[1] = 9:
+	CloQuality = 5
+    CloWarm = 3
+	$coat_description = 'Great: A very decent quality sports coat in the color bone.'
+	
+elseif ARGS[1] = 10:
+	CloQuality = 5
+    CloWarm = 3
+	$coat_description = 'Great: A great quality winter sports coat in the color resin gold.'
+	
+elseif ARGS[1] = 11:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A light sports jacket designed for hiking in the color of ballet slipper.'
+	
+elseif ARGS[1] = 12:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A thin and trendy sports coat in stripe prints.'
+	
+elseif ARGS[1] = 13:
+	CloQuality = 6
+    CloWarm = 3
+	$coat_description = 'Great: A thick sports coat in the color black.'
+	
+elseif ARGS[1] = 14:
+	CloQuality = 5
+    CloWarm = 1
+	$coat_description = 'Low: A thin and trendy sports coat in the color off-white.'
+	
+elseif ARGS[1] = 15:
+	CloQuality = 5
+    CloWarm = 3
+	$coat_description = 'Great: A inner wind proof winter sports jacket in rose color.'
+	
+elseif ARGS[1] = 16:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A sports jacket for running in the color celery.'
+	
+elseif ARGS[1] = 17:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A multicolor runner's sports coat.'
+	
+elseif ARGS[1] = 18:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A waterproof running jacket in the color Maya.'
+	
+elseif ARGS[1] = 19:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A waterproof and windproof sports coat with multicolor dotted print.'
+	
+elseif ARGS[1] = 20:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A waterproof and windproof sports coat in the color black.'
+	
+end
+
+--- $attributes_danilovich_coats ---------------------------------
+

+ 168 - 0
locations/_attributes_danilovich_shoes.qsrc

@@ -0,0 +1,168 @@
+# $attributes_danilovich_shoes
+!2020/12/07
+!price range from 2 to 5 but please avoid adding too many 5s
+
+if ARGS[1] = 1:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 2:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 3:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 4:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 5:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 6:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 7:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 8:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 9:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 10:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 11:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 12:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 13:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 14:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 15:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 16:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 17:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 18:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 19:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 20:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 21:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 22:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 23:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 24:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 25:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 26:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 27:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 28:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 29:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 30:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 31:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 32:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 33:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 34:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 35:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 36:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 37:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 38:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 39:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 40:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+end
+
+--- $attributes_danilovich_shoes ---------------------------------
+

+ 108 - 0
locations/_attributes_dolls_coats.qsrc

@@ -0,0 +1,108 @@
+# $attributes_dolls_coats
+!2020/12/28
+!Price ranges from 3 to 5, please avoid adding too many 5s
+
+if ARGS[1] = 1:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A hooded, plain and button tap coat with faux fur.'
+	
+elseif ARGS[1] = 2:
+	CloQuality = 4
+    CloWarm = 3
+	$coat_description = 'Great: A long winter coat with 2-way zip.'
+	
+elseif ARGS[1] = 3:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A 40s style long coat in the olive color.'
+	
+elseif ARGS[1] = 4:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A stylized army coat for women in deep red.'
+	
+elseif ARGS[1] = 5:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A black and white dotted coat with faux fur from Hell BUNNY.'
+	
+elseif ARGS[1] = 6:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: A khaki Parka jacket with faux fur collar and decorative stitching.'
+	
+elseif ARGS[1] = 7:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A red jacket with embroidery with button tap.'
+	
+elseif ARGS[1] = 8:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: A plain long coat in the color grey.'
+	
+elseif ARGS[1] = 9:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: A hooded winter coat in red wine color.'
+	
+elseif ARGS[1] = 10:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A hooded Parka coat with sand cameo and ribbed cuffs.'
+	
+elseif ARGS[1] = 11:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: A checkered wool coat with button tap.'
+	
+elseif ARGS[1] = 12:
+	CloQuality = 3
+    CloWarm = 3
+	$coat_description = 'Great: A thick coat with leopard pattern.'
+	
+elseif ARGS[1] = 13:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A short multicolor coat with button tap.'
+	
+elseif ARGS[1] = 14:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A plaid faux fur coat in the color green.'
+	
+elseif ARGS[1] = 15:
+	CloQuality = 4
+    CloWarm = 3
+	$coat_description = 'Great: A hooded short coat in dusty pink.'
+	
+elseif ARGS[1] = 16:
+	CloQuality = 3
+    CloWarm = 3
+	$coat_description = 'Great: A trendy black winter coat with hook buttons.'
+	
+elseif ARGS[1] = 17:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A denim jacket with sweat sleeves and hood.'
+	
+elseif ARGS[1] = 18:
+	CloQuality = 4
+    CloWarm = 2
+	$coat_description = 'Moderate: A flo flocked floral wide collar flare coat.'
+	
+elseif ARGS[1] = 19:
+	CloQuality = 4
+    CloWarm = 1
+	$coat_description = 'Low: A short coat with cherry pattern print in black.'
+	
+elseif ARGS[1] = 20:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A Marjorie floral belted trench coat.'
+	
+end
+
+--- $attributes_dolls_coats ---------------------------------
+

+ 128 - 0
locations/_attributes_dolls_shoes.qsrc

@@ -0,0 +1,128 @@
+# $attributes_dolls_shoes
+!2020/12/14
+!price range from 3 to 5 but please avoid adding too many 5s
+
+if ARGS[1] = 1:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 1
+elseif ARGS[1] = 2:
+	ShoQuality = 3
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 3:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 4:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 5:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 2
+elseif ARGS[1] = 6:
+	ShoQuality = 3
+	ShoHeels = 3
+	ShoCut = 2
+elseif ARGS[1] = 7:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 8:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 9:
+	ShoQuality = 4
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 10:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 11:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 12:
+	ShoQuality = 3
+	ShoHeels = 4
+	ShoCut = 3
+elseif ARGS[1] = 13:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 14:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 15:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 16:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 17:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 18:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 19:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 20:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 21:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 22:
+	ShoQuality = 3
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 23:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 24:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 25:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 2
+elseif ARGS[1] = 26:
+	ShoQuality = 5
+	ShoHeels = 5
+	ShoCut = 2
+elseif ARGS[1] = 27:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 2
+elseif ARGS[1] = 28:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 3
+elseif ARGS[1] = 29:
+	ShoQuality = 4
+	ShoHeels = 5
+	ShoCut = 5
+elseif ARGS[1] = 30:
+	ShoQuality = 4
+	ShoHeels = 6
+	ShoCut = 1
+end
+
+--- $attributes_dolls_shoes ---------------------------------
+

+ 107 - 0
locations/_attributes_gm_coats.qsrc

@@ -0,0 +1,107 @@
+# $attributes_gm_coats
+!Price ranges from 1 to 3
+
+if ARGS[1] = 1:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A gigh shine faux fur trim fitted puffer jacket.'
+	
+elseif ARGS[1] = 2:
+	CloQuality = 2
+    CloWarm = 1
+	$coat_description = 'Low: An oversized teddy faux fur bomber jacket.'
+	
+elseif ARGS[1] = 3:
+	CloQuality = 2
+    CloWarm = 1
+	$coat_description = 'Low: A faux fur trim parka jacket.'
+	
+elseif ARGS[1] = 4:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A plus blurred check longline shacket.'
+	
+elseif ARGS[1] = 5:
+	CloQuality = 1
+    CloWarm = 1
+	$coat_description = 'Low: A collarless blazer.'
+	
+elseif ARGS[1] = 6:
+	CloQuality = 2
+    CloWarm = 1
+	$coat_description = 'Low: A plus hounds tooth check frayed hem blazer.'
+	
+elseif ARGS[1] = 7:
+	CloQuality = 1
+    CloWarm = 1
+	$coat_description = 'Low: A tailored tie sleeve pocket blazer.'
+	
+elseif ARGS[1] = 8:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A stitch detail oversized wool look coat.'
+	
+elseif ARGS[1] = 9:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A belted wool look trench coat.'
+	
+elseif ARGS[1] = 10:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A tailored wool look coat.'
+	
+elseif ARGS[1] = 11:
+	CloQuality = 3
+    CloWarm = 2
+	$coat_description = 'Moderate: A wool look belted cuff detail trench coat.'
+	
+elseif ARGS[1] = 12:
+	CloQuality = 2
+    CloWarm = 1
+	$coat_description = 'Low: A La embroidered varsity jacket.'
+	
+elseif ARGS[1] = 13:
+	CloQuality = 2
+    CloWarm = 1
+	$coat_description = 'Low: A plus pu oversized boyfriend shacket.'
+	
+elseif ARGS[1] = 14:
+	CloQuality = 3
+    CloWarm = 1
+	$coat_description = 'Low: A boyfriend belted utility blazer.'
+	
+elseif ARGS[1] = 15:
+	CloQuality = 2
+    CloWarm = 3
+	$coat_description = 'Great: A hooded faux fur coat.'
+	
+elseif ARGS[1] = 16:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A petite teddy faux fur oversized bomber jacket.'
+	
+elseif ARGS[1] = 17:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A funnel neck puffer jacket.'
+	
+elseif ARGS[1] = 18:
+	CloQuality = 2
+    CloWarm = 2
+	$coat_description = 'Moderate: A faux fur hooded panelled Parka jacket.'
+	
+elseif ARGS[1] = 19:
+	CloQuality = 3
+    CloWarm = 3
+	$coat_description = 'Great: A tall faux fur coat.'
+	
+elseif ARGS[1] = 20:
+	CloQuality = 2
+    CloWarm = 1
+	$coat_description = 'Low: A plus lapel detail ruched sleeve blazer.'
+	
+end
+
+--- $attributes_gm_coats ---------------------------------
+

+ 127 - 0
locations/_attributes_gm_shoes.qsrc

@@ -0,0 +1,127 @@
+# $attributes_gm_shoes
+!2020/12/19
+!price range from 1 to 3 but please avoid adding too many 3s
+if ARGS[1] = 1:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 2:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 3:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 4:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 5:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 6:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 7:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 8:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 9:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 10:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 11:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 12:
+	ShoQuality = 1
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 13:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 14:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 2
+elseif ARGS[1] = 15:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 2
+elseif ARGS[1] = 16:
+	ShoQuality = 2
+	ShoHeels = 1
+	ShoCut = 2
+elseif ARGS[1] = 17:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 3
+elseif ARGS[1] = 18:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 3
+elseif ARGS[1] = 19:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 20:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 21:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 22:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 23:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 24:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 3
+elseif ARGS[1] = 25:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 4
+elseif ARGS[1] = 26:
+	ShoQuality = 2
+	ShoHeels = 2
+	ShoCut = 4
+elseif ARGS[1] = 27:
+	ShoQuality = 2
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 28:
+	ShoQuality = 2
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 29:
+	ShoQuality = 2
+	ShoHeels = 3
+	ShoCut = 2
+elseif ARGS[1] = 30:
+	ShoQuality = 2
+	ShoHeels = 4
+	ShoCut = 1
+end
+
+--- $attributes_gm_shoes ---------------------------------
+

+ 107 - 0
locations/_attributes_moncheri_coats.qsrc

@@ -0,0 +1,107 @@
+# $attributes_moncheri_coats
+!Price ranges from 5 to 7, please avoid adding too many 7s.
+
+if ARGS[1] = 1:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A waterproof cotton Gabardine trench coat from RED VALENTINO.'
+	
+elseif ARGS[1] = 2:
+	CloQuality = 7
+    CloWarm = 2
+	$coat_description = 'Moderate: A logo felted wool jacquard cape from GUCCI.'
+	
+elseif ARGS[1] = 3:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A messi belted virgin wool wrap coat from MAX MARA.'
+	
+elseif ARGS[1] = 4:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A check wool tweed coat from GUCCI.'
+	
+elseif ARGS[1] = 5:
+	CloQuality = 6
+    CloWarm = 3
+	$coat_description = 'Great: A techno waterproof coat with hood from MAX MARA.'
+	
+elseif ARGS[1] = 6:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A Pirello leather trench coat from REMAIN.'
+	
+elseif ARGS[1] = 7:
+	CloQuality = 7
+    CloWarm = 3
+	$coat_description = 'Great: A wool crepe double breast long coat from DOLCE & GABBANA.'
+	
+elseif ARGS[1] = 8:
+	CloQuality = 7
+    CloWarm = 3
+	$coat_description = 'Great: A Pirella leather trench coat from REMAIN.'
+	
+elseif ARGS[1] = 9:
+	CloQuality = 5
+    CloWarm = 2
+	$coat_description = 'Moderate: A reversible faux leather and sequins coat from ANOUKI.'
+	
+elseif ARGS[1] = 10:
+	CloQuality = 7
+    CloWarm = 3
+	$coat_description = 'Great: A hooded alpaca and silk teddy coat from MAX MARA.'
+	
+elseif ARGS[1] = 11:
+	CloQuality = 7
+    CloWarm = 3
+	$coat_description = 'Great: A wool coat with leather harness from JUNYA WATANABE.'
+	
+elseif ARGS[1] = 12:
+	CloQuality = 7
+    CloWarm = 2
+	$coat_description = 'Moderate: A wool check cape with leather details from BURBERRY.'
+	
+elseif ARGS[1] = 13:
+	CloQuality = 7
+    CloWarm = 2
+	$coat_description = 'Moderate: A wrap velvet long dust coat with belt from ANN DEMEULEMEESTER.'
+	
+elseif ARGS[1] = 14:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A patent leather trench coat with belt from BOTTEGA VENETA.'
+	
+elseif ARGS[1] = 15:
+	CloQuality = 7
+    CloWarm = 2
+	$coat_description = 'Moderate: A chevron wool belted coat from SPORTMAX.'
+	
+elseif ARGS[1] = 16:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A pleated Gabardine Trench Coat from RED VALENTINO.'
+	
+elseif ARGS[1] = 17:
+	CloQuality = 7
+    CloWarm = 1
+	$coat_description = 'Low: A cotton blend long coat from GUCCI.'
+	
+elseif ARGS[1] = 18:
+	CloQuality = 6
+    CloWarm = 2
+	$coat_description = 'Moderate: A waterproof cotton blend zip coat with hood from MAX MARA.'
+	
+elseif ARGS[1] = 19:
+	CloQuality = 7
+    CloWarm = 3
+	$coat_description = 'Great: A leather coat with fox fur from SAKS POTTS.'
+	
+elseif ARGS[1] = 20:
+	CloQuality = 7
+    CloWarm = 2
+	$coat_description = 'Moderate: A printed compact wool long coat from PACO RABANNE.'
+	
+end
+
+--- $attributes_moncheri_coats ---------------------------------
+

+ 171 - 0
locations/_attributes_moncheri_shoes.qsrc

@@ -0,0 +1,171 @@
+# $attributes_moncheri_shoes
+!2020/12/17
+!price range from 6 to 7 but please avoid adding too many 7s
+
+if ARGS[1] = 1:
+	ShoQuality = 6
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStlye = 2
+elseif ARGS[1] = 2:
+	ShoQuality = 6
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 3:
+	ShoQuality = 6
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 4:
+	ShoQuality = 6
+	ShoHeels = 1
+	ShoCut = 1
+elseif ARGS[1] = 5:
+	ShoQuality = 6
+	ShoHeels = 2
+	ShoCut = 1
+	ShoStlye = 2
+elseif ARGS[1] = 6:
+	ShoQuality = 6
+	ShoHeels = 2
+	ShoCut = 1
+elseif ARGS[1] = 7:
+	ShoQuality = 6
+	ShoHeels = 2
+	ShoCut = 2
+elseif ARGS[1] = 8:
+	ShoQuality = 6
+	ShoHeels = 2
+	ShoCut = 4
+elseif ARGS[1] = 9:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 10:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 11:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 12:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 13:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 1
+elseif ARGS[1] = 14:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 2
+elseif ARGS[1] = 15:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 2
+elseif ARGS[1] = 16:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 2
+elseif ARGS[1] = 17:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 3
+elseif ARGS[1] = 18:
+	ShoQuality = 6
+	ShoHeels = 3
+	ShoCut = 4
+elseif ARGS[1] = 19:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 20:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 21:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 22:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 23:
+	ShoQuality = 7
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 24:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 25:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 1
+elseif ARGS[1] = 26:
+	ShoQuality = 7
+	ShoHeels = 4
+	ShoCut = 2
+elseif ARGS[1] = 27:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 2
+elseif ARGS[1] = 28:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 2
+elseif ARGS[1] = 29:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 4
+elseif ARGS[1] = 30:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 4
+elseif ARGS[1] = 31:
+	ShoQuality = 6
+	ShoHeels = 4
+	ShoCut = 4
+elseif ARGS[1] = 32:
+	ShoQuality = 7
+	ShoHeels = 4
+	ShoCut = 5
+elseif ARGS[1] = 33:
+	ShoQuality = 6
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 34:
+	ShoQuality = 7
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 35:
+	ShoQuality = 6
+	ShoHeels = 5
+	ShoCut = 1
+elseif ARGS[1] = 36:
+	ShoQuality = 6
+	ShoHeels = 5
+	ShoCut = 2
+elseif ARGS[1] = 37:
+	ShoQuality = 7
+	ShoHeels = 5
+	ShoCut = 2
+	ShoStlye = 2
+elseif ARGS[1] = 38:
+	ShoQuality = 6
+	ShoHeels = 5
+	ShoCut = 4
+elseif ARGS[1] = 39:
+	ShoQuality = 7
+	ShoHeels = 5
+	ShoCut = 5
+elseif ARGS[1] = 40:
+	ShoQuality = 7
+	ShoHeels = 6
+	ShoCut = 1
+end
+
+--- $attributes_moncheri_shoes ---------------------------------
+

+ 0 - 1
locations/clothing_attributes.qsrc

@@ -2,7 +2,6 @@
 
 !! **Clothing Organization
 !! CloCategory: based on attribute file name and usually the shop name often with _outfits or _dress as postfix
-!!		Notes: 1-3 are general purpose clothing, 4-7 are self-explanatory, 8 is fetish wear, latex and leather. 9 is extreme clothing that exposes your body and likely to get you arrested . 10 is waitress, maid and stripper uniforms. 13 is for burlesque shows or a bordello
 !! CloStyle: 1 Girlie, 2 Rebel, 3 Wealthy, 4 Prostitute, 5 is Loose fit
 !!		Notes: 1 is clothing themed to give the impression of innocence of youth. 2 is for stereotypical punks; ripped clothing, leather jackets, etc. 3 gives the impression that theyre debutanttes or rich at first glance. 4 is stuff worn by prostitutes. 5 is formless clothing that doesn''t requiring refitting.
 !! CloStyle2: 1 Maid, 2 Server, 3 Stripper, 4 School

+ 1 - 1
locations/sexshop.qsrc

@@ -17,7 +17,7 @@ if $ARGS[0] = 'start':
 	clr
 	gs 'stat'
 	gs 'themes', 'indoors'
-	'<center><b><font color="maroon">Dildopolis Inc.</font></b></center>'
+	'<center><b><font color="maroon">The Erotomaniac</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/sexshop/sexshop.jpg"></center>'
 	'The main counter displays various sex toys:'
 	'Lubricant - 145 <b>₽</b>'