Фиксы апстрима 2 (#665)
* increase radiation effect cost for artifacts * less points for singulo and tesla spawn effect * fix playtime * fix slime storage * fix wrong arms position
This commit is contained in:
@@ -21,7 +21,7 @@ public sealed class UserDbDataManager : IPostInjectInit
|
||||
{
|
||||
[Dependency] private readonly IServerPreferencesManager _prefs = default!;
|
||||
[Dependency] private readonly ILogManager _logManager = default!;
|
||||
[Dependency] private readonly PlayTimeTrackingManager _playTimeTracking = default!;
|
||||
[Dependency] private readonly IPlayTimeTrackingManager _playTimeTracking = default!;
|
||||
|
||||
private readonly Dictionary<NetUserId, UserData> _users = new();
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
grid:
|
||||
- 0,0,1,2
|
||||
maxItemSize: Large
|
||||
clickInsert: false
|
||||
storageInsertSound:
|
||||
path: /Audio/Voice/Slime/slime_squish.ogg
|
||||
- type: ContainerContainer
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
- type: artifactEffect
|
||||
id: EffectRadiate
|
||||
targetDepth: 1
|
||||
targetDepth: 4
|
||||
effectHint: artifact-effect-hint-release
|
||||
components:
|
||||
- type: RadiationSource
|
||||
@@ -713,7 +713,7 @@
|
||||
|
||||
- type: artifactEffect
|
||||
id: EffectSingulo
|
||||
targetDepth: 10
|
||||
targetDepth: 8
|
||||
effectHint: artifact-effect-hint-destruction
|
||||
components:
|
||||
- type: SpawnArtifact
|
||||
@@ -723,7 +723,7 @@
|
||||
|
||||
- type: artifactEffect
|
||||
id: EffectTesla
|
||||
targetDepth: 10
|
||||
targetDepth: 8
|
||||
effectHint: artifact-effect-hint-destruction
|
||||
components:
|
||||
- type: SpawnArtifact
|
||||
|
||||
Reference in New Issue
Block a user