Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
43
Config/Store.cfg
Normal file
43
Config/Store.cfg
Normal file
@@ -0,0 +1,43 @@
|
||||
# Configuration for Ultima Store
|
||||
|
||||
# Enable or disable the Ultima Store
|
||||
Enabled=True
|
||||
|
||||
# Limit the Ultima Store by expansion.
|
||||
Expansion=TOL
|
||||
|
||||
# Website address for more information.
|
||||
Website=https://coming.soon
|
||||
|
||||
# Values: None|Sovereigns|Gold|PointsSystem|Custom
|
||||
# Custom uses the ResolveCurrency handler and requires additional development to implement.
|
||||
CurrencyImpl=Gold
|
||||
|
||||
# Fully qualified Namespace.Class.Method string for the target Custom currency handler method.
|
||||
# Used when Custom is chosen for the CurrencyImpl.
|
||||
# A target method that implements get/consume for custom currencies.
|
||||
# Expected Params: Mobile user, Int32 consume
|
||||
# Expected Return: Int32
|
||||
# Example: Server.Engines.UOStore.CustomClass.CustomMethod
|
||||
ResolveCurrency= Server.Items.Gold
|
||||
|
||||
# What do you want to call your currency?
|
||||
CurrencyName=Gold
|
||||
|
||||
# Display CurrencyName in the Ultima Store gump.
|
||||
CurrencyDisplay=True
|
||||
|
||||
# Used when PointsSystem is chosen for the CurrencyImpl.
|
||||
# Values:
|
||||
# None|QueensLoyalty|VoidPool|DespiseCrystals|ShameCrystals|CasinoData|CityTrading
|
||||
# Moonglow|Britain|Jhelom|Yew|Minoc|Trinsic|SkaraBrae|NewMagincia|Vesper
|
||||
# Blackthorn|CleanUpBritannia|ViceVsVirtue|TreasuresOfKotlCity|PVPArena
|
||||
PointsImpl=None
|
||||
|
||||
# Multiplier for store item cost.
|
||||
# The EA costs act as a 'base cost' where you can increase to your choosing.
|
||||
# 10.0 is the same as BaseCost * 10
|
||||
CostMultiplier=2.0
|
||||
|
||||
# Maximum cart capacity.
|
||||
CartCapacity=10
|
||||
Reference in New Issue
Block a user