Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions src/dailyTasks/enum/serverTaskName.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export enum ServerTaskName {

INNER_DISCUSSION = 'inner_discussion',

BUILD_YOUR_WORLD = 'build_your_world',

SET_BOUNDARIES = 'set_boundaries',

/* Some of the older tasks are commented out,
Expand Down
1 change: 1 addition & 0 deletions src/dailyTasks/enum/uiTaskName.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export enum UITaskName {

ETHICS_METRICS = 'ethics_metrics',

BUILD_YOUR_WORLD = 'build_your_world',
// Old UI tasks

//Client, what are these buttons? Is find = click?
Expand Down
10 changes: 10 additions & 0 deletions src/dailyTasks/uiDailyTasks/uiDailyTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ export const uiDailyTasks: Record<UITaskName, UIDailyTaskData> = {
amount: 1,
timeLimitMinutes: 60,
},
[UITaskName.BUILD_YOUR_WORLD]: {
title: {
fi: 'Avaa klaanin yhteinen Turvapaikka ja valitse yksi huone. Sisusta se käyttämällä vain yhden malliston huonekaluja. Tarkastele, mitä tämä mallisto alkaa kertoa, kun kaikki tilassa viittaa samaan kokemukseen.',
},
type: UITaskName.BUILD_YOUR_WORLD,
points: Score.DAILY_TASK.COMPLETED,
coins: 10,
amount: 1,
timeLimitMinutes: 60,
},
[UITaskName.LOOK_INSIDE]: {
title: { fi: 'tunnista millainen rakenne sinua ohjaa' },
type: UITaskName.LOOK_INSIDE,
Expand Down
Loading