Back to Index Page generated: May 8, 2024, 6:16:03 AM

Expansion Escort Deck Night Adder

Content

Warnings

  1. http://wiki.alioth.net/index.php/Escort%20Deck%20Night%20Adder -> 404 Not Found
  2. Information URL mismatch between OXP Manifest and Expansion Manager string length at character position 0

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description ace56's Night Adder for use in an Escort Deck. ace56's Night Adder for use in an Escort Deck.
Identifier oolite.oxp.phkb.NightAdder_EscortDeck oolite.oxp.phkb.NightAdder_EscortDeck
Title Escort Deck Night Adder Escort Deck Night Adder
Category Ships Ships
Author phkb phkb
Version 1.0 1.0
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.ace_56.NightAdder:0.9.6
  • oolite.oxp.Norby.EscortDeck:1.11
  • oolite.oxp.ace_56.NightAdder:0.9.6
  • oolite.oxp.Norby.EscortDeck:1.11
  • Optional Expansions
    Conflict Expansions
    Information URL n/a
    Download URL https://wiki.alioth.net/img_auth.php/3/32/NightAdder_EscortDeck.oxz n/a
    License CC-BY-NC-NA 4.0 CC-BY-NC-NA 4.0
    File Size n/a
    Upload date 1610873264

    Documentation

    Equipment

    Name Visible Cost [deci-credits] Tech-Level
    Night Adder Escort yes 1200000 1+

    Ships

    Name
    Night Adder Escort

    Models

    This expansion declares no models. This may be related to warnings.

    Scripts

    Path
    Config/script.js
    "use strict";
    this.name = "nightadder";
    this.author = "Norby";
    
    this.startUp = function () {
        var w = worldScripts.escortdeck;
        if (w) {
            if (!w.$EscortDeckEqs) w.$EscortDeckEqs = []; //buyable escort ship sizes and masses
            //must fill this array for condition check of equipment
            w.$EscortDeckEqs["EQ_ESCORTDECK_nightadder"] = [28.0, 8.0, 27.0, 4952];
        }
    }