forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ocean creatures. Part 1: Infrastructure + Fish. (CleverRaven#70202)
* Initial commit. Infrastracture. * monster stash * first attempt at pelagic vs ocean shore creatures * Proper handling of ocean vs pelagic. * added a bunch of fish (JSON linted) * added a bunch of fish (json linted, and fixed) * Proper handling of ocean vs pelagic + added a bunch of fish. * Update player_activity.cpp * Small eoc doc fixes * Invalidate non-adjacent containers for ALL and DRAGGED (CleverRaven#70172) This also changes it to not update the container_base_loc's position for ALL and DRAGGED, which made it so pressing X would exit out to a 1-9 location instead of ALL or DRAGGED Co-authored-by: andrei <[email protected]> * Allow spawning items with flags (CleverRaven#70168) * First * Update npctalk.cpp * Update npctalk.cpp * Update src/npctalk.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [Sky Island] Teleporting items back home (CleverRaven#70200) * Update EOCs.json * Update EOCs.json * Update EOCs.json * Update EOCs.json * Update EOCs.json * Add ```gains_proficiency``` event (CleverRaven#70194) * create gains_proficiency event * add event trigger * Update EFFECT_ON_CONDITION.md * updated memorial test * retrigger checks * [MoM] Add ability for pyrokinetics to cauterize their wounds (CleverRaven#70132) * Initial commit * Bleeding that's too heavy cannot be stopped * Add infection chance * Add missing types * Fix infection intensity * Fix practice recipe * Reduce capacity of test battery a bit The value being this large resulted in an integer overflow in pocket_data::max_contains_volume(). Reduce it until there's no more integer overflow. * Proper handling of ocean vs pelagic + added a bunch of fish. * reversed gitignore accidental change * reversed gitignore accidental change * shark rebalance * Update data/json/monsters/fish.json Co-authored-by: Jianxiang Wang (王健翔) <[email protected]> * Update data/json/monsters/fish.json Co-authored-by: Jianxiang Wang (王健翔) <[email protected]> * Update data/json/monsters/fish.json Co-authored-by: Jianxiang Wang (王健翔) <[email protected]> * small changes to resolve issues * small changes to resolve issues * Update wilderness.json to fix bass typo * Update fish.json * Update data/json/monsters/fish.json Co-authored-by: Karol1223 <[email protected]> * removed roe names --------- Co-authored-by: Ramza13 <[email protected]> Co-authored-by: Anton Simakov <[email protected]> Co-authored-by: Kamayana <[email protected]> Co-authored-by: andrei <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: gettingusedto <[email protected]> Co-authored-by: Francisco Machado <[email protected]> Co-authored-by: Standing-Storm <[email protected]> Co-authored-by: ehughsbaird <[email protected]> Co-authored-by: Jianxiang Wang (王健翔) <[email protected]> Co-authored-by: Karol1223 <[email protected]>
- Loading branch information
1 parent
85926f2
commit a2a8907
Showing
8 changed files
with
492 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.