script: |
mkdir benchmark_run_content_${{ github.sha }}
cd benchmark_run_content_${{ github.sha }}
- git clone https://github.com/MaxSMokeSkaarj/space-station-14.git repo_dir --recursive
+ git clone https://github.com/space-wizards/space-station-14.git repo_dir --recursive
cd repo_dir
git checkout ${{ github.sha }}
cd Content.Benchmarks
jobs:
add_label:
# Change the repository name after you've made sure the team name is correct for your fork!
- if: ${{ (github.repository == 'MaxSMokeSkaarj/space-station-14') && (github.event.review.state == 'APPROVED') }}
+ if: ${{ (github.repository == 'space-wizards/space-station-14') && (github.event.review.state == 'APPROVED') }}
permissions:
contents: read
pull-requests: write
concurrency:
group: publish
-on: [push]
+on:
+ workflow_dispatch:
+ # schedule:
+ # - cron: '0 10 * * *'
jobs:
build:
runs-on: ubuntu-latest
# Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo
# Do this in dump_github_contributors.ps1 too into your own repo
- if: github.repository == 'MaxSMokeSkaarj/space-station-14'
+ if: github.repository == 'space-wizards/space-station-14'
steps:
- uses: actions/checkout@v3.6.0
[submodule "RobustToolbox"]
- path = RobustToolbox
- url = https://github.com/space-wizards/RobustToolbox.git
- branch = master
-[submodule "Corvax-SS14"]
- path = Corvax-SS14
- url = https://github.com/space-syndicate/space-station-14
- branch = master
+ path = RobustToolbox
+ url = https://github.com/space-wizards/RobustToolbox.git
+ branch = master
\ No newline at end of file
[Dependency] private readonly ILocalizationManager _loc = default!;
// If you want to change your codebase's language, do it here.
- private const string Culture = "ru-RU";
+ private const string Culture = "en-US";
/// <summary>
/// Custom format strings used for parsing and displaying minutes:seconds timespans.
* localization you should NOT modify these, instead add new functions specific to your language/culture.
* This ensures the english translations continue to work as expected when fallbacks are needed.
*/
- var cultureEn = new CultureInfo("ru-RU");
+ var cultureEn = new CultureInfo("en-US");
_loc.AddFunction(cultureEn, "MAKEPLURAL", FormatMakePlural);
_loc.AddFunction(cultureEn, "MANY", FormatMany);
name: behonker
parent: BaseMobBehonker
id: MobBehonkerElectrical
- suffix: "Electrical"
- components:
- - type: ElectricityAnomaly
- - type: Electrified
-
-- type: entity
- name: behonker
- parent: BaseMobBehonker
- id: MobBehonkerPyro
suffix: "Pyro"
components:
- type: PyroclasticAnomaly
releaseOnMaxSeverity: true
spawnRadius: 0
+- type: entity
+ name: behonker
+ parent: BaseMobBehonker
+ id: MobBehonkerPyro
+ suffix: "Electrical"
+ components:
+ - type: ElectricityAnomaly
+ - type: Electrified
- type: entity
name: behonker
ruleEntry: true
priority: 100
text: "/ServerInfo/Guidebook/ServerRules/BanDurations.xml"
-
-- type: guideEntry
- id: SMoARuleset
- name: guide-entry-rules-SMoA
- ruleEntry: true
- text: "/ServerInfo/Guidebook/ServerRules/PR.xml"
# CONFIGURATION PARAMETERS
# Forks should change these to publish to their own infrastructure.
#
-ROBUST_CDN_URL = "https://ss14.smokeofanarchy.ru/cdn/"
-FORK_ID = "main"
+ROBUST_CDN_URL = "https://wizards.cdn.spacestation14.com/"
+FORK_ID = "wizards"
def main():
session = requests.Session()