Brought in some sounds from Soundly so now it's more complete with audible attacks and death sounds.

This commit is contained in:
Zed A. Shaw 2025-02-28 10:20:28 -05:00
parent 976b353901
commit a8ae6df13b
23 changed files with 26 additions and 18 deletions

View file

@ -6,11 +6,9 @@
"foreground": [255, 200, 125],
"background": [30, 20, 75]
},
{"_type": "Combat", "hp": 200, "max_hp": 200, "damage": 50, "dead": false},
{"_type": "Combat", "hp": 200, "max_hp": 200, "damage": 10, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "LightSource", "strength": 45, "radius": 2.0},
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0}
{"_type": "LightSource", "strength": 45, "radius": 2.0}
]
},
"KNIGHT": {
@ -24,7 +22,7 @@
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 0.3},
{"_type": "Sprite", "name": "armored_knight"},
{"_type": "Sound", "attack": "monster_1", "death": "monster_16"}
{"_type": "Sound", "attack": "Sword_Hit_2", "death": "Humanoid_Death_1"}
]
},
"AXE_RANGER": {
@ -38,7 +36,7 @@
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "axe_ranger"},
{"_type": "Animation", "scale": 0.1, "simple": false, "frames": 10, "speed": 0.6},
{"_type": "Sound", "attack": "sword_1", "death": "monster_16"}
{"_type": "Sound", "attack": "Sword_Hit_1", "death": "Humanoid_Death_1"}
]
},
"EVIL_EYE": {
@ -52,7 +50,7 @@
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "evil_eye"},
{"_type": "Animation", "scale": 0.1, "simple": false, "frames": 10, "speed": 0.3},
{"_type": "Sound", "attack": "monster_1", "death": "monster_16"}
{"_type": "Sound", "attack": "Evil_Eye_Sound_2", "death": "Evil_Eye_Sound_1"}
]
},
"RAT_GIANT": {
@ -66,7 +64,7 @@
{"_type": "EnemyConfig", "hearing_distance": 10},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0},
{"_type": "Sprite", "name": "rat_with_sword"},
{"_type": "Sound", "attack": "sword_1", "death": "monster_16"}
{"_type": "Sound", "attack": "Small_Rat", "death": "Creature_Death_1"}
]
},
"RAT_KING": {
@ -80,7 +78,7 @@
{"_type": "EnemyConfig", "hearing_distance": 3},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0},
{"_type": "Sprite", "name": "rat_king"},
{"_type": "Sound", "attack": "sword_1", "death": "monster_16"}
{"_type": "Sound", "attack": "Medium_Rat", "death": "Creature_Death_1"}
]
},
"SPIDER_GIANT_HAIRY": {
@ -94,7 +92,7 @@
{"_type": "EnemyConfig", "hearing_distance": 10},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0},
{"_type": "Sprite", "name": "hairy_spider"},
{"_type": "Sound", "attack": "sword_1", "death": "monster_16"}
{"_type": "Sound", "attack": "Spider_1", "death": "Spider_2"}
]
}
}