sportShop.tw 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. :: sportShop[public indoors]
  2. <h2>Danilovich sporting goods</h2>
  3. <<image `'locations/city/citycenter/mall/sportshop/sportshop.jpg'`>>
  4. <p>
  5. As soon as you enter, a high energy song with a thumping baseline fills your eardrums,
  6. making you feel pumped and awake. The store is sleek and professional, the walls and floors advertising all different kinds of sporting equipment and attire.
  7. The room is filled with beautifully fit people shopping, their bodies varying from big and muscular to lean and trim.
  8. If they don't inspire you to want to work out, the posters advertising past and present famous athletes are motivating as hell.
  9. </p>
  10. /*<<if getvar("$refillable_bottle") == 0 and $finances.cash >= 1000 and $wardrobe.purseEquipped > 0>>
  11. <!-- FAILED TO CONVERT
  12. 'You could buy a high-quality <a href="exec:minut += 5 & money -= 1000 & refillable_bottle = 1 & gt ''sportShop'', ''start''">water bottle (1000 <b>₽</b>)</a> that you can carry around in your purse.'
  13. -----
  14. <<set 'You could buy a high - ERROR: FAILED TO CONVERT LITERAL: """quality <a href""" = ERROR: FAILED TO CONVERT LITERAL: """"exec:minut""" + ERROR: FAILED TO CONVERT LITERAL: """= 5""">> <<set $finances.cash -= 1000>> <<set $refillable_bottle = 1>> <<gt 'sportShop' 'start'">water bottle (1000 <b>₽</b>)</a> that you can carry around in your purse.'>>
  15. -->
  16. *p func ('$single_stock_item', 1, 'Skipping Rope', 500, 'skak', 'sportshop', 'start')
  17. *p func ('$single_stock_item', 1, 'Hula Hoop', 1500, 'obruch', 'sportshop', 'start')
  18. *P func ('$single_stock_item', 1, 'Book on Yoga', 1500, 'bookyog', 'sportshop', 'start')
  19. *p func ('$single_stock_item', 1, 'Ice Skates', 3000, 'konki', 'sportshop', 'start')
  20. *p func ('$single_stock_item', 1, 'Skis', 4000, 'pcs_ski_owned', 'sportshop', 'start')
  21. *p func ('$single_stock_item', 1, 'Refillable Water Bottle', 1000, 'refillable_bottle', 'sportshop', 'start')
  22. <<warn "CONVERSION ERROR b84f4304e1f13137cdc8a1a8180fd5c4">>
  23. <<elseif getvar("$refillable_bottle") == 0 and ($finances.cash < 1000 or $wardrobe.purseEquipped == 0)>>
  24. <p>The shop sells high-quality water bottles for 1,000 <b>₽</b>. You could carry one around in '+iif(bag > 0, 'your', 'a')+' purse.</p>
  25. <</if>>*/
  26. <<ConnectedLocation 'Leave' 'torgcentr' '' 'locations/city/citycenter/mall/torgcentr.jpg' 3>>
  27. <<set _shopDevisions to [
  28. {label:'Clothes',type:'clothes',subtype:'outfit',baseprice:2000},
  29. {label:'Shoes',type:'shoes',baseprice:1500},
  30. {label:'Bras',type:'bra',baseprice:1000},
  31. {label:'Panties',type:'panties',baseprice:1000},
  32. {label:'Swimsuits',type:'clothes',subtype:'swimsuit',baseprice:1750},
  33. /*{label:'Purses',type:'purses', baseprice: 1500},*/
  34. {label:'Coats',type:'coat', baseprice: 1500},
  35. ]>>
  36. <<shop `{vendor:'danilovich',baseprice:1500}` _shopDevisions>>