Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ghost sounds #388

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ http://creativecommons.org/licenses/by-sa/3.0/).

:grey_question:: Unknown contributors.

(Title1/Author1/License1, Title2/Author2/License2): Attribution.

[Editor1, Editor2]: Author of minor edits. For derivative works use Attribution.

### Emotes
File | Artists | Licenses
---- |:-------:|:--------:
Expand Down Expand Up @@ -1143,6 +1147,10 @@ File | Artists | Licenses
`sfx/monsters/fluffy/fluffy-hit3.ogg` | Cosmostrator | GPLv2
`sfx/monsters/fluffy/fluffy-hurt1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/fluffy/fluffy-miss1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/ghost/ghost-die1.ogg` | Ledmitz (ghostly moans / Alivvie / CC BY 3.0) | GPLv2, CC BY-SA 3.0
`sfx/monsters/ghost/ghost-move1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/ghost/ghost-move2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/ghost/ghost-move3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/golem/die.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/loghead/loghead-die1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
`sfx/monsters/loghead/loghead-hit1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
Expand Down
4 changes: 4 additions & 0 deletions monsters/monster1125_ManaGhost.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
<monsters offset="0">
<monster id="1125" name="Mana Ghost">
<sprite>monsters/mana-ghost.xml</sprite>
<sound event="die">monsters/ghost/ghost-die1.ogg</sound>
<sound event="move">monsters/ghost/ghost-move1.ogg</sound>
<sound event="move">monsters/ghost/ghost-move2.ogg</sound>
<sound event="move">monsters/ghost/ghost-move3.ogg</sound>
</monster>
</monsters>
4 changes: 4 additions & 0 deletions monsters/monster1136_LesserGhost.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
<monsters offset="0">
<monster id="1136" name="Lesser Ghost">
<sprite>monsters/mana-ghost.xml</sprite>
<sound event="die">monsters/ghost/ghost-die1.ogg</sound>
<sound event="move">monsters/ghost/ghost-move1.ogg</sound>
<sound event="move">monsters/ghost/ghost-move2.ogg</sound>
<sound event="move">monsters/ghost/ghost-move3.ogg</sound>
</monster>
</monsters>
Binary file added sfx/monsters/ghost/ghost-die1.ogg
Binary file not shown.
Binary file added sfx/monsters/ghost/ghost-move1.ogg
Binary file not shown.
Binary file added sfx/monsters/ghost/ghost-move2.ogg
Binary file not shown.
Binary file added sfx/monsters/ghost/ghost-move3.ogg
Binary file not shown.