forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 5
плюшки ватрушки! #136
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
Merged
The head ref may contain hidden characters: "\u041F\u043B\u044E\u0448\u043A\u0438-\u0432\u0430\u0442\u0440\u0443\u0448\u043A\u0438!"
Merged
плюшки ватрушки! #136
Changes from 16 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3dbb8a7
Add files via upload
Kenshut d72627b
Update map_extras.json
Kenshut 9bd997d
Update regional_map_settings.json
Kenshut e6ec4c5
Add files via upload
Kenshut 0bc7ec4
Add files via upload
Kenshut 599f0ff
Update melee.json
Kenshut 77e5f77
Delete data/json/EOCs/melee_eocs.json
Kenshut 0ef7971
Delete data/json/mapgen/map_extras/laststand.json
Kenshut a27e551
Add files via upload
Kenshut 638a4f1
Delete data/json/mapgen/map_extras/laststand.json
Kenshut 5a0e0da
Add files via upload
Kenshut f0d832f
Delete data/json/proficiencies/melee_weapons.json
Kenshut 5c9c112
Add files via upload
Kenshut de0a221
Add files via upload
Kenshut ad06d49
Update release.yml
Kenshut a31bcdd
Update msvc-full-features.yml
Kenshut 68b1748
Update src/condition.h
Kenshut 5da6ee1
Add files via upload
Kenshut 8ef4ed7
Update harvest.json
Kenshut 4d62a7c
Add files via upload
Kenshut 2de87a8
Update triffid.json
Kenshut de223ac
Update weakpoints.json
Kenshut e1d85ce
Add files via upload
Kenshut f0b8493
Update harvest.json
Kenshut ab2cb2c
Add files via upload
Kenshut 221e4d2
Update fungus.json
Kenshut c7c527c
Update slimes.json
Kenshut a96a8d0
Update weakpoints.json
Kenshut c84112d
Add files via upload
Kenshut File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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,74 @@ | ||
| [ | ||
| { | ||
| "type": "monstergroup", | ||
| "name": "GROUP_LAST_STAND", | ||
| "default": "mon_null", | ||
| "monsters": [ | ||
| { "monster": "mon_civilian_police", "weight": 1, "cost_multiplier": 1, "ends": "5 days" }, | ||
| { "monster": "mon_civilian_zombiefighter", "weight": 4, "cost_multiplier": 1, "ends": "5 days" } | ||
| ] | ||
| }, | ||
| { | ||
| "type": "mapgen", | ||
| "method": "json", | ||
| "update_mapgen_id": "mx_laststand", | ||
| "object": { | ||
| "rows": [ | ||
| " ", | ||
| " ", | ||
| " ", | ||
| " ", | ||
| " ################## ", | ||
| " ################## ", | ||
| " ################## ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ### ### ", | ||
| " ################## ", | ||
| " ################## ", | ||
| " ################## ", | ||
| " ", | ||
| " ", | ||
| " ", | ||
| " ", | ||
| " " | ||
| ], | ||
| "furniture": { | ||
| "#": [ | ||
| [ "f_barricade_road", 10 ], | ||
| [ "f_sandbag_half", 10 ], | ||
| [ "f_earthbag_half", 10 ], | ||
| [ "f_gravelbag_half", 10 ], | ||
| [ "f_table", 10 ], | ||
| [ "f_bench", 10 ], | ||
| "f_55gal_firebarrel", | ||
| "f_30gal_firebarrel", | ||
| "f_pallet_brick", | ||
| "f_pallet_cement", | ||
| "f_stack_plank", | ||
| "f_metal_table", | ||
| "f_armchair", | ||
| "f_chair", | ||
| "f_rack", | ||
| "f_locker", | ||
| "f_displaycase", | ||
| "f_recycle_bin", | ||
| "f_trashcan", | ||
| "f_metal_trashcan", | ||
| "f_rubble", | ||
| "f_wreckage", | ||
| [ "f_null", 150 ] | ||
| ] | ||
| }, | ||
| "place_monster": [ { "group": "GROUP_LAST_STAND", "x": [ 6, 17 ], "y": [ 6, 16 ], "chance": 100, "repeat": [ 10, 15 ] } ], | ||
| "place_loot": [ { "group": "trash", "x": [ 6, 17 ], "y": [ 6, 16 ], "repeat": [ 5, 10 ] } ], | ||
| "flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ] | ||
| } | ||
| } | ||
| ] |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.