From ae681a96ccf6ce746c2365b993681ec71ff632a7 Mon Sep 17 00:00:00 2001 From: AriDEV Date: Sat, 27 Dec 2014 01:55:27 +0000 Subject: Server/Currency: Implement Apexis Crystals --- src/server/worldserver/worldserver.conf.dist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/server/worldserver') 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 @@ -3249,6 +3249,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 -- cgit v1.2.3