chore: put the character level 10
This commit is contained in:
parent
ed70bb6550
commit
7be7f6205d
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ return {
|
||||||
turns = 2,
|
turns = 2,
|
||||||
move = 4,
|
move = 4,
|
||||||
|
|
||||||
startlevel = 50,
|
startlevel = 10,
|
||||||
|
|
||||||
isUnlockedAtStart = true,
|
isUnlockedAtStart = true,
|
||||||
canGoSuper = true,
|
canGoSuper = true,
|
||||||
|
|
|
@ -7,7 +7,7 @@ return {
|
||||||
turns = 3,
|
turns = 3,
|
||||||
move = 4,
|
move = 4,
|
||||||
|
|
||||||
startlevel = 50,
|
startlevel = 10,
|
||||||
|
|
||||||
isUnlockedAtStart = true,
|
isUnlockedAtStart = true,
|
||||||
canGoSuper = true,
|
canGoSuper = true,
|
||||||
|
|
|
@ -7,7 +7,7 @@ return {
|
||||||
turns = 2,
|
turns = 2,
|
||||||
move = 3,
|
move = 3,
|
||||||
|
|
||||||
startlevel = 50,
|
startlevel = 10,
|
||||||
|
|
||||||
isUnlockedAtStart = true,
|
isUnlockedAtStart = true,
|
||||||
canGoSuper = true,
|
canGoSuper = true,
|
||||||
|
|
Loading…
Reference in a new issue