CleverRaven/Cataclysm-DDA

Monster difficulty scores need auditing.

开放

#69,707 创建于 2023年11月24日

 (6 条评论) (5 个反应) (0 位负责人)C++ (3,991 个派生)batch import
<Bugfix><Suggestion / Discussion>Good First IssueMonstersNPC / Factions

仓库指标

星标
 (9,264 个星标)
PR 合并指标
 (平均合并 6天 5小时) (30 天内合并 292 个 PR)

描述

Is your feature request related to a problem? Please describe.

During combat AI testing I have realized that the score we're getting for monsters is pretty wild and inaccurate. This is because there's the expectation that a JSON difficulty will be filled out to add some points to monsters that rely on special attacks for their difficulty.

Monsters that just use regular attacks seem to be scored OK

Solution you would like.

for now we should just go through and check out the reported difficulty of monsters and add some points in JSON if they're too low. Ferals, who rely on their wielded weapons for high damage, are a particularly egregious example.

Describe alternatives you have considered.

In the long run, some special attacks should be algorithmically added to the difficulty. We'll always need JSON adjustment for special attacks that don't do damage.

Additional context

This is something that should have a ci test I think. Any creature with multiple special attacks should require a Difficulty entry in the JSON, and we should perhaps test a few low difficulty creatures against a similarly scored NPC to make sure they actually are low difficulty.

贡献者指南