Skip to content
Snippets Groups Projects
Commit 671c06e8 authored by dg's avatar dg
Browse files

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@5466 51575b47-30f0-44d4-a5cc-537603b46e54
parent df410bae
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,11 @@ newEntity{
blood_color = colors.GREY,
display = "G", color=colors.WHITE,
combat = { dam=1, atk=1, apr=1 },
combat = { dam=1, atk=1, apr=1, sound={"creatures/ghost/attack%d", 1, 2} },
sound_moam = {"creatures/ghost/on_hit%d", 1, 2},
sound_die = {"creatures/ghost/death%d", 1, 1},
sound_random = {"creatures/ghost/random%d", 1, 1},
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
autolevel = "warriormage",
......
File added
File added
File added
File added
File added
File added
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