Skip to content

Commit

Permalink
削弱锤子的基伤
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloePrime committed Oct 5, 2024
1 parent 9581795 commit a0a21bb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"bullet": {
"life": 0.20,
"bullet_amount": 6,
"damage": 24,
"damage": 18,
"tracer_count_interval": 0,
"extra_damage": {
"armor_ignore": 0.20,
"head_shot_multiplier": 1.30,
"damage_adjust": [
{"distance": 4, "damage": 24},
{"distance": 10, "damage": 21},
{"distance": "infinite", "damage": 18}
{"distance": 4, "damage": 18},
{"distance": 10, "damage": 13.5},
{"distance": "infinite", "damage": 9}
]
},
"speed": 100,
Expand Down

0 comments on commit a0a21bb

Please sign in to comment.