Skip to content

Commit 7cc0ffb

Browse files
author
Firebottle
committed
feat: Add a few more easy research generating quests.
1 parent a2916ce commit 7cc0ffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/jobs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const jobList: Job[] = [
1616
world_tendency: {
1717
happiness: 1,
1818
resources: 0,
19-
research: 0,
19+
research: 1,
2020
},
2121
},
2222
{
@@ -34,7 +34,7 @@ export const jobList: Job[] = [
3434
world_tendency: {
3535
happiness: 0,
3636
resources: 1,
37-
research: 0,
37+
research: 1,
3838
},
3939
},
4040
{
@@ -124,7 +124,7 @@ export const jobList: Job[] = [
124124
world_tendency: {
125125
happiness: 1,
126126
resources: 2,
127-
research: 0,
127+
research: 1,
128128
},
129129
},
130130
{
@@ -250,7 +250,7 @@ export const jobList: Job[] = [
250250
world_tendency: {
251251
happiness: 1,
252252
resources: 1,
253-
research: 0,
253+
research: 1,
254254
},
255255
},
256256
{

0 commit comments

Comments
 (0)