Skip to content

Commit

Permalink
Merge pull request #3 from MarianArlt/dev
Browse files Browse the repository at this point in the history
v2.0 update
  • Loading branch information
MarianArlt authored Apr 25, 2022
2 parents 0ebfafd + 504b6e7 commit bc4a308
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 119 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This means that the last (few) mob(s) you kill in a run might not count if you l
//shh map : Toggle the current floor's map
//shh map center : Repositions the map to the center of the screen
//shh map size [size] : Sets the map to the new [size]
//shh map floor [floor] : Sets the map to reflect [floor]

Most resistances are there but in some rare instances there might be a monsters data missing. If you don't get any resistances shown for a certain mob, please let me know in the issue tracker.
Sheol A mobs do not have information on weapon type resistance bonuses yet, these need testing and should probably also be added to clopedias once known.
Expand Down
2 changes: 1 addition & 1 deletion resistances.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ return {
['Instigator'] = {1.000, 1.000, 1.000, 0.000, 1.000, 1.125, 0.875, 1.000, 1.000, 1.000, 0.875, 1.000},
['Ishum'] = {1.000, 1.000, 1.000, 0.000, 1.250, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500},
['Jagil'] = {1.000, 1.000, 1.000, 1.000, 1.250, 1.500, 1.250, 1.250, 1.500, 0.375, 1.250, 1.250},
['Karakul'] = {1.000, 1.000, 1.000, 0.000, 1.250, 1.000, 1.000, 1.000, 1.250, 1.000, 1.000, 1.000},
['Karakul'] = {1.000, 1.000, 1.000, 1.000, 1.250, 1.000, 1.000, 1.000, 1.250, 1.000, 1.000, 1.000},
['Korrigan'] = {1.000, 1.250, 1.000, 1.000, 1.500, 1.500, 1.250, 1.000, 1.500, 1.000, 1.000, 1.500},
['Kraken'] = {1.000, 1.000, 1.000, 1.000, 1.250, 1.500, 1.250, 1.250, 1.500, 0.500, 1.250, 1.250},
['Kuk'] = {1.000, 1.000, 1.000, 0.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000},
Expand Down
Loading

0 comments on commit bc4a308

Please sign in to comment.