-
Notifications
You must be signed in to change notification settings - Fork 88
Add missing drop tables and combat definitions #1143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4bb44e1
add scorpion drop tables
HarleyGilpin bf29e98
Add missing charm drop tables
HarleyGilpin 39578b9
Wire NPC variants to existing drop tables
HarleyGilpin 9b88036
Add missing drop tables for all spawned NPCs.
HarleyGilpin d6f248a
Add combat definitions and stats for spawned NPCs
HarleyGilpin 6bbf046
Add combat definitions and stats for remaining spawned NPCs
HarleyGilpin 427b85d
Derive npc levels from reversed max hit and combat formulas
HarleyGilpin 28c51ac
Add npc equipment stats from 718 cache
HarleyGilpin e0659fb
Add aggression and poison from 2011 wiki data
HarleyGilpin 8345e08
Address review: remove config equipment stats, fix aggression semantics
HarleyGilpin 4e23359
Add combat animations and sounds from 2009scape data
HarleyGilpin d2b8d4e
Add combat animations and sounds from 2009 era data
HarleyGilpin a429c2d
Merge branch 'main' into feat/add-drop-tables
HarleyGilpin 0bb0cbb
Merge remote-tracking branch 'origin/feat/add-drop-tables' into feat/…
HarleyGilpin 38c9c3b
Add animations for remaining combat definitions from Darkan data
HarleyGilpin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
data/activity/event/random/freaky_forester/freaky_forester.drops.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [pheasant_drop_table] | ||
| type = "all" | ||
| drops = [ | ||
| { id = "raw_pheasant" }, | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [archer_defend] | ||
| id = 404 | ||
| [archer_death] | ||
| id = 9055 | ||
| [archer_attack] | ||
| id = 426 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [dwarf_gang_member_drop_table] | ||
| type = "all" | ||
| drops = [ | ||
| { id = "bones" }, | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
projectile = "bronze_arrow"?