mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
T2RPG: Increase skill gain to be 1.5x per level
Faster game.
This commit is contained in:
parent
de1a1c2204
commit
6fa1825697
|
|
@ -1,5 +1,5 @@
|
|||
if($initlck $= "") $initlck = 14;
|
||||
if($SPgainedPerLevel $= "") $SPgainedPerLevel = 30;
|
||||
if($SPgainedPerLevel $= "") $SPgainedPerLevel = 45;
|
||||
if($initSPcredits $= "") $initSPcredits = 60;
|
||||
if($autoStartupSP $= "") $autoStartupSP = 1; //for each skill
|
||||
if($initbankcoins $= "") $initbankcoins = 2500;
|
||||
|
|
|
|||
Loading…
Reference in a new issue