{# Picking the Buy Trade Tables #}
{%if Buy_Table == "Random Table"%}
{% buyResultTable = {CHART(name="Trade Tables", cols="1")} %}
{%else%}
{% buyResultTable = {$Buy_Table} %}
{%end%}
{# Gather the Trade Abbreviation from the Buy Trade Table for use in filtering results from the commodities table #}
{% buyFilter = {CHART(name="Trade Tables", filter_cols="1", filter="{$buyResultTable}", cols="2")} %}
{# Picking the Sell Trade Tables #}
{%if Sell_Table == "Random Table"%}
{% sellResultTable = {CHART(name="Trade Tables", cols="1")} %}
{%else%}
{% sellResultTable = {$Sell_Table} %}
{%end%}
{# Gather the Trade Abbreviation from the Sell Trade Table for use in filtering results from the commodities table #}
{% sellFilter = {CHART(name="Trade Tables", filter_cols="1", filter="{$sellResultTable}", cols="2")} %}
{# Organizing the Trade Tables for the Buy Charts #}
{% buyChart = get_chart name:"Standard Commodities" %}
{% buyChartResult = filter cols:5 pattern:{$buyFilter} source:buyChart %}
{# Organizing the Trade Tables for the Sell Charts #}
{% sellChart = get_chart name:"Standard Commodities" %}
{% sellChartResult = filter cols:5 pattern:{$buyFilter} source:sellChart %}
{# Lets organize the Buy & Sell Sales Charts and calculate totals #}
{% salesBuyChartRoleBase1 = {3d6} %}
{% salesSellChartRoleBase1 = {3d6} %}
{% worldBuyModifier1 = {{buyChartResult.1.$buyFilter}} %}
{% worldSellModifier1 = {{sellChartResult.1.$sellFilter}} %}
{% salesBuyChartRoleTotal1 = {{$salesBuyChartRoleBase1}-{$Expertise}+{$worldBuyModifier1}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal1 = {{$salesSellChartRoleBase1}+{$Expertise}+{$worldSellModifier1}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier1 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal1}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier1 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal1}", filter_cols="1", cols="2")} %}
{% buyChartResultCost1 = {{buyChartResult.1.2}} %}
{% sellChartResultCost1 = {{sellChartResult.1.2}} %}
{% totalBuyPrice1 = {{$buyChartResultCost1} * {$salesBuyChartCostMultiplier1}} %}
{% totalSellPrice1 = {{$sellChartResultCost1} * {$salesSellChartCostMultiplier1}} %}
{% totalProfitLoss1 = {{$totalSellPrice1}-{$totalBuyPrice1}} %}
{% salesBuyChartRoleBase2 = {3d6} %}
{% salesSellChartRoleBase2= {3d6} %}
{% worldBuyModifier2 = {{buyChartResult.2.$buyFilter}} %}
{% worldSellModifier2 = {{sellChartResult.2.$sellFilter}} %}
{% salesBuyChartRoleTotal2 = {{$salesBuyChartRoleBase2}-{$Expertise}+{$worldBuyModifier2}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal2 = {{$salesSellChartRoleBase2}+{$Expertise}+{$worldSellModifier2}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier2 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal2}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier2 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal2}", filter_cols="1", cols="2")} %}
{% buyChartResultCost2 = {{buyChartResult.2.2}} %}
{% sellChartResultCost2 = {{sellChartResult.2.2}} %}
{% totalBuyPrice2 = {{$buyChartResultCost2} * {$salesBuyChartCostMultiplier2}} %}
{% totalSellPrice2 = {{$sellChartResultCost2} * {$salesSellChartCostMultiplier2}} %}
{% totalProfitLoss2 = {{$totalSellPrice2}-{$totalBuyPrice2}} %}
{% salesBuyChartRoleBase3 = {3d6} %}
{% salesSellChartRoleBase3= {3d6} %}
{% worldBuyModifier3 = {{buyChartResult.3.$buyFilter}} %}
{% worldSellModifier3 = {{sellChartResult.3.$sellFilter}} %}
{% salesBuyChartRoleTotal3 = {{$salesBuyChartRoleBase3}-{$Expertise}+{$worldBuyModifier3}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal3 = {{$salesSellChartRoleBase3}+{$Expertise}+{$worldSellModifier3}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier3 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal3}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier3 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal3}", filter_cols="1", cols="2")} %}
{% buyChartResultCost3 = {{buyChartResult.3.2}} %}
{% sellChartResultCost3 = {{sellChartResult.3.2}} %}
{% totalBuyPrice3 = {{$buyChartResultCost3} * {$salesBuyChartCostMultiplier3}} %}
{% totalSellPrice3 = {{$sellChartResultCost3} * {$salesSellChartCostMultiplier3}} %}
{% totalProfitLoss3 = {{$totalSellPrice3}-{$totalBuyPrice3}} %}
{% salesBuyChartRoleBase4 = {3d6} %}
{% salesSellChartRoleBase4= {3d6} %}
{% worldBuyModifier4 = {{buyChartResult.4.$buyFilter}} %}
{% worldSellModifier4 = {{sellChartResult.4.$sellFilter}} %}
{% salesBuyChartRoleTotal4 = {{$salesBuyChartRoleBase4}-{$Expertise}+{$worldBuyModifier4}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal4 = {{$salesSellChartRoleBase4}+{$Expertise}+{$worldSellModifier4}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier4 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal4}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier4 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal4}", filter_cols="1", cols="2")} %}
{% buyChartResultCost4 = {{buyChartResult.4.2}} %}
{% sellChartResultCost4 = {{sellChartResult.4.2}} %}
{% totalBuyPrice4 = {{$buyChartResultCost4} * {$salesBuyChartCostMultiplier4}} %}
{% totalSellPrice4 = {{$sellChartResultCost4} * {$salesSellChartCostMultiplier4}} %}
{% totalProfitLoss4 = {{$totalSellPrice4}-{$totalBuyPrice4}} %}
{% salesBuyChartRoleBase5 = {3d6} %}
{% salesSellChartRoleBase5= {3d6} %}
{% worldBuyModifier5 = {{buyChartResult.5.$buyFilter}} %}
{% worldSellModifier5 = {{sellChartResult.5.$sellFilter}} %}
{% salesBuyChartRoleTotal5 = {{$salesBuyChartRoleBase4}-{$Expertise}+{$worldBuyModifier5}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal5 = {{$salesSellChartRoleBase4}+{$Expertise}+{$worldSellModifier5}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier5 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal5}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier5 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal5}", filter_cols="1", cols="2")} %}
{% buyChartResultCost5 = {{buyChartResult.5.2}} %}
{% sellChartResultCost5 = {{sellChartResult.5.2}} %}
{% totalBuyPrice5 = {{$buyChartResultCost5} * {$salesBuyChartCostMultiplier5}} %}
{% totalSellPrice5 = {{$sellChartResultCost5} * {$salesSellChartCostMultiplier5}} %}
{% totalProfitLoss5 = {{$totalSellPrice5}-{$totalBuyPrice5}} %}
{% salesBuyChartRoleBase6 = {3d6} %}
{% salesSellChartRoleBase6= {3d6} %}
{% worldBuyModifier6 = {{buyChartResult.6.$buyFilter}} %}
{% worldSellModifier6 = {{sellChartResult.6.$sellFilter}} %}
{% salesBuyChartRoleTotal6 = {{$salesBuyChartRoleBase6}-{$Expertise}+{$worldBuyModifier6}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal6 = {{$salesSellChartRoleBase6}+{$Expertise}+{$worldSellModifier6}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier6 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal6}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier6 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal6}", filter_cols="1", cols="2")} %}
{% buyChartResultCost6 = {{buyChartResult.6.2}} %}
{% sellChartResultCost6 = {{sellChartResult.6.2}} %}
{% totalBuyPrice6 = {{$buyChartResultCost6} * {$salesBuyChartCostMultiplier6}} %}
{% totalSellPrice6 = {{$sellChartResultCost6} * {$salesSellChartCostMultiplier6}} %}
{% totalProfitLoss6 = {{$totalSellPrice6}-{$totalBuyPrice6}} %}
{% salesBuyChartRoleBase7 = {3d6} %}
{% salesSellChartRoleBase7 = {3d6} %}
{% worldBuyModifier7 = {{buyChartResult.7.$buyFilter}} %}
{% worldSellModifier7 = {{sellChartResult.7.$sellFilter}} %}
{% salesBuyChartRoleTotal7 = {{$salesBuyChartRoleBase7}-{$Expertise}+{$worldBuyModifier7}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal7 = {{$salesSellChartRoleBase7}+{$Expertise}+{$worldSellModifier7}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier7 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal7}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier7 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal7}", filter_cols="1", cols="2")} %}
{% buyChartResultCost7 = {{buyChartResult.7.2}} %}
{% sellChartResultCost7 = {{sellChartResult.7.2}} %}
{% totalBuyPrice7 = {{$buyChartResultCost7} * {$salesBuyChartCostMultiplier7}} %}
{% totalSellPrice7 = {{$sellChartResultCost7} * {$salesSellChartCostMultiplier7}} %}
{% totalProfitLoss7 = {{$totalSellPrice7}-{$totalBuyPrice7}} %}
{% salesBuyChartRoleBase8 = {3d6} %}
{% salesSellChartRoleBase8 = {3d6} %}
{% worldBuyModifier8 = {{buyChartResult.8.$buyFilter}} %}
{% worldSellModifier8 = {{sellChartResult.8.$sellFilter}} %}
{% salesBuyChartRoleTotal8 = {{$salesBuyChartRoleBase8}-{$Expertise}+{$worldBuyModifier8}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal8 = {{$salesSellChartRoleBase8}+{$Expertise}+{$worldSellModifier8}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier8 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal8}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier8 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal8}", filter_cols="1", cols="2")} %}
{% buyChartResultCost8 = {{buyChartResult.8.2}} %}
{% sellChartResultCost8 = {{sellChartResult.8.2}} %}
{% totalBuyPrice8 = {{$buyChartResultCost8} * {$salesBuyChartCostMultiplier8}} %}
{% totalSellPrice8 = {{$sellChartResultCost8} * {$salesSellChartCostMultiplier8}} %}
{% totalProfitLoss8 = {{$totalSellPrice8}-{$totalBuyPrice8}} %}
{% salesBuyChartRoleBase9 = {3d6} %}
{% salesSellChartRoleBase9 = {3d6} %}
{% worldBuyModifier9 = {{buyChartResult.9.$buyFilter}} %}
{% worldSellModifier9 = {{sellChartResult.9.$sellFilter}} %}
{% salesBuyChartRoleTotal9 = {{$salesBuyChartRoleBase9}-{$Expertise}+{$worldBuyModifier9}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal9 = {{$salesSellChartRoleBase9}+{$Expertise}+{$worldSellModifier9}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier9 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal9}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier9 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal9}", filter_cols="1", cols="2")} %}
{% buyChartResultCost9 = {{buyChartResult.9.2}} %}
{% sellChartResultCost9 = {{sellChartResult.9.2}} %}
{% totalBuyPrice9 = {{$buyChartResultCost9} * {$salesBuyChartCostMultiplier9}} %}
{% totalSellPrice9 = {{$sellChartResultCost9} * {$salesSellChartCostMultiplier9}} %}
{% totalProfitLoss9 = {{$totalSellPrice9}-{$totalBuyPrice9}} %}
{% salesBuyChartRoleBase10 = {3d6} %}
{% salesSellChartRoleBase10 = {3d6} %}
{% worldBuyModifier10 = {{buyChartResult.10.$buyFilter}} %}
{% worldSellModifier10 = {{sellChartResult.10.$sellFilter}} %}
{% salesBuyChartRoleTotal10 = {{$salesBuyChartRoleBase10}-{$Expertise}+{$worldBuyModifier10}+{$Buy_Friction}} %}
{% salesSellChartRoleTotal10 = {{$salesSellChartRoleBase10}+{$Expertise}+{$worldSellModifier10}-{$Sell_Friction}} %}
{% salesBuyChartCostMultiplier10 = {CHART(name="Sales Chart", filter_exact="{$salesBuyChartRoleTotal10}", filter_cols="1", cols="2")} %}
{% salesSellChartCostMultiplier10 = {CHART(name="Sales Chart", filter_exact="{$salesSellChartRoleTotal10}", filter_cols="1", cols="2")} %}
{% buyChartResultCost10 = {{buyChartResult.10.2}} %}
{% sellChartResultCost10 = {{sellChartResult.10.2}} %}
{% totalBuyPrice10 = {{$buyChartResultCost10} * {$salesBuyChartCostMultiplier10}} %}
{% totalSellPrice10 = {{$sellChartResultCost10} * {$salesSellChartCostMultiplier10}} %}
{% totalProfitLoss10 = {{$totalSellPrice10}-{$totalBuyPrice10}} %}
{# Lets organize the Sell Sales Chart #}
{# WORLD MODIFIER BY TYPE - This is a tricky one... #}
{% salesBuyWorldModifier1 = get_chart filter:"{$buyFilter}" filter_cols:2 name:"World Modifiers" %}
{% salesSellWorldModifier1 = get_chart filter:"{$sellFilter}" filter_cols:2 name:"World Modifiers" %}
{# Rendering the buy table #}
| 1d10 | Commodity | Base Unit Cost | Types | Buy Roll | Expertise | Buy World Modifier | Buy Friction | Buy Total | Buy Multiplier | Buy Price |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | {{buyChartResult.1.1}} | {{buyChartResult.1.2}} | {{buyChartResult.1.4}} | {$salesBuyChartRoleBase1} | {$Expertise} | {$worldBuyModifier1} | {$Buy_Friction} | {$salesBuyChartRoleTotal1} | {$salesBuyChartCostMultiplier1} | {$totalBuyPrice1} |
| 2 | {{buyChartResult.2.1}} | {{buyChartResult.2.2}} | {{buyChartResult.2.4}} | {$salesBuyChartRoleBase2} | {$Expertise} | {$worldBuyModifier2} | {$Buy_Friction} | {$salesBuyChartRoleTotal2} | {$salesBuyChartCostMultiplier2} | {$totalBuyPrice2} |
| 3 | {{buyChartResult.3.1}} | {{buyChartResult.3.2}} | {{buyChartResult.3.4}} | {$salesBuyChartRoleBase3} | {$Expertise} | {$worldBuyModifier3} | {$Buy_Friction} | {$salesBuyChartRoleTotal3} | {$salesBuyChartCostMultiplier3} | {$totalBuyPrice3} |
| 4 | {{buyChartResult.4.1}} | {{buyChartResult.4.2}} | {{buyChartResult.4.4}} | {$salesBuyChartRoleBase4} | {$Expertise} | {$worldBuyModifier4} | {$Buy_Friction} | {$salesBuyChartRoleTotal4} | {$salesBuyChartCostMultiplier4} | {$totalBuyPrice4} |
| 5 | {{buyChartResult.5.1}} | {{buyChartResult.5.2}} | {{buyChartResult.5.4}} | {$salesBuyChartRoleBase5} | {$Expertise} | {$worldBuyModifier5} | {$Buy_Friction} | {$salesBuyChartRoleTotal5} | {$salesBuyChartCostMultiplier5} | {$totalBuyPrice5} |
| 6 | {{buyChartResult.6.1}} | {{buyChartResult.6.2}} | {{buyChartResult.6.4}} | {$salesBuyChartRoleBase6} | {$Expertise} | {$worldBuyModifier6} | {$Buy_Friction} | {$salesBuyChartRoleTotal6} | {$salesBuyChartCostMultiplier6} | {$totalBuyPrice6} |
| 7 | {{buyChartResult.7.1}} | {{buyChartResult.7.2}} | {{buyChartResult.7.4}} | {$salesBuyChartRoleBase7} | {$Expertise} | {$worldBuyModifier7} | {$Buy_Friction} | {$salesBuyChartRoleTotal7} | {$salesBuyChartCostMultiplier7} | {$totalBuyPrice7} |
| 8 | {{buyChartResult.8.1}} | {{buyChartResult.8.2}} | {{buyChartResult.8.4}} | {$salesBuyChartRoleBase8} | {$Expertise} | {$worldBuyModifier8} | {$Buy_Friction} | {$salesBuyChartRoleTotal8} | {$salesBuyChartCostMultiplier8} | {$totalBuyPrice8} |
| 9 | {{buyChartResult.9.1}} | {{buyChartResult.9.2}} | {{buyChartResult.9.4}} | {$salesBuyChartRoleBase9} | {$Expertise} | {$worldBuyModifier9} | {$Buy_Friction} | {$salesBuyChartRoleTotal9} | {$salesBuyChartCostMultiplier9} | {$totalBuyPrice9} |
| 10 | {{buyChartResult.10.1}} | {{buyChartResult.10.2}} | {{buyChartResult.10.4}} | {$salesBuyChartRoleBase10} | {$Expertise} | {$worldBuyModifier10} | {$Buy_Friction} | {$salesBuyChartRoleTotal10} | {$salesBuyChartCostMultiplier10} | {$totalBuyPrice10} |
| Commodity | Base Price | Sell Roll | Expertise | Sell World Modifier | Sell Friction | Sell Total | Sell Multiplier | Sell Price | P & L |
|---|---|---|---|---|---|---|---|---|---|
| {{buyChartResult.1.1}} | {$sellChartResultCost1} | {$salesSellChartRoleBase1} | {$Expertise} | {$worldSellModifier1} | {$Sell_Friction} | {$salesSellChartRoleTotal1} | {$salesSellChartCostMultiplier1} | {$totalSellPrice1} | {$totalProfitLoss1} |
| {{buyChartResult.2.1}} | {$sellChartResultCost2} | {$salesSellChartRoleBase2} | {$Expertise} | {$worldSellModifier2} | {$Sell_Friction} | {$salesSellChartRoleTotal2} | {$salesSellChartCostMultiplier2} | {$totalSellPrice2} | {$totalProfitLoss2} |
| {{buyChartResult.3.1}} | {$sellChartResultCost3} | {$salesSellChartRoleBase3} | {$Expertise} | {$worldSellModifier3} | {$Sell_Friction} | {$salesSellChartRoleTotal3} | {$salesSellChartCostMultiplier3} | {$totalSellPrice3} | {$totalProfitLoss3} |
| {{buyChartResult.4.1}} | {$sellChartResultCost4} | {$salesSellChartRoleBase4} | {$Expertise} | {$worldSellModifier4} | {$Sell_Friction} | {$salesSellChartRoleTotal4} | {$salesSellChartCostMultiplier4} | {$totalSellPrice4} | {$totalProfitLoss4} |
| {{buyChartResult.5.1}} | {$sellChartResultCost5} | {$salesSellChartRoleBase5} | {$Expertise} | {$worldSellModifier5} | {$Sell_Friction} | {$salesSellChartRoleTotal5} | {$salesSellChartCostMultiplier5} | {$totalSellPrice5} | {$totalProfitLoss5} |
| {{buyChartResult.6.1}} | {$sellChartResultCost6} | {$salesSellChartRoleBase6} | {$Expertise} | {$worldSellModifier6} | {$Sell_Friction} | {$salesSellChartRoleTotal6} | {$salesSellChartCostMultiplier6} | {$totalSellPrice6} | {$totalProfitLoss6} |
| {{buyChartResult.7.1}} | {$sellChartResultCost7} | {$salesSellChartRoleBase7} | {$Expertise} | {$worldSellModifier7} | {$Sell_Friction} | {$salesSellChartRoleTotal7} | {$salesSellChartCostMultiplier7} | {$totalSellPrice7} | {$totalProfitLoss7} |
| {{buyChartResult.8.1}} | {$sellChartResultCost8} | {$salesSellChartRoleBase8} | {$Expertise} | {$worldSellModifier8} | {$Sell_Friction} | {$salesSellChartRoleTotal8} | {$salesSellChartCostMultiplier8} | {$totalSellPrice8} | {$totalProfitLoss8} |
| {{buyChartResult.9.1}} | {$sellChartResultCost9} | {$salesSellChartRoleBase9} | {$Expertise} | {$worldSellModifier9} | {$Sell_Friction} | {$salesSellChartRoleTotal9} | {$salesSellChartCostMultiplier9} | {$totalSellPrice9} | {$totalProfitLoss9} |
| {{buyChartResult.10.1}} | {$sellChartResultCost10} | {$salesSellChartRoleBase10} | {$Expertise} | {$worldSellModifier10} | {$Sell_Friction} | {$salesSellChartRoleTotal10} | {$salesSellChartCostMultiplier10} | {$totalSellPrice10} | {$totalProfitLoss10} |
| d9 | Result | Trade Abbreviation |
|---|---|---|
1 |
Agricultural World |
Ag |
2 |
Alien World |
Alien |
3 |
Cosmopolitan World |
Cosmo |
4 |
Decadent World |
Deca |
5 |
Industrial World |
Indu |
6 |
Primitive World |
Primi |
7 |
Savage World |
Sava |
8 |
Tyrannical World |
Tyra |
9 |
Pretech World |
Pre |
| d33 | Cargo | Cost Per Unit | Tech Level | Types | Trade Tables | Ag | Alien | Cosmo | Deca | Indu | Primi | Sava | Tyra | Pre |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 |
Clothing |
1000 |
0 |
Common, Low Tech, Cultural |
Ag, Alien, Cosmo, Deca, Primi |
0 |
2 |
-2 |
0 |
0 |
0 |
0 |
0 |
2 |
2 |
Colonial Survival Supplies |
5000 |
4 |
Survival, Postech, Common |
Cosmo, Indu |
0 |
0 |
0 |
0 |
0 |
2 |
0 |
0 |
-2 |
3 |
Drugs, Raw Materials |
2000 |
0 |
Agricultural, Biotech, Bulky |
Ag, Alien, Deca, Primi, Sava, Tyra |
-1 |
1 |
0 |
-1 |
1 |
-2 |
-2 |
0 |
0 |
4 |
Drugs, Recreational |
50000 |
3 |
Luxury, Biotech, Compact |
Cosmo, Deca |
1 |
0 |
1 |
1 |
0 |
0 |
0 |
0 |
0 |
5 |
Exotic Jewels |
25000 |
0 |
Rare, Mineral, Luxury, Compact |
Cosmo, Deca |
0 |
0 |
1 |
2 |
2 |
0 |
0 |
-2 |
0 |
6 |
Fine Liquor |
10000 |
0 |
Luxury, Low Tech, Compact |
Ag, Cosmo, Deca, Sava |
0 |
0 |
1 |
2 |
0 |
0 |
1 |
0 |
0 |
7 |
Fusion Plants |
10000 |
4 |
Postech, Tools, Bulky |
Indu, Pre |
2 |
0 |
0 |
0 |
-1 |
3 |
0 |
0 |
-2 |
8 |
Ghoul Immortality Tech |
400000 |
5 |
Medical, Maltech, Compact |
Pre |
0 |
-1 |
0 |
1 |
0 |
0 |
0 |
2 |
1 |
9 |
Housewares, Basic |
2000 |
1 |
Low Tech, Consumer |
Ag, Primi, Sava, Tyra |
0 |
0 |
0 |
0 |
-2 |
0 |
0 |
0 |
0 |
10 |
Housewares, Postech |
5000 |
4 |
Consumer, Postech |
Alien, Cosmo, Indu |
0 |
0 |
0 |
0 |
-2 |
2 |
0 |
0 |
-2 |
11 |
Housewares, Pretech |
50000 |
5 |
Consumer, Pretech |
Pre |
0 |
0 |
2 |
0 |
-2 |
0 |
0 |
0 |
-1 |
12 |
Livestock, Common |
2000 |
0 |
Common, Livestock |
Ag, Alien, Primi, Sava |
-1 |
0 |
0 |
0 |
0 |
-1 |
0 |
0 |
0 |
13 |
Livestock, Gengineered |
10000 |
0 |
Livestock, Biotech |
Ag, Alien, Deca |
0 |
0 |
0 |
-1 |
0 |
-1 |
0 |
0 |
0 |
14 |
Livestock, Luxury Pets |
25000 |
0 |
Livestock, Luxury |
Ag, Deca |
-1 |
0 |
1 |
2 |
0 |
-1 |
0 |
0 |
0 |
15 |
Medical Supplies, Postech |
25000 |
4 |
Medical, Postech, Compact |
Cosmo, Deca |
0 |
-1 |
0 |
0 |
0 |
2 |
0 |
2 |
-2 |
16 |
Medical Supplies, Pretech |
200000 |
5 |
Medical, Pretech, Compact |
Pre |
0 |
-1 |
2 |
0 |
0 |
0 |
0 |
2 |
-1 |
17 |
Metal Ingots, Common |
1000 |
1 |
Common, Mineral, Bulky |
Primi, Tyra |
0 |
0 |
0 |
0 |
2 |
0 |
0 |
-2 |
0 |
18 |
Metal Ingots, Rare Alloys |
5000 |
3 |
Mineral, Bulky, Rare |
Primi, Tyra |
0 |
0 |
0 |
0 |
2 |
0 |
0 |
-2 |
0 |
19 |
Metawheat |
500 |
0 |
Common, Agricultural, Bulky |
Ag, Alien, Primi, Sava |
-2 |
0 |
0 |
0 |
1 |
-2 |
-2 |
0 |
0 |
20 |
Native Artwork |
10000 |
0 |
Cultural, Luxury |
Ag, Alien, Indu, Primi, Sava |
0 |
2 |
-1 |
2 |
0 |
0 |
0 |
0 |
2 |
21 |
Parts, Basic Industry |
5000 |
2 |
Low Tech, Tool |
Cosmo, Indu, Tyra |
2 |
0 |
0 |
0 |
-1 |
1 |
1 |
0 |
0 |
22 |
Parts, Pretech Industry |
100000 |
4 |
Pretech, Tool |
Pre |
2 |
0 |
2 |
0 |
-1 |
1 |
1 |
0 |
-1 |
23 |
Parts, Starship Maintenance |
25000 |
4 |
Postech, Astronautic, Rare |
Pre |
0 |
0 |
0 |
0 |
0 |
2 |
0 |
0 |
-2 |
24 |
Postech Building Material |
10000 |
2 |
Tools, Postech, Bulky |
Indu, Tyra |
2 |
0 |
0 |
0 |
-1 |
3 |
1 |
0 |
-2 |
25 |
Pretech Junk |
50000 |
0 |
Pretech |
Alien, Sava, Pre |
0 |
0 |
2 |
0 |
0 |
0 |
0 |
0 |
-1 |
26 |
Slaves |
25000 |
0 |
Sapient |
Deca, Primi, Sava, Tyra |
0 |
0 |
0 |
-2 |
0 |
0 |
-1 |
-1 |
0 |
27 |
Small Arms, Energy |
10000 |
4 |
Military, Postech |
Alien, Cosmo, Indu, Tyra, Pre |
0 |
0 |
-1 |
0 |
0 |
2 |
2 |
1 |
-2 |
28 |
Small Arms, Pretech |
100000 |
5 |
Military, Pretech |
Pre |
0 |
0 |
1 |
0 |
0 |
0 |
2 |
1 |
-1 |
29 |
Small Arms, Projectile |
5000 |
3 |
Military, Low Tech |
Cosmo, Indu, Sava, Tyra |
0 |
0 |
-1 |
0 |
0 |
0 |
2 |
1 |
0 |
30 |
Tools, Astronautic |
25000 |
4 |
Tool, Postech, Astronautic |
Pre |
2 |
0 |
0 |
0 |
-1 |
3 |
1 |
0 |
-2 |
31 |
Tools, Basic Hand Tools |
5000 |
1 |
Low Tech, Tool |
Ag, Indu, Primi, Sava |
2 |
0 |
0 |
0 |
-1 |
1 |
1 |
0 |
0 |
32 |
Tools, Industrial |
10000 |
4 |
Tool, Postech |
Alien, Indu, Tyra |
2 |
0 |
0 |
0 |
-1 |
3 |
1 |
0 |
-2 |
33 |
Tools, Medical Equipment |
50000 |
4 |
Tools, Postech, Medical |
Deca |
2 |
-1 |
0 |
0 |
-1 |
3 |
1 |
2 |
-2 |
| 4d6 | Result | Multiplier |
|---|---|---|
4 |
2 |
.1 |
5 |
3 |
.3 |
6 |
4 |
.4 |
7 |
5 |
.5 |
8 |
6 |
.6 |
9 |
7 |
.7 |
10 |
8 |
.8 |
11 |
9 |
.9 |
12 |
10 |
1 |
13 |
11 |
1 |
14 |
12 |
1.1 |
15 |
13 |
1.2 |
16 |
14 |
1.4 |
17 |
15 |
1.6 |
18 |
16 |
1.8 |
19 |
17 |
2 |
20 |
19 |
2.5 |
21 |
20 |
3 |
22 |
21 |
3 |
23 |
22 |
3 |
24 |
23 |
3 |