:lucas_fishing_rod
  create villager Lucas 34,10,8
  wait 30
  Player "Oh, hi Lucas. Can I help you?"
  Lucas "Hi <name>, no help is needed this time. I just wanted to give you a gift."
  Player "Really? What for?"
  Lucas "You always talk to me and you never judged any of my weird tastes, I wanted to show you I appreciate it."
  Player "But there was nothing to judge..."
  Lucas "Even so, I would like to give you a thank you gift."

  displayItemId none
  wait 15
  displayItemId blue-crystal
  wait 30
  displayItemId undefined

  Player "Thank you, Lucas!"
  Lucas "Don't mention it."
  
  move villager Lucas 44,10,8

  wait 120
  fade out
  pick item blue-crystal
  switch lucasGaveCrystal ON
  remove Lucas
  fade in

