ValveSoftware / Dota2-Gameplay

Public Bug Tracker for Dota2
1.49k stars 87 forks source link

[Arc Warden] Level 15 Talent provides +25 base damage instead of +16 base damage #15901

Open TheZett opened 7 months ago

TheZett commented 7 months ago

Ability name

Magnetic Field (Dire)

Description

The dire variant of Magnetic Field, the one that provides Attack Range and Base Damage, currently provides 5 additional base damage, if the level 15 talent is chosen.

The talent is supposed to only provide +20 attack speed (Radiant Magnetic Field) and +20 base damage (Dire Magnetic Field), but it currently provides +20 attack speed (intended) and +25 base damage (not intended).


According to patch 7.35, both values should have gotten nerfed from +25 to +20, but this change was only applied to the attack speed portion of the talent.

The balancing team has accidentally forgotten to nerf the talent value for the base damage entry, as shown over here: grafik grafik grafik

Example Match ID (and possibly Timestamp)

a screenshot is provided above

commentator24 commented 7 months ago

which file do you open to check these values? and what tool to open the files? can teach me? 😄

Aluerie commented 7 months ago

can teach me? 😄

One way of doing so:

1, Download Source2Viewer from https://valveresourceformat.github.io/

  1. Open ...\Steam\steamapps\common\dota 2 beta\game\dota\pak01_dir.vpk with it
  2. It gonna open the vpk-file as an archive with foldered-structure and all kind of files: sounds, models, images, txt-files.
  3. Well, basically profit! - now mess around, the app offers a lot of functionality such as decode/view/etc or just export to open selected files in some nice text/sound editor and what not.
  4. For example, the file that TheZett is showcasing is /scripts/npc/heroes/npc_dota_hero_arc_warden.txt in root of said pak01_dir.vpk
commentator24 commented 7 months ago

is @TheZett using the same tool? ty for reply @Aluerie

TheZett commented 7 months ago

is @TheZett using the same tool? ty for reply @Aluerie

Yes, either the one mentioned above or the older tool GCFScape.

TheZett commented 2 months ago

This is still bugged btw.

Patch 7.37b changed his talent from +20 to +16, but the tempest Magnetic Field still provides +25 damage, not +16.

You guys have to change the value for attack_damage_bonus, not the value for attack_magic_damage to apply the changes to the current version of the tempest Magnetic Field.