CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.27k stars 4.12k forks source link

Combat Knife DPS is less than the specific balancing point in GAME_BALANCE.md #60769

Open x-qq opened 2 years ago

x-qq commented 2 years ago

Describe the bug

Currently, the design document GAME_BALANCE.md says: Specific weapon balancing points: 20 - combat knives But the combat knife according to the actual DPS test (https://github.com/CleverRaven/Cataclysm-DDA/blob/master/tests/effective_dps_test.cpp) has: CHECK( calc_expected_dps( "knife_combat" ) == 19.0 );

Steps to reproduce

  1. Read the linked design document
  2. Read the linked tests
  3. See the mismatch

Expected behavior

I expect tests to match the design documents.

Screenshots

No response

Versions and configuration

Game version: cdda-linux-tiles-x64-2022-09-01-1632 Mod list: default

Additional context

No response

ANickelN commented 2 years ago

/confirmed