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

Expansion Staer9/Smivs S9 Chopped Cobra (shader version)

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description This oxp adds the Chopped Cobra by Staer9/Smivs. Shader magic by Keeper. Shaders needed. This oxp adds the Chopped Cobra by Staer9/Smivs. Shader magic by Keeper. Shaders needed.
Identifier oolite.oxp.staer9.chopped_cobra oolite.oxp.staer9.chopped_cobra
Title Staer9/Smivs S9 Chopped Cobra (shader version) Staer9/Smivs S9 Chopped Cobra (shader version)
Category Ships Ships
Author Staer9, SMIVS, amah, Keeper, spara Staer9, SMIVS, amah, Keeper, spara
Version 1.2.2 1.2.2
Tags chopped_cobra chopped_cobra
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://wiki.alioth.net/index.php/Chopped_Cobra n/a
Download URL https://wiki.alioth.net/img_auth.php/a/a2/Staer9_chopped_cobra_1.2.2.oxz n/a
License CC-BY-NC-SA 3.0 CC-BY-NC-SA 3.0
File Size n/a
Upload date 1610873398

Documentation

Also read http://wiki.alioth.net/index.php/Staer9/Smivs%20S9%20Chopped%20Cobra%20(shader%20version)

Equipment

This expansion declares no equipment.

Ships

Name
smivs_chopped_cobra-s9-mercenary
smivs_chopped_cobra-s9-mercenary
smivs_chopped_cobra-s9-mercenary-player
smivs_chopped_cobra-s9-pirate
GalCop Cobra Enforcer
Cobra S9
staer9_chopped_cobra-t1
staer9_chopped_cobra-t10
staer9_chopped_cobra-t11
staer9_chopped_cobra-t12
staer9_chopped_cobra-t13
staer9_chopped_cobra-t14
staer9_chopped_cobra-t15
staer9_chopped_cobra-t16
staer9_chopped_cobra-t17
staer9_chopped_cobra-t18
staer9_chopped_cobra-t19
staer9_chopped_cobra-t2
staer9_chopped_cobra-t20
staer9_chopped_cobra-t3
staer9_chopped_cobra-t4
staer9_chopped_cobra-t5
staer9_chopped_cobra-t6
staer9_chopped_cobra-t7
staer9_chopped_cobra-t8
staer9_chopped_cobra-t9
staer9_chopped_cobra_npc-t1
staer9_chopped_cobra_npc-t10
staer9_chopped_cobra_npc-t11
staer9_chopped_cobra_npc-t12
staer9_chopped_cobra_npc-t13
staer9_chopped_cobra_npc-t14
staer9_chopped_cobra_npc-t15
staer9_chopped_cobra_npc-t16
staer9_chopped_cobra_npc-t17
staer9_chopped_cobra_npc-t18
staer9_chopped_cobra_npc-t19
staer9_chopped_cobra_npc-t2
staer9_chopped_cobra_npc-t20
staer9_chopped_cobra_npc-t3
staer9_chopped_cobra_npc-t4
staer9_chopped_cobra_npc-t5
staer9_chopped_cobra_npc-t6
staer9_chopped_cobra_npc-t7
staer9_chopped_cobra_npc-t8
staer9_chopped_cobra_npc-t9
Chopped Cobra

Models

This expansion declares no models.

Scripts

Path
Scripts/chopped_cobra_sysgov_lessthan3.js
this.author      = "amah"; 
this.copyright   = "2014 Amah"; 
this.licence = "CC-BY-SA 3.0";
this.version     = "1.0.0"; 
this.name = "NoShaders condition script";

"use strict";

this.allowSpawnShip = function(shipkey) {
  var cond = false;
  if (system.government < 3)
	{
	  cond = true;
	}
	return cond;
};