Neutering after Buying
Per Default Animals Sold from Trading Platforms get neutered upon download. Set the following Setting to True, to Prevent this!
PreventNeuterOfBoughtAnimals=False/True
Trading Platform Costs
Trading Platforms have various Settings to require payment from the Player
AnimalTradingGoldCostPerInterval=5
This requires 5 Gold per Interval to be Paid (taken from own Inventory) if insufficient Founds Platform will unclaim itself
AnimalTradingAdditionalGoldCostPerIAnimal=0
This would cost additional Gold each Interval for each Additional Animal offered for Sale on the Platform
MaxAnimalsPerPlatform=10
This Limits the Maximum Amount of Animals that can be offered on the same platform
AllowedPaymentItems="/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin,/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Coal_Graphite.PrimalItemResource_Coal_Graphite"
This is a List of Resources that the Seller can choose from to select as Payment, the above value is an example and should be modified to your liking. The Entries are Comma Separated and encased by Brackets.
DisableRent=False/True
Setting this to True would render AnimalTradingAdditionalGoldCostPerIAnimal and AnimalTradingGoldCostPerInterval useless, no Gold will be required after Renting and Platforms will never unclaim themselves.
FeePerSoldAnimal=0.0
This is a percentage value that the Seller pays when successfully selling the Animal. It's depending on the Payment Resource. Note that you have to divide your percentage by 100.
E.g. 0.025 would take 2.5% of the Sold Payment as Fee.
Trading Platform Anti Dumping
This has been introduced to give admins the possibility to define minimum values of Payments. While it's complicated at first it offers good flexibility without getting too much out of hand.
AntiDumpCostPerBirthLevel=False/True
Setting this to True will enable Anti Dumping
AntiDumpConversionRate="50;50″
This is a Semicolon List that is for Every Resource you have Listed in AllowedPaymentItems (in the same Order). It Assigns a Value that will be Multiplied with other Multipliers and the Animals stats to calculate the Minimum Price a Seller has to choose.
AntiDumpDoubleLevel=0
If an animal is Higher than this Level the Calculated Price will be doubled
AntiDumpTrippleLevel=0
If an animal is Higher than this Level the Calculated Price will be tripled. Note that it will only be tripled (not doubled and then tripled)
Regarding the Animal Level: The Calculation is based on the Stat Points, e.g. Animal has 12 Weight, 5 Hp, 10 Melee
Multiplier is 5+10+12=27 and is checked vs the Above Levels
If we Take the Above Example that means an Animal with 27 Stat Points would enforce a minimum Price of 27*50 Gold (if the Tripled and Doubled Multiplier are set higher than 27).