This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/The_South_Guard/units/Eyestalk.cfg is in wesnoth-1.10-tsg 1:1.10.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
125
126
127
128
#textdomain wesnoth-tsg
[unit_type]
    id=Eyestalk
    name= _ "Eyestalk"
    race=monster
    image="units/eyestalk.png"
    hitpoints=68
    movement_type=smallfoot
    [resistance]
        blade=120
        pierce=80
        impact=80
        fire=120
        cold=80
        arcane=80
    [/resistance]
    movement=1
    experience=150
    level=3
    alignment=lawful
    advances_to=null
    {AMLA_DEFAULT}
    cost=30
    usage=mixed fighter
    description= _ "Named ‘Eyestalks’ for obvious reasons, these plant-like creatures can focus their gaze onto an unsuspecting victim to draw life energy straight out of them to replenish their own. While almost defenseless against melee attacks, its deadly gaze from afar is not to be underestimated."+{SPECIAL_NOTES}+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_REGENERATES}+{SPECIAL_NOTES_ARCANE}
    {DEFENSE_ANIM "units/eyestalk-attack-1.png" "units/eyestalk.png" wose-hit.ogg }
    [abilities]
        {ABILITY_REGENERATES}
    [/abilities]
    [attack]
        name=smash
        description= _ "smash"
        icon=attacks/crush-wose.png
        type=impact
        range=melee
        damage=8
        number=1
        attack_weight=0.0
    [/attack]
    [attack_anim]
        [filter_attack]
            range=melee
        [/filter_attack]
        [frame]
            begin=-300
            end=-250
            image=units/eyestalk.png
        [/frame]
        [if]
            hits=no
            [frame]
                begin=-250
                end=-150
                image=units/eyestalk-attack-1.png
            [/frame]
            [frame]
                begin=-150
                end=100
                image=units/eyestalk-attack-2.png
                sound={SOUND_LIST:MISS}
            [/frame]
        [/if]
        [else]
            hits=yes
            [frame]
                begin=-250
                end=-150
                image=units/eyestalk-attack-1.png
                sound=tail.ogg
            [/frame]
            [frame]
                begin=-150
                end=100
                image=units/eyestalk-attack-2.png
            [/frame]
        [/else]
        [frame]
            begin=100
            end=250
            image=units/eyestalk-attack-1.png
        [/frame]
    [/attack_anim]
    [attack]
        name=gaze
        icon=attacks/gaze.png
        description= _ "gaze"
        type=arcane
        range=ranged
        damage=13
        number=3
        icon=attacks/gaze.png
        [specials]
            {WEAPON_SPECIAL_DRAIN}
        [/specials]
    [/attack]
    [attack_anim]
        [filter_attack]
            range=ranged
        [/filter_attack]
        [missile_frame]
            begin=0
            end=300
            halo="halo/elven/ice-halo1.png:50,halo/elven/ice-halo2.png:50,halo/elven/ice-halo3.png:50,halo/elven/ice-halo4.png:50,halo/elven/ice-halo5.png:50,halo/elven/ice-halo6.png:50"
            offset=1.0~0.0:300
        [/missile_frame]
        [frame]
            begin=-200
            end=-150
            image=units/eyestalk.png
        [/frame]
        [frame]
            begin=-150
            end=-50
            image=units/eyestalk-attack-1.png
            sound=hiss-die.wav
        [/frame]
        [frame]
            begin=-50
            end=200
            image=units/eyestalk-attack-2.png
        [/frame]
        [frame]
            begin=200
            end=300
            image=units/eyestalk-attack-1.png
        [/frame]
    [/attack_anim]
[/unit_type]