Skip to content
Snippets Groups Projects
Commit 595f6eb0 authored by DarkGod's avatar DarkGod
Browse files

Reduced (greatly) the volume of town dog barkings and eagle screems

parent 4e964414
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/npc/giant_ogre_healer_astelrid.png

20.2 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/astelrids_clubstaff.png

8.28 KiB

return {
file = "actions/eagle_scream.ogg",
volume = 32,
}
return {
file = "ambient/town/town_small1.ogg",
volume = 28,
}
return {
file = "ambient/town/town_small2.ogg",
volume = 28,
}
......@@ -229,6 +229,7 @@ newEntity{ base = "OGRE_SENTRY", define_as = "OGRE_SENTRY2",
newEntity{ base = "BASE_NPC_OGRE", define_as = "HEALER_ASTELRID",
name = "Healer Astelrid", color=colors.VIOLET,
resolvers.nice_tile{tall=1},
desc = [[An enormous ogre, clad in a tattered set of robes with an officer's badge. She clutches a healer's staff, wrapped in casting plaster and scalpels for use as a massive spiked club.]],
killer_message = "and spliced for experiments",
level_range = {23, nil}, exp_worth = 2,
......
......@@ -34,7 +34,7 @@ end
newEntity{ base = "BASE_GREATMAUL", define_as = "ASTELRID_CLUBSTAFF",
power_source = {arcane=true},
name = "Astelrid's Clubstaff", color = colors.GREEN,
name = "Astelrid's Clubstaff", color = colors.GREEN, image = "object/artifact/astelrids_clubstaff.png",
unided_name = "huge maul", unique = true,
desc = [[Like its former owner, this was once an instrument of altruistic healing, before fury and fear caused its twisting into a sadistic weapon. Surges of restorative magic can be faintly felt under the layers of plaster and sharp surgical equipment.]],
level_range = {20, 30},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment