/usr/share/games/cuyo/baelle.ld is in cuyo-data 2.0.0brl1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | #
#   Copyright <=2004 by Immanuel Halupczok
#   Maintenance modifications 2005,2006,2008,2011 by the cuyo developers
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software
#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# The above notices apply to this file and to:
#   ibBaelle2.xpm[.gz], ibBaelle.xpm[.gz], ibGrauball.xpm[.gz],
#   ibKegelGelb.xpm[.gz], ibKegelPink.xpm[.gz]
#
# referenced from labskaus.ld
Baelle={
  name="Rotating Balls"
  author="Immi"
  numexplode=4
  chaingrass=0
  pics=Baelle1,Baelle3,Baelle5,Baelle6,ibBaelle.xpm
  bgcolor=255,255,255
  topcolor=200,200,200
  toptime=50
  startpic=ibKegel
  #Die folgende Zeile ist für Geschwindigkeit-Härte-Tests...
  #startdist="++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","++++++++++","ABABBAABAB","ABABBAABAB"
  startdist="ABABBAABAB","ABABBAABAB"
  startdist[1]="A........B","AB......AB","ABAB..ABAB","ABABBAABAB","ABABBAABAB"
  greypic=ibGrauball.xpm
  description="Well, all balls look the same, don't they?"
  <<
  var drehpos;
  global={
    drehpos = (drehpos + 1) % 12;
  };
  >>
  ibKegel={
    pics=ibKegelPink.xpm,ibKegelGelb.xpm
    <<
    ibKegel={
      switch {
        0???1??? -> A;
        1???1??? -> B;
        1???0??? -> C;
        0???0??? -> D;
      };
      file=version;
      *;
    };
    >>
  }
  Baelle1={
    pics=ibBaelle.xpm,ibBaelle2.xpm
    << Baelle1={schema16;pos=drehpos@;1*}; >>
  }
  Baelle2={
    pics=ibBaelle.xpm,ibBaelle2.xpm
    << Baelle2={schema16;pos=11;pos-=drehpos@;1*}; >>
  }
  Baelle3={
    pics=ibBaelle.xpm,ibBaelle2.xpm
    << Baelle3={schema16;pos=12;pos+=drehpos@;1*}; >>
  }
  Baelle4={
    pics=ibBaelle.xpm,ibBaelle2.xpm
    << Baelle4={schema16;pos=23;pos-=drehpos@;1*}; >>
  }
  Baelle5={
    pics=ibBaelle.xpm,ibBaelle2.xpm
    << Baelle5={schema16;pos=24;pos+=drehpos@;1*}; >>
  }
  Baelle6={
    pics=ibBaelle.xpm,ibBaelle2.xpm
    << Baelle6={schema16;pos=35;pos-=drehpos@;1*}; >>
  }
}
 |