Skip to content

Commit

Permalink
Add Andy's Cellar event modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Albrekka committed Feb 4, 2024
1 parent 4b2f94c commit 431175f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
17 changes: 17 additions & 0 deletions [CP] StardewAP - SVE Patch/Events/ModifiedEventReqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,23 @@
"Entries": {
"1090505/f Krobus 2500/t 2000 2600/d Thu Fri": "spring_night_ambient/-500 -500/farmer -20 -20 0 Krobus -21 -21 0/skippable/pause 1200/speak Krobus \"{{i18n:Krobus.10Hearts1.01}}\"/pause 1000/end dialogue Krobus \"{{i18n:Krobus.10Hearts1.02}}\""
}
},
{
"Action": "EditData",
"Target": "data/events/Custom_AndyHouse",
"Entries": {
"5000005/e 191393": null
}
},
{
"Action": "EditData",
"Target": "data/events/Custom_AndyHouse",
"When": {
"HasFlag": "abandonedJojaMartAccessible"
},
"Entries": {
"5000005": "kindadumbautumn/-500 -500/farmer -200 -200 0 Andy 12 16 0/pause 700/skippable/viewport 12 18 true/pause 1500/warp farmer 12 22/playSound doorClose/pause 400/faceDirection Andy 2/pause 350/textAboveHead Andy \"{{i18n:Andy.BetterLife.01}}\"/pause 1000/move farmer 0 -3 0/pause 800/faceDirection farmer 3/pause 1000/faceDirection farmer 0 true/pause 250/faceDirection farmer 1/pause 800/faceDirection farmer 0/pause 400/speak Andy \"{{i18n:Andy.BetterLife.02}}\"/pause 800/faceDirection Andy 1/pause 600/faceDirection Andy 2/pause 300/speak Andy \"{{i18n:Andy.BetterLife.03}}\"/pause 300/emote farmer 32 true/pause 200/globalFade/viewport -1000 -1000/pause 1000/message \"{{i18n:Andy.BetterLife.04}}\"/pause 1000/end dialogue Andy \"{{i18n:Andy.BetterLife.05}}\""
}
}
]
}
9 changes: 8 additions & 1 deletion [CP] StardewAP - SVE Patch/i18n/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"Apples.OrderEvent1.01": "I dreamed that the tablet I got sent floated over to Aurora Vineyard...",
"Apples.OrderEvent1.02": "I couldn't sleep last night...$2#$b#Being sent that tablet...it was moving to Aurora Vineyard.$0#$e#Strange, right?$1",
"Krobus.10Hearts1.01": "'Friends' are visiting me tomorrow. They want to meet you.$0#$b#Drop by my home in the sewers, okay?$1",
"Krobus.10Hearts1.02": "I get the feeling something serious is going on...$0"
"Krobus.10Hearts1.02": "I get the feeling something serious is going on...$0",
"Andy.BetterLIfe.01": "Hey there, farmer!",
"Andy.BetterLIfe.02": "What do ya think? Cleaned up the house and bought new furniture.$1#$b#Been usin' Pierre's seeds instead of Joja's and as a result I've been earnin' more.$0",
"Andy.BetterLife.02A": "What do ya think? Cleaned up the house and bought new furniture.$1#$b#Joja's been spikin' demand, and as a result I've been earnin' more. Goes to show what good leadership can do.$0",
"Andy.BetterLIfe.03": "Say, want something to eat? Just made a nice farmer's lunch.$0",
"Andy.BetterLIfe.04": "Andy's house is in good shape now! The meal we ate together was prepared with fresh forage outside. Delicious!",
"Andy.BetterLIfe.05": "Since Joja left town, I've had a change in life style.$0#$e#Not gettin' rid of this here hat though. It's my favorite.$2",
"Andy.BetterLife.05A": "Joja will do right to us farmers.$1"
}

0 comments on commit 431175f

Please sign in to comment.