> For the complete documentation index, see [llms.txt](https://madesv.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madesv.gitbook.io/wiki/dungeon/rpgguide/sushi.md).

# 스시 요리

## 생선 획득

먼저, 요리를 위해서는 재료인 생선을 획득해야합니다.

해양 탐사에서 일반 몹을 사냥시, 약 5%의 확률로 생선이 드롭됩니다.

더 낮은 수심일수록 더 높은 등급의 생선이 드롭될 확률이 증가됩니다.

{% hint style="info" %}
생선의 등급은 F, E, D, C, B, A가 있습니다.
{% endhint %}

## 요리 시작

![](/files/6EgOLDLDYu7GyoX6SY7K)\
생선을 오른손에 들고 NPC를 우클릭 해주세요.

![](/files/HlBoJey016TlgoQ3xF0z)\
총 5개의 요리가 보입니다.\
최대한 많은 요리에 성공하여 스시의 등급을 높여보세요.

![](/files/e4PfSDQgLQ6XTcvqASVQ)

**첫번째 요리 : 설거지**\
5초 안에 모든 음식물 찌꺼기를 클릭하여 깨끗하게 만드세요.\
찌꺼기 외 다른것을 클릭시 실패합니다.

![](/files/SgVk1eUG0Utf1FXCmyuB)

**두번째 요리 : 밥 짓기**\
불쏘시개를 광클해주세요. 0.5%의 확률로 요리가 성공됩니다.\
단, 100번 넘게 클릭시 불쏘시개 망가지며 요리에 실패합니다.

![](/files/7T1JiOwSAYPC0v94U3a6)

**세번째 요리 : 와사비 갈기**\
1\~30까지 순서대로 클릭해주세요.\
30초 이내에 모두 갈아야 성공합니다.

![](/files/lyvmXS0x27SRxYrd4qIJ)

**네번째 요리 : 간장 따르기**\
정확히 숫자가 50이 되었을때 간장을 클릭해야 성공합니다.

![](/files/vRKAouc73O0Vj9jl0iHf)![](/files/COADI4j5KQ8vFq7MRQuq)

**다섯번째 요리 : 생선 손질하기**\
기생충(실)을 10개 클릭시 손질이 완료됩니다.\
실이 아닌(산호초)를 클릭하지마세요.\
너무 오래 걸린다면 실패합니다.

![](/files/95iWMcjdGJjlq7KcmwdO)\
**요리 성공에 따른 스시의 등급 변화 :** \
0/5 : 폐기\
1/5 : 폐기\
2/5 : -1등급\
3/5 : +0등급\
4/5 : +1등급\
5/5 : +2등급

{% hint style="info" %}
요리가 완성되면 NPC를 한번 더 우클릭하여 스시를 받아보세요.
{% endhint %}

## 스시 강화

바다의 기름으로, 스시의 특수 효과를 개방해보세요.

기름은, 해양 탐사에서 보스 처치시 확정적획득 가능합니다.

거대 킹크랩 : F\~E 등급 바다의 기름\
고래 상어 : E\~D 등급 바다의 기름 \
범고래 : D\~C 등급 바다의 기름 \
흰수염 고래 : C\~B 등급 바다의 기름 \
크라켄 : B\~A 등급 바다의 기름 \
메가로돈: A\~S 등급 바다의 기름&#x20;

![](/files/6EgOLDLDYu7GyoX6SY7K)

NPC를 쉬프트 우클릭 해주세요.

![](/files/psrFyqWzHhmDb2oJsB73)

각 빈공간에 스시와 바다의 기름을 올려주세요.

![](/files/fbqqrD9mhz18PjnKNkJk)![](/files/ssPfuM8iBeTlVWuRlYo6)

두개의 등급이 같아야합니다.

![](/files/qkDJdtrpU7zjJYNLNsIa)

그 후, 클릭하여 강화를 진행하면 위와 같이 랜덤 특수 효과가 스시에 부여됩니다.

<details>

<summary>💥스시 특수 능력 목록</summary>

1\) 보유중인 슈점 게이지당 공격력 증가

2\) 계속 추가 예정

</details>

\
맛있게 드세요!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://madesv.gitbook.io/wiki/dungeon/rpgguide/sushi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
