Implement plasma sword instakill

This commit is contained in:
2026-02-09 23:01:52 -08:00
parent bfaa324e6a
commit aba325ff2b
12 changed files with 273 additions and 219 deletions
@@ -29,7 +29,7 @@ public abstract partial class InventoryItemStats : Resource
[Export]
[Save("weapon_luck")]
public double BonusLuck { get; set; } = 0.05;
public int BonusLuck { get; set; } = 5;
[Export]
[Save("equipment_bonus_hp")]