swampspring.tw 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. :: swampspring[mod mod_gad]
  2. <<set $here = 'swampspring'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $loc = 'swampspring'>>
  5. <<set $loc_arg = ''>>
  6. <<set $menu_loc = 'swamp_yard'>>
  7. <<set $menu_arg = ''>>
  8. <<set $menu_off = 0>>
  9. <<set $location_type = 'secluded'>>
  10. <<gs 'gadukino_event' 'sound'>>
  11. <center><B>Spring</B></center>
  12. <<if $time.month >= 4 and $time.month <= 10>>
  13. <center><img <<$set_imgh>> src="images/locations/gadukino/hunters/'+iif(dayStage < 4,'swampspring.jpg','swampspring_night.jpg')+'"></center>
  14. <<else>>
  15. <center><img <<$set_imgh>> src="images/locations/gadukino/hunters/'+iif(dayStage < 4,'swampspring_winter.jpg','swampspring_winter_night.jpg')+'"></center>
  16. <</if>>
  17. You come across a natural spring with pure natural water.
  18. <<actCLA 'Go back to the hut'>>
  19. <<set $time.minutes += 5>> <<gt 'swamp_yard' 'start'>>
  20. <</actCLA>>
  21. <<if $pc.pcs_hydra < 150>>
  22. <<actCLA 'Drink the water'>>
  23. <<set $time.minutes += 5>>
  24. <<set $pc.pcs_breath = 0>>
  25. <<image "locations/gadukino/hunters/hands.jpg">>
  26. You take a sip of the spring water.
  27. <!-- FAILED TO CONVERT
  28. if pcs_hydra >= 100: pcs_hydra += 25 else pcs_hydra += 50
  29. -----
  30. <<if $pc.pcs_hydra >= 100>>
  31. <!-- FAILED TO CONVERT
  32. pcs_hydra += 25 else pcs_hydra += 50
  33. -----
  34. <<set $pc.pcs_hydra += 25 else pcs_hydra + ERROR: FAILED TO CONVERT LITERAL: """= 50""">>
  35. -->
  36. <<warn "CONVERSION ERROR 72a54ab6b9d842a5cf6adf67e54ce122">>
  37. <</if>>
  38. -->
  39. <<warn "CONVERSION ERROR 08e55f964fa69cce0c6234b5a13739ca">>
  40. <<set $cumspclnt = 2>>
  41. <<gs 'cum_cleanup'>>
  42. <<act 'Finish'>>
  43. <<gt 'swampspring'>>
  44. <</act>>
  45. <</actCLA>>
  46. <</if>>
  47. <<if getvar("$bucket") < 10>>
  48. <<actCLA 'Collect water in a bucket'>>
  49. <<image "locations/gadukino/hunters/vedro.jpg">>
  50. You fill the bucket with water.
  51. <<set $time.minutes += 10>>
  52. <<set $bucket += 10>>
  53. <<act 'Finish'>>
  54. <<gt 'swampspring'>>
  55. <</act>>
  56. <</actCLA>>
  57. <</if>>