Фикс прожектора и открутка цифр (#697)
* Melochi * Фикс хамелеона * Переводы денег мне на карту
This commit is contained in:
@@ -26,25 +26,25 @@ public sealed partial class IonStormTargetComponent : Component
|
||||
/// Chance to replace the lawset with a random one
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float RandomLawsetChance = 0.40f; // WD was 0.25f
|
||||
public float RandomLawsetChance = 0.25f;
|
||||
|
||||
/// <summary>
|
||||
/// Chance to remove a random law.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float RemoveChance = 0.15f; // WD was 0.20f
|
||||
public float RemoveChance = 0.20f;
|
||||
|
||||
/// <summary>
|
||||
/// Chance to replace a random law with the new one, rather than have it be a glitched-order law.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float ReplaceChance = 0.15f; // WD was 0.20f
|
||||
public float ReplaceChance = 0.20f;
|
||||
|
||||
/// <summary>
|
||||
/// Chance to shuffle laws after everything is done.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float ShuffleChance = 0.15f; // WD was 0.20f
|
||||
public float ShuffleChance = 0.20f;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -2,3 +2,9 @@ chameleon-projector-inside-container = There's no room to scan that!
|
||||
chameleon-projector-invalid = You can't disguise as that!
|
||||
chameleon-projector-success = Projected new disguise.
|
||||
chameleon-projector-set-disguise = Set Disguise
|
||||
|
||||
# Actions
|
||||
ent-ActionDisguiseNoRot = Toggle Rotation
|
||||
.desc = Use this to prevent your disguise from rotating, making it easier to hide in some scenarios.
|
||||
ent-ActionDisguiseAnchor = Toggle Anchored
|
||||
.desc = For many objects you will want to be anchored to not be completely obvious.
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
chameleon-projector-inside-container = Здесь нет места для сканирования!
|
||||
chameleon-projector-invalid = Неверный объект для маскировки!
|
||||
chameleon-projector-success = Маскировка выполнена успешно.
|
||||
chameleon-projector-set-disguise = Выбрать для маскировки
|
||||
|
||||
# Actions
|
||||
ent-ActionDisguiseNoRot = Переключить вращение
|
||||
.desc = Используйте это, чтобы предотвратить вращение вашей маскировки, что упрощает маскировку в некоторых ситуациях.
|
||||
ent-ActionDisguiseAnchor = Переключить закрепление
|
||||
.desc = Для многих объектов вам надо быть закреплённым, чтобы быть менее заметным.
|
||||
@@ -228,13 +228,13 @@
|
||||
layers:
|
||||
- state: pancakes1
|
||||
map: ["pancakes1"]
|
||||
visible: false
|
||||
visible: true # WD changed to fix chameleon projector bug
|
||||
- state: pancakes2
|
||||
map: ["pancakes2"]
|
||||
visible: false
|
||||
visible: true # WD changed to fix chameleon projector bug
|
||||
- state: pancakes3
|
||||
map: ["pancakes3"]
|
||||
visible: false
|
||||
visible: true # WD changed to fix chameleon projector bug
|
||||
- state: pancakes4
|
||||
map: ["pancakes4"]
|
||||
visible: false
|
||||
@@ -277,7 +277,7 @@
|
||||
layers:
|
||||
- state: pancakesbb1
|
||||
map: ["pancakesbb1"]
|
||||
visible: false
|
||||
visible: true # WD changed to fix chameleon projector bug
|
||||
- state: pancakesbb2
|
||||
map: ["pancakesbb2"]
|
||||
visible: false
|
||||
@@ -309,7 +309,7 @@
|
||||
layers:
|
||||
- state: pancakescc1
|
||||
map: ["pancakescc1"]
|
||||
visible: false
|
||||
visible: true # WD changed to fix chameleon projector bug
|
||||
- state: pancakescc2
|
||||
map: ["pancakescc2"]
|
||||
visible: false
|
||||
|
||||
Reference in New Issue
Block a user