This file is indexed.

/usr/share/games/trackballs/levels/castle3.scm is in trackballs-data 1.2.4-1.

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
;;; level castle3
;;; This level was designed for experienced trackballs players.
;;; Created by Attila Boros. 2006


(day)

(set-track-name (_ "Stronghold"))
(set-author "Attila Boros")

;; Start
(set-start-position 245 247)

(cond
 ((= (difficulty) *easy*)   
    (start-time 600) 
    (diamond 240 237)(diamond 254 234)(diamond 253 252)(diamond 237 247)
 )
 ((= (difficulty) *normal*) 
    (start-time 480) 
    (diamond 240 237)(diamond 254 234)
 )
 ((= (difficulty) *hard*)   
    (start-time 300)
 )
)

;; Goal
(add-goal 232 216 #f "castle4")

;; Do not jump
(jump 0.1)

(add-flag 245 244 50 #t 0.1) 
(add-flag 253 253 50 #t 0.1) 
(add-flag 246 216 50 #t 0.1) 
(add-flag 245 217 50 #t 0.1) 
(add-flag 247 225 50 #t 0.1) 
(add-flag 252 225 10 #t 0.1) 
(add-flag 252 217 10 #t 0.1) 
(add-flag 235 221 10 #t 0.1) 
(add-flag 244 221 10 #t 0.1) 
(add-flag 247 242 10 #t 0.1) 
(add-flag 242 241 10 #t 0.1) 
(add-flag 242 238 10 #t 0.1) 
(add-flag 239 241 10 #t 0.1) 
(add-flag 239 238 10 #t 0.1) 
(add-flag 235 237 10 #t 0.1) 
(add-flag 249 222 10 #t 0.1) 
(add-flag 231 226 200 #t 0.1) 


(define pipe1 (pipe 252 226.9 -2.5 252 225.5 -2.5 0.5))
(pipe-connector 252 225.5 -2.5 0.6)
(define pipe2 (pipe 252 225.5 -2.5 252 224.5 -0.5 0.5))
(set-wind pipe2 10.0 0)
(pipe-connector 252 224.5 -0.5 0.6)
(define pipe3 (pipe 252 224.5 -0.5 252.0 223.1 -0.5 0.5))

(define pipe4 (pipe 252.0 218.9 -0.5 252 218 -0.5 0.5))
(pipe-connector 252 218 -0.5 0.6)
(define pipe5 (pipe 252 218 -0.5 251 217 -2.5 0.5))
(set-wind pipe5 0.0 -10.0)
(pipe-connector 251 217 -2.5 0.6)
(define pipe6 (pipe 251 217 -2.5 250 217 -2.5 0.5))

(set-cell-wall-colors 0 0 255 255 0 .6 .3 .1)
(set-cell-wall-colors 0 0 255 255 1 .6 .3 .1)
(set-cell-wall-colors 0 0 255 255 2 .6 .3 .1)
(set-cell-wall-colors 0 0 255 255 3 .6 .3 .1)

;;Secret teleports
(trigger-once 253 220 0.5 (lambda() (add-teleport 251 220 250 230 0.25)(add-teleport 251 230 252 220 0.25)))

;;Bonus Life
(add-modpill 246 229 *mod-extra-life* 10 0)