Skip to content

Commit

Permalink
Fix weapon stats #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Dec 11, 2023
1 parent ad639e1 commit bdaa038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added graphics/particles/beam_green_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions missions/custom/techdemo/cyberdogs.cdogscpn/bullets.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"Spark": "spark_green",
"Speed": 768,
"Range": 110,
"Power": 3
"Power": 10
},
{
"Name": "laser",
Expand All @@ -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
Expand Down

0 comments on commit bdaa038

Please sign in to comment.