Give bonus damage when attacking a beast with the same name as your item #330
Labels
Context: coupled
interact with some parts of the codebase
Difficulty: intermediate
mobilise some notions about the field, but can be learned while doing
Duration: under a day
wil take up to one day
State: open
ready for contribution
Type: feature
a new feature to implement
Milestone
items and beasts have two parts to their name - a name prefix and a suffix.
The prefix consists of 68 names
The suffix consists of 18 names
The bonus damage should reflect the above probability such that:
Matching on suffix alone deals 2x damage
Matching on prefix alone deals 4x damage
Matching on both (highly unlikely) deals 50x damage (I considered TKO but when we eventually get #309 and end up with a rogue world boss, if 50x isn't TKO, it will make the battle even more epic)
The text was updated successfully, but these errors were encountered: