Skip to content

Rescaling Experiment IV #287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
10 changes: 5 additions & 5 deletions Resources/Config/equipment.plist
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
condition_script = "oolite-conditions.js";
available_to_all = true;
weapon_info = {
range = 12500;
range = 8250;
energy = 0.8;
damage = 15.0;
recharge_rate = 0.5;
Expand All @@ -147,7 +147,7 @@
condition_script = "oolite-conditions.js";
available_to_all = true;
weapon_info = {
range = 15000;
range = 9900;
energy = 0.5;
damage = 6.0;
recharge_rate = 0.1;
Expand All @@ -166,7 +166,7 @@
condition_script = "oolite-conditions.js";
available_to_all = true;
weapon_info = {
range = 12500;
range = 8250;
energy = 1.4;
damage = 50.0;
recharge_rate = 2.5;
Expand All @@ -185,7 +185,7 @@
condition_script = "oolite-conditions.js";
available_to_all = true;
weapon_info = {
range = 30000;
range = 19800;
energy = 1.1;
damage = 12.0;
recharge_rate = 0.1;
Expand Down Expand Up @@ -351,7 +351,7 @@
{
available_to_player = false;
weapon_info = {
range = 17500;
range = 11550;
energy = 1.1;
damage = 12.5;
recharge_rate = 1.0;
Expand Down
Loading