add and fix a lot
This commit is contained in:
@@ -148,12 +148,12 @@ namespace GamblingCoin
|
||||
|
||||
public AdvancedEffectSettings AdvancedNegative { get; set; } = new()
|
||||
{
|
||||
Effects = new[] { nameof(InsufficientLighting), nameof(AmnesiaVision) },
|
||||
Effects = new[] { nameof(InsufficientLighting), nameof(AmnesiaVision), nameof(Burned) },
|
||||
Settings = new Dictionary<string, EffectSettings>
|
||||
{
|
||||
{ nameof(InsufficientLighting), new EffectSettings(1, 20f, true) },
|
||||
{ nameof(InsufficientLighting), new EffectSettings(1, 30f, true) },
|
||||
{ nameof(AmnesiaVision), new EffectSettings(3, 30f, true) },
|
||||
{ nameof(Bleeding), new EffectSettings(3, 40f, true) },
|
||||
{ nameof(Burned), new EffectSettings(3, 60f, true) },
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user