瀏覽代碼

[added] New shoes for Cats (the shop)

Kevin_Smarts 3 年之前
父節點
當前提交
761dbe26d2
共有 5 個文件被更改,包括 166 次插入0 次删除
  1. 1 0
      glife.qproj
  2. 129 0
      locations/_attributes_cats_shoes.qsrc
  3. 2 0
      locations/shoe_attributes.qsrc
  4. 8 0
      locations/shoes.qsrc
  5. 26 0
      locations/shop_pussycats.qsrc

+ 1 - 0
glife.qproj

@@ -142,6 +142,7 @@
 		<Location name="$shoe_description"/>
 		<Location name="shoe_attributes"/>
 		<Location name="shoe_description2"/>
+		<Location name="$attributes_cats_shoes"/>
 		<Location name="$attributes_bomba_shoes"/>
 		<Location name="$attributes_danilovich_shoes"/>
 		<Location name="$attributes_gm_shoes"/>

+ 129 - 0
locations/_attributes_cats_shoes.qsrc

@@ -0,0 +1,129 @@
+# $attributes_cats_shoes
+!2020/03/26
+!price range from 3 to 5 but please avoid adding too many 5s
+
+if ARGS[1] = 1:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 2:
+	ShoQuality = 3
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 3:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 4:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 5:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 6:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 7:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 8:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 9:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 10:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 11:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 12:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 13:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 14:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 15:
+	ShoQuality = 4
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 16:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 17:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 18:
+	ShoQuality = 6
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+elseif ARGS[1] = 19:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 2
+	
+elseif ARGS[1] = 20:
+	ShoQuality = 5
+	ShoHeels = 1
+	ShoCut = 1
+	ShoStyle = 0
+	
+
+end
+
+--- $attributes_cats_shoes ---------------------------------
+

+ 2 - 0
locations/shoe_attributes.qsrc

@@ -40,6 +40,8 @@ if $ARGS[0] = 'moncheri':
 	*P FUNC('$attributes_moncheri_shoes', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'bomba':
 	*P FUNC('$attributes_bomba_shoes', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'cats':
+	*P FUNC('$attributes_cats_shoes', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'dolls':
 	*P FUNC('$attributes_dolls_shoes', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'eroto':

+ 8 - 0
locations/shoes.qsrc

@@ -106,6 +106,12 @@ if $ARGS[0] = 'view_shoe_list':
 		i += 1
 	if i <= 40:jump 'loopmoncheri_shoe'
 
+	i = 1
+	:loopcats_shoe
+		if cats_shoe[i] = 1 and cats_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'cats', i)
+		i += 1
+	if i <= 20:jump 'loopcats_shoe'
+
 	i = 1
 	:loopbomba_shoe
 		if bomba_shoe[i] = 1 and bomba_shoe_s[i] = sloc:*P dyneval($shoe_list_line, $ARGS[1], 'bomba', i)
@@ -147,6 +153,8 @@ end
 
 if $ARGS[0] = 'moncheri':
 	*P FUNC('$attributes_moncheri_shoes', $ARGS[0], ARGS[1])
+elseif $ARGS[0] = 'cats':
+	*P FUNC('$attributes_cats_shoes', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'bomba':
 	*P FUNC('$attributes_bomba_shoes', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'dolls':

+ 26 - 0
locations/shop_pussycats.qsrc

@@ -22,6 +22,8 @@ if $ARGS[0] = 'start':
 
 	act 'View bras': minut += 5 & gt 'shop_pussycats', 'bras'
 
+	act 'View shoes': minut += 5 & gt 'shop_pussycats', 'shoes'
+
 	act 'View purses': minut += 5 & gt 'shop_pussycats', 'purses'
 
 	act 'View coats': minut += 5 & gt 'shop_pussycats', 'coats'
@@ -1121,6 +1123,30 @@ end
 
 if $ARGS[0] = 'yshopclo_outfit': gt 'clothing', 'view_clothing_item', 'shop', 'cats_outfits',i, 3000
 
+if $ARGS[0] = 'shoes':
+	$loc_arg = 'shoes'
+	$loc = 'shop_pussycats'
+	$menu_loc = 'shop_pussycats'
+	$menu_arg = 'shoes'
+	menu_off = 0
+	*clr & cla
+	gs'stat'
+
+	act 'Return':
+		cla
+		minut += 1
+		gt 'shop_pussycats', 'start'
+	end
+
+	i = 1
+	:loopcats_shoe
+		if cats_shoe[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_pussycats'', ''cats_shoe''"><img src="images/pc/items/cats/shoes/<<i>>.jpg" height="250" /></a>'
+		i += 1
+	if i <= 20:jump 'loopcats_shoe'
+end
+
+if $ARGS[0] = 'cats_shoe': gt 'shoes', 'view_shoe_item', 'shop', 'cats',i, 900
+
 if $ARGS[0] = 'panties':
 	$loc_arg = 'panties'
 	$loc = 'shop_pussycats'