@@ -126,19 +126,32 @@ Battle Nads uses a sophisticated economic model based on shMON (staked MON) toke
126
126
127
127
### Stat Allocation Strategy
128
128
129
- You have 14 points to distribute across 6 attributes. Consider these builds:
129
+ You have 14 points to distribute across 6 attributes. Since your class is randomly assigned, here are recommended builds for each class :
130
130
131
- #### Balanced Fighter (Recommended for beginners )
131
+ #### Warrior (Tank/DPS )
132
132
133
- - Strength: 3, Vitality: 3, Dexterity: 2, Quickness: 2, Sturdiness: 2, Luck: 2
133
+ - Strength: 4, Vitality: 3, Dexterity: 2, Quickness: 2, Sturdiness: 2, Luck: 1
134
+ - Focus on Strength and Vitality to maximize health and damage
134
135
135
- #### Glass Cannon
136
+ #### Rogue (High Damage)
136
137
137
- - Strength: 4, Vitality: 2, Dexterity: 4, Quickness: 3, Sturdiness: 1, Luck: 1
138
+ - Strength: 2, Vitality: 1, Dexterity: 4, Quickness: 3, Sturdiness: 1, Luck: 3
139
+ - Prioritize Dexterity and Quickness for hit chance and turn frequency
138
140
139
- #### Tank Build
141
+ #### Monk (Support)
140
142
141
- - Strength: 2, Vitality: 4, Dexterity: 2, Quickness: 1, Sturdiness: 4, Luck: 1
143
+ - Strength: 2, Vitality: 2, Dexterity: 2, Quickness: 2, Sturdiness: 3, Luck: 3
144
+ - Balanced build with emphasis on Sturdiness and Luck
145
+
146
+ #### Sorcerer (Magic DPS)
147
+
148
+ - Strength: 1, Vitality: 2, Dexterity: 3, Quickness: 3, Sturdiness: 2, Luck: 3
149
+ - Focus on magical stats while maintaining survivability
150
+
151
+ #### Bard (Challenge Mode)
152
+
153
+ - Strength: 2, Vitality: 3, Dexterity: 2, Quickness: 2, Sturdiness: 3, Luck: 2
154
+ - Balanced approach to offset stat penalties
142
155
143
156
### Level Progression
144
157
@@ -252,10 +265,11 @@ Battle Nads features a 3D dungeon system:
252
265
** First 4 Staircase Locations:**
253
266
254
267
- Depth 1→2: (25, 25) - Always at center
255
- - Depth 2→3: (35, 15) - Southeast quadrant
268
+ - Depth 2→3: (35, 15) - Southeast quadrant
256
269
- Depth 3→4: (15, 35) - Northwest quadrant
257
270
- Depth 4→5: (14, 14) - Southwest quadrant
258
- - Further depths follow a pattern with increasing distance from center
271
+
272
+ ** Hint:** Further depths follow a pattern - explore to discover it!
259
273
260
274
### Exploration Mechanics
261
275
@@ -276,7 +290,7 @@ Battle Nads features a 3D dungeon system:
276
290
277
291
1 . ** Safe Exploration** : Move cautiously in new areas to avoid overwhelming encounters
278
292
2 . ** Level Appropriate Zones** : Stay in areas matching your character level
279
- 3 . ** Finding Staircases** : Learn the staircase pattern to efficiently navigate between depths
293
+ 3 . ** Finding Staircases** : Memorize the first few locations, then discover the pattern
280
294
4 . ** Boss Preparation** : Prepare thoroughly before approaching boss locations (bosses spawn at staircase coordinates)
281
295
5 . ** Escape Routes** : Always plan retreat paths before engaging in combat
282
296
@@ -288,15 +302,12 @@ Battle Nads features a 3D dungeon system:
288
302
2 . Use ` moveUp() ` to go deeper (higher depth number) or ` moveDown() ` to go shallower
289
303
3 . You'll arrive at the same coordinates on the new depth level
290
304
291
- ** Finding Staircase Coordinates :**
305
+ ** Navigation Tips :**
292
306
293
- - ** Depth 1** : Staircase at (25, 25) - center of the map
294
- - ** Other Depths** : Use the pattern:
295
- - Depth % 4 = 2: Southwest (subtract from 25,25)
296
- - Depth % 4 = 3: Northeast (add to 25,25)
297
- - Depth % 4 = 0: Southeast (add X, subtract Y)
298
- - Depth % 4 = 1: Northwest (subtract X, add Y)
299
- - Distance increases with depth: 10 + (depth ÷ 4)
307
+ - Start by memorizing the first 4 staircase locations
308
+ - Observe the pattern as you explore deeper levels
309
+ - Boss monsters often guard staircase locations
310
+ - Hint: The pattern involves corners and increasing distances
300
311
301
312
## Equipment System
302
313
0 commit comments