mirror of
https://github.com/MSWS/TTT.git
synced 2025-12-08 23:36:38 -08:00
Compare commits
2 Commits
0.18.0-dev
...
0.18.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31f1403b9b | ||
|
|
d12cfa5eab |
@@ -50,8 +50,8 @@ public class RoleAssignCreditor(IServiceProvider provider)
|
||||
}
|
||||
|
||||
private float getKarmaScale(float percent) {
|
||||
if (percent >= 0.9) return 1.1f;
|
||||
if (percent >= 0.8f) return 1;
|
||||
if (percent >= 0.9) return 1;
|
||||
if (percent >= 0.8f) return 0.9f;
|
||||
if (percent >= 0.5) return 0.8f;
|
||||
if (percent >= 0.3) return 0.5f;
|
||||
return 0.25f;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace ShopAPI.Configs;
|
||||
|
||||
public record OneShotDeagleConfig : ShopItemConfig {
|
||||
public override int Price { get; init; } = 100;
|
||||
public override int Price { get; init; } = 125;
|
||||
public bool DoesFriendlyFire { get; init; } = true;
|
||||
public bool KillShooterOnFF { get; init; } = false;
|
||||
public string Weapon { get; init; } = "revolver";
|
||||
|
||||
Reference in New Issue
Block a user