Skip to content

Commit

Permalink
Implement gym info (#40)
Browse files Browse the repository at this point in the history
* Modified inventory md

* Added gym md

* Modified
  • Loading branch information
robertnitu02 authored Sep 16, 2024
1 parent 5c1fd8a commit 3899406
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default defineConfig({
{ text: 'Search in trash bins', link: '/server/info/trashsearch' },
{ text: 'Phone', link: '/server/info/phone' },
{ text: 'Books', link: '/server/info/books' },
{ text: 'Gym / Sală', link: '/server/info/gym' },
]
},
{
Expand Down
7 changes: 2 additions & 5 deletions docs/server/info/books.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pentru a scrie o carte, ai nevoie de un caiet care se achiziționează din orice
|Forjor|480|160|
|Croitor|150|50|
|Fermier|1050|350|
|Rulor de țigări|129|43|
|Rulor de țigări|393|131|
|Craft general|150|50|
|Chimist|240|80|

Expand All @@ -43,17 +43,14 @@ To write a book, you need a notebook that can be bought in any 24/7 store.

|Book Type|Points for writing a book|Points received for reading the book|
|:---:|:---:|:---:|
|Garbageman|60|20||
|Miner|84|28|
|Fisherman|312|104|
|McBee Delivery|12|4|
|Scavanger|1080|360|
|Electrician|60|20|
|Trucker|48|16|
|Weapon Smith|300|100|
|Forgery|1200|400|
|Tailor|150|50|
|Farmer|1050|350|
|Smoke crafts|129|43|
|Smoke crafts|393|131|
|General Craft|150|50|
|Chemist|240|80|
35 changes: 35 additions & 0 deletions docs/server/info/gym.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
outline: deep
---

## Gym / Sală de forță

### <span style="color: #0088CC">Română</span>

Sunt disponibile două săli de forță, una în Vespucii și una la închisoare.

Fiecare exercițiu de la sală îți consumă o cantitate de apă.

Lipsa de exercițiu va cauza o scădere a tonifierii voastre, reducând astfel numărul maxim de kilograme pe care îl puteți căra.

NOTA 1: Dacă aveți cont VIP Gold sau Diamond veți avea un boost de max kg ce le puteți antrena la sală, de 5kg respectiv 10kg. Kilogramele respective trebuiesc muncite la sală, NU se primesc în momentul achiziționării contului VIP.

NOTA 2: Pierderea contului VIP nu vă va elimina kilogramele extra, dar nu veți putea face sală până nu scădeți sub noua limită.

Clarificare Max KG: 5kg (buzunarele) + 40kg (cel mai bun backpack) + 20kg (sala) + 10kg (VIP Diamond) = 75kg

### <span style="color: #0088CC">English</span>

There are two gyms available, one in Vespucci and one at the prison.

Each gym exercise consumes a quantity of water.

Lack of exercise will cause a decrease in your toning, thus reducing the maximum number of kilograms you can carry.

NOTE 1: If you have a VIP Gold or Diamond account, you will have a boost of max kg that you can train at the gym, 5kg and 10kg respectively. The respective kilograms must be worked out at the gym, they are NOT received at the time of purchasing the VIP account.

NOTE 2: Losing the VIP account will not remove the extra kilograms, but you will not be able to work out until you drop below the new limit.

Clarification Max KG: 5kg (pockets) + 40kg (best backpack) + 20kg (gym) + 10kg (VIP Diamond) = 75kg

<p align="center"><img src="https://i.imgur.com/A0LXk0w.png"/></p>
4 changes: 2 additions & 2 deletions docs/server/info/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ outline: deep

Inventarul este elementul de bază al serverului nostru. În inventar vă puteți depozita mâncarea, piesele de vestimentație, obiectele dobândite de la locurile de muncă și nu numai.

Inventarul vine cu o capacitate de 45 de kilograme, putând să fie urcat la 55 kg prin echiparea unui ghiozdan. Cu inventarul deschis, puteți vedea obiectele aruncate în vecinătate, dar și să aruncați obiecte în vecinătate (pe jos).
Inventarul vine cu o capacitate de 5 kilograme, putând să fie urcat la 45 kg prin echiparea unui ghiozdan. Cu inventarul deschis, puteți vedea obiectele aruncate în vecinătate, dar și să aruncați obiecte în vecinătate (pe jos).

Obiectele din vecinătate pot să fie ridicate de către orice jucător ce se află în vecinătatea voastră.
Capacitatea inventarului NU se poate crește dacă jucătorul face sală; acest concept NU este adoptat pe serverul nostru.
Expand All @@ -19,7 +19,7 @@ De notat este că toate obiectele din inventar sunt șterse atunci când jucăto

The inventory is the basic element of our server. In the inventory, you can store food, clothing items, objects obtained from jobs, and more.

The inventory comes with a capacity of 45 kilograms, which can be increased to 55 kg by equipping a backpack. With the inventory open, you can see items thrown nearby and also throw items in the vicinity (on the ground).
The inventory comes with a capacity of 5 kilograms, which can be increased to 45 kg by equipping a backpack. With the inventory open, you can see items thrown nearby and also throw items in the vicinity (on the ground).

Items in the vicinity can be picked up by any player in your proximity.
The inventory capacity cannot be increased if the player works out; this concept is NOT adopted on our server.
Expand Down

0 comments on commit 3899406

Please sign in to comment.