fixes
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Localizations
|
||||
[Dependency] private readonly ILocalizationManager _loc = default!;
|
||||
|
||||
// If you want to change your codebase's language, do it here.
|
||||
private const string Culture = "en-US"; // CrystallPunk-Localization. "ru-RU" or "en-US"
|
||||
private const string Culture = "ru-RU"; // CrystallPunk-Localization. "ru-RU" or "en-US"
|
||||
|
||||
/// <summary>
|
||||
/// Custom format strings used for parsing and displaying minutes:seconds timespans.
|
||||
@@ -28,9 +28,9 @@ namespace Content.Shared.Localizations
|
||||
var culture = new CultureInfo(Culture);
|
||||
_loc.LoadCulture(culture);
|
||||
// Uncomment for Ru localization
|
||||
//var fallbackCulture = new CultureInfo("en-US");
|
||||
//_loc.LoadCulture(fallbackCulture);
|
||||
//_loc.SetFallbackCluture(fallbackCulture);
|
||||
var fallbackCulture = new CultureInfo("en-US");
|
||||
_loc.LoadCulture(fallbackCulture);
|
||||
_loc.SetFallbackCluture(fallbackCulture);
|
||||
//
|
||||
|
||||
_loc.AddFunction(culture, "PRESSURE", FormatPressure);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cp14-tips-1 = Keep an eye on the condition of your weapon! You can inspect it to see its condition and sharpness.
|
||||
cp14-tips-2 = If your weapon is dull, you can sharpen it with sharpening stones.
|
||||
cp14-tips-3 = Some light weapons, such as daggers or sickles, are effective for two-handed combat.
|
||||
cp14-tips-3 = Some light weapons, such as daggers or sickles, are effective for dual wield combat.
|
||||
cp14-tips-4 = Some magic items can only work after being attuned. To customize the binding, press the RMB and select the desired action.
|
||||
cp14-tips-5 = As an alchemist, if you mix some reagents together, you can no longer separate them! Look for the right alchemical reactions that will allow you to edit your solution.
|
||||
cp14-tips-6 = As an alchemist, remember to keep your cauldron off the stove or fire. Your potion may boil over, releasing a reagent cloud.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -295,7 +295,7 @@
|
||||
id: CP14SmallWoodenCrateFilled
|
||||
parent:
|
||||
- CP14SmallWoodenCrate
|
||||
- BRFilledTemp
|
||||
#- BRFilledTemp
|
||||
suffix: Filled, Battleroyale
|
||||
|
||||
- type: entity
|
||||
@@ -303,4 +303,4 @@
|
||||
suffix: Filled, Battleroyale
|
||||
parent:
|
||||
- CP14LargeWoodenCrate
|
||||
- BRFilledTemp
|
||||
#- BRFilledTemp
|
||||
@@ -59,7 +59,7 @@
|
||||
- type: gameMap
|
||||
id: ExpeditionTest
|
||||
mapName: Expedition test
|
||||
mapPath: /Maps/_CP14/exLand3.yml
|
||||
mapPath: /Maps/_CP14/expedition_test.yml
|
||||
maxRandomOffset: 0
|
||||
randomRotation: false
|
||||
minPlayers: 0
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
- type: CP14ExpeditionCollectCondition
|
||||
verifyMapExistence: false
|
||||
collectGroup: CP14Gold
|
||||
minCollectionSize: 35
|
||||
maxCollectionSize: 60
|
||||
minCollectionSize: 100
|
||||
maxCollectionSize: 150
|
||||
- type: Objective
|
||||
difficulty: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user