Range
0 to 32767
Default Value
32767 for Crystals and Privateers, 200 for rest
Arrayized!
PHost only!

This option controls the monetary cost of a cloned ship as a separate value for each player. Each entry in this array represents the cost of cloning a ship for that player, as a percentage of the ship's normal cost. For example, a value of 200 means that cloned ships will cost twice as many megacredits to build as they would cost normally. This config option can be different for each player.

► Note: Note that in PHost, the Privateers and Crystals are not prohibited from cloning, as they are in HOST 3.2. Their default clone cost value of 32767 however makes cloning very unattractive. Note, too, that this config option only affects the monetary (i.e., megacredits) cost of cloning. The mineral costs are not affected.

If you want to disable cloning completely for a race, you can make their ships unclonable by using a statement such as

Function = Unclonable
AssignTo = Hull
Hull = *
RacesAllowed = 5 7

in shiplist.txt. The AssignTo=Hull statement is important here, as you want all ships owned by these races to be unclonable, not just those built by them.