Skip to content

Commit

Permalink
fix: polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 26, 2023
1 parent ee34f41 commit 1a270ca
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import install from './lib/pwa';
import { isMobile } from './utils/detect';
import Storage from './utils/storage';
import Util from './utils/util';
import { isMobile } from './utils/detect';
import { onSecondaryPress } from './utils/press';

import type { SerializedServer } from '@kaetram/common/types/network';
Expand Down
13 changes: 5 additions & 8 deletions packages/server/data/npcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,11 @@
"coder": {
"name": "Programmer",
"text": [
"Oh.. This is awkward...",
"You may be wondering why I'm here as well.",
"Well just letting you know..",
"It's definitely not because we're running low on pixel art..",
"Regardless.. If you want to join the community",
"Our Discord <a target=\"_blank\" href=\"https://discord.gg/MmbGAaw\">is available here!</a>",
"Now listen, why don't you go talk to the local villagers?",
"I have heard they are in dire need of resolving a mystery."
"Well well, hello there. Seems you managed to esca- I mean,",
"find your way out of that tutorial.",
"Listen, your first task should be to discover the world around you.",
"Why don't you go talk to the villagers for starters?",
"After that, maybe we can look into getting you some tasks to do."
]
},

Expand Down
4 changes: 2 additions & 2 deletions packages/server/data/quest_bases/thenotsogreatpotato.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "The Not-So-Great Potato",
"description": "Root of all humor.|Pete Potato insists he's a tomato. Help him come to terms with his tuber truth.",
"rewards": ["potato-tiara", "sack of confused veggies"],
"description": "Root of all humor.|The potato king insists he's a tomato. Help him come to terms with his tuber truth.",
"rewards": ["potato"],
"stages": {
"0": {
"task": "talk",
Expand Down
4 changes: 4 additions & 0 deletions packages/server/data/quests/codersglitch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "The Coder's Glitch",
"description": "The coder requires your help sorting out his bugs.|The coder (as you were probably told about in the tutorial if you didn't skip it), requires your help with defeating the bugs he has created. He seeks the trophy of the first three bosses"
}
16 changes: 16 additions & 0 deletions packages/server/data/trees.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,21 @@
"experience": 350,
"difficulty": 240,
"item": "bloodwoodlogs"
},

"flastel": {
"name": "Flastel",
"levelRequirement": 50,
"experience": 400,
"difficulty": 320,
"item": "bloodwoodlogs"
},

"puhrix": {
"name": "Puhrix",
"levelRequirement": 50,
"experience": 400,
"difficulty": 320,
"item": "bloodwoodlogs"
}
}

0 comments on commit 1a270ca

Please sign in to comment.