Some Minor updates/changes

Buffed Shield Module and Repair Module to increased effects.

  Increased Refuel System's ramscoop count.

  Provided a slight difference between Buffers allowing Outfit Buffer to
be slightly more powerful than the rest.

  Thermo Cooler now has a cooling energy cost and increased active
cooling.

  Added AI Captain Replacement.

  Reduced total energy capacity for the Energized Capacitor.
master
david 2020-09-23 19:18:02 -04:00
parent b8102e4942
commit 6a6f68ae46
3 changed files with 30 additions and 15 deletions

View File

@ -5,14 +5,14 @@
So you get my plugin by multiple ways...
1. Using `git clone https://github.com/Beanzilla/ShipModded.git to_your_plugins_directory` (Recommended so you can use `git pull` to "update")
EXAMPLE: `git clone https://github.com/Beanzilla/ShipModded.git ~/.local/share/endless-sky/plugins/ShipModded` to automatically drop it into the Plugins directory too.
2. Going to [Git Repo](https://github.com/Beanzilla/ShipModded) and selecting to download it as .zip or .tar.gz or some other compressed file (Not Recommended as it doesn't update easily)
From there locate your Endless Sky Plugins directory...
Linux: `~/.local/share/endless-sky/plugins/`
Windows: `NNY`
Windows: `N/A`
Unpack/Unzip/Unrar or move the directory/folder into the Endless Sky Plugins directory...
@ -36,27 +36,31 @@ This content uses GPL-3+ Licensing. (Yes we use quite a few of Endless Sky's Ima
### What is added?
Added Outfits:
Added Outfits: (Stats can change!)
* AI Crew Replacement (Reduce Required Crew with this... but keep in mind you will still need crew to board/capture ships)
* AI Captain Replacement (Tired of paying 100 credits for a ship that requires technically 0 crew? Get this to eliminate that!)
* Anti-Scan Buffer (Adds 1.0 Scan interference which reduces the chance someone scanning your ship will detect illegal passengers/cargo)
* Radar Jam Buffer (Adds 14 Radar Jamming which reduces the chance a missile relying on radar can "see" your ship)
* Bunks Buffer (Adds 10 bunks to your ship)
* Cargo Buffer (Adds 25 Cargo Space)
* Outfit Buffer (Adds 25 Outfit Space)
* Outfit Buffer (Adds 30 Outfit Space)
* Mass Debuffer (Reduces Mass by 25)
* Engine Buffer (Adds 25 Engine Space)
* Weapon Buffer (Adds 25 Weapon Space)
* Thermo Cooler (Cools your ship by about 1,000... increases cooling the closer the ship reaches overheat)
* Energized Capacitor (Adds 850 Energy Units and recharges 100 units via solar power)
* Energized Capacitor (Adds 750 Energy Units and recharges 100 units via solar power)
* KP-6 Photovoltaic Generator (Generates 1,000 Energy units and adds a bonus of 100 units via solar power)
* Shield Booster (Increases total amount of Shielding on your ship)
* Hull Plating (Incrases total amount of Hull on your ship)
* Shield Module (Recharges Shields by 42 units)
* Repair Module (Repairs Hull by 36 units)
* Refuel System (Provides 25 ramscoops to generate fuel from the sun)
* Refuel System (Provides 29 ramscoops to generate fuel from the sun)
Modified Outfits:
* You can now buy the Jump Drive from Pirates!
Hidden Outfits:
* Never Destroy (Tired of loosing drones/fighters/ships equip this and never worry again) (DANGER: Yes this is a Hack!)

View File

@ -2,7 +2,7 @@ outfit "Shield Module"
category "Systems"
cost 55600
thumbnail "outfit/small shield module"
"shield generation" 0.7
"shield generation" 0.9
"energy consumption" 0.2
description "The SM can recharge shield, but draws power all the time."
@ -10,7 +10,7 @@ outfit "Shield Booster"
category "Systems"
cost 5600
thumbnail "outfit/small shield module"
"shields" 293
"shields" 393
"energy consumption" 0.1
description "The SB can increase shield capacity, but draws power all the time."
@ -18,7 +18,7 @@ outfit "Repair Module"
category "Systems"
cost 55300
thumbnail "outfit/small repair module"
"hull repair rate" 0.6
"hull repair rate" 0.7
"energy consumption" 0.15
description "The RM can repair hull, but continuously draws power."
@ -34,7 +34,7 @@ outfit "Refuel System"
category "Systems"
cost 22000
thumbnail "outfit/small collector module"
"ramscoop" 25
"ramscoop" 29
"energy consumption" 0.19
description "The RS can refuel a ship in deep space, continuously draws power."
@ -74,7 +74,7 @@ outfit "Outfit Buffer"
category "Systems"
cost 2100
thumbnail "outfit/blue screwdriver"
"outfit space" 25
"outfit space" 30
"energy consumption" 0.02
description "Need more outfits, now you can, but only at the cost of power."
@ -110,12 +110,21 @@ outfit "AI Crew Replacement"
"energy consumption" 0.01
description "This allows a computer to interact with ship systems, such as turrets, but this does not increase your defense or offense in hand-to-hand combat."
outfit "AI Captain Replacement"
category "Systems"
cost 1500
thumbnail "outfit/android"
"automaton" 1
"bunks" -1
"energy consumption" 0.01
description "Install only one of these on a ship to make it fully computer controlled. (But only after you bought all the AI Crew Replacements, and not on your flagship!)"
outfit "Thermo Cooler"
category "Systems"
cost 90000
thumbnail "outfit/thermoelectric cooler"
"active cooling" 31
"cooling energy" 0
"active cooling" 32
"cooling energy" 0.9
"energy consumption" 0.1
description "This makes your ship cool down very quickly when it's about to overheat... but it drains power continuously."
@ -123,7 +132,7 @@ outfit "Energized Capacitor"
category "Power"
cost 113000
thumbnail "outfit/supercapacitor"
"energy capacity" 850
"energy capacity" 750
"solar collection" 1.6667
description "This is a battery combined with builtin solar panels."
@ -146,4 +155,4 @@ outfit "Never Destroy"
"energy generation" 99999
"ramscoop" 999
description "This is clearly a hack"
description "This device makes it nearly impossible for your ship to be destroyed."
description "This device makes it nearly impossible for your ship to be destroyed."

View File

@ -22,6 +22,7 @@ outfitter "Ammo South"
outfitter "Pirate Outfits"
"Jump Drive"
"Anti-Scan Buffer"
"AI Captain Replacement"
# Providing support for all-content-plugin
outfitter "All Outfits"
@ -43,3 +44,4 @@ outfitter "All Outfits"
"Thermo Cooler"
"Energized Capacitor"
"Jump Drive"
"AI Captain Replacement"