This file is indexed.

/usr/share/games/freeciv/misc/small.spec is in freeciv-data 2.4.2-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
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[spec]

; Format and options of this spec file:
options = "+Freeciv-2.3-spec"

[info]

artists = "
    Alexandre Beraud <a_beraud@lemel.fr>
    Jeff Mallatt <jjm@codewell.com> (cooling flakes)
    Davide Pagnin <nightmare@freeciv.it> (angry citizens)
    Enrico Bini <e.bini@sssup.it> (fundamentalism icon)
    Hogne Håskjold <haskjold@gmail.com> (gold coin)
    GriffonSpade (specialists)
"

[file]
gfx = "misc/small"

[grid_main]

x_top_left = 0
y_top_left = 0
dx = 15
dy = 20

tiles = { "row", "column", "tag"

; Science progress indicators:

  0,  0, "s.science_bulb_0"
  0,  1, "s.science_bulb_1"
  0,  2, "s.science_bulb_2"
  0,  3, "s.science_bulb_3"
  0,  4, "s.science_bulb_4"
  0,  5, "s.science_bulb_5"
  0,  6, "s.science_bulb_6"
  0,  7, "s.science_bulb_7"

; Government icons: (see further below for fundamentalism)

  0,  8, "gov.anarchy"
  0,  9, "gov.despotism"
  0, 10, "gov.monarchy"
  0, 11, "gov.communism"
  0, 12, "gov.fundamentalism"
  0, 13, "gov.republic"
  0, 14, "gov.democracy"

; Global warming progress indicators:

  0, 15, "s.warming_sun_0"
  0, 16, "s.warming_sun_1"
  0, 17, "s.warming_sun_2"
  0, 18, "s.warming_sun_3"
  0, 19, "s.warming_sun_4"
  0, 20, "s.warming_sun_5"
  0, 21, "s.warming_sun_6"
  0, 22, "s.warming_sun_7"

; Nuclear winter progress indicators:

  0, 34, "s.cooling_flake_0"
  0, 35, "s.cooling_flake_1"
  0, 36, "s.cooling_flake_2"
  0, 37, "s.cooling_flake_3"
  0, 38, "s.cooling_flake_4"
  0, 39, "s.cooling_flake_5"
  0, 40, "s.cooling_flake_6"
  0, 41, "s.cooling_flake_7"

; Panel tax icons

  0, 23, "s.tax_luxury"
  0, 24, "s.tax_science"
  0, 25, "s.tax_gold"

; Citizen icons:

  1, 23, "specialist.elvis_0"
  1, 24, "specialist.scientist_0"
  1, 25, "specialist.taxman_0"

  0, 26, "citizen.content_0"
  0, 27, "citizen.content_1"
  0, 28, "citizen.happy_0"
  0, 29, "citizen.happy_1"
  0, 30, "citizen.unhappy_0" 
  0, 31, "citizen.unhappy_1" 
  0, 32, "citizen.angry_0" 
  0, 33, "citizen.angry_1" 

; Right arrow icon:

  0, 42, "s.right_arrow"

; Event Message Icons - currently unused

  1, 0,  "ev.hutbarbarians"
  1, 0,  "ev.hutcowardlybarbs"
  1, 1,  "ev.diplomated"
  1, 1,  "ev.diplomatmine"
  1, 1,  "ev.firstcontact"
  1, 2,  "ev.aqueduct"
  1, 2,  "ev.aqueductbuilding"  
  1, 3,  "ev.growth"
  1, 3,  "ev.granthrottle"
  1, 3,  "ev.citymaygrow"
  1, 3,  "ev.citybuild"
  1, 3,  "ev.hutcity"
  1, 3,  "ev.hutnomads"
  1, 4,  "ev.famine"
  1, 4,  "ev.faminefeared"
  1, 5,  "ev.pollution"
  1, 6,  "ev.nuke"
  1, 6,  "ev.citynuked"
  1, 7,  "ev.wonderstart"
  1, 8,  "ev.wonderstopped"
  1, 8,  "ev.wonderobsolete"
  1, 9,  "ev.wonderwillbebuilt"
  1, 10, "ev.wonderbuilt"
  1, 11, "s.plus"
  1, 12, "s.minus"
}