This file is indexed.

/usr/share/games/searchandrescue/human.ini is in searchandrescue-data 1.3.0-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
#                            SAR Human Presets
#
# Introduction
# ------------
#
# Contains a list of preset human values describing height, mass, color,
# and other attributes relating to a defined preset human name.
#
#
# Notes
# -----
#
# All color values have arguments in the order of rgba.
#
# Height specifies the height of the human from toe to head in meters.
#

# First entry is always the default, it may be used whenever nothing
# in particular is requested.
PresetAdd = default
	Height		 = 1.9
	Mass		 = 54.0
	ColorPaletteSelect = Standard
	ColorFace	 = 0.847 0.615 0.447 1.00
	ColorHair	 = 0.30 0.24 0.19 1.00
	ColorTorso	 = 0.95 0.22 0.18 1.00
	ColorHips	 = 0.20 0.20 0.20 1.00
	ColorLegs	 = 0.80 0.78 0.75 1.00
	ColorFeet	 = 0.30 0.30 0.30 1.00
	ColorArms	 = 0.20 0.20 1.00 1.00
	ColorHands	 = 0.847 0.615 0.447 1.00

# Diver (used for drawing at end of hoist rope).
PresetAdd = diver
	Height		= 1.9
	Mass		= 54.0
	ColorPaletteSelect = Standard
	ColorFace        = 0.847 0.615 0.447 1.00
	ColorHair        = 0.10 0.20 0.60 1.00
        ColorTorso       = 0.10 0.20 0.60 1.00
        ColorHips        = 0.10 0.20 0.60 1.00
        ColorLegs        = 0.10 0.20 0.60 1.00
        ColorFeet        = 0.10 0.20 0.60 1.00
        ColorArms        = 0.10 0.20 0.60 1.00
        ColorHands       = 0.847 0.615 0.447 1.00

# Victim intended to be on a streatcher with one assisting human.
PresetAdd = victim_streatcher_assisted
        Height          = 1.9
        Mass            = 54.0
	AssistingHumans	= 1
        ColorPaletteSelect = Standard
        ColorFace        = 0.847 0.615 0.447 1.00
        ColorHair        = 0.30 0.24 0.19 1.00
        ColorTorso       = 0.95 0.22 0.18 1.00
        ColorHips        = 0.20 0.20 0.20 1.00
        ColorLegs        = 0.80 0.78 0.75 1.00
        ColorFeet        = 0.30 0.30 0.30 1.00
        ColorArms        = 0.20 0.20 1.00 1.00
        ColorHands       = 0.847 0.615 0.447 1.00
	ColorPaletteSelect = AssistingHuman
        ColorFace        = 0.847 0.615 0.447 1.00
        ColorHair        = 0.30 0.24 0.19 1.00
        ColorTorso       = 0.21 0.95 0.20 1.00
        ColorHips        = 0.70 0.70 0.70 1.00
        ColorLegs        = 0.70 0.70 0.70 1.00
        ColorFeet        = 0.30 0.30 0.30 1.00
        ColorArms        = 0.21 0.95 0.20 1.00
        ColorHands       = 0.94 0.92 0.9 1.00