Browse Source

coat expansion 3

DSX93459 6 months ago
parent
commit
341eadd3d9
2 changed files with 139 additions and 0 deletions
  1. 71 0
      locations/_attributes_gm_coats.qsrc
  2. 68 0
      locations/_attributes_moncheri_coats.qsrc

+ 71 - 0
locations/_attributes_gm_coats.qsrc

@@ -2,101 +2,172 @@
 !Price ranges from 1 to 3
 
 if ARGS[1] = 1:
+	$CoatFast = 'zip'
+	$CoatStyle = 'winter,lowerclass'
+	CoatHood = 1
+	CoatLength = 3
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A high shine faux fur trim fitted puffer jacket.'
 	
 elseif ARGS[1] = 2:
+	$CoatFast = 'zip'
+	$CoatStyle = 'lowerclass'
+	CoatFlat = -1
+	CoatLength = 3
 	CoatQuality = 2
     CoatWarm = 1
 	$coat_description = 'Low: An oversized teddy faux fur bomber jacket.'
 	
 elseif ARGS[1] = 3:
+	$CoatFast = 'belt,zip'
+	$CoatStyle = 'rain,winter,lowerclass'
+	CoatHood = 1
+	CoatLength = 4
 	CoatQuality = 2
     CoatWarm = 1
 	$coat_description = 'Low: A faux fur trim parka jacket.'
 	
 elseif ARGS[1] = 4:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'lowerclass,oldfashioned,winter'
+	CoatFlat = -1
+	CoatLength = 5
 	CoatQuality = 3
     CoatWarm = 1
 	$coat_description = 'Low: A plus blurred check longline shacket.'
 	
 elseif ARGS[1] = 5:
+	$CoatFast = 'zip'
+	$CoatStyle = 'girly,sport'
+	CoatFlat = -1
+	CoatLength = 3
 	CoatQuality = 1
     CoatWarm = 1
 	$coat_description = 'Low: A collarless blazer.'
 	
 elseif ARGS[1] = 6:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'oldfashioned,business,manly'
+	CoatFlat = -1
+	CoatLength = 4
 	CoatQuality = 2
     CoatWarm = 1
 	$coat_description = 'Low: A plus hounds tooth check frayed hem blazer.'
 	
 elseif ARGS[1] = 7:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'girly,glamour,classy'
+	CoatLength = 3
 	CoatQuality = 1
     CoatWarm = 1
 	$coat_description = 'Low: A tailored tie sleeve pocket blazer.'
 	
 elseif ARGS[1] = 8:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'classy,glamour'
+	CoatLength = 6
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A stitch detail oversized wool look coat.'
 	
 elseif ARGS[1] = 9:
+	$CoatFast = 'belt,buttons'
+	$CoatStyle = 'rain,classy,winter'
+	CoatLength = 5
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A belted wool look trench coat.'
 	
 elseif ARGS[1] = 10:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'rain,classy'
+	CoatLength = 5
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A tailored wool look coat.'
 	
 elseif ARGS[1] = 11:
+	$CoatFast = 'belt,buttons'
+	$CoatStyle = 'classy,glamour'
+	CoatLength = 6
 	CoatQuality = 3
     CoatWarm = 2
 	$coat_description = 'Moderate: A wool look belted cuff detail trench coat.'
 	
 elseif ARGS[1] = 12:
+	$CoatFast = 'zip'
+	$CoatStyle = 'crass,lowerclass,sport'
+	CoatLength = 3
 	CoatQuality = 2
     CoatWarm = 1
 	$coat_description = 'Low: A La embroidered varsity jacket.'
 	
 elseif ARGS[1] = 13:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'manly,rain'
+	CoatFlat = -1
+	CoatLength = 4
 	CoatQuality = 2
     CoatWarm = 1
 	$coat_description = 'Low: A plus pu oversized boyfriend shacket.'
 	
 elseif ARGS[1] = 14:
+	$CoatFast = 'belt,buttons'
+	$CoatStyle = 'classy,glamour,escort,business'
+	CoatFlat = 1
+	CoatLength = 4
 	CoatQuality = 3
     CoatWarm = 1
 	$coat_description = 'Low: A boyfriend belted utility blazer.'
 	
 elseif ARGS[1] = 15:
+	$CoatFast = 'zip'
+	$CoatStyle = 'winter,girly'
+	CoatLength = 4
 	CoatQuality = 2
     CoatWarm = 3
 	$coat_description = 'Great: A hooded faux fur coat.'
 	
 elseif ARGS[1] = 16:
+	$CoatFast = 'zip'
+	$CoatStyle = 'girly,lowerclass,crass,slut'
+	CoatFlat = 1
+	CoatLength = 2
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A petite teddy faux fur oversized bomber jacket.'
 	
 elseif ARGS[1] = 17:
+	$CoatFast = 'buttons,zip'
+	$CoatStyle = 'lowerclass,winter'
+	CoatFlat = -1
+	CoatLength = 3
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A funnel neck puffer jacket.'
 	
 elseif ARGS[1] = 18:
+	$CoatFast = 'zip'
+	$CoatStyle = 'winter,classy,sport'
+	CoatHood = 1
+	CoatLength = 4
 	CoatQuality = 2
     CoatWarm = 2
 	$coat_description = 'Moderate: A faux fur hooded panelled Parka jacket.'
 	
 elseif ARGS[1] = 19:
+	$CoatFast = 'buttons'
+	$CoatStyle = 'glamour,slut,crass'
+	CoatLength = 5
 	CoatQuality = 3
     CoatWarm = 3
 	$coat_description = 'Great: A tall faux fur coat.'
 	
 elseif ARGS[1] = 20:
+	$CoatFast = 'zip'
+	$CoatStyle = 'crass,bimbo,business'
+	CoatLength = 3
 	CoatQuality = 2
     CoatWarm = 1
 	$coat_description = 'Low: A plus lapel detail ruched sleeve blazer.'

+ 68 - 0
locations/_attributes_moncheri_coats.qsrc

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