In depth Guide for Slavers Of Skyrim

Chapter:	Slave pricing system
Modul: SLOSCore
-------------------------------------------
Written for: Stage 2
in the year of: 2024
Month: 10
Day: 15
-------------------------------------------

This system goal to give a precise ammount of gold cost when a slave sold to any buyer.
So all variabe counted from the seller point of view.

Important to note:
all slave has a life spam, more closer their end of life spam they value lowered.

Cost of age:
Evry weak a salve value decrased, by this ammount of gold.

Registered as:
SlavePriceCostOfAge

Slaves Base cost:
the slave base cost that got improved by other factors.
the basic cost of slave come from this:
( Slave maximum life time - slave life time spent ) X Cost of age = Slave Base price

Slave base price incrased by slave sex:
SlavePriceFemale
SlavePriceMale

SlavePriceSexEffect = SlavePriceMale OR SlavePriceFemale

Futherer more if a slave not a normal slave:
-Followers, hireings, potential followers, player market followers got:
SlavePriceFollower

-Player got:
SlavePricePlayer

final value:
SlavePriceSpecial = SlavePricePlayer OR SlavePriceFollower

if slave got trained recive the traning bonus:
SlavePriceTraningBonus

(slave traning not yet devloped! - 2024-10-15)

----------------
So slave basic cost calcualted by this way:

SlaveBasicCost = ( ( Slave maximum life time - slave life time spent ) X Cost of age ) + SlavePriceSexEffect + SlavePriceSpecial + SlavePriceTraningBonus

=======================
Trading costs:
======================

When selling a slave its importan from where it sold.

-Slaver Camp:
Slave camp not buy slaves only sell.

When slave camp selling slaves the fallowing price counted:
SlavePriceSlaveCampSell

Calculating slave price:
SlaveBasicCost + SlavePriceSlaveCampSell = Slave value in camp when selling

-Slave Marketplace:
When any one sell slave to the market it self they can add the:
SlavePriceSlaveMarketplaceBuy

calcaulting the slave marketplace buy cost
SlaveBasicCost + SlavePriceSlaveCampSell + SlavePriceSlaveMarketplaceBuy = slave cost to market to buy

SlaveMarket when selling slaves add its own sell price incrase named:
SlavePriceSlaveMarketplaceSell

Slave market place selling prices are counted as this:
SlaveBasicCost + SlavePriceSlaveCampSell + SlavePriceSlaveMarketplaceBuy + SlavePriceSlaveMarketplaceSell = slave cost to buy from market

( so this is why profitible move a slave directly to a slave workshop... instead a slave market place. yes player can act as salve trader if joins  the slaver guild.... or get own slaver base...)
