Set up some commodity classes
More than we need for the rock hermits, but should give OXPers a bit of flexibility
This commit is contained in:
parent
ed416e4b3d
commit
38b534aea3
@ -4,6 +4,7 @@
|
||||
* commodities should be prefixed as usual. */
|
||||
"food" = {
|
||||
"name" = "[commodity-name food]";
|
||||
"classes" = ("oolite-consumer","oolite-edible","oolite-farming");
|
||||
"quantity_unit" = 0; // 0=t
|
||||
"peak_export" = 7; // Poor Ag
|
||||
"peak_import" = 0; // Rich Ind
|
||||
@ -23,6 +24,7 @@
|
||||
|
||||
"textiles" = {
|
||||
"name" = "[commodity-name textiles]";
|
||||
"classes" = ("oolite-consumer","oolite-wearable","oolite-farming");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -40,6 +42,7 @@
|
||||
|
||||
"radioactives" = {
|
||||
"name" = "[commodity-name radioactives]";
|
||||
"classes" = ("oolite-dangerous","oolite-mining");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -57,6 +60,7 @@
|
||||
|
||||
"slaves" = {
|
||||
"name" = "[commodity-name slaves]";
|
||||
"classes" = ("oolite-restricted","oolite-living");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -74,6 +78,7 @@
|
||||
|
||||
"liquor_wines" = {
|
||||
"name" = "[commodity-name liquor_wines]";
|
||||
"classes" = ("oolite-consumer","oolite-edible","oolite-farming");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -91,6 +96,7 @@
|
||||
|
||||
"luxuries" = {
|
||||
"name" = "[commodity-name luxuries]";
|
||||
"classes" = ("oolite-consumer","oolite-luxury");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 7;
|
||||
@ -108,6 +114,7 @@
|
||||
|
||||
"narcotics" = {
|
||||
"name" = "[commodity-name narcotics]";
|
||||
"classes" = ("oolite-consumer","oolite-dangerous","oolite-restricted","oolite-medical");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 0;
|
||||
@ -125,6 +132,7 @@
|
||||
|
||||
"computers" = {
|
||||
"name" = "[commodity-name computers]";
|
||||
"classes" = ("oolite-business","oolite-shipyard","oolite-technological");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 7;
|
||||
@ -142,6 +150,7 @@
|
||||
|
||||
"machinery" = {
|
||||
"name" = "[commodity-name machinery]";
|
||||
"classes" = ("oolite-business","oolite-technological","oolite-machinery");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 7;
|
||||
@ -159,6 +168,7 @@
|
||||
|
||||
"alloys" = {
|
||||
"name" = "[commodity-name alloys]";
|
||||
"classes" = ("oolite-business","oolite-shipyard","oolite-metals");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 7;
|
||||
@ -176,6 +186,7 @@
|
||||
|
||||
"firearms" = {
|
||||
"name" = "[commodity-name firearms]";
|
||||
"classes" = ("oolite-dangerous","oolite-restricted","oolite-military","oolite-weapons");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 7;
|
||||
@ -193,6 +204,7 @@
|
||||
|
||||
"furs" = {
|
||||
"name" = "[commodity-name furs]";
|
||||
"classes" = ("oolite-consumer","oolite-farming","oolite-wearable","oolite-animalproduct");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -210,6 +222,7 @@
|
||||
|
||||
"minerals" = {
|
||||
"name" = "[commodity-name minerals]";
|
||||
"classes" = ("oolite-mining","oolite-business","oolite-rawmaterial");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -227,6 +240,7 @@
|
||||
|
||||
"gold" = {
|
||||
"name" = "[commodity-name gold]";
|
||||
"classes" = ("oolite-mining","oolite-business","oolite-consumer","oolite-metals");
|
||||
"quantity_unit" = 1; // kg
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -244,6 +258,7 @@
|
||||
|
||||
"platinum" = {
|
||||
"name" = "[commodity-name platinum]";
|
||||
"classes" = ("oolite-mining","oolite-business","oolite-consumer","oolite-metals");
|
||||
"quantity_unit" = 1; // kg
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -261,6 +276,7 @@
|
||||
|
||||
"gem_stones" = {
|
||||
"name" = "[commodity-name gem_stones]";
|
||||
"classes" = ("oolite-mining","oolite-consumer");
|
||||
"quantity_unit" = 2; // g
|
||||
"peak_export" = 7;
|
||||
"peak_import" = 0;
|
||||
@ -278,6 +294,7 @@
|
||||
|
||||
"alien_items" = {
|
||||
"name" = "[commodity-name alien_items]";
|
||||
"classes" = ("oolite-alien","oolite-thargoid","oolite-military");
|
||||
"quantity_unit" = 0;
|
||||
"peak_export" = 0;
|
||||
"peak_import" = 7;
|
||||
|
Loading…
x
Reference in New Issue
Block a user