/usr/share/games/caveexpress/entitysounds.lua is in caveexpress-data 2.4+git20160609-4.
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 | npcgrandpa = {
walkleft = "npc-cave-walk",
walkright = "npc-cave-walk",
}
npcwoman = {
walkleft = "npc-cave-walk",
walkright = "npc-cave-walk",
}
npcman = {
walkleft = "npc-cave-walk",
walkright = "npc-cave-walk",
}
npcflying = {
flying = "npc-flying-flying",
flyingleft = "npc-flying-flying",
flyingright = "npc-flying-flying",
}
npcwalking = {
walkleft = "npc-walking-walk",
walkright = "npc-walking-walk",
attackinitleft = "npc-walking-attack-init",
attackinitright = "npc-walking-attack-init",
attackleft = "npc-walking-attack",
attackright = "npc-walking-attack",
knockoutleft = "npc-walking-knockout",
knockoutright = "npc-walking-knockout",
dazed = "npc-walking-dazed",
dazedleft = "npc-walking-dazed",
dazedright = "npc-walking-dazed",
}
npcmammut = {
walkleft = "npc-mammut-walk",
walkright = "npc-mammut-walk",
attackinitleft = "npc-mammut-attack-init",
attackinitright = "npc-mammut-attack-init",
attackleft = "npc-mammut-attack",
attackright = "npc-mammut-attack",
knockoutleft = "npc-mammut-knockout",
knockoutright = "npc-mammut-knockout",
dazed = "npc-mammut-dazed",
dazedleft = "npc-mammut-dazed",
dazedright = "npc-mammut-dazed",
}
npcblowing = {
idle = "npc-blowing-idle",
idleleft = "npc-blowing-idle",
idleright = "npc-blowing-idle",
dazed = "npc-blowing-dazed",
dazedleft = "npc-blowing-dazed",
dazedright = "npc-blowing-dazed",
}
player = {
flying = "player-flying",
flyingleft = "player-flying",
flyingright = "player-flying",
}
tree = {
dazed = "tree-dazed",
dazedleft = "tree-dazed",
dazedright = "tree-dazed",
}
tilepackagetargetice = {
active = "tile-packagetarget-active",
}
tilepackagetargetrock = {
active = "tile-packagetarget-active",
}
tilegeyserice = {
active = "tile-geyser-active",
}
tilegeyserrock = {
active = "tile-geyser-active",
}
|