Skip to content
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

Add Stardew Valley Expanded Content #6

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b978aeb
- Added Monstersanity locations
agilbert1412 Aug 4, 2023
3e0f104
- Changed many items from progression to useful
agilbert1412 Aug 9, 2023
f8acfb7
- Progress on new items for logic
agilbert1412 Aug 18, 2023
f34efa5
- Missing Bundle and changes for recursive region access update
agilbert1412 Aug 24, 2023
877cc6e
- Added minsanity options
agilbert1412 Aug 26, 2023
12710e3
- Fix hearts >= into >
agilbert1412 Sep 9, 2023
f64b706
Create bundle Logic
Albrekka Oct 24, 2023
6dadd45
Initial SVE Items and Locations
Albrekka Oct 24, 2023
56309b7
Add initial SVE regions
Albrekka Oct 24, 2023
8928e7e
Add SVE fish and villagers
Albrekka Oct 24, 2023
ea1cc83
Initial SVE logic port
Albrekka Oct 24, 2023
80dbd46
Second Pass of SVE Logic Porting
Albrekka Oct 30, 2023
899bb55
Finalize initial SVE logic porting
Albrekka Oct 30, 2023
f47b281
Modified NPC injection method
Albrekka Oct 30, 2023
2eaf489
Introduce new modified flags for mods.
Albrekka Oct 30, 2023
3577947
Add remove exit method.
Albrekka Oct 30, 2023
c45c5f2
Add SVE to options.
Albrekka Nov 8, 2023
3fb3594
- Add system for modifying villagers when some mods are active
agilbert1412 Nov 8, 2023
5cb562f
Fix some errors.
Albrekka Nov 8, 2023
1867418
Fill out more strings
Albrekka Nov 8, 2023
5cc436b
Utilize new strings, fix class name issue
Albrekka Nov 8, 2023
c29e644
Merge pull request #1 from agilbert1412/StardewValley/SVEVillagerModi…
Witchybun Nov 8, 2023
fcf4908
- Fix Quests Logic
agilbert1412 Nov 8, 2023
7998ad0
- Gave SVE logic a little push in the right direction
agilbert1412 Nov 8, 2023
484a79f
Merge pull request #2 from agilbert1412/StardewValley/SVE_QuestLogic
Witchybun Nov 9, 2023
058ea6a
Clean up relationship logic due to villager change.
Albrekka Nov 9, 2023
1a1836b
Clean up logic with more proper imports.
Albrekka Nov 9, 2023
798ddf0
Fix friendsanity villager checks.
Albrekka Nov 9, 2023
eb2da7d
- Fixed a bunch of syntax errors left and right
agilbert1412 Nov 9, 2023
5434caf
Merge pull request #3 from agilbert1412/StardewValley/SVE_TryToHelpOu…
Witchybun Nov 9, 2023
fa6de85
- Fixes to tests
agilbert1412 Nov 9, 2023
5082665
Merge pull request #4 from agilbert1412/StardewValley/SVE_TestFixes
Witchybun Nov 9, 2023
559f5be
- Fix adventure guild entrance
agilbert1412 Nov 9, 2023
e2b930e
- Fix quest test
agilbert1412 Nov 9, 2023
284dfdd
Merge pull request #5 from agilbert1412/StardewValley/SVE_AdventureGuild
Witchybun Nov 9, 2023
db44327
Fix item logic.
Albrekka Nov 9, 2023
473deee
Move grandpa's shed location
Albrekka Nov 9, 2023
897aedd
Fix region rules for ER
Albrekka Nov 9, 2023
5963451
Fix ginger island discrepency
Albrekka Nov 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Removed yamls/DLCPlayer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DLCQuest:
progression_balancing: random
accessibility: random
double_jump_glitch: random
coinsanity: random
coinbundlequantity: random
time_is_money: random
ending_choice: random
campaign: random
item_shuffle: random
death_link: random
description: 'Generated by https://archipelago.gg/ for DLCQuest'
game: DLCQuest
name: DLCPlayer
Loading
Loading