Skip to content

Commit

Permalink
Manual edits to a couple of commodity descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Oct 8, 2024
1 parent 428ea56 commit b5b410a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions scripts/build-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ async function codexArticles () {
.replace(/\n([a-z]{2}):(.*?)$/img, '\n')
.trim()

// Experiment at extracting information about promiment systems
//if (rawText.includes('| power = ')) console.log(title.trim(), '-', text.split("\n")?.[0]?.replace(/[ ]{2,}/img, ' ')?.trim())

response.push({
id,
title,
Expand Down
6 changes: 3 additions & 3 deletions src/service/data/all-commodites.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@
"symbol": "Cryolite",
"category": "Minerals",
"name": "Cryolite",
"description": "Used in a range of applications, including: Insecticides, pesticides fireworks [sic] and as a solvent for Aluminium oxide."
"description": "Used in a range of applications, including: Insecticides, pesticides, firework and as a solvent for Aluminium oxide."
},
"crystallinespheres": {
"id": "128672432",
Expand All @@ -731,7 +731,7 @@
"name": "Crystalline Spheres",
"limit": 12,
"rare": true,
"description": "Transparent spheres crafted from the finest crystal and containing a clear liquid full of snow that swirls when shaken"
"description": "Transparent spheres crafted from the finest crystal and containing a clear liquid full of snow that swirls when shaken."
},
"damagedescapepod": {
"id": "128672811",
Expand Down Expand Up @@ -982,7 +982,7 @@
"symbol": "Gallium",
"category": "Metals",
"name": "Gallium",
"description": "Gallium, Ga, atomic number 31. Melting point 303K. It is a soft silvery metal at human room temperature, but melts in the human hand. it is used as a key component in semiconductors, and in lasers."
"description": "Gallium, Ga, atomic number 31. Melting point 303K. It is a soft silvery metal at human room temperature, but melts in the human hand. It is used as a key component in semiconductors and in lasers."
},
"geawendancedust": {
"id": "128667677",
Expand Down
6 changes: 3 additions & 3 deletions src/service/data/commodity-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"coquimspongiformvictuals": "Spongiform Victuals have been a staple food of the Imperial military for years. Many have tried to create copies of the nutritious formula, but it seems only to thrive in the vast damp caves of Coquim. The ingredients are a tightly held secret, and some suggest that it contains addictive substances.",
"animaleffigies": "A variant of the synthetic psychoactive drug based on a closely guarded secret recipe. While active, it causes the user to lock their teeth together and rapidly exhale, a reaction that led to its street name, Fesh. This variant was created from a stolen recipe for Wolf 1301 Fesh and is the closest Fesh variant in terms of quality to the original. Banned in most jurisdictions.",
"cropharvesters": "Agricultural machinery together with spare parts and consumables used for harvesting and packing specific ground-based crops.",
"cryolite": "Used in a range of applications, including: Insecticides, pesticides fireworks [sic] and as a solvent for Aluminium oxide.",
"crystallinespheres": "Transparent spheres crafted from the finest crystal and containing a clear liquid full of snow that swirls when shaken",
"cryolite": "Used in a range of applications, including: Insecticides, pesticides, fireworks and as a solvent for Aluminium oxide.",
"crystallinespheres": "Transparent spheres crafted from the finest crystal and containing a clear liquid full of snow that swirls when shaken.",
"damagedescapepod": "This escape pod's systems have been damaged and will fail by the end time provided in the briefing. After this time the system will no longer be able to sustain the life of its occupant.",
"damnacarapaces": "The hard colourful exoskeletons of large insect like creatures. Used as decoration and in the production of exotic materials and clothing.",
"datacore": "A large core filled with digital data.",
Expand Down Expand Up @@ -112,7 +112,7 @@
"fujintea": "A range of infusions from indigenous plants and herbs that produce highly effective medicines rivalling or exceeding the best synthetics. Ill-informed combinations have been known to be instantly fatal.",
"galactictravelguide": "A where's where and a what's what of the Milky Way. This guide highlights the galaxy's top destinations and hot spots.",
"gallite": "Gallite: chemical formula CuGaS2. Gallium Ore. Named for its high Gallium content and is widely extracted at refineries.",
"gallium": "Gallium, Ga, atomic number 31. Melting point 303K. It is a soft silvery metal at human room temperature, but melts in the human hand. it is used as a key component in semiconductors, and in lasers.",
"gallium": "Gallium, Ga, atomic number 31. Melting point 303K. It is a soft silvery metal at human room temperature, but melts in the human hand. It is used as a key component in semiconductors and in lasers.",
"geawendancedust": "There may be no sound in space, but Geawen Dance Dust will bring the music inside your cockpit, and inside your head. You literally won't be able to stop dancing.",
"genebank": "Collection of DNA and other biological samples containing valuable information for the scientific community. These banks can sometimes contain samples from extinct species which vastly increases their demand.",
"geologicalequipment": "Allows basic monitoring and integration of the world's geology, for both scientific, civic and commercial purposes.",
Expand Down

0 comments on commit b5b410a

Please sign in to comment.