diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-11 16:10:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 14:10:54 +0000 |
| commit | 1be01049c8878ec9b087cff9036408a4bbca98ca (patch) | |
| tree | 7c07417ac3271d62e1e50b0278c18d326699aa44 | |
| parent | 4a724ed2a74eed24133f800eade4ca20e3b00353 (diff) | |
| download | NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.gz NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.bz2 NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.zip | |
Added new gemstones to lore (#1153)
131 files changed, 911 insertions, 577 deletions
diff --git a/constants/parents.json b/constants/parents.json index f0aafa5d..9caa2a69 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3493,5 +3493,14 @@ "FINE_ONYX_GEM", "FLAWED_ONYX_GEM", "ROUGH_ONYX_GEM" + ], + "WEBBED_FOSSIL": [ + "UGLY_FOSSIL", + "TUSK_FOSSIL", + "SPINE_FOSSIL", + "CLAW_FOSSIL", + "FOOTPRINT_FOSSIL", + "CLUBBED_FOSSIL", + "HELIX" ] }
\ No newline at end of file diff --git a/items/AUGER_ROD.json b/items/AUGER_ROD.json index 3ba6b99b..aceacd57 100644 -- |
