Back to Index | Page generated: Nov 12, 2024, 11:02:04 PM |
from Expansion Manager's OXP list | from Expansion Manifest | |
---|---|---|
Description | Adds markets to the dockable liners from the Liners OXP. | Adds markets to the dockable liners from the Liners OXP. |
Identifier | oolite.oxp.phkb.LinersMarkets | oolite.oxp.phkb.LinersMarkets |
Title | Liners Markets | Liners Markets |
Category | Dockables | Dockables |
Author | phkb | phkb |
Version | 1.4 | 1.4 |
Tags | markets | markets |
Required Oolite Version | ||
Maximum Oolite Version | ||
Required Expansions |
|
|
Optional Expansions | ||
Conflict Expansions | ||
Information URL | n/a | |
Download URL | https://wiki.alioth.net/img_auth.php/3/36/LinersMarkets.oxz | n/a |
License | CC-BY-NC-SA 4.0 | CC-BY-NC-SA 4.0 |
File Size | n/a | |
Upload date | 1610873271 |
Also read http://wiki.alioth.net/index.php/Liners%20Markets
Liners Markets By Nick Rogers Overview ======== This OXP adds markets to the dockable Liners from the Liners OXP. License ======= This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 4.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ Version History =============== 1.3 - Version uplift in attempt to fix download manager issues on some platforms. 1.2 - Added check to make sure the link to Market Inquirer will only happen if the OXP is installed. 1.1 - Added liners with markets to Commodity Markets F4 screen from Market Inquirer OXP. - Tweaked prices to be closer to the system prices. - Gold, platinum and gem-stones now have a slightly higher capacity. - Some quantities of radioactives (waste) are now for available sale at a cheap price. 1.0 - Initial release.
Path | |
---|---|
Config/script.js | "use strict"; this.name = "LinersMarkets"; this.author = "phkb"; this.copyright = "2018 phkb"; this.description = "Liners Markets world script"; this.licence = "CC BY-NC-SA 4.0"; this.startUpComplete = function () { if (worldScripts.market_inquirer) { worldScripts.market_inquirer.$inquirerStations.push("liners_emerald"); worldScripts.market_inquirer.$inquirerStations.push("liners_tigershark"); } } |