EXWEAPON
EXAMPLE CLAN WEAPON CREATION:
Weapons may be reduced in weight, have hitroll and damroll bonuses, special
flags, etc. For this example we will create a secondary weapon with an initial
weight of 5 lbs (initial weight can range from 5 to 10 lbs) and reduce that to
1 lb for off-hand use, add a +1 hitroll bonus, and add two extra flags, frost
and sharp:
Cost for creating the first clan weapon is 250 diamonds.
Cost for reducing weight is 10(a-b),
where a = Initial weight, b = Desired weight
Thus, to go from 5 lbs to 1 lb:
Initial weight = 5 lbs, Desired weight = 1 lbs
a = 5, b = 1
Therefore,
price = 10*(5-1) = 10*4 = 40 diamonds
Cost for hitroll bonus is 50(a+(a+1)...+b),
where a = Current point purchased, b = Desired point
Thus, to go from no hitroll bonus to +1:
Current point purchased = 1, Desired point purchased = 1,
a = 1, b = 1 [note that a and b are the same]
Therefore,
price = 50(1) = 50 diamonds
Cost for extra flags is 100(a+(a+1)+...b),
where a = Current flag purchased, b = Desired flags purchased
Thus, to go from no flags to two added:
Current flag purchased = 1, Desired flag = 2,
a = 1, b = 2
Therefore,
price = 100(1+2) = 100*3 = 300 diamonds
The total cost of creating this weapon is: 250+40+50+300 = 640 diamonds.