mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Fix broken hitsounds
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"Range": 100,
|
||||
"Power": 50,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Flesh": "knife_flesh"
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "hits/knife_flesh"
|
||||
},
|
||||
"ShadowSize": [7, 2]
|
||||
},
|
||||
@@ -100,9 +100,9 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
},
|
||||
"WallBounces": true
|
||||
},
|
||||
@@ -131,8 +131,8 @@
|
||||
},
|
||||
"Range": 78,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Flesh": "knife_flesh"
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "hits/knife_flesh"
|
||||
},
|
||||
"Power": 25,
|
||||
"WallBounces": true
|
||||
|
@@ -66,7 +66,7 @@
|
||||
"Bullet": "ice_needle",
|
||||
"Cost": 1,
|
||||
"Lock": 4,
|
||||
"Sound": "hit_petrify",
|
||||
"Sound": "hits/petrify",
|
||||
"Ammo": "Mana",
|
||||
"SpreadCount": 4,
|
||||
"SpreadWidth": 0.1,
|
||||
@@ -80,7 +80,7 @@
|
||||
"Bullet": "random_fire",
|
||||
"Cost": 2,
|
||||
"Lock": 16,
|
||||
"Sound": "hit_petrify",
|
||||
"Sound": "hits/petrify",
|
||||
"Ammo": "Mana",
|
||||
"SpreadCount": 3,
|
||||
"SpreadWidth": 0.15,
|
||||
@@ -94,7 +94,7 @@
|
||||
"Bullet": "mutilator",
|
||||
"Cost": 3,
|
||||
"Lock": 3,
|
||||
"Sound": "hit_petrify",
|
||||
"Sound": "hits/petrify",
|
||||
"Ammo": "Mana",
|
||||
"SpreadCount": 8,
|
||||
"SpreadWidth": 0.79,
|
||||
|
@@ -17,8 +17,8 @@
|
||||
"Size": [10, 10],
|
||||
"Special": "Petrify",
|
||||
"HitSounds": {
|
||||
"Object": "hit_petrify",
|
||||
"Flesh": "hit_petrify",
|
||||
"Object": "hits/petrify",
|
||||
"Flesh": "hits/petrify",
|
||||
"Wall": ""
|
||||
}
|
||||
},
|
||||
@@ -126,9 +126,9 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
},
|
||||
"Persists": true,
|
||||
"WallBounces": false,
|
||||
@@ -151,9 +151,9 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
},
|
||||
"Persists": true,
|
||||
"WallBounces": false,
|
||||
@@ -176,9 +176,9 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
},
|
||||
"Persists": true,
|
||||
"WallBounces": false
|
||||
|
@@ -6,8 +6,8 @@
|
||||
"Power": 20,
|
||||
"Mass": 0,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Flesh": "knife_flesh"
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "hits/knife_flesh"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -15,7 +15,7 @@
|
||||
"Power": 15,
|
||||
"Mass": 0,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "wurmtooth_flesh"
|
||||
}
|
||||
},
|
||||
@@ -24,7 +24,7 @@
|
||||
"Power": 10,
|
||||
"Mass": 0,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "monster-2"
|
||||
}
|
||||
},
|
||||
@@ -104,7 +104,7 @@
|
||||
"Spark": "",
|
||||
"HitSounds": {
|
||||
"Object": "",
|
||||
"Flesh": "hit_gas",
|
||||
"Flesh": "hits/gas",
|
||||
"Wall": ""
|
||||
}
|
||||
},
|
||||
|
@@ -56,9 +56,9 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "fireball_hit",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -76,16 +76,16 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "fireball_green_hit",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "monster_bite",
|
||||
"Power": 10,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "monster-2"
|
||||
}
|
||||
}
|
||||
|
@@ -68,7 +68,7 @@
|
||||
"Name": "monster_bite",
|
||||
"Power": 1,
|
||||
"HitSounds": {
|
||||
"Object": "knife_hard",
|
||||
"Object": "hits/knife_hard",
|
||||
"Flesh": "monster-2"
|
||||
}
|
||||
},
|
||||
@@ -89,9 +89,9 @@
|
||||
"Power" : 1,
|
||||
"Spark" : "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_gas",
|
||||
"Flesh": "hit_gas",
|
||||
"Wall": "hit_gas"
|
||||
"Object": "hits/gas",
|
||||
"Flesh": "hits/gas",
|
||||
"Wall": "hits/gas"
|
||||
},
|
||||
"WallBounces": true
|
||||
},
|
||||
@@ -112,9 +112,9 @@
|
||||
"Power" : 1,
|
||||
"Spark" : "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_gas",
|
||||
"Flesh": "hit_gas",
|
||||
"Wall": "hit_gas"
|
||||
"Object": "hits/gas",
|
||||
"Flesh": "hits/gas",
|
||||
"Wall": "hits/gas"
|
||||
},
|
||||
"WallBounces": true
|
||||
},
|
||||
|
@@ -111,7 +111,7 @@
|
||||
"Pic": "",
|
||||
"Name": "particle_explosion",
|
||||
"Bullet": "yellow_particle",
|
||||
"Sound": "hit_petrify",
|
||||
"Sound": "hits/petrify",
|
||||
"SpreadCount": 60,
|
||||
"SpreadWidth": 0.1,
|
||||
"AngleOffset": 0.05,
|
||||
|
@@ -17,9 +17,9 @@
|
||||
"Special": "Flame",
|
||||
"Spark": "",
|
||||
"HitSounds": {
|
||||
"Object": "hit_fire",
|
||||
"Flesh": "hit_fire",
|
||||
"Wall": "hit_fire"
|
||||
"Object": "hits/fire",
|
||||
"Flesh": "hits/fire",
|
||||
"Wall": "hits/fire"
|
||||
},
|
||||
"WallBounces": true
|
||||
},
|
||||
@@ -49,8 +49,8 @@
|
||||
"Size": [10, 10],
|
||||
"Special": "Petrify",
|
||||
"HitSounds": {
|
||||
"Object": "hit_petrify",
|
||||
"Flesh": "hit_petrify",
|
||||
"Object": "hits/petrify",
|
||||
"Flesh": "hits/petrify",
|
||||
"Wall": ""
|
||||
}
|
||||
},
|
||||
|
@@ -33,7 +33,7 @@
|
||||
"Pic":"",
|
||||
"Icon": "",
|
||||
"Lock": 50,
|
||||
"Sound": "hit_petrify",
|
||||
"Sound": "hits/petrify",
|
||||
"HitsObjects": false,
|
||||
"Falling": {
|
||||
"FallsDown": true,
|
||||
|
@@ -89,7 +89,7 @@
|
||||
"Pic": "",
|
||||
"Name": "particle_explosion",
|
||||
"Bullet": "yellow_particle",
|
||||
"Sound": "hit_petrify",
|
||||
"Sound": "hits/petrify",
|
||||
"SpreadCount": 60,
|
||||
"SpreadWidth": 0.1,
|
||||
"AngleOffset": 0.05,
|
||||
|
Reference in New Issue
Block a user