Back to Index | Page generated: Dec 20, 2024, 7:22:09 AM |
from Expansion Manager's OXP list | from Expansion Manifest | |
---|---|---|
Description | The original indiscriminate superweapon. Available as primable equipment from TL:8 systems and above. Previous versions of this expansion pack are not compatible with Oolite 1.79 or later. | The original indiscriminate superweapon. Available as primable equipment from TL:8 systems and above. Previous versions of this expansion pack are not compatible with Oolite 1.79 or later. |
Identifier | oolite.oxp.cim.energy-bomb | oolite.oxp.cim.energy-bomb |
Title | Energy Bomb | Energy Bomb |
Category | Weapons | Weapons |
Author | cim | cim |
Version | 1.0.2 | 1.0.2 |
Tags | ||
Required Oolite Version | ||
Maximum Oolite Version | ||
Required Expansions | ||
Optional Expansions | ||
Conflict Expansions | ||
Information URL | http://wiki.alioth.net/index.php/Energy_Bomb | n/a |
Download URL | https://cim.sotl.org.uk/games/files/oolite/EnergyBomb_1.0.2.oxz | http://compsoc.dur.ac.uk/~cim/oolite/EnergyBomb_1.0.2.oxz |
License | CC-BY-NC-SA 3.0 | CC-BY-NC-SA 3.0 |
File Size | n/a | |
Upload date | 1417342940 |
Also read http://wiki.alioth.net/index.php/Energy%20Bomb
Name | Visible | Cost [deci-credits] | Tech-Level |
---|---|---|---|
Energy Bomb | yes | 9000 | 8+ |
Path | |
---|---|
Scripts/energy-bomb-equipment.js | this.author = "cim"; this.copyright = "� 2011-2014 cim."; this.licence = "CC-BY-NC-SA 3.0"; this.version = "1.0.2"; this.activated = function() { if (!player.ship.weaponsOnline) { return; } player.ship.dealEnergyDamage(1000,25600,0); player.ship.removeEquipment("EQ_ENERGY_BOMB"); player.consoleMessage(expandDescription("[energy-bomb-activated]"),4.5); var sound = new SoundSource; sound.sound = "[energy-bomb-fired]"; sound.play(); } |