-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds impossible geometric shape artifacts, places them in distorted l…
…abs (#72605) * Adds impossible geometric shape artifacts, places them in distorted labs * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Jianxiang Wang (王健翔) <[email protected]> * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Update data/json/artifact/artifact_item_types.json * Update spears_dps.json * Update data/mods/TEST_DATA/expected_dps_data/spears_dps.json --------- Co-authored-by: Maleclypse <[email protected]> Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
- Loading branch information
1 parent
6389b8b
commit 3615cb1
Showing
5 changed files
with
190 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "twisted_geometry", | ||
"subtype": "distribution", | ||
"items": [ | ||
[ "art_bomorrean", 7 ], | ||
[ "art_penrose", 10 ], | ||
[ "art_trident", 10 ], | ||
[ "art_klein", 10 ], | ||
[ "art_tesseract", 10 ], | ||
[ "art_irrational", 10 ], | ||
[ "art_duocylinder", 10 ] | ||
] | ||
} | ||
] |
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