Skip to content

Commit

Permalink
chore: add lexot recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Nov 21, 2024
1 parent bf92d13 commit 633f742
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 8 additions & 3 deletions apps/frontend/src/assets/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4061,14 +4061,19 @@
"id": "freak_games",
"name": "Freak Games",
"description": "Причудливые игры.",
"recipes": [["monkey", "hamster"]],
"recipes": [["hamster", "monkey"], ["vscode", "lexot"]],
"ended": true
},
{
"id": "vscode",
"name": "Всщоде",
"description": "Приложение для разработки программного обеспечения.",
"recipes": [["salt", "salt"]],
"ended": true
"recipes": [["salt", "salt"]]
},
{
"id": "lexot",
"name": "Лешот",
"description": "Человек, обладающий сверхчеловеческими способностями.",
"recipes": [["computer", "beer"]]
}
]
4 changes: 3 additions & 1 deletion apps/frontend/src/assets/sprites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ import leaf from './sprites/leaf.webp'
import leather from './sprites/leather.webp'
import leech from './sprites/leech.webp'
import letter from './sprites/letter.webp'
import lexot from './sprites/lexot.webp'
import library from './sprites/library.webp'
import lichen from './sprites/lichen.webp'
import life from './sprites/life.webp'
Expand Down Expand Up @@ -801,6 +802,7 @@ export const sprites: Record<string, string> = {
leather,
leech,
letter,
lexot,
library,
lichen,
life,
Expand Down Expand Up @@ -1073,5 +1075,5 @@ export const sprites: Record<string, string> = {
worm,
xray,
yarn,
zombie,
zombie
}
Binary file added apps/frontend/src/assets/sprites/lexot.webp
Binary file not shown.

0 comments on commit 633f742

Please sign in to comment.