This file is indexed.

/usr/share/games/trackballs/levels/lv4.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
;;; lv4

(day)
(set-track-name (_ "Labyrinth"))
(set-author "Mathias Broxvall")
(jump 0.8) ;; To avoid cheating
(set-start-position 251 251)
(start-time (- 180 (* 10 (difficulty))))

(add-modpill 222 237 *mod-extra-life* 30 -1)


(diamond 232 240)

(define ff1 (forcefield 232.5 247 0.0 3.0 0.0 0.0 0.8 *ff-bounce*))
(define ff3 (forcefield 246.5 242.5 0.0 0.0 1.0 0.0 0.8 *ff-bounce*))
(switch 248 248 (lambda()(set-onoff ff1 #t)) (lambda()(set-onoff ff1 #f)))
(switch 234 252 (lambda()(set-onoff ff3 #t)) (lambda()(set-onoff ff3 #f)))
(add-flag 233 252 250 #t 0.1)
(add-modpill 235 252 *mod-spike* 30 60)
(add-flag 243 252 150 #t 0.1) (add-flag 234 224 150 #t 0.1)
(define mr-black (new-mr-black 235 245.3))
(cond
 ((= (difficulty) *easy*) (set-acceleration mr-black 2.0))
 ((= (difficulty) *normal*) (set-acceleration mr-black 3.0))
 ((= (difficulty) *hard*) (set-acceleration mr-black 4.0)))

(define ff2 (forcefield 229.5 219 0.0 1.0 0.0 0.0 0.8 *ff-bounce*))
(switch 222 241 (lambda()(set-onoff ff2 #t))(lambda()(set-onoff ff2 #f)))

(add-goal 212 219 #t "lv5")

;; new
(add-heightmodifier 10 222 219 -4.2 -2.0 0.2 0.0)
(add-heightmodifier 11 222 219 -4.2 -2.0 0.2 0.0)

(add-heightmodifier 10 221 219 -4.2 -2.0 0.2 0.6)
(add-heightmodifier 11 221 219 -4.2 -2.0 0.2 0.7)

(add-heightmodifier 10 220 219 -4.2 -2.0 0.2 1.2)
(add-heightmodifier 11 220 219 -4.2 -2.0 0.2 1.3)

(add-heightmodifier 10 219 219 -4.2 -2.0 0.2 1.8)
(add-heightmodifier 11 219 219 -4.2 -2.0 0.2 1.9)

(add-heightmodifier 10 218 219 -4.2 -2.0 0.2 2.4)
(add-heightmodifier 11 218 219 -4.2 -2.0 0.2 2.5)

(add-heightmodifier 10 217 219 -4.2 -2.0 0.2 3.0)
(add-heightmodifier 11 217 219 -4.2 -2.0 0.2 3.1)

(add-heightmodifier 10 216 219 -4.2 -2.0 0.2 3.6)
(add-heightmodifier 11 216 219 -4.2 -2.0 0.2 3.7)

(add-heightmodifier 10 215 219 -4.2 -2.0 0.2 4.2)
(add-heightmodifier 11 215 219 -4.2 -2.0 0.2 4.3)

(add-heightmodifier 10 214 219 -4.2 -2.0 0.2 4.8)
(add-heightmodifier 11 214 219 -4.2 -2.0 0.2 4.9)