Skip to content

Commit

Permalink
Ensure Void Soul quest spawns given friend/monstersanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Albrekka committed Jan 2, 2024
1 parent f02f0b9 commit a938195
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,31 @@
"Entries": {
"1090501/e 1000034/k 1090502/b 1": null
}
}
},
{
"Action": "EditData",
"Target": "Data/Events/Farm",
"When": {
"HasSeenEvent": "908079",
"HasFlag": "Gil_Savage Ring",
"HasFlag": "lanceMonsterCrops",
"Season|contains=Winter": false
},
"Entries": {
"1090505/e 691039/f Krobus 2500/t 2000 2600/d Thu Fri": null
}
},
{
"Action": "EditData",
"Target": "Data/Events/Farm",
"When": {
"HasSeenEvent": "908079",
"HasFlag": "lanceMonsterCrops",
"Season|contains=Winter": false
},
"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}}\""
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"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"
"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"
}

0 comments on commit a938195

Please sign in to comment.