mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Add chainsaw to doom campaign
This commit is contained in:
@@ -24,12 +24,6 @@ By OceansDream
|
||||
http://opengameart.org/content/various-inventory-24-pixel-icon-set
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
graphics/chainsaw.png
|
||||
141 Military Icons Set
|
||||
by AngryMeteor.com
|
||||
http://opengameart.org/content/141-military-icons-set
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
sounds/bfg.ogg
|
||||
x_explosion.wav
|
||||
by cubicApocalypse
|
||||
@@ -42,12 +36,6 @@ by wildweasel
|
||||
http://freesound.org/people/wildweasel/sounds/39020/
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
sounds/chainsaw.ogg
|
||||
Chainsaw gasoline-powered.wav
|
||||
by aoristos
|
||||
http://freesound.org/people/aoristos/sounds/235795/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
sounds/sshotgun.ogg
|
||||
sounds/sshotgun_r.ogg
|
||||
Chaingun, pistol, rifle, shotgun shots
|
||||
|
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
4
graphics/chainsaw.txt
Normal file
4
graphics/chainsaw.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
141 Military Icons Set
|
||||
by AngryMeteor.com
|
||||
http://opengameart.org/content/141-military-icons-set
|
||||
http://creativecommons.org/licenses/by/3.0/
|
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"Version": 2,
|
||||
"Bullets": [
|
||||
{
|
||||
"Name": "chainsaw",
|
||||
"Power": 3,
|
||||
"HitSounds": {
|
||||
"Object": "chainsaw",
|
||||
"Flesh": "chainsaw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "10mm",
|
||||
"Pic": {
|
||||
|
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Guns": [
|
||||
{
|
||||
"Pic": "knife",
|
||||
"Icon": "chainsaw",
|
||||
"Name": "Chainsaw",
|
||||
"Description": "What's a chainsaw doing on Mars? Who cares, as long as your enemy is ripped to pieces!",
|
||||
"Bullet": "chainsaw",
|
||||
"Cost": 0,
|
||||
"Lock": 5,
|
||||
"Sound": "",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false
|
||||
},
|
||||
{
|
||||
"Name": "Marine Pistol",
|
||||
"Icon": "pistol",
|
||||
|
File diff suppressed because one or more lines are too long
4
sounds/chainsaw.txt
Normal file
4
sounds/chainsaw.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Chainsaw gasoline-powered.wav
|
||||
by aoristos
|
||||
http://freesound.org/people/aoristos/sounds/235795/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
Reference in New Issue
Block a user