Skip to content

Commit

Permalink
feat: Add a few more easy research generating quests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebottle committed Sep 8, 2022
1 parent a2916ce commit 7cc0ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const jobList: Job[] = [
world_tendency: {
happiness: 1,
resources: 0,
research: 0,
research: 1,
},
},
{
Expand All @@ -34,7 +34,7 @@ export const jobList: Job[] = [
world_tendency: {
happiness: 0,
resources: 1,
research: 0,
research: 1,
},
},
{
Expand Down Expand Up @@ -124,7 +124,7 @@ export const jobList: Job[] = [
world_tendency: {
happiness: 1,
resources: 2,
research: 0,
research: 1,
},
},
{
Expand Down Expand Up @@ -250,7 +250,7 @@ export const jobList: Job[] = [
world_tendency: {
happiness: 1,
resources: 1,
research: 0,
research: 1,
},
},
{
Expand Down

0 comments on commit 7cc0ffb

Please sign in to comment.