| Back to Index | Page generated: Oct 27, 2025, 5:37:22 AM | 
 Expansion Escort Deck Night Adder
 Expansion Escort Deck Night Adder| 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 |  |  | 
| 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 | 
| Name | Visible | Cost [deci-credits] | Tech-Level | 
|---|---|---|---|
| Night Adder Escort | yes | 1200000 | 1+ | 
| Name | 
|---|
| Night Adder Escort | 
| 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];
    }
} |