diff options
| author | AriDEV <aridev666@gmail.com> | 2014-12-27 01:55:27 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2014-12-27 01:55:27 +0000 |
| commit | ae681a96ccf6ce746c2365b993681ec71ff632a7 (patch) | |
| tree | ec4ce3781256e1fdf48fd4e7e4d7618a26e1cc1d /src/server/worldserver | |
| parent | 1f58c5313b6252d9dbe436f0539eb4a08056bcfb (diff) | |
Server/Currency: Implement Apexis Crystals
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 11c081bea44..3e3a04aee55 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -3250,6 +3250,22 @@ Currency.StartHonorPoints = 0 Currency.MaxHonorPoints = 4000 # +# Currency.StartApexisCrystals +# Amount of Apexis Crystals that new players will start with +# Default: 0 (with precision) +# + +Currency.StartApexisCrystals = 0 + +# +# Currency.MaxApexisCrystals +# Amount Apexis Crystals a player can have +# Default: 20000 +# + +Currency.MaxApexisCrystals = 20000 + +# # Currency.StartJusticePoints # Amount of justice points that new players will start with # Default: 0 (with precision) |
