Player : xpForLevel passé en Natural
Clement Colmerauer

Clement Colmerauer commited on 2024-12-13 09:32:56
Showing 18 changed files, with 1 additions and 1 deletions.

... ...
@@ -9,7 +9,7 @@ import re.forestier.edu.lib.Natural;
9 9
 public class Player {
10 10
     private static final Natural defaultMaxHp = Natural.valueOf(20);
11 11
     private static final Integer[] xpForlevel = {0,10,27,57,111}; //Level = i+1 
12
-                                                                  //TODO : add level
12
+                                                                  //We consider that level is a player thing, not a job one.
13 13
 
14 14
     private String playerName;
15 15
     private String avatarName;
16 16