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
JSON survival basement and zombies [RDY] #15637
Merged
+610
−260
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
09ecde5
Clenup and sort tool itemgroups
mugling 56a6fed
Migrate and extend tools_tailor
mugling 6a0af3c
Add tools_lighting itemgroup
mugling a9b32f2
Add clothing_outdoor_* itemgroup
mugling 82de16b
Add tools_survival itemgroup
mugling b67b312
Add gear_survival itemgroup
mugling 09b03a0
Add drugs_heal_simple itemgroup
mugling f92988a
Migrate some improvised guns and add itemgroups
mugling c290df5
Add guns_survival itemgroup
mugling f3b6709
Migrate zombie survivor drops
mugling b3ea1c4
Add book_survival itemgroup
mugling b94a1f8
Add JSON survival basement
mugling 18fa16d
Deprecate builtin survivalist basement
mugling 1dccdea
Add missing itemgroup
mugling 4f6b97d
Drop reference to builtin mapgen
mugling File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Migrate zombie survivor drops
- Loading branch information...
| @@ -0,0 +1,18 @@ | |||
| [ | |||
| { | |||
| "type" : "item_group", | |||
| "subtype": "collection", | |||
| "id": "mon_zombie_survivor_death_drops", | |||
| "entries": [ | |||
| { "group": "clothing_outdoor_set", "damage": [1,4] }, | |||
| { "group": "bags", "damage": [1,4], "prob": 10 }, | |||
| { "distribution": [ | |||
| { "group": "book_survival", "prob": 25 }, | |||
| { "group": "gear_survival", "prob": 25, "damage": [ 1, 4 ] }, | |||
| { "group": "guns_survival", "prob": 25, "damage": [ 1, 4 ] }, | |||
| { "group": "stash_food", "prob": 40 } | |||
| ] }, | |||
| { "item": "cash_card" } | |||
| ] | |||
| } | |||
| ] | |||
ProTip!
Use n and p to navigate between commits in a pull request.
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.