mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Fix weapon stats #71
This commit is contained in:
BIN
graphics/particles/beam_green_16x16.png
Normal file
BIN
graphics/particles/beam_green_16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
@@ -244,7 +244,7 @@
|
||||
"Spark": "spark_green",
|
||||
"Speed": 768,
|
||||
"Range": 110,
|
||||
"Power": 3
|
||||
"Power": 10
|
||||
},
|
||||
{
|
||||
"Name": "laser",
|
||||
@@ -255,15 +255,15 @@
|
||||
"Spark": "spark_yellow",
|
||||
"Speed": 960,
|
||||
"Range": 100,
|
||||
"Power": 10
|
||||
"Power": 3
|
||||
},
|
||||
{
|
||||
"Name": "turbo_laser",
|
||||
"Pic": {
|
||||
"Type": "Directional",
|
||||
"Sprites": "particles/beam_yellow"
|
||||
"Sprites": "particles/beam_green"
|
||||
},
|
||||
"Spark": "spark_yellow",
|
||||
"Spark": "spark_green",
|
||||
"Speed": 960,
|
||||
"Range": 100,
|
||||
"Power": 8
|
||||
|
Reference in New Issue
Block a user