Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Revert "Дебафф ДАМа до Заводских настроек по ГОСТу NAKARUMA."
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Apr 25, 2024
1 parent 3a6a24e commit 138616a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2,033 deletions.
6 changes: 1 addition & 5 deletions .github/mapchecker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@
],
"Syndicate": [
"Plastitanium", # And also on blackmarket ships cause syndicate.
],
"BlackMarket": [
"Plastitanium", # And also on blackmarket ships cause syndicate.
"ButtonFrameCautionSecurity", # Decal.
]
]
}
2 changes: 1 addition & 1 deletion Content.Server/Ame/AmeNodeGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public float CalculatePower(int fuel, int cores)
// Fuel is squared so more fuel vastly increases power and efficiency
// We divide by the number of cores so a larger AME is less efficient at the same fuel settings
// this results in all AMEs having the same efficiency at the same fuel-per-core setting
return 20000f * fuel * fuel / cores;
return 2000000f * fuel * fuel / cores;
}

public int GetTotalStability()
Expand Down
6 changes: 0 additions & 6 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4213,9 +4213,3 @@ Entries:
message: Updated NSF Inquisitor.
id: 4936
time: '2024-04-25T02:57:06.0000000+00:00'
- author: MagnusCrowe
changes:
- type: Add
message: Adds the Bocakillo, pirate ship.
id: 4937
time: '2024-04-25T05:36:54.0000000+00:00'
Loading

0 comments on commit 138616a

Please sign in to comment.